Subversion Repositories DevTools

Rev

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

Rev 5857 Rev 6088
Line 117... Line 117...
117
    }
117
    }
118
 
118
 
119
    #
119
    #
120
    #   Sanity test
120
    #   Sanity test
121
    #
121
    #
-
 
122
    Error ("MakeDebianPackage: Not supported on a GENERIC target") if ( $ScmPlatform eq 'GENERIC' );
122
    Error ("MakeDebianPackage: Script name not defined") unless ( $script );
123
    Error ("MakeDebianPackage: Script name not defined") unless ( $script );
123
    Error ("MakeDebianPackage: --Script option can only be used once") if ( $script_set > 1 );
124
    Error ("MakeDebianPackage: --Script option can only be used once") if ( $script_set > 1 );
124
    Error ("MakeDebianPackage: --Name option can only be used once") if ( $name_set > 1 );
125
    Error ("MakeDebianPackage: --Name option can only be used once") if ( $name_set > 1 );
125
    Error ("MakeDebianPackage: --Variant option can only be used once") if ( $variant_set > 1 );
126
    Error ("MakeDebianPackage: --Variant option can only be used once") if ( $variant_set > 1 );
126
 
127