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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Wed Dec 10 19:35:22 UTC 2014


    Date: Wednesday, December 10, 2014 @ 19:35:21
  Author: morph
Revision: 11614

* debian/{control,rules}
  - add quilt to apply the patch

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-12-10 19:30:52 UTC (rev 11613)
+++ packages/pylint/trunk/debian/changelog	2014-12-10 19:35:21 UTC (rev 11614)
@@ -4,8 +4,10 @@
     - backport of --unsafe-load-any-extension and --extension-pkg-whitelist to
       be able to run pylint even on third-party extensions (and not only on
       Standard Library ones); Closes: #772018
+  * debian/{control,rules}
+    - add quilt to apply the patch
 
- -- Sandro Tosi <morph at debian.org>  Wed, 10 Dec 2014 19:28:31 +0000
+ -- Sandro Tosi <morph at debian.org>  Wed, 10 Dec 2014 19:35:00 +0000
 
 pylint (1.3.1-1) unstable; urgency=medium
 

Modified: packages/pylint/trunk/debian/control
===================================================================
--- packages/pylint/trunk/debian/control	2014-12-10 19:30:52 UTC (rev 11613)
+++ packages/pylint/trunk/debian/control	2014-12-10 19:35:21 UTC (rev 11614)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Sandro Tosi <morph at debian.org>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~), dh-python
+Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~), dh-python, quilt
 Build-Depends-Indep: python-logilab-common (>= 0.53.0), python-astroid (>= 1.2.1), python-unittest2
 Standards-Version: 3.9.6
 XS-Python-Version: >= 2.6

Modified: packages/pylint/trunk/debian/rules
===================================================================
--- packages/pylint/trunk/debian/rules	2014-12-10 19:30:52 UTC (rev 11613)
+++ packages/pylint/trunk/debian/rules	2014-12-10 19:35:21 UTC (rev 11614)
@@ -6,7 +6,7 @@
 PYVERS := $(shell pyversions -s -v)
 
 %:
-	dh $@ --with python2
+	dh $@ --with python2,quilt
 
 override_dh_auto_build:
 	dh_auto_build




More information about the Python-apps-commits mailing list