[Python-modules-commits] r18889 - in packages/sphinx/trunk/debian (changelog rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Thu Oct 13 17:46:35 UTC 2011


    Date: Thursday, October 13, 2011 @ 17:46:34
  Author: jwilk
Revision: 18889

Run ln with -f, so that the build target can be re-run if it's interrupted.

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

Modified: packages/sphinx/trunk/debian/changelog
===================================================================
--- packages/sphinx/trunk/debian/changelog	2011-10-13 17:30:02 UTC (rev 18888)
+++ packages/sphinx/trunk/debian/changelog	2011-10-13 17:46:34 UTC (rev 18889)
@@ -8,8 +8,10 @@
     Rename some variables to make them lowercase. Don't use CURDIR where it's
     not necessary.
   * Run nosetests with --verbose --no-skip.
+  * Run ln with -f, so that the build target can be re-run if it's
+    interrupted.
 
- -- Jakub Wilk <jwilk at debian.org>  Wed, 12 Oct 2011 19:54:37 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Thu, 13 Oct 2011 19:45:57 +0200
 
 sphinx (1.0.8+dfsg-2) unstable; urgency=low
 

Modified: packages/sphinx/trunk/debian/rules
===================================================================
--- packages/sphinx/trunk/debian/rules	2011-10-13 17:30:02 UTC (rev 18888)
+++ packages/sphinx/trunk/debian/rules	2011-10-13 17:46:34 UTC (rev 18889)
@@ -20,8 +20,8 @@
 
 build-stamp:
 	dh_testdir
-	ln -s /usr/share/javascript/jquery/jquery.js sphinx/themes/basic/static/
-	ln -s /usr/share/javascript/underscore/underscore.js sphinx/themes/basic/static/
+	ln -sf /usr/share/javascript/jquery/jquery.js sphinx/themes/basic/static/
+	ln -sf /usr/share/javascript/underscore/underscore.js sphinx/themes/basic/static/
 	mkdir -p build/html
 	PYTHONPATH=. python debian/sphinx-build-local.py doc build/html
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))




More information about the Python-modules-commits mailing list