[Python-modules-commits] r23611 - in packages/python-tornado/trunk/debian (changelog rules)

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Tue Feb 26 23:39:53 UTC 2013


    Date: Tuesday, February 26, 2013 @ 23:39:52
  Author: jtaylor-guest
Revision: 23611

don't compress example python files

Modified:
  packages/python-tornado/trunk/debian/changelog
  packages/python-tornado/trunk/debian/rules

Modified: packages/python-tornado/trunk/debian/changelog
===================================================================
--- packages/python-tornado/trunk/debian/changelog	2013-02-26 23:39:47 UTC (rev 23610)
+++ packages/python-tornado/trunk/debian/changelog	2013-02-26 23:39:52 UTC (rev 23611)
@@ -7,6 +7,7 @@
     disable warning in test to allow testing with the package already installed
   * bump standards to 3.9.4, no changes required
   * random-port.patch: get a random free port for tests
+  * don't compress example python files
 
  -- Julian Taylor <jtaylor.debian at googlemail.com>  Wed, 23 Jan 2013 20:26:46 +0100
 

Modified: packages/python-tornado/trunk/debian/rules
===================================================================
--- packages/python-tornado/trunk/debian/rules	2013-02-26 23:39:47 UTC (rev 23610)
+++ packages/python-tornado/trunk/debian/rules	2013-02-26 23:39:52 UTC (rev 23611)
@@ -31,3 +31,6 @@
 	set -e && for pyvers in $(PYTHON2); do \
 	    PYTHONPATH=$(PWD) python$$pyvers ./tornado/test/runtests.py; \
 	done
+
+override_dh_compress:
+	dh_compress -X.py




More information about the Python-modules-commits mailing list