[Python-modules-commits] r12726 - in packages/hachoir-core/trunk/debian (3 files)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Sat Apr 24 13:19:31 UTC 2010
Date: Saturday, April 24, 2010 @ 13:19:22
Author: jwilk
Revision: 12726
Add python-setuptools to Build-Depends and pass --setuptools to setup.py
to fix build failure (closes: #577326). Thanks to Lucas Nussbaum for the
bug report.
Modified:
packages/hachoir-core/trunk/debian/changelog
packages/hachoir-core/trunk/debian/control
packages/hachoir-core/trunk/debian/rules
Modified: packages/hachoir-core/trunk/debian/changelog
===================================================================
--- packages/hachoir-core/trunk/debian/changelog 2010-04-24 10:03:34 UTC (rev 12725)
+++ packages/hachoir-core/trunk/debian/changelog 2010-04-24 13:19:22 UTC (rev 12726)
@@ -1,3 +1,11 @@
+hachoir-core (1.3.3-2) UNRELEASED; urgency=low
+
+ * Add python-setuptools to Build-Depends and pass --setuptools to setup.py
+ to fix build failure (closes: #577326). Thanks to Lucas Nussbaum for the
+ bug report.
+
+ -- Jakub Wilk <jwilk at debian.org> Sat, 24 Apr 2010 15:16:34 +0200
+
hachoir-core (1.3.3-1) unstable; urgency=low
[ Michel Casabona ]
Modified: packages/hachoir-core/trunk/debian/control
===================================================================
--- packages/hachoir-core/trunk/debian/control 2010-04-24 10:03:34 UTC (rev 12725)
+++ packages/hachoir-core/trunk/debian/control 2010-04-24 13:19:22 UTC (rev 12726)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Michel Casabona <michel.casabona at free.fr>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>=5), python (>= 2.4), cdbs (>= 0.4.43), python-support (>= 0.4)
+Build-Depends: debhelper (>=5), python (>= 2.4), cdbs (>= 0.4.43), python-support (>= 0.4), python-setuptools
Build-Depends-Indep: python-all (>= 2.4)
Standards-Version: 3.8.4
Homepage: http://bitbucket.org/haypo/hachoir/wiki/hachoir-core
Modified: packages/hachoir-core/trunk/debian/rules
===================================================================
--- packages/hachoir-core/trunk/debian/rules 2010-04-24 10:03:34 UTC (rev 12725)
+++ packages/hachoir-core/trunk/debian/rules 2010-04-24 13:19:22 UTC (rev 12726)
@@ -2,7 +2,7 @@
DEB_PYTHON_SYSTEM=pysupport
# Install egg-info directories
-DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
+DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed --setuptools
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
More information about the Python-modules-commits
mailing list