[Python-apps-commits] r5129 - in packages/eric/trunk/debian (changelog rules)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Tue Apr 20 19:19:43 UTC 2010
Date: Tuesday, April 20, 2010 @ 19:19:40
Author: piotr
Revision: 5129
Don't ship .pyc files
Modified:
packages/eric/trunk/debian/changelog
packages/eric/trunk/debian/rules
Modified: packages/eric/trunk/debian/changelog
===================================================================
--- packages/eric/trunk/debian/changelog 2010-04-20 18:57:25 UTC (rev 5128)
+++ packages/eric/trunk/debian/changelog 2010-04-20 19:19:40 UTC (rev 5129)
@@ -1,3 +1,10 @@
+eric (4.4.2-2) unstable; urgency=low
+
+ [ Piotr Ożarowski ]
+ * Don't ship .pyc files
+
+ -- Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org> Tue, 20 Apr 2010 20:48:00 +0200
+
eric (4.4.2-1) unstable; urgency=low
* New upstream release
Modified: packages/eric/trunk/debian/rules
===================================================================
--- packages/eric/trunk/debian/rules 2010-04-20 18:57:25 UTC (rev 5128)
+++ packages/eric/trunk/debian/rules 2010-04-20 19:19:40 UTC (rev 5129)
@@ -65,6 +65,7 @@
rm -f debian/eric/usr/share/doc/eric/README-PyXML.txt
# remove the ThirdParty libraries
rm -rf debian/eric/usr/share/eric/modules/ThirdParty
+ find debian/eric/ -name '*.py[co]' -delete
binary: binary-indep binary-arch
binary-arch:
More information about the Python-apps-commits
mailing list