Package: gameclock
Version: 4.0-1
Severity: serious
Tags: patch
User: [email protected]
Usertags: origin-ubuntu ubuntu-patch precise
Your package fails to build in pbuilder:
dh clean --with python2
dh_testdir
dh_auto_clean
Traceback (most recent call last):
File "setup.py", line 7, in <module>
from setuptools import setup
ImportError: No module named setuptools
dh_auto_clean: python setup.py clean -a returned exit code 1
make: *** [clean] Error 2
Since setup.py uses setuptools, you need to build-depend on it. Patch
follows.
* Build-depend on python-setuptools.
diff -Nru gameclock-4.0/debian/control gameclock-4.0/debian/control
--- gameclock-4.0/debian/control 2011-10-11 08:14:37.000000000 +0100
+++ gameclock-4.0/debian/control 2011-10-27 12:50:08.000000000 +0100
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Antoine Beaupré <[email protected]>
DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), python (>= 2.3.5-7)
+Build-Depends: debhelper (>= 7.0.50~), python (>= 2.3.5-7), python-setuptools
Standards-Version: 3.9.2
Homepage: https://redmine.koumbit.net/projects/gameclock
Vcs-Browser: https://redmine.koumbit.net/projects/gameclock/repository
Thanks,
--
Colin Watson [[email protected]]
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]