Comment 7 for bug 620384

Revision history for this message
Stefano Rivera (stefanor) wrote : Re: New upstream release 0.11.0

Jean-Peer, this package really isn't in great shape:
* It's not necessary to depend on python << 3. python3 is a separate stack.
* There is a newer standards-version 3.9.1
* You should probably remove the dh-make comments from the top of debian/rules (even lintian complains about them)
* Is all the UbuntuVersion detection really necessary? This package is for maverick.
* The install files could probably be a lot simpler with more wildcards, but the version you have obviously works (as long as you remember to add new files to it)
* It's not necessary to update-icon-cache for hicolor, it uses a dpkg trigger
* You shouldn't need to call compileall or clean up .pyc files, python-support has support for private modules
* Deleting files from users home directories in postrm is bad.