From 9950235a55ed2f7943b901c6bf1cb3b0bc4566e2 Mon Sep 17 00:00:00 2001
From: Scott Kitterman <scott@kitterman.com>
Date: Tue, 14 Feb 2012 23:05:51 -0500
Subject: [PATCH]   * Bump minimum debhelper version to 8 so all tests will run
     - dh_python2 tests 1 - 5 require dh 7 and test 6 needs dh 8

---
 debian/changelog | 7 +++++++
 debian/control   | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index fac67b6..9741ad4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-defaults (2.7.2-11) UNRELEASED; urgency=low
+
+  * Bump minimum debhelper version to 8 so all tests will run
+    - dh_python2 tests 1 - 5 require dh 7 and test 6 needs dh 8
+
+ -- Scott Kitterman <scott@kitterman.com>  Tue, 14 Feb 2012 23:03:44 -0500
+
 python-defaults (2.7.2-10) unstable; urgency=low
 
   [ Matthias Klose ]
diff --git a/debian/control b/debian/control
index 838a3f2..d8c3bf7 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ 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 (>= 6.0.7~)
+Build-Depends: debhelper (>= 8~)
 Build-Depends-Indep: libhtml-tree-perl, debiandoc-sgml, python-docutils (>= 0.4-3)
 Standards-Version: 3.9.2
 Homepage: http://www.python.org/
-- 
GitLab