[Python-apps-commits] r9932 - in packages/pyflakes/trunk/debian (changelog patches rules)

xnox at users.alioth.debian.org xnox at users.alioth.debian.org
Sun Aug 4 22:48:31 UTC 2013


    Date: Sunday, August 4, 2013 @ 22:48:29
  Author: xnox
Revision: 9932

* New upstream release (Closes: #718728)
  - "Fix undefined name for generator expression and dict/set
  comprehension at class level"
  - drop all patches

Modified:
  packages/pyflakes/trunk/debian/changelog
  packages/pyflakes/trunk/debian/rules
Deleted:
  packages/pyflakes/trunk/debian/patches/

Modified: packages/pyflakes/trunk/debian/changelog
===================================================================
--- packages/pyflakes/trunk/debian/changelog	2013-08-04 22:18:29 UTC (rev 9931)
+++ packages/pyflakes/trunk/debian/changelog	2013-08-04 22:48:29 UTC (rev 9932)
@@ -1,8 +1,12 @@
-pyflakes (0.7.2-2) UNRELEASED; urgency=low
+pyflakes (0.7.3-1) UNRELEASED; urgency=low
 
   * Switch to dh-python.
+  * New upstream release (Closes: #718728)
+    - "Fix undefined name for generator expression and dict/set
+    comprehension at class level"
+    - drop all patches
 
- -- Dmitrijs Ledkovs <xnox at debian.org>  Sun, 04 Aug 2013 23:17:49 +0100
+ -- Dmitrijs Ledkovs <xnox at debian.org>  Sun, 04 Aug 2013 23:27:19 +0100
 
 pyflakes (0.7.2-1) unstable; urgency=low
 

Modified: packages/pyflakes/trunk/debian/rules
===================================================================
--- packages/pyflakes/trunk/debian/rules	2013-08-04 22:18:29 UTC (rev 9931)
+++ packages/pyflakes/trunk/debian/rules	2013-08-04 22:48:29 UTC (rev 9932)
@@ -16,6 +16,4 @@
 	dh_auto_install
 	cp debian/pyflakes/usr/bin/pyflakes debian/pyflakes/usr/bin/pyflakes3
 	sed -i '1s/3.*/2.7/' ./debian/pyflakes/usr/bin/pyflakes
-
-override_dh_python3:
-	dh_python3 --shebang=/usr/bin/python3
+	sed -i '1s/3.*/3/' ./debian/pyflakes/usr/bin/pyflakes3




More information about the Python-apps-commits mailing list