[Python-modules-commits] r12055 - in packages/pyparsing/trunk/debian (changelog rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Mon Mar 1 18:09:36 UTC 2010


    Date: Monday, March 1, 2010 @ 18:09:29
  Author: morph
Revision: 12055

* debian/rules
  - use globbing to remove pyparsing_py3.py (working around cdbs that installs
    libs into /usr/lib/python2.6/site-packages/); thanks to Jakub Wilk for the
    report; Closes: #571505

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

Modified: packages/pyparsing/trunk/debian/changelog
===================================================================
--- packages/pyparsing/trunk/debian/changelog	2010-03-01 14:22:45 UTC (rev 12054)
+++ packages/pyparsing/trunk/debian/changelog	2010-03-01 18:09:29 UTC (rev 12055)
@@ -1,3 +1,12 @@
+pyparsing (1.5.2-2) UNRELEASED; urgency=low
+
+  * debian/rules
+    - use globbing to remove pyparsing_py3.py (working around cdbs that installs
+      libs into /usr/lib/python2.6/site-packages/); thanks to Jakub Wilk for the
+      report; Closes: #571505
+
+ -- Sandro Tosi <morph at debian.org>  Mon, 01 Mar 2010 19:06:13 +0100
+
 pyparsing (1.5.2-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/pyparsing/trunk/debian/rules
===================================================================
--- packages/pyparsing/trunk/debian/rules	2010-03-01 14:22:45 UTC (rev 12054)
+++ packages/pyparsing/trunk/debian/rules	2010-03-01 18:09:29 UTC (rev 12055)
@@ -19,7 +19,7 @@
 DEB_DH_ALWAYS_EXCLUDE := .svn
 
 install/python-pyparsing::
-	rm debian/python-pyparsing/$(call py_libdir,$(shell pyversions -d))/pyparsing_py3.py
+	rm debian/python-pyparsing/usr/lib/python*/*-packages/pyparsing_py3.py
 
 binary-post-install/%::
 	# convert CRLF to LF




More information about the Python-modules-commits mailing list