Debian: upgrade compat from 7 to 9
This commit is contained in:
parent
e52c737242
commit
ab826c9fe8
3 changed files with 4 additions and 4 deletions
2
debian/compat
vendored
2
debian/compat
vendored
|
@ -1 +1 @@
|
|||
7
|
||||
9
|
||||
|
|
4
debian/control
vendored
4
debian/control
vendored
|
@ -2,8 +2,8 @@ Source: mfoc
|
|||
Section: utils
|
||||
Priority: extra
|
||||
Maintainer: Thomas Hood <jdthood@gmail.com>
|
||||
Build-Depends: debhelper (>=7.0.50~), dh-autoreconf, libnfc-dev (>= 1.7.0~rc1), pkg-config
|
||||
Standards-Version: 3.9.2
|
||||
Build-Depends: debhelper (>=9), dh-autoreconf, libnfc-dev (>= 1.7.0~rc1), pkg-config
|
||||
Standards-Version: 3.9.4
|
||||
Homepage: http://code.google.com/p/mfoc/
|
||||
Vcs-Git: http://code.google.com/p/mfoc/
|
||||
Vcs-Browser: http://code.google.com/p/mfoc/source/browse/
|
||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -13,4 +13,4 @@ override_dh_installchangelogs:
|
|||
dh_installchangelogs ChangeLog
|
||||
|
||||
%:
|
||||
dh --with autoreconf $@
|
||||
dh $@ --with autoreconf
|
||||
|
|
Loading…
Reference in a new issue