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

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


    Date: Monday, January 18, 2010 @ 23:47:13
  Author: mca-guest
Revision: 11208

new upstream, fix Depends and Build-Depends-Indep

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

Modified: packages/hachoir-regex/trunk/debian/changelog
===================================================================
--- packages/hachoir-regex/trunk/debian/changelog	2010-01-18 21:49:30 UTC (rev 11207)
+++ packages/hachoir-regex/trunk/debian/changelog	2010-01-18 23:47:13 UTC (rev 11208)
@@ -1,3 +1,13 @@
+hachoir-regex (1.0.4-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * 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:57:41 +0100
+
 hachoir-regex (1.0.3-2) UNRELEASED; urgency=low
 
   * debian/control

Modified: packages/hachoir-regex/trunk/debian/control
===================================================================
--- packages/hachoir-regex/trunk/debian/control	2010-01-18 21:49:30 UTC (rev 11207)
+++ packages/hachoir-regex/trunk/debian/control	2010-01-18 23:47:13 UTC (rev 11208)
@@ -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.7.3
+Build-Depends-Indep: python-all (>= 2.4)
+Standards-Version: 3.8.3
 Homepage: http://hachoir.org/wiki/hachoir-regex
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/hachoir-regex/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/hachoir-regex/trunk/
 
 Package: python-hachoir-regex
 Architecture: all
-Depends: ${python:Depends}
+Depends: ${python:Depends}, ${misc:Depends}
 Description: regular expressions manipulation Python library
  hachoir-regex is a Python library for regular expression (regex or regexp)
  manipulation. You can use a|b (or) and a+b (and) operators. Expressions are

Modified: packages/hachoir-regex/trunk/debian/rules
===================================================================
--- packages/hachoir-regex/trunk/debian/rules	2010-01-18 21:49:30 UTC (rev 11207)
+++ packages/hachoir-regex/trunk/debian/rules	2010-01-18 23:47:13 UTC (rev 11208)
@@ -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