[Python-modules-commits] r5781 - in packages/pyspf/trunk/debian (changelog rules)

kitterma-guest at users.alioth.debian.org kitterma-guest at users.alioth.debian.org
Tue Jul 1 18:41:27 UTC 2008


    Date: Tuesday, July 1, 2008 @ 18:41:25
  Author: kitterma-guest
Revision: 5781

Don't compress the test suite.

Modified:
  packages/pyspf/trunk/debian/changelog
  packages/pyspf/trunk/debian/rules

Modified: packages/pyspf/trunk/debian/changelog
===================================================================
--- packages/pyspf/trunk/debian/changelog	2008-07-01 18:09:41 UTC (rev 5780)
+++ packages/pyspf/trunk/debian/changelog	2008-07-01 18:41:25 UTC (rev 5781)
@@ -17,6 +17,8 @@
     - Change build-dep and add XS/XB-Python-Versions to debian/control
     - Install test dir in /usr/share/doc/python-spf to avoid possible
       namespace collisions in site-packages
+    - Add DEB_COMPRESS_EXCLUDE += .py .yml to debian/rules so test suite
+      is not compressed
   * Change Recommends: python-yaml to Suggests: - Test suite is not normally
     run, so python-yaml need not be installed by default
   * Update standards version to 3.8.0.1

Modified: packages/pyspf/trunk/debian/rules
===================================================================
--- packages/pyspf/trunk/debian/rules	2008-07-01 18:09:41 UTC (rev 5780)
+++ packages/pyspf/trunk/debian/rules	2008-07-01 18:41:25 UTC (rev 5781)
@@ -2,6 +2,7 @@
 # -*- mode: makefile; coding: utf-8 -*-
 
 DEB_PYTHON_SYSTEM=pycentral
+DEB_COMPRESS_EXCLUDE += .py .yml
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk




More information about the Python-modules-commits mailing list