[Python-modules-commits] r15995 - in packages/python-gdata/trunk/debian (rules)

anoteng-guest at users.alioth.debian.org anoteng-guest at users.alioth.debian.org
Fri Mar 4 20:29:09 UTC 2011


    Date: Friday, March 4, 2011 @ 20:28:47
  Author: anoteng-guest
Revision: 15995

Exclude .js from compression.

Modified:
  packages/python-gdata/trunk/debian/rules

Modified: packages/python-gdata/trunk/debian/rules
===================================================================
--- packages/python-gdata/trunk/debian/rules	2011-03-04 20:07:50 UTC (rev 15994)
+++ packages/python-gdata/trunk/debian/rules	2011-03-04 20:28:47 UTC (rev 15995)
@@ -3,14 +3,13 @@
 DEB_PYTHON_SYSTEM := pysupport
 
 build/python-gdata::
-	chmod a-x samples/oauth/oauth_on_appengine/appengine_utilities/__init__.py
-	chmod a-x samples/oauth/oauth_on_appengine/appengine_utilities/event.py
-	chmod a-x samples/oauth/oauth_on_appengine/appengine_utilities/rotmodel.py
-	chmod a-x samples/blogger/oauth-appengine/main.py
+	chmod a-x samples/oauth/oauth_on_appengine/appengine_utilities/*.py
+	chmod a-x samples/blogger/oauth-appengine/*.py
+	chmod a-x samples/blogger/app/*.py
 
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 
 DEB_INSTALL_CHANGELOGS_ALL += RELEASE_NOTES.txt
-DEB_COMPRESS_EXCLUDE := .py
+DEB_COMPRESS_EXCLUDE := .py .js




More information about the Python-modules-commits mailing list