Sorry for the noise, and please ignore my previous comment. I had python-distutils-extra installed from precise-proposed, which seems to create some mayhem with Quickly. After downgrading p-d-e, I can confirm that the bug in Quickly is fixed:
dpm@avenc:/tmp$ quickly create ubuntu-application foo Creating project directory foo Creating bzr repository and committing Launching your newly created project! /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py:391: Warning: g_object_set_property: construct property "type" for object `Window' can't be set after construction Gtk.Window.__init__(self, type=type, **kwds) /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py:391: Warning: g_object_set_property: construct property "type" for object `FooWindow' can't be set after construction Gtk.Window.__init__(self, type=type, **kwds) Congrats, your new project is setup! cd /tmp/foo/ to start hacking. dpm@avenc:/tmp$ cd foo dpm@avenc:/tmp/foo$ quickly package --extras .......Ubuntu packaging created in debian/ ..................................................................................................................................................................................................................... Command returned some WARNINGS: ---------------------------------- ** (setup.py:22257): WARNING **: S'ha produït un error en enviar les credencials: S'ha produït un error en enviar el missatge: L’operació no és permesa ** (setup.py:22257): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. ---------------------------------- Ubuntu package has been successfully created in ../foo_0.1_all.deb dpm@avenc:/tmp/foo$ cat debian/control | grep -A 5 "Build" Build-Depends: cdbs (>= 0.4.43), debhelper (>= 6), libglib2.0-bin, python (>= 2.6.6-3~), python-distutils-extra (>= 2.10) Maintainer: UNKNOWN <UNKNOWN> Standards-Version: 3.8.3 XS-Python-Version: current ** Tags removed: verification-failed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1018038 Title: When using submitubuntu, should build depend on libglib2.0-bin To manage notifications about this bug go to: https://bugs.launchpad.net/quickly/+bug/1018038/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
