[Python-modules-commits] r3636 - in /packages/python-docutils/trunk/debian: changelog source.lintian-overrides

smcv-guest at users.alioth.debian.org smcv-guest at users.alioth.debian.org
Fri Nov 16 13:33:24 UTC 2007


Author: smcv-guest
Date: Fri Nov 16 13:33:24 2007
New Revision: 3636

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3636
Log:
Ignore Lintian message about python-setuptools in Build-Depends - the clean target needs it

Added:
    packages/python-docutils/trunk/debian/source.lintian-overrides
Modified:
    packages/python-docutils/trunk/debian/changelog

Modified: packages/python-docutils/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-docutils/trunk/debian/changelog?rev=3636&op=diff
==============================================================================
--- packages/python-docutils/trunk/debian/changelog (original)
+++ packages/python-docutils/trunk/debian/changelog Fri Nov 16 13:33:24 2007
@@ -23,7 +23,9 @@
     improve documentation
   * debian/control: Set Homepage
   * debian/control: Move python-central from Build-Depends to
-    Build-Depends-Indep to keep lintian happy
+    Build-Depends-Indep to keep lintian happy; install a source override
+    to stop it complaining about python-setuptools in Build-Depends, because
+    we do need that package for the "clean" target
 
  -- Simon McVittie <smcv at ianadd.pseudorandom.co.uk>  Fri, 16 Nov 2007 12:05:34 +0000
 

Added: packages/python-docutils/trunk/debian/source.lintian-overrides
URL: http://svn.debian.org/wsvn/python-modules/packages/python-docutils/trunk/debian/source.lintian-overrides?rev=3636&op=file
==============================================================================
--- packages/python-docutils/trunk/debian/source.lintian-overrides (added)
+++ packages/python-docutils/trunk/debian/source.lintian-overrides Fri Nov 16 13:33:24 2007
@@ -1,0 +1,2 @@
+# We need setuptools to run python setup.py clean
+python-docutils source: build-depends-without-arch-dep python-setuptools




More information about the Python-modules-commits mailing list