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:
parent
09e9a532d9
commit
c8e2d39cbc
3 changed files with 3 additions and 3 deletions
2
debian/compat
vendored
2
debian/compat
vendored
|
@ -1 +1 @@
|
|||
7
|
||||
8
|
||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -2,7 +2,7 @@ Source: libnfc
|
|||
Section: libs
|
||||
Priority: extra
|
||||
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
|
||||
Homepage: http://www.libnfc.org/
|
||||
Vcs-Git: https://code.googlecode.com/p/libnfc/
|
||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -20,4 +20,4 @@ override_dh_auto_configure:
|
|||
# --enable-debug --with-drivers=all
|
||||
|
||||
%:
|
||||
dh --with autoreconf $@
|
||||
dh $@ --with autoreconf
|
||||
|
|
Loading…
Reference in a new issue