[Python-apps-commits] r10326 - in packages/pylint/trunk/debian (changelog control rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sun Jan 5 11:25:13 UTC 2014


    Date: Sunday, January 5, 2014 @ 11:25:12
  Author: morph
Revision: 10326

* debian/{control, rules}
  - switch to dh_python2; thanks to Benjamin Drung for the report and patch;
    Closes: #702128

Modified:
  packages/pylint/trunk/debian/changelog
  packages/pylint/trunk/debian/control
  packages/pylint/trunk/debian/rules

Modified: packages/pylint/trunk/debian/changelog
===================================================================
--- packages/pylint/trunk/debian/changelog	2014-01-05 11:15:45 UTC (rev 10325)
+++ packages/pylint/trunk/debian/changelog	2014-01-05 11:25:12 UTC (rev 10326)
@@ -16,8 +16,11 @@
     - moved to dh sequencer
   * debian/compat
     - bump compat to 9
+  * debian/{control, rules}
+    - switch to dh_python2; thanks to Benjamin Drung for the report and patch;
+      Closes: #702128
 
- -- Sandro Tosi <morph at debian.org>  Sun, 05 Jan 2014 12:15:36 +0100
+ -- Sandro Tosi <morph at debian.org>  Sun, 05 Jan 2014 12:24:14 +0100
 
 pylint (0.27.0-1) experimental; urgency=low
 

Modified: packages/pylint/trunk/debian/control
===================================================================
--- packages/pylint/trunk/debian/control	2014-01-05 11:15:45 UTC (rev 10325)
+++ packages/pylint/trunk/debian/control	2014-01-05 11:25:12 UTC (rev 10326)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Sylvain Thénault <sylvain.thenault at logilab.fr>, Alexandre Fayolle <afayolle at debian.org>, Sandro Tosi <morph at debian.org>
-Build-Depends: debhelper (>= 9), python (>= 2.5.4-1~)
-Build-Depends-Indep: python-support, python-logilab-common (>= 0.53.0), python-astroid, python-unittest2
+Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~)
+Build-Depends-Indep: python-logilab-common (>= 0.53.0), python-astroid, python-unittest2
 Standards-Version: 3.9.5
 XS-Python-Version: >= 2.6
 Homepage: http://www.pylint.org/

Modified: packages/pylint/trunk/debian/rules
===================================================================
--- packages/pylint/trunk/debian/rules	2014-01-05 11:15:45 UTC (rev 10325)
+++ packages/pylint/trunk/debian/rules	2014-01-05 11:25:12 UTC (rev 10326)
@@ -6,7 +6,7 @@
 PYVERS := $(shell pyversions -s -v)
 
 %:
-	dh $@
+	dh $@ --with python2
 
 override_dh_auto_build:
 	dh_auto_build




More information about the Python-apps-commits mailing list