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

hertzog at users.alioth.debian.org hertzog at users.alioth.debian.org
Mon Jan 3 11:34:13 UTC 2011


    Date: Monday, January 3, 2011 @ 11:34:10
  Author: hertzog
Revision: 15240

Do not compress objects.inv used by Sphinx generated documentation.
Thanks to Michael Fladischer for the report. Closes: #608769 

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

Modified: packages/python-django/trunk/debian/changelog
===================================================================
--- packages/python-django/trunk/debian/changelog	2011-01-03 10:39:27 UTC (rev 15239)
+++ packages/python-django/trunk/debian/changelog	2011-01-03 11:34:10 UTC (rev 15240)
@@ -1,3 +1,10 @@
+python-django (1.2.4-2) UNRELEASED; urgency=low
+
+  * Do not compress objects.inv used by Sphinx generated documentation.
+    Thanks to Michael Fladischer for the report. Closes: #608769 
+
+ -- Raphaël Hertzog <hertzog at debian.org>  Mon, 03 Jan 2011 12:30:11 +0100
+
 python-django (1.2.4-1) unstable; urgency=high
 
   * New bugfix-only upstream release. It includes security fixes.

Modified: packages/python-django/trunk/debian/rules
===================================================================
--- packages/python-django/trunk/debian/rules	2011-01-03 10:39:27 UTC (rev 15239)
+++ packages/python-django/trunk/debian/rules	2011-01-03 11:34:10 UTC (rev 15240)
@@ -71,4 +71,4 @@
 		&& ln -s ../../../../javascript/jquery/jquery.js .
 
 override_dh_compress:
-	dh_compress -X.js
+	dh_compress -X.js -Xobjects.inv




More information about the Python-modules-commits mailing list