[Python-modules-commits] r11481 - in packages/configobj/trunk/debian (changelog rules)

stefanor-guest at users.alioth.debian.org stefanor-guest at users.alioth.debian.org
Sun Jan 31 22:43:18 UTC 2010


    Date: Sunday, January 31, 2010 @ 22:43:16
  Author: stefanor-guest
Revision: 11481

Don't compress epydoc.js

Modified:
  packages/configobj/trunk/debian/changelog
  packages/configobj/trunk/debian/rules

Modified: packages/configobj/trunk/debian/changelog
===================================================================
--- packages/configobj/trunk/debian/changelog	2010-01-31 22:11:14 UTC (rev 11480)
+++ packages/configobj/trunk/debian/changelog	2010-01-31 22:43:16 UTC (rev 11481)
@@ -11,6 +11,7 @@
   * Converted to 3.0 (quilt)
   * debian/rules
     - Converted to debhelper 7 overrides
+    - Don't compress epydoc.js
   * Patches:
     - 01_eggify.dpatch converted to eggify.diff (quilt+DEP3).
     - 02_doc_generation_fix.dpatch removed (fixed upstream)
@@ -23,7 +24,7 @@
     - Updated years and added author Mark Andrews.
     - Included full license, as it isn't identical to the common-licenses one.
 
- -- Stefano Rivera <stefano at rivera.za.net>  Mon, 01 Feb 2010 00:01:02 +0200
+ -- Stefano Rivera <stefano at rivera.za.net>  Mon, 01 Feb 2010 00:42:44 +0200
 
 configobj (4.5.3-1) experimental; urgency=low
 

Modified: packages/configobj/trunk/debian/rules
===================================================================
--- packages/configobj/trunk/debian/rules	2010-01-31 22:11:14 UTC (rev 11480)
+++ packages/configobj/trunk/debian/rules	2010-01-31 22:43:16 UTC (rev 11481)
@@ -9,3 +9,6 @@
 	env PYTHONPATH=`pwd` epydoc --name ConfigObj \
 		--url http://www.voidspace.org.uk/python/configobj.html \
 		-o api configobj
+
+override_dh_compress:
+	dh_compress -X.js




More information about the Python-modules-commits mailing list