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

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Sat Oct 15 16:05:08 UTC 2011


    Date: Saturday, October 15, 2011 @ 16:05:06
  Author: jwilk
Revision: 18936

Make it possible to rebuild the package without running clean target.

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

Modified: packages/sphinx/trunk/debian/changelog
===================================================================
--- packages/sphinx/trunk/debian/changelog	2011-10-15 15:37:00 UTC (rev 18935)
+++ packages/sphinx/trunk/debian/changelog	2011-10-15 16:05:06 UTC (rev 18936)
@@ -17,8 +17,9 @@
   * Modify sphinx.package_dir directly in debian/rules, not via patch. This
     makes move_static_files_outside_site-packages.patch fully forwardable
     upstream, and makes running tests easier.
+  * Make it possible to rebuild the package without running clean target.
 
- -- Jakub Wilk <jwilk at debian.org>  Sat, 15 Oct 2011 15:51:21 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Sat, 15 Oct 2011 18:04:21 +0200
 
 sphinx (1.0.8+dfsg-2) unstable; urgency=low
 

Modified: packages/sphinx/trunk/debian/rules
===================================================================
--- packages/sphinx/trunk/debian/rules	2011-10-15 15:37:00 UTC (rev 18935)
+++ packages/sphinx/trunk/debian/rules	2011-10-15 16:05:06 UTC (rev 18936)
@@ -43,6 +43,7 @@
 install: build
 	dh_testdir
 	dh_testroot
+	rm -rf $(debroot)/usr/share/sphinx/*
 	dh_installdirs
 	python setup.py install --no-compile --install-layout=deb --root $(debroot)
 	# move static files outside {site,dist}-packages




More information about the Python-modules-commits mailing list