diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index 6a6807c..7baede3 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: mfoc Section: utils Priority: extra Maintainer: Thomas Hood -Build-Depends: debhelper (>=7.0.50~), dh-autoreconf, libnfc-dev (>= 1.7.0~rc1), pkg-config -Standards-Version: 3.9.2 +Build-Depends: debhelper (>=9), dh-autoreconf, libnfc-dev (>= 1.7.0~rc1), pkg-config +Standards-Version: 3.9.4 Homepage: http://code.google.com/p/mfoc/ Vcs-Git: http://code.google.com/p/mfoc/ Vcs-Browser: http://code.google.com/p/mfoc/source/browse/ diff --git a/debian/rules b/debian/rules index 1a3ddbd..d968e11 100755 --- a/debian/rules +++ b/debian/rules @@ -13,4 +13,4 @@ override_dh_installchangelogs: dh_installchangelogs ChangeLog %: - dh --with autoreconf $@ + dh $@ --with autoreconf