From 5753d1e320da477cd70f3b540ba96610dd670d39 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Sat, 2 Feb 2013 11:51:55 +0100 Subject: [PATCH] Build-Depends: debhelper (>= 9) debian/compat is set to 9 to use multiarch. We must then depend on the correct version of debhelper. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 763d815..e190c3f 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: libnfc Section: libs Priority: extra Maintainer: Nobuhiro Iwamatsu -Build-Depends: debhelper (>= 8), dh-autoreconf, libtool, pkg-config, libusb-dev +Build-Depends: debhelper (>= 9), dh-autoreconf, libtool, pkg-config, libusb-dev Standards-Version: 3.9.4 Homepage: http://www.nfc-tools.org/ Vcs-Git: https://code.googlecode.com/p/libnfc/