[Python-modules-commits] r31557 - in packages/python-enable/trunk/debian (changelog rules)
nirgal-guest at users.alioth.debian.org
nirgal-guest at users.alioth.debian.org
Mon Dec 8 21:50:00 UTC 2014
Date: Monday, December 8, 2014 @ 21:49:59
Author: nirgal-guest
Revision: 31557
Import NMU version 4.3.0-1.1
Modified:
packages/python-enable/trunk/debian/changelog
packages/python-enable/trunk/debian/rules
Modified: packages/python-enable/trunk/debian/changelog
===================================================================
--- packages/python-enable/trunk/debian/changelog 2014-12-08 21:46:27 UTC (rev 31556)
+++ packages/python-enable/trunk/debian/changelog 2014-12-08 21:49:59 UTC (rev 31557)
@@ -1,3 +1,12 @@
+python-enable (4.3.0-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Remove #! lines and set permissions in /usr/lib/python*, not
+ /usr/share/pyshared (which no longer exists)
+ Closes: #750278
+
+ -- Jonathan Wiltshire <jmw at debian.org> Sun, 06 Jul 2014 20:38:46 +0100
+
python-enable (4.3.0-1) unstable; urgency=low
[ Jakub Wilk ]
Modified: packages/python-enable/trunk/debian/rules
===================================================================
--- packages/python-enable/trunk/debian/rules 2014-12-08 21:46:27 UTC (rev 31556)
+++ packages/python-enable/trunk/debian/rules 2014-12-08 21:49:59 UTC (rev 31557)
@@ -7,6 +7,7 @@
DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
DEB_INSTALL_CHANGELOGS_ALL += docs/CHANGES.txt
PYSHARED =$(DEB_DESTDIR)/usr/share/pyshared
+PYLIBS =$(DEB_DESTDIR)/usr/lib/python*
EXAMPLES =$(DEB_DESTDIR)/usr/share/doc/python-enable
install/python-enable::
@@ -16,8 +17,8 @@
dh_numpy
binary-predeb/python-enable::
- find $(PYSHARED) -type f | xargs sed -i '/^#!/d'
- find $(PYSHARED) -type f | xargs chmod 644
+ find $(PYLIBS) -type f | xargs sed -i '/^#!/d'
+ find $(PYLIBS) -type f | xargs chmod 644
find $(EXAMPLES) -type f | xargs sed -i '/^#!/d'
find $(EXAMPLES) -type f | xargs chmod 644
find $(EXAMPLES) -name '.gitignore' -delete
More information about the Python-modules-commits
mailing list