[Python-modules-commits] r30124 - in packages/pychm/trunk/debian (4 files)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Mon Aug 11 20:47:49 UTC 2014
Date: Monday, August 11, 2014 @ 20:47:48
Author: morph
Revision: 30124
Switch to dh sequencer and dh_python2
Modified:
packages/pychm/trunk/debian/changelog
packages/pychm/trunk/debian/compat
packages/pychm/trunk/debian/control
packages/pychm/trunk/debian/rules
Modified: packages/pychm/trunk/debian/changelog
===================================================================
--- packages/pychm/trunk/debian/changelog 2014-08-11 20:28:30 UTC (rev 30123)
+++ packages/pychm/trunk/debian/changelog 2014-08-11 20:47:48 UTC (rev 30124)
@@ -12,11 +12,12 @@
- update and switch to DEP-5 format
* debian/docs
- removed NEWS, no longer shipped
+ * Switch to dh sequencer and dh_python2
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
- -- Sandro Tosi <morph at debian.org> Mon, 11 Aug 2014 21:28:17 +0100
+ -- Sandro Tosi <morph at debian.org> Mon, 11 Aug 2014 21:47:33 +0100
pychm (0.8.4-1) unstable; urgency=low
Modified: packages/pychm/trunk/debian/compat
===================================================================
--- packages/pychm/trunk/debian/compat 2014-08-11 20:28:30 UTC (rev 30123)
+++ packages/pychm/trunk/debian/compat 2014-08-11 20:47:48 UTC (rev 30124)
@@ -1 +1 @@
-5
+9
Modified: packages/pychm/trunk/debian/control
===================================================================
--- packages/pychm/trunk/debian/control 2014-08-11 20:28:30 UTC (rev 30123)
+++ packages/pychm/trunk/debian/control 2014-08-11 20:47:48 UTC (rev 30124)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Sandro Tosi <morph at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), libchm-dev (>= 0.3), python-all-dev (>= 2.3.5-11), python-support (>= 0.3)
+Build-Depends: debhelper (>= 9), dh-python, libchm-dev (>= 0.3), python-all-dev (>= 2.3.5-11)
Standards-Version: 3.8.2
XS-Python-Version: all
Homepage: https://github.com/dottedmag/pychm
Modified: packages/pychm/trunk/debian/rules
===================================================================
--- packages/pychm/trunk/debian/rules 2014-08-11 20:28:30 UTC (rev 30123)
+++ packages/pychm/trunk/debian/rules 2014-08-11 20:47:48 UTC (rev 30124)
@@ -1,8 +1,4 @@
#!/usr/bin/make -f
-# -*- mode: makefile; coding: utf-8 -*-
-DEB_PYTHON_SYSTEM=pysupport
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
-
+%:
+ dh $@ --with python2
More information about the Python-modules-commits
mailing list