[Python-modules-commits] r30646 - in packages/hachoir-regex/trunk/debian (6 files)
mca-guest at users.alioth.debian.org
mca-guest at users.alioth.debian.org
Mon Sep 15 22:11:52 UTC 2014
Date: Monday, September 15, 2014 @ 22:11:51
Author: mca-guest
Revision: 30646
* Switch to dh_python2
* Bump debhelper compatibility level to 9
* Bump Standards-Version to 3.9.5 (no changes needed)
Modified:
packages/hachoir-regex/trunk/debian/changelog
packages/hachoir-regex/trunk/debian/compat
packages/hachoir-regex/trunk/debian/control
packages/hachoir-regex/trunk/debian/rules
Deleted:
packages/hachoir-regex/trunk/debian/pycompat
packages/hachoir-regex/trunk/debian/pyversions
Modified: packages/hachoir-regex/trunk/debian/changelog
===================================================================
--- packages/hachoir-regex/trunk/debian/changelog 2014-09-15 22:08:56 UTC (rev 30645)
+++ packages/hachoir-regex/trunk/debian/changelog 2014-09-15 22:11:51 UTC (rev 30646)
@@ -1,14 +1,18 @@
hachoir-regex (1.0.5-2) UNRELEASED; urgency=low
[ Michel Casabona ]
- * bump Standards-Version to 3.9.1
+ * bump Standards-Version to 3.9.5
- reference GPL-2 in the copyright file
* Switch to dpkg-source 3.0 (quilt) format
+ * debian/{control,rules}
+ - Switch to dh_python2
+ * debian/{compat,control}
+ - Bump debhelper compatibility level to 9
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
- -- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 16:01:01 +0200
+ -- Michel Casabona <michel.casabona at free.fr> Mon, 15 Sep 2014 01:22:26 +0200
hachoir-regex (1.0.5-1) unstable; urgency=low
Modified: packages/hachoir-regex/trunk/debian/compat
===================================================================
--- packages/hachoir-regex/trunk/debian/compat 2014-09-15 22:08:56 UTC (rev 30645)
+++ packages/hachoir-regex/trunk/debian/compat 2014-09-15 22:11:51 UTC (rev 30646)
@@ -1 +1 @@
-5
+9
Modified: packages/hachoir-regex/trunk/debian/control
===================================================================
--- packages/hachoir-regex/trunk/debian/control 2014-09-15 22:08:56 UTC (rev 30645)
+++ packages/hachoir-regex/trunk/debian/control 2014-09-15 22:11:51 UTC (rev 30646)
@@ -3,10 +3,11 @@
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-Indep: python-all (>= 2.4)
-Standards-Version: 3.9.1
+Build-Depends: debhelper (>=9), python (>= 2.6.6-3~), cdbs (>= 0.4.90~), dh-python
+Build-Depends-Indep: python-all
+Standards-Version: 3.9.5
Homepage: http://bitbucket.org/haypo/hachoir/wiki/hachoir-regex
+X-Python-Version: >= 2.4
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/hachoir-regex/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/hachoir-regex/trunk/
Deleted: packages/hachoir-regex/trunk/debian/pycompat
===================================================================
--- packages/hachoir-regex/trunk/debian/pycompat 2014-09-15 22:08:56 UTC (rev 30645)
+++ packages/hachoir-regex/trunk/debian/pycompat 2014-09-15 22:11:51 UTC (rev 30646)
@@ -1 +0,0 @@
-2
Deleted: packages/hachoir-regex/trunk/debian/pyversions
===================================================================
--- packages/hachoir-regex/trunk/debian/pyversions 2014-09-15 22:08:56 UTC (rev 30645)
+++ packages/hachoir-regex/trunk/debian/pyversions 2014-09-15 22:11:51 UTC (rev 30646)
@@ -1 +0,0 @@
-2.4-
Modified: packages/hachoir-regex/trunk/debian/rules
===================================================================
--- packages/hachoir-regex/trunk/debian/rules 2014-09-15 22:08:56 UTC (rev 30645)
+++ packages/hachoir-regex/trunk/debian/rules 2014-09-15 22:11:51 UTC (rev 30646)
@@ -1,7 +1,5 @@
#! /usr/bin/make -f
-DEB_PYTHON_SYSTEM=pysupport
-
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