Debian: upgrade compat from 7 to 9

This commit is contained in:
Romuald Conty 2013-02-16 15:57:34 +01:00
parent e52c737242
commit ab826c9fe8
3 changed files with 4 additions and 4 deletions

2
debian/compat vendored
View file

@ -1 +1 @@
7 9

4
debian/control vendored
View file

@ -2,8 +2,8 @@ Source: mfoc
Section: utils Section: utils
Priority: extra Priority: extra
Maintainer: Thomas Hood <jdthood@gmail.com> Maintainer: Thomas Hood <jdthood@gmail.com>
Build-Depends: debhelper (>=7.0.50~), dh-autoreconf, libnfc-dev (>= 1.7.0~rc1), pkg-config Build-Depends: debhelper (>=9), dh-autoreconf, libnfc-dev (>= 1.7.0~rc1), pkg-config
Standards-Version: 3.9.2 Standards-Version: 3.9.4
Homepage: http://code.google.com/p/mfoc/ Homepage: http://code.google.com/p/mfoc/
Vcs-Git: http://code.google.com/p/mfoc/ Vcs-Git: http://code.google.com/p/mfoc/
Vcs-Browser: http://code.google.com/p/mfoc/source/browse/ Vcs-Browser: http://code.google.com/p/mfoc/source/browse/

2
debian/rules vendored
View file

@ -13,4 +13,4 @@ override_dh_installchangelogs:
dh_installchangelogs ChangeLog dh_installchangelogs ChangeLog
%: %:
dh --with autoreconf $@ dh $@ --with autoreconf