Fixed debian packaging

This commit is contained in:
Virgil Dupras 2010-11-21 07:49:38 -08:00
parent c9da8e26e6
commit 030eb8eb6e
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ def package_debian(edition):
os.makedirs(destpath)
os.makedirs(srcpath)
shutil.copy('run.py', op.join(srcpath, 'run.py'))
packages = ['hscommon', 'hsgui', 'core', ed('core_{0}'), 'qtlib', 'qt', 'hsutil', 'send2trash']
packages = ['hscommon', 'hsgui', 'core', ed('core_{0}'), 'qtlib', 'qt', 'hsutil', 'send2trash', 'jobprogress']
if edition == 'me':
packages.append('hsaudiotag')
copy_packages(packages, srcpath)