quickly/ubu10.10 python-support or python-central ?

Bug #682821 reported by manatlan
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Quickly
Incomplete
Undecided
Unassigned

Bug Description

It seems that, since 10.10, all my quickly build fails on launchpad.
the building process calls "dh_pycentral", which exists only in python-central, and not in python-support

...
dh_pycentral -pautowifi
make: dh_pycentral: Command not found
make: *** [binary-install-python/autowifi] Error 127

I try to edit my debian/control ... but it's overriden by quickly at each share .... ;-(

wtf ?

Revision history for this message
Michael Terry (mterry) wrote :

What is the contents of your debian/rules? I suspect it does not, but ideally should, look like this:

"""
#!/usr/bin/make -f
DEB_PYTHON_SYSTEM := pysupport

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
# langpack.mk is relevant on Ubuntu only, not Debian; it does not matter if it's missing
-include /usr/share/cdbs/1/rules/langpack.mk
"""

Ubuntu 10.10's quickly does not overwrite debian/rules each time, but it does overwrite debian/control each time, as you noted. I think you have an old debian/rules, but a more recent debian/control, and thus a mismatch as quickly moved to python-support.

This has been fixed in natty. Is this the issue you're hitting?

Changed in quickly:
status: New → Incomplete
Revision history for this message
manatlan (manatlan) wrote :

In fact, it was an "old" quickly project (ubuntu 10.04) ...
and my debian/rules contained "pycentral" instead of "pysupport"
I had changed the rule, and share it again on launchpad ... I think it will build right

Thanks for support !
marc

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.