[Python-modules-commits] r20613 - in packages/python-sunlight/trunk/debian (changelog rules)
paultag-guest at users.alioth.debian.org
paultag-guest at users.alioth.debian.org
Mon Feb 27 20:20:17 UTC 2012
Date: Monday, February 27, 2012 @ 20:20:15
Author: paultag-guest
Revision: 20613
Removing the SOURCES.txt file from the binary files.
Modified:
packages/python-sunlight/trunk/debian/changelog
packages/python-sunlight/trunk/debian/rules
Modified: packages/python-sunlight/trunk/debian/changelog
===================================================================
--- packages/python-sunlight/trunk/debian/changelog 2012-02-27 20:01:06 UTC (rev 20612)
+++ packages/python-sunlight/trunk/debian/changelog 2012-02-27 20:20:15 UTC (rev 20613)
@@ -2,8 +2,10 @@
* New upstream release. Contains fixes for Python 3, and fixed examples.
* Changing an errorful link (python-sunlight3 -> python3-sunlight)
+ * Ensuring that SOURCES.txt is removed from the binary packages (thanks,
+ jwilk & tumbleweed)
- -- Paul Tagliamonte <paultag at ubuntu.com> Mon, 27 Feb 2012 14:59:52 -0500
+ -- Paul Tagliamonte <paultag at ubuntu.com> Mon, 27 Feb 2012 15:19:33 -0500
python-sunlight (1.1.0-1) unstable; urgency=low
Modified: packages/python-sunlight/trunk/debian/rules
===================================================================
--- packages/python-sunlight/trunk/debian/rules 2012-02-27 20:01:06 UTC (rev 20612)
+++ packages/python-sunlight/trunk/debian/rules 2012-02-27 20:20:15 UTC (rev 20613)
@@ -34,3 +34,5 @@
$$py setup.py install --skip-build --root debian/$(PY3_PACKAGE_NAME) \
--install-layout deb; \
done
+ # Remove me when dh_python2 can handle this file
+ rm -vf debian/*/usr/lib/python*/*-packages/*.egg-info/SOURCES.txt
More information about the Python-modules-commits
mailing list