From da1e3f70bc7fb8ac73dc5a8bbeb94930eae19219 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@koumbit.org>
Date: Sun, 7 Jul 2013 09:58:51 -0400
Subject: [PATCH] fix python build

without this, depdencies are not properly inserted in the binary
package

we also upgrade to dh 9 and latest standards while we're here
---
 debian/changelog |  8 ++++++++
 debian/compat    |  2 +-
 debian/control   |  4 ++--
 debian/rules     | 12 +-----------
 4 files changed, 12 insertions(+), 14 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 21cb16e..f776bd3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+monkeysign (0.7.1) unstable; urgency=low
+
+  * fix binary package dependency on python
+  * update to debhelper 9
+  * update to standards 3.9.4, no change
+
+ -- Antoine Beaupré <anarcat@debian.org>  Sun, 07 Jul 2013 09:58:56 -0400
+
 monkeysign (0.7) unstable; urgency=low
 
   * fix crash when key not found on keyservers
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 639d61a..ce446d6 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: monkeysign
 Section: utils
 Priority: optional
 Maintainer: Antoine Beaupré <anarcat@debian.org>
-Build-Depends: debhelper (>= 8.0.0), python (>= 2.6)
-Standards-Version: 3.9.3
+Build-Depends: debhelper (>= 9), python (>= 2.6), python-setuptools
+Standards-Version: 3.9.4
 Homepage: http://web.monkeysphere.info/monkeysign
 Vcs-Git: git://git.monkeysphere.info/monkeysign
 
diff --git a/debian/rules b/debian/rules
index c30bbdb..6a92014 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,14 +1,5 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-#
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-#
-# Modified to make a template file for a multi-binary package with separated
-# build-arch and build-indep targets  by Bill Allombert 2001
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
@@ -16,6 +7,5 @@
 # This has to be exported to make some magic below work.
 export DH_OPTIONS
 
-
 %:
-	dh $@ 
+	dh $@  --with=python2
-- 
GitLab