Bugfixes.
This commit is contained in:
parent
13443ea79e
commit
97ce11aa49
2 changed files with 13 additions and 5 deletions
|
@ -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.'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue