Subversion Repositories DevTools

Rev

Rev 5215 | Rev 6088 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5215 Rev 5217
Line 224... Line 224...
224
    #   Configure the System command to fail on any error
224
    #   Configure the System command to fail on any error
225
    #
225
    #
226
    SystemConfig ( ExitOnError => 1 );
226
    SystemConfig ( ExitOnError => 1 );
227
 
227
 
228
    #
228
    #
-
 
229
    #   Defaults
-
 
230
    #
-
 
231
    $opt_pkgarch = $opt_platform unless ( $opt_pkgarch );
-
 
232
    $opt_pkgarch = 'all' if ( $opt_noarch );
-
 
233
 
-
 
234
    #
229
    #   Display variables used
235
    #   Display variables used
230
    #
236
    #
231
    Message    ("=Building Debian Package =============================================");
237
    Message    ("=Building Debian Package =============================================");
232
    Message    ("Build $opt_name");
238
    Message    ("Build $opt_name");
233
    Message    ("       Package: $opt_buildname");
239
    Message    ("       Package: $opt_buildname");
Line 242... Line 248...
242
    Message    ("       Package: " . StripDirExt($opt_output));
248
    Message    ("       Package: " . StripDirExt($opt_output));
243
    Message    ("       TarFile: " . StripDirExt($opt_tarFile)) if ($opt_tarFile);
249
    Message    ("       TarFile: " . StripDirExt($opt_tarFile)) if ($opt_tarFile);
244
    Message    ("======================================================================");
250
    Message    ("======================================================================");
245
 
251
 
246
    #
252
    #
247
    #   Defaults
-
 
248
    #
-
 
249
    $opt_pkgarch = $opt_platform unless ( $opt_pkgarch );
-
 
250
    $opt_pkgarch = 'all' if ( $opt_noarch );
-
 
251
 
-
 
252
    #
-
 
253
    #   Perform Clean up
253
    #   Perform Clean up
254
    #   Invoked during "make clean" or "make clobber"
254
    #   Invoked during "make clean" or "make clobber"
255
    #
255
    #
256
    if ( $opt_clean )
256
    if ( $opt_clean )
257
    {
257
    {