[Python-modules-commits] r17287 - in packages/sphinx/branches/0.6/debian (changelog rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Sun Jun 5 15:20:59 UTC 2011


    Date: Sunday, June 5, 2011 @ 15:20:57
  Author: jwilk
Revision: 17287

Apply patches before building documentation.

Modified:
  packages/sphinx/branches/0.6/debian/changelog
  packages/sphinx/branches/0.6/debian/rules

Modified: packages/sphinx/branches/0.6/debian/changelog
===================================================================
--- packages/sphinx/branches/0.6/debian/changelog	2011-06-05 13:43:53 UTC (rev 17286)
+++ packages/sphinx/branches/0.6/debian/changelog	2011-06-05 15:20:57 UTC (rev 17287)
@@ -6,8 +6,9 @@
   [ Jakub Wilk ]
   * Backport upstream patch to fix incompatibility with jQuery >= 1.4
     (closes: #628642). Thanks to Yaroslav Halchenko for the bug report.
+  * Apply patches before building documentation.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 Jun 2011 15:27:37 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Sun, 05 Jun 2011 17:20:26 +0200
 
 sphinx (0.6.6-3) unstable; urgency=low
 

Modified: packages/sphinx/branches/0.6/debian/rules
===================================================================
--- packages/sphinx/branches/0.6/debian/rules	2011-06-05 13:43:53 UTC (rev 17286)
+++ packages/sphinx/branches/0.6/debian/rules	2011-06-05 15:20:57 UTC (rev 17287)
@@ -10,7 +10,7 @@
 
 build: build-stamp
 
-build-stamp:
+build-stamp: patch
 	dh_testdir
 	mkdir -p _build/html
 	python sphinx-build.py doc _build/html




More information about the Python-modules-commits mailing list