[Python-modules-commits] r6599 - in packages/soya-doc/trunk/debian (changelog rules)

bernat at users.alioth.debian.org bernat at users.alioth.debian.org
Sat Sep 27 13:25:52 UTC 2008


    Date: Saturday, September 27, 2008 @ 13:25:50
  Author: bernat
Revision: 6599

Do not compress tutorial (Closes: #500012)

Modified:
  packages/soya-doc/trunk/debian/changelog
  packages/soya-doc/trunk/debian/rules

Modified: packages/soya-doc/trunk/debian/changelog
===================================================================
--- packages/soya-doc/trunk/debian/changelog	2008-09-25 20:12:29 UTC (rev 6598)
+++ packages/soya-doc/trunk/debian/changelog	2008-09-27 13:25:50 UTC (rev 6599)
@@ -1,3 +1,9 @@
+soya-doc (0.14-2) UNRELEASED; urgency=low
+
+  * Do not compress tutorial (Closes: #500012)
+
+ -- Vincent Bernat <bernat at debian.org>  Sat, 27 Sep 2008 15:24:47 +0200
+
 soya-doc (0.14-1) experimental; urgency=low
 
   * New upstream release.

Modified: packages/soya-doc/trunk/debian/rules
===================================================================
--- packages/soya-doc/trunk/debian/rules	2008-09-25 20:12:29 UTC (rev 6598)
+++ packages/soya-doc/trunk/debian/rules	2008-09-27 13:25:50 UTC (rev 6599)
@@ -2,6 +2,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 
+DEB_COMPRESS_EXCLUDE := tutorial
 
 binary-install/python-soya-doc::
 	find debian/python-soya-doc/usr/share/ -type f ! -name "*.py" -exec chmod -R a-x {} \;




More information about the Python-modules-commits mailing list