[Python-modules-commits] r34279 - in packages/pycparser/trunk/debian (changelog rules)

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Tue Sep 15 14:31:34 UTC 2015


    Date: Tuesday, September 15, 2015 @ 14:31:33
  Author: stefanor
Revision: 34279

dh_python3-ply now exists. Remove hack.

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

Modified: packages/pycparser/trunk/debian/changelog
===================================================================
--- packages/pycparser/trunk/debian/changelog	2015-09-15 14:09:59 UTC (rev 34278)
+++ packages/pycparser/trunk/debian/changelog	2015-09-15 14:31:33 UTC (rev 34279)
@@ -1,3 +1,9 @@
+pycparser (2.14+dfsg-3) UNRELEASED; urgency=medium
+
+  * dh_python3-ply now exists. Remove hack.
+
+ -- Stefano Rivera <stefanor at debian.org>  Tue, 15 Sep 2015 10:31:02 -0400
+
 pycparser (2.14+dfsg-2) unstable; urgency=medium
 
   * Team upload.

Modified: packages/pycparser/trunk/debian/rules
===================================================================
--- packages/pycparser/trunk/debian/rules	2015-09-15 14:09:59 UTC (rev 34278)
+++ packages/pycparser/trunk/debian/rules	2015-09-15 14:31:33 UTC (rev 34279)
@@ -21,9 +21,7 @@
 
 override_dh_python3:
 	dh_python3
-	# I blame jwilk for this temporary hack: (waiting for #714099)
-	sed -e 's/python-/python3-/g' /usr/bin/dh_python-ply | \
-		perl - $$(find $(PYBUILD_DESTDIR_python3) -name '*tab.py')
+	dh_python3-ply $$(find $(PYBUILD_DESTDIR_python3) -name '*tab.py')
 
 clean-generated-code:
 	cd pycparser && rm -f lextab.py yacctab.py c_ast.py




More information about the Python-modules-commits mailing list