tags 751065 + patch tags 751065 + pending thanks Dear maintainer,
I've prepared an NMU for python-pyface (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 [email protected] Debian Developer http://people.debian.org/~jmw 4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC 74C3 5394 479D D352 4C51
diff -Nru python-pyface-4.4.0/debian/changelog python-pyface-4.4.0/debian/changelog --- python-pyface-4.4.0/debian/changelog 2014-03-16 03:44:40.000000000 +0000 +++ python-pyface-4.4.0/debian/changelog 2014-07-06 21:19:24.000000000 +0100 @@ -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 <[email protected]> Sun, 06 Jul 2014 21:19:22 +0100 + python-pyface (4.4.0-1) unstable; urgency=low [ Jakub Wilk ] diff -Nru python-pyface-4.4.0/debian/rules python-pyface-4.4.0/debian/rules --- python-pyface-4.4.0/debian/rules 2011-07-09 19:00:18.000000000 +0100 +++ python-pyface-4.4.0/debian/rules 2014-07-06 21:12:28.000000000 +0100 @@ -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
signature.asc
Description: Digital signature
_______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

