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

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Sun Feb 12 17:33:57 UTC 2012


    Date: Sunday, February 12, 2012 @ 17:33:56
  Author: jwilk
Revision: 20415

Don't run ?\226?\128?\152python setup.py clean?\226?\128?\153 in the clean target (we nuke the whole build subdirectory anyway).
Move python-all and python-setuptools from Build-Depends to Build-Depends-Indep, as it's not needed in the clean target anymore.

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

Modified: packages/sphinx/trunk/debian/changelog
===================================================================
--- packages/sphinx/trunk/debian/changelog	2012-02-12 17:33:33 UTC (rev 20414)
+++ packages/sphinx/trunk/debian/changelog	2012-02-12 17:33:56 UTC (rev 20415)
@@ -1,3 +1,12 @@
+sphinx (1.1.2+dfsg-5) UNRELEASED; urgency=low
+
+  * Don't run ‘python setup.py clean’ in the clean target (we nuke the whole
+    build subdirectory anyway).
+  * Move python-all and python-setuptools from Build-Depends to
+    Build-Depends-Indep, as it's not needed in the clean target anymore.
+
+ -- Jakub Wilk <jwilk at debian.org>  Sun, 12 Feb 2012 18:30:39 +0100
+
 sphinx (1.1.2+dfsg-4) unstable; urgency=low
 
   * Make the build actually fail if integration tests for the JavaScript

Modified: packages/sphinx/trunk/debian/control
===================================================================
--- packages/sphinx/trunk/debian/control	2012-02-12 17:33:33 UTC (rev 20414)
+++ packages/sphinx/trunk/debian/control	2012-02-12 17:33:56 UTC (rev 20415)
@@ -4,9 +4,10 @@
 Maintainer: Jakub Wilk <jwilk at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Homepage: http://sphinx.pocoo.org/
-Build-Depends: debhelper (>= 7), python-all (>= 2.5.4-1~), python-setuptools (>= 0.6c5-1~)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: python-support (>= 0.6.4),
-  python3 (>= 3.1.2-7~), python3-setuptools,
+  python-all (>= 2.5.4-1~), python3 (>= 3.1.2-7~),
+  python-setuptools (>= 0.6c5-1~), python3-setuptools,
   python-docutils (>= 0.7),
   python-pygments (>= 1.2),
   python-jinja2 (>= 2.3),

Modified: packages/sphinx/trunk/debian/rules
===================================================================
--- packages/sphinx/trunk/debian/rules	2012-02-12 17:33:33 UTC (rev 20414)
+++ packages/sphinx/trunk/debian/rules	2012-02-12 17:33:56 UTC (rev 20415)
@@ -43,7 +43,6 @@
 clean:
 	dh_testdir
 	dh_testroot
-	python setup.py clean
 	find . -name '*.py[co]' -delete
 	rm -rf build
 	rm -f $(basename $(wildcard debian/*.in))




More information about the Python-modules-commits mailing list