[Python-modules-commits] r30642 - in packages/hachoir-core/trunk/debian (6 files)
mca-guest at users.alioth.debian.org
mca-guest at users.alioth.debian.org
Mon Sep 15 21:51:37 UTC 2014
Date: Monday, September 15, 2014 @ 21:51:36
Author: mca-guest
Revision: 30642
* Switch to dh_python2
* Bump debhelper compatibility level to 9
* Bump Standards-Version to 3.9.5 (no changes needed
Modified:
packages/hachoir-core/trunk/debian/changelog
packages/hachoir-core/trunk/debian/compat
packages/hachoir-core/trunk/debian/control
packages/hachoir-core/trunk/debian/rules
Deleted:
packages/hachoir-core/trunk/debian/pycompat
packages/hachoir-core/trunk/debian/pyversions
Modified: packages/hachoir-core/trunk/debian/changelog
===================================================================
--- packages/hachoir-core/trunk/debian/changelog 2014-09-15 20:38:12 UTC (rev 30641)
+++ packages/hachoir-core/trunk/debian/changelog 2014-09-15 21:51:36 UTC (rev 30642)
@@ -1,10 +1,18 @@
hachoir-core (1.3.3-4) UNRELEASED; urgency=low
+ [ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
* Fix a typo in the package description.
- -- Jakub Wilk <jwilk at debian.org> Fri, 21 Jun 2013 19:55:23 +0200
+ [ Michel Casabona ]
+ * bump Standards-Version to 3.9.5
+ * debian/{control,rules}
+ - Switch to dh_python2
+ * debian/{compat,control}
+ - Bump debhelper compatibility level to 9
+ -- Michel Casabona <michel.casabona at free.fr> Mon, 15 Sep 2014 00:34:23 +0200
+
hachoir-core (1.3.3-3) unstable; urgency=low
* Suggests python-profiler which is in non-free instead of Recommends
Modified: packages/hachoir-core/trunk/debian/compat
===================================================================
--- packages/hachoir-core/trunk/debian/compat 2014-09-15 20:38:12 UTC (rev 30641)
+++ packages/hachoir-core/trunk/debian/compat 2014-09-15 21:51:36 UTC (rev 30642)
@@ -1 +1 @@
-5
+9
Modified: packages/hachoir-core/trunk/debian/control
===================================================================
--- packages/hachoir-core/trunk/debian/control 2014-09-15 20:38:12 UTC (rev 30641)
+++ packages/hachoir-core/trunk/debian/control 2014-09-15 21:51:36 UTC (rev 30642)
@@ -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 (>=7), 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-core
+X-Python-Version: >= 2.4
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/hachoir-core/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/hachoir-core/trunk/
Deleted: packages/hachoir-core/trunk/debian/pycompat
===================================================================
--- packages/hachoir-core/trunk/debian/pycompat 2014-09-15 20:38:12 UTC (rev 30641)
+++ packages/hachoir-core/trunk/debian/pycompat 2014-09-15 21:51:36 UTC (rev 30642)
@@ -1 +0,0 @@
-2
Deleted: packages/hachoir-core/trunk/debian/pyversions
===================================================================
--- packages/hachoir-core/trunk/debian/pyversions 2014-09-15 20:38:12 UTC (rev 30641)
+++ packages/hachoir-core/trunk/debian/pyversions 2014-09-15 21:51:36 UTC (rev 30642)
@@ -1 +0,0 @@
-2.4-
Modified: packages/hachoir-core/trunk/debian/rules
===================================================================
--- packages/hachoir-core/trunk/debian/rules 2014-09-15 20:38:12 UTC (rev 30641)
+++ packages/hachoir-core/trunk/debian/rules 2014-09-15 21:51:36 UTC (rev 30642)
@@ -1,6 +1,4 @@
#! /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