[Python-modules-commits] r12385 - in packages/python-docutils/trunk/debian (3 files)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Thu Mar 25 18:08:33 UTC 2010


    Date: Thursday, March 25, 2010 @ 18:08:27
  Author: jwilk
Revision: 12385

Drop build-dependency on xsltproc; it's no longer used.

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

Modified: packages/python-docutils/trunk/debian/changelog
===================================================================
--- packages/python-docutils/trunk/debian/changelog	2010-03-25 17:19:35 UTC (rev 12384)
+++ packages/python-docutils/trunk/debian/changelog	2010-03-25 18:08:27 UTC (rev 12385)
@@ -2,6 +2,7 @@
 
   * Bump standards version to 3.8.4 (no changes needed).
   * Update my e-mail address.
+  * Drop build-dependency on xsltproc; it's no longer used.
 
  -- Jakub Wilk <jwilk at debian.org>  Sun, 31 Jan 2010 00:36:44 +0100
 

Modified: packages/python-docutils/trunk/debian/control
===================================================================
--- packages/python-docutils/trunk/debian/control	2010-03-25 17:19:35 UTC (rev 12384)
+++ packages/python-docutils/trunk/debian/control	2010-03-25 18:08:27 UTC (rev 12385)
@@ -8,8 +8,7 @@
            Michael Schutte <michi at uiae.at>,
            Ben Finney <ben+debian at benfinney.id.au>
 Build-Depends: debhelper (>= 5.0.37.1), python-setuptools (>= 0.6b3), python (>= 2.3)
-Build-Depends-Indep: xsltproc (>= 1.1.20),
-                     python-support (>= 0.6.4),
+Build-Depends-Indep: python-support (>= 0.6.4),
                      docbook-to-man
 Standards-Version: 3.8.4
 XS-Python-Version: >= 2.3

Modified: packages/python-docutils/trunk/debian/rules
===================================================================
--- packages/python-docutils/trunk/debian/rules	2010-03-25 17:19:35 UTC (rev 12384)
+++ packages/python-docutils/trunk/debian/rules	2010-03-25 18:08:27 UTC (rev 12385)
@@ -10,7 +10,6 @@
 p	= python-docutils
 d	= debian/$(p)
 PYTHON	= /usr/bin/python
-XSLTPROC = xsltproc --nonet --stringparam date "`date +'%B %Y'`"
 
 BUILDHTML_DIRS := .
 BUILDHTML_RECURSE_DIRS := docs




More information about the Python-modules-commits mailing list