1
0
réplica de https://github.com/arsenetar/dupeguru.git synced 2026-03-13 03:51:38 +00:00

Fixed debian packaging some more.

Este commit está contenido en:
Virgil Dupras
2010-08-18 07:55:01 +02:00
padre 250a496a78
commit eebe2b0e80

Ver fichero

@@ -90,7 +90,8 @@ def package_debian(edition):
if edition == 'me':
packages.append('hsaudiotag')
copy_packages(packages, srcpath)
import PyQt4
import sip, PyQt4
shutil.copy(sip.__file__, srcpath)
qtsrcpath = op.dirname(PyQt4.__file__)
qtdestpath = op.join(srcpath, 'PyQt4')
os.makedirs(qtdestpath)