[Python-modules-commits] r2313 - in
/packages/html5lib/trunk/debian: changelog rules
bzed-guest at users.alioth.debian.org
bzed-guest at users.alioth.debian.org
Thu May 10 10:37:40 UTC 2007
Author: bzed-guest
Date: Thu May 10 10:37:38 2007
New Revision: 2313
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2313
Log:
don;t compress *.py examples
Modified:
packages/html5lib/trunk/debian/changelog
packages/html5lib/trunk/debian/rules
Modified: packages/html5lib/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/html5lib/trunk/debian/changelog?rev=2313&op=diff
==============================================================================
--- packages/html5lib/trunk/debian/changelog (original)
+++ packages/html5lib/trunk/debian/changelog Thu May 10 10:37:38 2007
@@ -2,8 +2,10 @@
* Several small fixes in the parse.py example, see
debian/patches/example-parse.py-fix.dpatch for details
+ * Don't compress *.py examples to make them useable without the
+ need to decompress them.
- -- Bernd Zeimetz <bernd at bzed.de> Fri, 04 May 2007 16:44:00 +0200
+ -- Bernd Zeimetz <bernd at bzed.de> Thu, 10 May 2007 12:31:23 +0200
html5lib (0.9-1) unstable; urgency=low
Modified: packages/html5lib/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/html5lib/trunk/debian/rules?rev=2313&op=diff
==============================================================================
--- packages/html5lib/trunk/debian/rules (original)
+++ packages/html5lib/trunk/debian/rules Thu May 10 10:37:38 2007
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
DEB_PYTHON_SYSTEM=pysupport
+DEB_COMPRESS_EXCLUDE := .py
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/dpatch.mk
More information about the Python-modules-commits
mailing list