From d4de8cb5ee1c0a2ccc72d238e29aa405ef6e40c0 Mon Sep 17 00:00:00 2001
From: Matthias Klose <doko@ubuntu.com>
Date: Thu, 28 Feb 2013 19:25:30 +0100
Subject: [PATCH] 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
---
 debian/changelog  | 6 ++++++
 debian/control    | 4 ++--
 debian/control.in | 4 ++--
 debian/rules      | 2 +-
 4 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4bb4892..a0fcdf1 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 865c504..b5d0ede 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 377d6df..5098e2c 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 9c30995..b904664 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
-- 
GitLab