Subversion Repositories DevTools

Rev

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

Rev 6958 Rev 6992
Line 259... Line 259...
259
    #   Note: "_" used since this is the format of dpkg-name
259
    #   Note: "_" used since this is the format of dpkg-name
260
    #   Note: dpkg-name generates: Name _ Version _ Architecture [ _ Type ]
260
    #   Note: dpkg-name generates: Name _ Version _ Architecture [ _ Type ]
261
    #
261
    #
262
    #
262
    #
263
    my $PkgType = $deploy_mode ? ( '_' . '$(GBE_TYPE)' ) : '' ;
263
    my $PkgType = $deploy_mode ? ( '_' . '$(GBE_TYPE)' ) : '' ;
264
    my $PkgArch = GetGlobalOption('PACKAGE_ARCH', $::ScmPlatform);
264
    my $PkgArch = GetGlobalOption('PACKAGE_ARCH', $::ScmTarget);
265
    my $Platform = $::ScmPlatform;
265
    my $Platform = $::ScmPlatform;
266
        if ($noArch) {
266
        if ($noArch) {
267
            $PkgArch = 'all';
267
            $PkgArch = 'all';
268
            $Platform = 'all';
268
            $Platform = 'all';
269
            $PkgType = '';
269
            $PkgType = '';