diff --git a/debian/changelog b/debian/changelog index 21cb16eeb0aa168cb69e1d6befd6f131a4f71061..f776bd3b2ca83b40b7d3f2e3f39b90fdfa7e4e61 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 45a4fb75db864000d01701c0f7a51864bd4daabf..ec635144f60048986bc560c5576355344005e6e7 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +9 diff --git a/debian/control b/debian/control index 639d61a235f63889f04a7dec03d6b2b276e58ce4..ce446d678140c62794bd1e6f620d0958011155de 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 c30bbdbb9ebdd6b8f317b67fc9fe65340234e517..6a920144665ce62296cce7ce8934697521f585a3 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