From 38e49300494d8b2d289e6531fbc65b6f37058b02 Mon Sep 17 00:00:00 2001 From: Matthias Klose <doko@ubuntu.com> Date: Thu, 28 Feb 2013 16:02:36 +0100 Subject: [PATCH] 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 --- debian/changelog | 6 ++++++ debian/control | 4 ++-- debian/control.in | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 572e9ad..4bb4892 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 8b3f24c..865c504 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 5c283f0..377d6df 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 -- GitLab