Bugfixes.

This commit is contained in:
Gaetan Delannay 2012-01-18 18:37:38 +01:00
parent 13443ea79e
commit 97ce11aa49
2 changed files with 13 additions and 5 deletions

View file

@ -275,7 +275,7 @@ class Publisher:
'''Creates a Debian package for Appy.'''
j = os.path.join
Debianizer(j(self.genFolder, 'appy'), j(appyPath, 'versions'),
appVersion=self.versionShort).run()
appVersion=self.versionShort, depends=[]).run()
def createDistRelease(self):
'''Create the distutils package.'''