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

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Wed Mar 31 09:37:35 UTC 2010


    Date: Wednesday, March 31, 2010 @ 09:37:31
  Author: jwilk
Revision: 12452

Use unversioned build-dependency on python-setuptools, as the requested version is available even in oldstable.

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	2010-03-31 09:32:46 UTC (rev 12451)
+++ packages/python-docutils/trunk/debian/changelog	2010-03-31 09:37:31 UTC (rev 12452)
@@ -3,6 +3,8 @@
   * Bump standards version to 3.8.4 (no changes needed).
   * Bump debhelper compatibility level to 7 (no changes needed). Update
     versioned build-dependency on debhelper accordingly.
+  * Use unversioned build-dependency on python-setuptools, as the requested
+    version is available even in oldstable.
   * Update my e-mail address.
   * Drop build-dependency on xsltproc; it's no longer used.
   * Run tests at build time:

Modified: packages/python-docutils/trunk/debian/control
===================================================================
--- packages/python-docutils/trunk/debian/control	2010-03-31 09:32:46 UTC (rev 12451)
+++ packages/python-docutils/trunk/debian/control	2010-03-31 09:37:31 UTC (rev 12452)
@@ -7,7 +7,7 @@
            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-setuptools (>= 0.6b3), python-all (>= 2.3)
+Build-Depends: debhelper (>= 7), python-setuptools, python-all (>= 2.3)
 Build-Depends-Indep: python-support (>= 0.6.4),
                      docbook-to-man
 Standards-Version: 3.8.4




More information about the Python-modules-commits mailing list