Build-Depends: debhelper (>= 9)
debian/compat is set to 9 to use multiarch. We must then depend on the correct version of debhelper.
This commit is contained in:
parent
6b140bef11
commit
5753d1e320
1 changed files with 1 additions and 1 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -2,7 +2,7 @@ Source: libnfc
|
||||||
Section: libs
|
Section: libs
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
|
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
|
||||||
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
|
Standards-Version: 3.9.4
|
||||||
Homepage: http://www.nfc-tools.org/
|
Homepage: http://www.nfc-tools.org/
|
||||||
Vcs-Git: https://code.googlecode.com/p/libnfc/
|
Vcs-Git: https://code.googlecode.com/p/libnfc/
|
||||||
|
|
Loading…
Add table
Reference in a new issue