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 <iwamatsu@nigauri.org>
This commit is contained in:
Nobuhiro Iwamatsu 2013-01-21 15:45:03 +09:00 committed by Ludovic Rousseau
parent 09e9a532d9
commit c8e2d39cbc
3 changed files with 3 additions and 3 deletions

2
debian/compat vendored
View file

@ -1 +1 @@
7 8

2
debian/control vendored
View file

@ -2,7 +2,7 @@ Source: libnfc
Section: libs Section: libs
Priority: extra Priority: extra
Maintainer: Thomas Hood <jdthood@gmail.com> Maintainer: Thomas Hood <jdthood@gmail.com>
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 Standards-Version: 3.9.4
Homepage: http://www.libnfc.org/ Homepage: http://www.libnfc.org/
Vcs-Git: https://code.googlecode.com/p/libnfc/ Vcs-Git: https://code.googlecode.com/p/libnfc/

2
debian/rules vendored
View file

@ -20,4 +20,4 @@ override_dh_auto_configure:
# --enable-debug --with-drivers=all # --enable-debug --with-drivers=all
%: %:
dh --with autoreconf $@ dh $@ --with autoreconf