tags 750253 + patch
tags 750253 + pending
thanks

Dear maintainer,

I've prepared an NMU for python-traitsui (versioned as 4.4.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-traitsui-4.4.0/debian/changelog python-traitsui-4.4.0/debian/changelog
--- python-traitsui-4.4.0/debian/changelog	2014-03-16 03:52:40.000000000 +0000
+++ python-traitsui-4.4.0/debian/changelog	2014-07-06 21:06:33.000000000 +0100
@@ -1,3 +1,11 @@
+python-traitsui (4.4.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Set permissions in /usr/lib/python*, not /usr/share/pyshared
+    Closes: #750253
+
+ -- Jonathan Wiltshire <j...@debian.org>  Sun, 06 Jul 2014 21:06:30 +0100
+
 python-traitsui (4.4.0-1) unstable; urgency=low
 
   [ Jakub Wilk ]
diff -Nru python-traitsui-4.4.0/debian/rules python-traitsui-4.4.0/debian/rules
--- python-traitsui-4.4.0/debian/rules	2011-07-10 19:03:02.000000000 +0100
+++ python-traitsui-4.4.0/debian/rules	2014-07-06 21:00:27.000000000 +0100
@@ -7,13 +7,14 @@
 DEB_PYTHON_INSTALL_ARGS_ALL 	+= --single-version-externally-managed
 DEB_DESTDIR                      =$(CURDIR)/debian/python-traitsui
 PYSHARED                         =$(DEB_DESTDIR)/usr/share/pyshared
+PYLIBS                           =$(DEB_DESTDIR)/usr/lib/python*
 EXAMPLES                         =$(DEB_DESTDIR)/usr/share/doc/python-traitsui
 
 install/python-traitsui::
 	find $(DEB_DESTDIR) -name 'image_LICENSE.txt' -delete
 
 binary-predeb/python-traitsui::
-	find $(PYSHARED) -type f | xargs chmod 644
+	find $(PYLIBS) -type f | xargs chmod 644
 	find $(EXAMPLES) -type f | xargs sed -i '/^#!/d'
 	find $(EXAMPLES) -type f | xargs chmod 644
 

Attachment: signature.asc
Description: Digital signature

Reply via email to