[Python-modules-commits] r291 - in /packages/python-cherrypy/trunk/debian: changelog rules

kov at users.alioth.debian.org kov at users.alioth.debian.org
Sun Apr 23 13:09:21 UTC 2006


Author: kov
Date: Sun Apr 23 13:09:18 2006
New Revision: 291

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=291
Log:
actually avoid compressing of .py and .pdf files

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

Modified: packages/python-cherrypy/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-cherrypy/trunk/debian/changelog?rev=291&op=diff
==============================================================================
--- packages/python-cherrypy/trunk/debian/changelog (original)
+++ packages/python-cherrypy/trunk/debian/changelog Sun Apr 23 13:09:18 2006
@@ -10,8 +10,10 @@
   * debian/rules:
   - removed the code to auto-generate the Uploaders field, since
     it will not be used
+  - fix the arguments passed to dh_compress so .py and .pdf files
+    are actually not compressed
 
- -- Gustavo Noronha Silva <kov at debian.org>  Sat, 22 Apr 2006 12:07:21 -0300
+ -- Gustavo Noronha Silva <kov at debian.org>  Sun, 23 Apr 2006 10:08:43 -0300
 
 python-cherrypy (2.1.1-3) unstable; urgency=low
 

Modified: packages/python-cherrypy/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-cherrypy/trunk/debian/rules?rev=291&op=diff
==============================================================================
--- packages/python-cherrypy/trunk/debian/rules (original)
+++ packages/python-cherrypy/trunk/debian/rules Sun Apr 23 13:09:18 2006
@@ -8,7 +8,7 @@
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 UPSTREAM_VERSION=$(shell head -n 1 debian/changelog | cut -d '(' -f 2 | cut -d ')' -f 1 | cut -d '-' -f 1)
-DEB_COMPRESS_EXCLUDE="*py *pdf"
+DEB_COMPRESS_EXCLUDE=.py .pdf
 DEB_PYTHON_INSTALL_ARGS_ALL = --single-version-externally-managed --no-compile -O0
 PYVER=$(shell python -V 2>&1 | cut -d ' ' -f 2 | cut -d . -f 1-2)
 




More information about the Python-modules-commits mailing list