appy.shared.packaging: added the possibility to sign the generated Debian packages.

This commit is contained in:
Gaetan Delannay 2012-02-15 11:38:13 +01:00
parent 69fb172f03
commit 0d55abb239
2 changed files with 36 additions and 8 deletions

View file

@ -274,8 +274,9 @@ class Publisher:
def createDebianRelease(self):
'''Creates a Debian package for Appy.'''
j = os.path.join
sign = self.askQuestion('Sign the Debian package?', default='no')
Debianizer(j(self.genFolder, 'appy'), j(appyPath, 'versions'),
appVersion=self.versionShort, depends=[]).run()
appVersion=self.versionShort, depends=[], sign=sign).run()
def createDistRelease(self):
'''Create the distutils package.'''