Comment 1 for bug 822413

Revision history for this message
Michael Chang (thenewme91) wrote :

Tried to take a stab at this, but for some reason, when I call "debuild -S", debhelper is calling python 2.6 instead of python 3.2 on my system:

http://paste.ubuntu.com/661594/

I'm not sure if it's appropriate to add a debian/pyversions file as mentioned in this wiki page:

https://wiki.ubuntu.com/PackagingGuide/Python#Python_versions_information_-_debian.2BAC8-pyversions

Adding a debian/pyversions file makes debuild and dput work nicely on my system.

For now lp:~thenewme91/filestore/lp822413 contains semi-tested changes (without debian/pyversions). Adding a debian/pyversions file with the content "3.2-" causes the package to build fine in my PPA.

Also, I'm not 100% sure if I changed the changelog correctly / should be changing the changelog at all.