tags 750280 + patch
tags 750280 + pending
thanks

Dear maintainer,

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

Regards.

-- 
Jonathan Wiltshire                                      [email protected]
Debian Developer                         http://people.debian.org/~jmw

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

diff -Nru python-chaco-4.4.1/debian/changelog python-chaco-4.4.1/debian/changelog
--- python-chaco-4.4.1/debian/changelog	2014-03-16 02:52:57.000000000 +0000
+++ python-chaco-4.4.1/debian/changelog	2014-07-06 21:27:15.000000000 +0100
@@ -1,3 +1,11 @@
+python-chaco (4.4.1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Set permissions in /usr/lib/python*, not /usr/share/pyshared
+    Closes: #750280
+
+ -- Jonathan Wiltshire <[email protected]>  Sun, 06 Jul 2014 21:27:13 +0100
+
 python-chaco (4.4.1-1) unstable; urgency=low
 
   [ Varun Hiremath ]
diff -Nru python-chaco-4.4.1/debian/rules python-chaco-4.4.1/debian/rules
--- python-chaco-4.4.1/debian/rules	2014-03-16 02:56:34.000000000 +0000
+++ python-chaco-4.4.1/debian/rules	2014-07-06 21:26:32.000000000 +0100
@@ -7,6 +7,7 @@
 DEB_PYTHON_INSTALL_ARGS_ALL 	+= --single-version-externally-managed
 DEB_DESTDIR			 = $(CURDIR)/debian/python-chaco
 PYSHARED			 = $(DEB_DESTDIR)/usr/share/pyshared
+PYLIBS			     = $(DEB_DESTDIR)/usr/lib/python*
 EXAMPLES			 = $(DEB_DESTDIR)/usr/share/doc/python-chaco
 
 install/python-chaco::
@@ -15,7 +16,7 @@
 
 binary-predeb/python-chaco::
 	find $(EXAMPLES) -type f -print0 | xargs -0 sed -i '/^#!/d'
-	find $(PYSHARED) -type f -print0 | xargs -0 chmod 644
+	find $(PYLIBS) -type f -print0 | xargs -0 chmod 644
 	find $(EXAMPLES) -type f -print0 | xargs -0 chmod 644
 	find $(EXAMPLES) -name "*LICENSE*" -delete
 

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to