[Python-modules-commits] r13008 - in packages/hachoir-core/trunk/debian (3 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Tue May 18 19:21:18 UTC 2010


    Date: Tuesday, May 18, 2010 @ 19:20:59
  Author: piotr
Revision: 13008

Remove --single-version-externally-managed from debian/rules (Closes: #577326)

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-05-18 19:03:57 UTC (rev 13007)
+++ packages/hachoir-core/trunk/debian/changelog	2010-05-18 19:20:59 UTC (rev 13008)
@@ -1,10 +1,10 @@
-hachoir-core (1.3.3-2) UNRELEASED; urgency=low
+hachoir-core (1.3.3-2) unstable; 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.
+  [ Piotr Ożarowski ]
+  * Remove --single-version-externally-managed from debian/rules
+    (Closes: #577326)
 
- -- Jakub Wilk <jwilk at debian.org>  Sat, 24 Apr 2010 15:16:34 +0200
+ -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>  Tue, 18 May 2010 21:11:22 +0200
 
 hachoir-core (1.3.3-1) unstable; urgency=low
 

Modified: packages/hachoir-core/trunk/debian/control
===================================================================
--- packages/hachoir-core/trunk/debian/control	2010-05-18 19:03:57 UTC (rev 13007)
+++ packages/hachoir-core/trunk/debian/control	2010-05-18 19:20:59 UTC (rev 13008)
@@ -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), python-setuptools
+Build-Depends: debhelper (>=5), python (>= 2.4), cdbs (>= 0.4.43), python-support (>= 0.4)
 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-05-18 19:03:57 UTC (rev 13007)
+++ packages/hachoir-core/trunk/debian/rules	2010-05-18 19:20:59 UTC (rev 13008)
@@ -2,7 +2,6 @@
 
 DEB_PYTHON_SYSTEM=pysupport
 # Install egg-info directories
-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