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

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Sun May 6 19:44:04 UTC 2012


    Date: Sunday, May 6, 2012 @ 19:44:02
  Author: mitya57-guest
Revision: 21631

* Update "chmod a-x" list once more
* Do not compress .c, .py and .js file

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

Modified: packages/python-gdata/trunk/debian/changelog
===================================================================
--- packages/python-gdata/trunk/debian/changelog	2012-05-06 19:27:26 UTC (rev 21630)
+++ packages/python-gdata/trunk/debian/changelog	2012-05-06 19:44:02 UTC (rev 21631)
@@ -4,8 +4,9 @@
   * New upstream release
   * Update Vcs-Browser field
   * Update debian/watch
+  * Do not compress .c, .py and .js files
 
- -- Dmitry Shachnev <mitya57 at gmail.com>  Sun, 06 May 2012 23:06:42 +0400
+ -- Dmitry Shachnev <mitya57 at gmail.com>  Sun, 06 May 2012 23:43:12 +0400
 
 python-gdata (2.0.16-1) unstable; urgency=low
 

Modified: packages/python-gdata/trunk/debian/rules
===================================================================
--- packages/python-gdata/trunk/debian/rules	2012-05-06 19:27:26 UTC (rev 21630)
+++ packages/python-gdata/trunk/debian/rules	2012-05-06 19:44:02 UTC (rev 21631)
@@ -10,9 +10,13 @@
 	chmod a-x samples/blogger/app/*.py
 	chmod a-x samples/apps/marketplace_sample/gdata/tlslite/*.py
 	chmod a-x samples/apps/marketplace_sample/gdata/tlslite/*/*
-	chmod a-x samples/apps/marketplace_sample/gdata/oauth/CHANGES.txt
+	chmod a-x samples/apps/marketplace_sample/gdata/oauth/*
+	chmod a-x samples/apps/marketplace_sample/gdata/apps/client.py
 	chmod a-x samples/apps/marketplace_sample/gdata/apps/multidomain/__init__.py
 	dh_auto_build
 
 override_dh_installchangelogs:
 	dh_installchangelogs RELEASE_NOTES.txt
+
+override_dh_compress:
+	dh_compress -X.py -X.js -X.c




More information about the Python-modules-commits mailing list