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

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


    Date: Tuesday, May 18, 2010 @ 19:31:13
  Author: piotr
Revision: 13010

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

Modified:
  packages/hachoir-parser/trunk/debian/changelog
  packages/hachoir-parser/trunk/debian/control
  packages/hachoir-parser/trunk/debian/rules

Modified: packages/hachoir-parser/trunk/debian/changelog
===================================================================
--- packages/hachoir-parser/trunk/debian/changelog	2010-05-18 19:21:57 UTC (rev 13009)
+++ packages/hachoir-parser/trunk/debian/changelog	2010-05-18 19:31:13 UTC (rev 13010)
@@ -1,10 +1,10 @@
-hachoir-parser (1.3.2-2) UNRELEASED; urgency=low
+hachoir-parser (1.3.2-2) unstable; urgency=low
 
-  * Add python-setuptools to Build-Depends and pass --setuptools to setup.py
-    to fix build failure (closes: #577346). Thanks to Lucas Nussbaum for the
-    bug report.
+  [ Piotr Ożarowski ]
+  * Remove --single-version-externally-managed from debian/rules
+    (Closes: #577346)
 
- -- Jakub Wilk <jwilk at debian.org>  Sat, 24 Apr 2010 15:13:40 +0200
+ -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>  Tue, 18 May 2010 21:22:38 +0200
 
 hachoir-parser (1.3.2-1) unstable; urgency=low
 

Modified: packages/hachoir-parser/trunk/debian/control
===================================================================
--- packages/hachoir-parser/trunk/debian/control	2010-05-18 19:21:57 UTC (rev 13009)
+++ packages/hachoir-parser/trunk/debian/control	2010-05-18 19:31:13 UTC (rev 13010)
@@ -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-parser

Modified: packages/hachoir-parser/trunk/debian/rules
===================================================================
--- packages/hachoir-parser/trunk/debian/rules	2010-05-18 19:21:57 UTC (rev 13009)
+++ packages/hachoir-parser/trunk/debian/rules	2010-05-18 19:31:13 UTC (rev 13010)
@@ -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