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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Mon Feb 2 00:54:30 UTC 2015


    Date: Monday, February 2, 2015 @ 00:54:29
  Author: morph
Revision: 11704

* debian/watch
* debian/rules
  - remove --with quilt

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

Modified: packages/pylint/trunk/debian/changelog
===================================================================
--- packages/pylint/trunk/debian/changelog	2015-02-02 00:52:54 UTC (rev 11703)
+++ packages/pylint/trunk/debian/changelog	2015-02-02 00:54:29 UTC (rev 11704)
@@ -1,7 +1,7 @@
 pylint (1.4.1-1) UNRELEASED; urgency=medium
 
   * New upstream release
-  * debian/rules
+  * debian/watch
     - update to proper PyPI location
   * debian/control
     - add six to deps and b-d
@@ -13,8 +13,10 @@
     - drop patches, now are part of the upstream release
   * debian/{control, source/format}
     - switch to 3.0 (quilt) source format
+  * debian/rules
+    - remove --with quilt
 
- -- Sandro Tosi <morph at debian.org>  Mon, 02 Feb 2015 00:52:33 +0000
+ -- Sandro Tosi <morph at debian.org>  Mon, 02 Feb 2015 00:53:59 +0000
 
 pylint (1.3.1-2) unstable; urgency=medium
 

Modified: packages/pylint/trunk/debian/rules
===================================================================
--- packages/pylint/trunk/debian/rules	2015-02-02 00:52:54 UTC (rev 11703)
+++ packages/pylint/trunk/debian/rules	2015-02-02 00:54:29 UTC (rev 11704)
@@ -6,7 +6,7 @@
 PYVERS := $(shell pyversions -s -v)
 
 %:
-	dh $@ --with python2,quilt
+	dh $@ --with python2
 
 override_dh_auto_build:
 	dh_auto_build




More information about the Python-apps-commits mailing list