[Python-modules-commits] r19108 - in packages/foolscap/trunk/debian (changelog rules)
jtaylor-guest at users.alioth.debian.org
jtaylor-guest at users.alioth.debian.org
Sun Oct 30 17:52:59 UTC 2011
Date: Sunday, October 30, 2011 @ 17:52:58
Author: jtaylor-guest
Revision: 19108
do not compress xhtml files
Modified:
packages/foolscap/trunk/debian/changelog
packages/foolscap/trunk/debian/rules
Modified: packages/foolscap/trunk/debian/changelog
===================================================================
--- packages/foolscap/trunk/debian/changelog 2011-10-30 17:52:53 UTC (rev 19107)
+++ packages/foolscap/trunk/debian/changelog 2011-10-30 17:52:58 UTC (rev 19108)
@@ -2,8 +2,9 @@
* New upstream release
- drop upstream applied fix-testsuite-openssl1.0.0.patch
+ * do not compress xhtml files
- -- Julian Taylor <jtaylor.debian at googlemail.com> Sun, 30 Oct 2011 18:28:42 +0100
+ -- Julian Taylor <jtaylor.debian at googlemail.com> Sun, 30 Oct 2011 18:37:14 +0100
foolscap (0.6.1-5) unstable; urgency=low
Modified: packages/foolscap/trunk/debian/rules
===================================================================
--- packages/foolscap/trunk/debian/rules 2011-10-30 17:52:53 UTC (rev 19107)
+++ packages/foolscap/trunk/debian/rules 2011-10-30 17:52:58 UTC (rev 19108)
@@ -17,3 +17,6 @@
find . -name "*.pyc" | xargs rm -f
rm -rf _trial_temp
rm -rf build
+
+override_dh_compress:
+ dh_compress -X.xhtml
More information about the Python-modules-commits
mailing list