diff --git a/debian/changelog b/debian/changelog index 572e9ad52bc576eeaefb38a9cfa5e3ded706560e..4bb4892a31fa85b0c192204e31edd2af8b1f3841 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-defaults (2.7.3-12) experimental; urgency=low + + * Move python-docutils to build-depends (from build-depends-indep). + + -- Matthias Klose <doko@debian.org> Thu, 28 Feb 2013 15:58:09 +0100 + python-defaults (2.7.3-11) experimental; urgency=low * Add Multi-Arch: same packages libpython-all-{dev,dbg} (not yet built, diff --git a/debian/control b/debian/control index 8b3f24ced156c776850dbfb3258e3833ae3f4e20..865c504e9b207248df07a717cb3bbf4118ebbace 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,8 @@ Section: python Priority: optional Maintainer: Matthias Klose <doko@debian.org> Uploaders: Scott Kitterman <scott@kitterman.com>, Piotr Ożarowski <piotr@debian.org> -Build-Depends: debhelper (>= 8~) -Build-Depends-Indep: libhtml-tree-perl, debiandoc-sgml, python-docutils (>= 0.4-3) +Build-Depends: debhelper (>= 8~), python-docutils (>= 0.4-3) +Build-Depends-Indep: libhtml-tree-perl, debiandoc-sgml Standards-Version: 3.9.3 Homepage: http://www.python.org/ Vcs-Bzr: http://alioth.debian.org/anonscm/bzr/pkg-python/python-defaults-debian diff --git a/debian/control.in b/debian/control.in index 5c283f09ea1c8bba4950e6fcc9c31dd512da234d..377d6dfa080b558bd1503aeb7e72ba8270f56525 100644 --- a/debian/control.in +++ b/debian/control.in @@ -3,8 +3,8 @@ Section: python Priority: optional Maintainer: Matthias Klose <doko@debian.org> Uploaders: Scott Kitterman <scott@kitterman.com>, Piotr Ożarowski <piotr@debian.org> -Build-Depends: debhelper (>= 8~) -Build-Depends-Indep: libhtml-tree-perl, debiandoc-sgml, python-docutils (>= 0.4-3) +Build-Depends: debhelper (>= 8~), python-docutils (>= 0.4-3) +Build-Depends-Indep: libhtml-tree-perl, debiandoc-sgml Standards-Version: 3.9.3 Homepage: http://www.python.org/ Vcs-Bzr: http://alioth.debian.org/anonscm/bzr/pkg-python/python-defaults-debian