[Python-modules-commits] r18243 - in packages/python-docutils/trunk/debian (changelog control)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Mon Aug 22 15:22:51 UTC 2011


    Date: Monday, August 22, 2011 @ 15:22:50
  Author: jwilk
Revision: 18243

Move python(3)-all from Build-Depends to Build-Depends-Indep.

Modified:
  packages/python-docutils/trunk/debian/changelog
  packages/python-docutils/trunk/debian/control

Modified: packages/python-docutils/trunk/debian/changelog
===================================================================
--- packages/python-docutils/trunk/debian/changelog	2011-08-22 15:15:22 UTC (rev 18242)
+++ packages/python-docutils/trunk/debian/changelog	2011-08-22 15:22:50 UTC (rev 18243)
@@ -21,8 +21,10 @@
   * Fix exceptions in the test suite (test_error_reporting.diff,
     test-functioncal.diff).
   * Drop 12_more_usrbinenv.diff; the patched file wasn't being used anyway.
+  * Move python(3)-all from Build-Depends to Build-Depends-Indep, as they are
+    not needed in the clean target.
 
- -- Jakub Wilk <jwilk at debian.org>  Mon, 22 Aug 2011 03:13:40 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Mon, 22 Aug 2011 17:21:51 +0200
 
 python-docutils (0.7-4) unstable; urgency=low
 

Modified: packages/python-docutils/trunk/debian/control
===================================================================
--- packages/python-docutils/trunk/debian/control	2011-08-22 15:15:22 UTC (rev 18242)
+++ packages/python-docutils/trunk/debian/control	2011-08-22 15:22:50 UTC (rev 18243)
@@ -7,8 +7,10 @@
            Simon McVittie <smcv at debian.org>,
            Michael Schutte <michi at uiae.at>,
            Ben Finney <ben+debian at benfinney.id.au>
-Build-Depends: debhelper (>= 7), python-all (>= 2.3), python3-all (>= 3.1.2-7~)
-Build-Depends-Indep: python-support (>= 0.6.4),
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: python-all (>= 2.3),
+                     python3-all (>= 3.1.2-7~)
+                     python-support (>= 0.6.4),
                      docbook-to-man,
                      xml-core
 Standards-Version: 3.9.2




More information about the Python-modules-commits mailing list