[Python-modules-commits] r29365 - in packages/pycparser/trunk/debian (changelog control rules)
mithrandi at users.alioth.debian.org
mithrandi at users.alioth.debian.org
Tue Jun 17 13:57:16 UTC 2014
Date: Tuesday, June 17, 2014 @ 13:57:15
Author: mithrandi
Revision: 29365
* Team upload.
* Fix paths since dh_python2 no longer installs to pyshared.
Modified:
packages/pycparser/trunk/debian/changelog
packages/pycparser/trunk/debian/control
packages/pycparser/trunk/debian/rules
Modified: packages/pycparser/trunk/debian/changelog
===================================================================
--- packages/pycparser/trunk/debian/changelog 2014-06-17 10:04:49 UTC (rev 29364)
+++ packages/pycparser/trunk/debian/changelog 2014-06-17 13:57:15 UTC (rev 29365)
@@ -1,3 +1,10 @@
+pycparser (2.10+dfsg-2) unstable; urgency=medium
+
+ * Team upload.
+ * Fix paths since dh_python2 no longer installs to pyshared.
+
+ -- Tristan Seligmann <mithrandi at debian.org> Tue, 17 Jun 2014 15:55:34 +0200
+
pycparser (2.10+dfsg-1) unstable; urgency=low
* New upstream release.
Modified: packages/pycparser/trunk/debian/control
===================================================================
--- packages/pycparser/trunk/debian/control 2014-06-17 10:04:49 UTC (rev 29364)
+++ packages/pycparser/trunk/debian/control 2014-06-17 13:57:15 UTC (rev 29365)
@@ -5,7 +5,7 @@
Uploaders: Stefano Rivera <stefanor at debian.org>
Build-Depends:
debhelper (>= 8.1),
- dh-python,
+ dh-python (>= 1.20140511),
python-all (>= 2.6.6-3~),
python-ply (>= 3.4-1~),
python3-all (>= 3.1.2-6~),
Modified: packages/pycparser/trunk/debian/rules
===================================================================
--- packages/pycparser/trunk/debian/rules 2014-06-17 10:04:49 UTC (rev 29364)
+++ packages/pycparser/trunk/debian/rules 2014-06-17 13:57:15 UTC (rev 29365)
@@ -17,8 +17,8 @@
override_dh_python2:
dh_python2
- dh_python-ply debian/python-pycparser/usr/share/pyshared/pycparser/lextab.py \
- debian/python-pycparser/usr/share/pyshared/pycparser/yacctab.py
+ dh_python-ply debian/python-pycparser/usr/lib/python2.7/dist-packages/pycparser/lextab.py \
+ debian/python-pycparser/usr/lib/python2.7/dist-packages/pycparser/yacctab.py
override_dh_python3:
dh_python3
More information about the Python-modules-commits
mailing list