[Pkg-bazaar-commits] r183 ./bzr-builddeb/trunk: Remove the -dev from the python build dependency.

James Westby jw+debian at jameswestby.net
Fri Sep 21 17:57:50 UTC 2007


------------------------------------------------------------
revno: 183
committer: James Westby <jw+debian at jameswestby.net>
branch nick: trunk
timestamp: Fri 2007-09-21 18:57:50 +0100
message:
  Remove the -dev from the python build dependency.
  
  We don't need the headers, just all versions, so python-all is fine.
  However this introduces two lintian warnings. The first is that
  one of python | python-dev | python-all-dev should be in build-depends.
  The first could be added, but I didn't.
  
  The second is that python-all is not needed in Build-Depends, just
  Build-Depends-Indep, as no architecture specific packages are built. However
  it is used to run the clean target, so we need it. This is a lintian false
  positive.
modified:
  debian/control
-------------- next part --------------
=== modified file 'debian/control'
--- a/debian/control	2007-09-17 17:15:01 +0000
+++ b/debian/control	2007-09-21 17:57:50 +0000
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Bazaar Maintainers <pkg-bazaar-maint at lists.alioth.debian.org>
 Uploaders: Reinhard Tartler <siretart at tauware.de>, James Westby <jw+debian at jameswestby.net>
-Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11)
+Build-Depends: debhelper (>= 5.0.37.2), python-all (>= 2.3.5-11)
 Build-Depends-Indep: bzr (>= 0.91~), python-central (>= 0.5.8), python-docutils, python-debian (>= 0.1.4), bzrtools (>= 0.18), patchutils
 XS-Python-Version: >= 2.4
 Standards-Version: 3.7.2



More information about the Pkg-bazaar-commits mailing list