tags 750278 + patch
tags 750278 + pending
thanks

Dear maintainer,

I've prepared an NMU for python-enable (versioned as 4.3.0-1.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
Jonathan Wiltshire                                      j...@debian.org
Debian Developer                         http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51

diff -Nru python-enable-4.3.0/debian/changelog python-enable-4.3.0/debian/changelog
--- python-enable-4.3.0/debian/changelog	2014-03-16 03:35:29.000000000 +0000
+++ python-enable-4.3.0/debian/changelog	2014-07-06 20:40:20.000000000 +0100
@@ -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 <j...@debian.org>  Sun, 06 Jul 2014 20:38:46 +0100
+
 python-enable (4.3.0-1) unstable; urgency=low
 
   [ Jakub Wilk ]
diff -Nru python-enable-4.3.0/debian/rules python-enable-4.3.0/debian/rules
--- python-enable-4.3.0/debian/rules	2012-04-24 04:07:25.000000000 +0100
+++ python-enable-4.3.0/debian/rules	2014-07-06 20:38:14.000000000 +0100
@@ -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

Attachment: signature.asc
Description: Digital signature

Reply via email to