[Python-modules-commits] r15231 - in packages/sphinx/branches/1.0/debian (changelog rules)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Mon Jan 3 00:24:23 UTC 2011
Date: Monday, January 3, 2011 @ 00:24:21
Author: jwilk
Revision: 15231
Don't compress objects.inv.
Modified:
packages/sphinx/branches/1.0/debian/changelog
packages/sphinx/branches/1.0/debian/rules
Modified: packages/sphinx/branches/1.0/debian/changelog
===================================================================
--- packages/sphinx/branches/1.0/debian/changelog 2011-01-02 22:25:50 UTC (rev 15230)
+++ packages/sphinx/branches/1.0/debian/changelog 2011-01-03 00:24:21 UTC (rev 15231)
@@ -1,3 +1,10 @@
+sphinx (1.0.5-2) UNRELEASED; urgency=low
+
+ * Don't compress objects.inv. Thanks to Michael Fladischer for the bug
+ report.
+
+ -- Jakub Wilk <jwilk at debian.org> Mon, 03 Jan 2011 01:20:37 +0100
+
sphinx (1.0.5-1) experimental; urgency=low
[ Jakub Wilk ]
Modified: packages/sphinx/branches/1.0/debian/rules
===================================================================
--- packages/sphinx/branches/1.0/debian/rules 2011-01-02 22:25:50 UTC (rev 15230)
+++ packages/sphinx/branches/1.0/debian/rules 2011-01-03 00:24:21 UTC (rev 15231)
@@ -68,7 +68,7 @@
dh_installexamples
dh_installman
dh_pysupport
- dh_compress -X.py -X.js -X.rst -X.json -X.doctree -X.txt
+ dh_compress -X.py -X.js -X.rst -X.json -X.doctree -X.txt -Xobjects.inv
dh_link /usr/share/javascript/jquery/jquery.js \
/usr/share/doc/python-sphinx/html/_static/jquery.js
dh_fixperms
More information about the Python-modules-commits
mailing list