From c8e2d39cbc17f170df08f99a61d28e7c01bb8458 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Mon, 21 Jan 2013 15:45:03 +0900 Subject: [PATCH] Update debhelper version to 8 This is not update to 9. Because I think about backport and use in Squeeze (Debian 6.0). Signed-off-by: Nobuhiro Iwamatsu --- debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/compat b/debian/compat index 7f8f011..45a4fb7 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +8 diff --git a/debian/control b/debian/control index 6f0edca..12c7c03 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: libnfc Section: libs Priority: extra Maintainer: Thomas Hood -Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf, libtool, pkg-config, libusb-dev +Build-Depends: debhelper (>= 8), dh-autoreconf, libtool, pkg-config, libusb-dev Standards-Version: 3.9.4 Homepage: http://www.libnfc.org/ Vcs-Git: https://code.googlecode.com/p/libnfc/ diff --git a/debian/rules b/debian/rules index 9b9e004..2bc72d9 100755 --- a/debian/rules +++ b/debian/rules @@ -20,4 +20,4 @@ override_dh_auto_configure: # --enable-debug --with-drivers=all %: - dh --with autoreconf $@ + dh $@ --with autoreconf