diff --git a/debian/changelog b/debian/changelog index 4bb4892a31fa85b0c192204e31edd2af8b1f3841..a0fcdf1bfecf1f2d91dd564945b1547c12c94584 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-defaults (2.7.3-13) experimental; urgency=low + + * Always build the policy files. + + -- Matthias Klose <doko@debian.org> Thu, 28 Feb 2013 16:46:08 +0100 + python-defaults (2.7.3-12) experimental; urgency=low * Move python-docutils to build-depends (from build-depends-indep). diff --git a/debian/control b/debian/control index 865c504e9b207248df07a717cb3bbf4118ebbace..b5d0ede568ba04ec1160c92ae9110d1e3e4a4615 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~), python-docutils (>= 0.4-3) -Build-Depends-Indep: libhtml-tree-perl, debiandoc-sgml +Build-Depends: debhelper (>= 8~), python-docutils (>= 0.4-3), + libhtml-tree-perl, debiandoc-sgml, lsb-release 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 377d6dfa080b558bd1503aeb7e72ba8270f56525..5098e2c38b841a79ccf9b94ec3236d917052f97b 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~), python-docutils (>= 0.4-3) -Build-Depends-Indep: libhtml-tree-perl, debiandoc-sgml +Build-Depends: debhelper (>= 8~), python-docutils (>= 0.4-3), + libhtml-tree-perl, debiandoc-sgml, lsb-release 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/rules b/debian/rules index 9c309957780559038e1849a07d04268417ef1f0d..b9046640e36af88f9cdd8f1e591fa708f73872c2 100755 --- a/debian/rules +++ b/debian/rules @@ -207,7 +207,7 @@ endif dh_builddeb -i $(NOPKGS) # Build architecture-dependent files here. -binary-arch: build install +binary-arch: build install stamp-doc dh_testdir -a dh_testroot -a dh_installman -a