198199200201202203204205206207208
} if ( data.isDebianSystem() ) { nodepsString = "--nodeps"; if ( data.useForceDebian() ) { forceDebianString = "--force-debian"; } } String databasePath = null;
350351352353354355356357358359360
} if ( data.isDebianSystem() ) { nodepsString = "--nodeps"; if ( data.useForceDebian() ) { forceDebianString = "--force-debian"; } } if (( data.isErrorInstallation() ) && ( data.isFirstPackage() )) {
202203204205206207208209210211212
353354355356357358359360361362363
} if ( data.isDebianSystem() ) { nodepsString = "--nodeps"; if ( data.useForceDebian() ) { forceDebianString = "--force-debian"; } } // Defining a Vector that contains the full rpm command. Then the string array can be