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

mca-guest at users.alioth.debian.org mca-guest at users.alioth.debian.org
Mon Jan 18 00:15:23 UTC 2010


    Date: Monday, January 18, 2010 @ 00:14:53
  Author: mca-guest
Revision: 11197

new upstream, fix Depends and Build-Depends-Indep

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-01-17 23:02:34 UTC (rev 11196)
+++ packages/hachoir-parser/trunk/debian/changelog	2010-01-18 00:14:53 UTC (rev 11197)
@@ -1,3 +1,14 @@
+hachoir-parser (1.2.1-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * bump python-hachoir-core minimum required version to 1.2.1
+  * bump Standards-Version to 3.8.3
+  * debian/control: 
+    - Depends on ${misc:Depends}
+    - Build-Depends-Indep on python-all instead of python-all-dev 
+
+ -- Michel Casabona <michel.casabona at free.fr>  Mon, 18 Jan 2010 01:07:32 +0100
+
 hachoir-parser (1.2-2) UNRELEASED; urgency=low
 
   * debian/control

Modified: packages/hachoir-parser/trunk/debian/control
===================================================================
--- packages/hachoir-parser/trunk/debian/control	2010-01-17 23:02:34 UTC (rev 11196)
+++ packages/hachoir-parser/trunk/debian/control	2010-01-18 00:14:53 UTC (rev 11197)
@@ -4,15 +4,15 @@
 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-Indep: python-all-dev (>= 2.4)
-Standards-Version: 3.8.0
+Build-Depends-Indep: python-all (>= 2.4)
+Standards-Version: 3.8.3
 Homepage: http://hachoir.org/wiki/hachoir-parser
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/hachoir-parser/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/hachoir-parser/trunk/
 
 Package: python-hachoir-parser
 Architecture: all
-Depends: ${python:Depends}, python-hachoir-core (>= 1.2)
+Depends: ${python:Depends}, ${misc:Depends}, python-hachoir-core (>= 1.2.1)
 Description: Package of Hachoir parsers used to open binary files
  hachoir-parser is a package of most common file format parsers written for
  Hachoir framework. Not all parsers are complete, some are very good and other

Modified: packages/hachoir-parser/trunk/debian/rules
===================================================================
--- packages/hachoir-parser/trunk/debian/rules	2010-01-17 23:02:34 UTC (rev 11196)
+++ packages/hachoir-parser/trunk/debian/rules	2010-01-18 00:14:53 UTC (rev 11197)
@@ -1,6 +1,8 @@
 #! /usr/bin/make -f
 
 DEB_PYTHON_SYSTEM=pysupport
+# Install egg-info directories
+DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
 
 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