[Python-modules-commits] r17289 - 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:45:26 UTC 2011


    Date: Sunday, June 5, 2011 @ 15:45:25
  Author: jwilk
Revision: 17289

Push move_static_files_outside_site-packages after documentation is built.

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 15:28:32 UTC (rev 17288)
+++ packages/sphinx/branches/0.6/debian/changelog	2011-06-05 15:45:25 UTC (rev 17289)
@@ -9,7 +9,7 @@
   * Apply patches (except move_static_files_outside_site-packages) before
     building documentation.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 Jun 2011 17:21:23 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Sun, 05 Jun 2011 17:44:55 +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 15:28:32 UTC (rev 17288)
+++ packages/sphinx/branches/0.6/debian/rules	2011-06-05 15:45:25 UTC (rev 17289)
@@ -16,6 +16,7 @@
 	quilt pop 
 	mkdir -p _build/html
 	python sphinx-build.py doc _build/html
+	quilt push
 	touch build-stamp
 
 clean: clean-patched unpatch




More information about the Python-modules-commits mailing list