[Python-modules-commits] r30476 - in packages/python-pyface/trunk/debian (changelog rules)

varun at users.alioth.debian.org varun at users.alioth.debian.org
Wed Sep 3 04:08:00 UTC 2014


    Date: Wednesday, September 3, 2014 @ 04:07:59
  Author: varun
Revision: 30476

Ack. NMU

Modified:
  packages/python-pyface/trunk/debian/changelog
  packages/python-pyface/trunk/debian/rules

Modified: packages/python-pyface/trunk/debian/changelog
===================================================================
--- packages/python-pyface/trunk/debian/changelog	2014-09-02 21:54:51 UTC (rev 30475)
+++ packages/python-pyface/trunk/debian/changelog	2014-09-03 04:07:59 UTC (rev 30476)
@@ -1,3 +1,11 @@
+python-pyface (4.4.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Set permissions in /usr/lib/python*, not /usr/share/pyshared
+    Closes: #751065
+
+ -- Jonathan Wiltshire <jmw at debian.org>  Sun, 06 Jul 2014 21:19:22 +0100
+
 python-pyface (4.4.0-1) unstable; urgency=low
 
   [ Jakub Wilk ]

Modified: packages/python-pyface/trunk/debian/rules
===================================================================
--- packages/python-pyface/trunk/debian/rules	2014-09-02 21:54:51 UTC (rev 30475)
+++ packages/python-pyface/trunk/debian/rules	2014-09-03 04:07:59 UTC (rev 30476)
@@ -6,12 +6,13 @@
 DEB_COMPRESS_EXCLUDE		:= .py
 DEB_PYTHON_INSTALL_ARGS_ALL 	+= --single-version-externally-managed
 PYSHARED			 = $(DEB_DESTDIR)/usr/share/pyshared
+PYLIBS               = $(DEB_DESTDIR)/usr/lib/python*
 
 install/python-pyface::
 	find $(DEB_DESTDIR) -name 'image_LICENSE.txt' -delete
 
 binary-predeb/python-pyface::
-	find $(PYSHARED) -type f | xargs chmod 644
+	find $(PYLIBS) -type f | xargs chmod 644
 
 get-orig-source:
 	-uscan --force-download --rename




More information about the Python-modules-commits mailing list