Comment 0 for bug 1210408

Revision history for this message
David Planella (dpm) wrote :

When uploading the qreator package to saucy, didrocks notice the following packaging issues that need to be fixed in the next upload:

debian/control:
Priority: optional
Would be nice to have X-Python-Version

debian/rules:
    dh $@ --with python2,translations
You don't build-dep on dh_translations in debian/control. That won't work.

When building locally the source package:
You need to install the python-qrencode package
-> should be in build-dep to at least, be able to build the source package :)
(not sure if it's building without it even)