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

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Tue Jul 1 19:07:14 UTC 2008


    Date: Tuesday, July 1, 2008 @ 19:07:12
  Author: piotr
Revision: 5782

use "\.py$ \.yml$" in DEB_COMPRESS_EXCLUDE (.py regexpr matches spfquery.pyspf.1)

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:41:25 UTC (rev 5781)
+++ packages/pyspf/trunk/debian/changelog	2008-07-01 19:07:12 UTC (rev 5782)
@@ -17,7 +17,7 @@
     - 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
+    - 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

Modified: packages/pyspf/trunk/debian/rules
===================================================================
--- packages/pyspf/trunk/debian/rules	2008-07-01 18:41:25 UTC (rev 5781)
+++ packages/pyspf/trunk/debian/rules	2008-07-01 19:07:12 UTC (rev 5782)
@@ -2,7 +2,7 @@
 # -*- mode: makefile; coding: utf-8 -*-
 
 DEB_PYTHON_SYSTEM=pycentral
-DEB_COMPRESS_EXCLUDE += .py .yml
+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