[Python-modules-commits] r26635 - in packages/routes/trunk/debian (changelog control)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sun Dec 1 21:03:17 UTC 2013


    Date: Sunday, December 1, 2013 @ 21:03:16
  Author: piotr
Revision: 26635

Add dh-python to Build-Depends (and use dh-python's dh_python2)

Modified:
  packages/routes/trunk/debian/changelog
  packages/routes/trunk/debian/control

Modified: packages/routes/trunk/debian/changelog
===================================================================
--- packages/routes/trunk/debian/changelog	2013-12-01 21:01:11 UTC (rev 26634)
+++ packages/routes/trunk/debian/changelog	2013-12-01 21:03:16 UTC (rev 26635)
@@ -4,6 +4,7 @@
   * Add drop_changes_from_description patch (to avoid FTBFS due to missing
     encoding declaration which makes python3 setup.py fail)
   * Bump minimum required Python version to 2.6/3.2
+  * Add dh-python to Build-Depends (and use dh-python's dh_python2)
   * Standards-Version bumped to 3.9.5 (no changes needed)
 
  -- Piotr Ożarowski <piotr at debian.org>  Sun, 01 Dec 2013 21:47:24 +0100

Modified: packages/routes/trunk/debian/control
===================================================================
--- packages/routes/trunk/debian/control	2013-12-01 21:01:11 UTC (rev 26634)
+++ packages/routes/trunk/debian/control	2013-12-01 21:03:16 UTC (rev 26635)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Piotr Ożarowski <piotr at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 9), dh-python
 Build-Depends-Indep: python-all (>= 2.6.6-3~), python-setuptools (>= 0.6b3), python-sphinx (>= 1.0.7+dfsg),
  python3-repoze.lru, python3-all, python3-setuptools, python3-sphinx
 Standards-Version: 3.9.5




More information about the Python-modules-commits mailing list