debian package now use dh_autoreconf to build against svn.
This commit is contained in:
parent
5e3f177ee6
commit
21b58f0bf6
3 changed files with 3 additions and 7 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -1,4 +1,4 @@
|
||||||
mfoc (0.10.2-0) natty; urgency=low
|
mfoc (0.10.2pre3.1-0) unstable; urgency=low
|
||||||
|
|
||||||
* Initial package
|
* Initial package
|
||||||
|
|
||||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -2,7 +2,7 @@ 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.15), libnfc-dev (>= 1.5.0), pkg-config
|
Build-Depends: debhelper (>= 7.0.15), dh-autoreconf, libnfc-dev (>= 1.5.0), pkg-config
|
||||||
Standards-Version: 3.9.2
|
Standards-Version: 3.9.2
|
||||||
Homepage: http://code.google.com/p/nfc-tools/
|
Homepage: http://code.google.com/p/nfc-tools/
|
||||||
Vcs-Svn: http://nfc-tools.googlecode.com/svn/trunk/mfoc
|
Vcs-Svn: http://nfc-tools.googlecode.com/svn/trunk/mfoc
|
||||||
|
|
6
debian/rules
vendored
6
debian/rules
vendored
|
@ -12,9 +12,5 @@
|
||||||
override_dh_installchangelogs:
|
override_dh_installchangelogs:
|
||||||
dh_installchangelogs ChangeLog
|
dh_installchangelogs ChangeLog
|
||||||
|
|
||||||
override_dh_auto_configure:
|
|
||||||
chmod ugo+x ./configure
|
|
||||||
dh_auto_configure
|
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@
|
dh --with autoreconf $@
|
||||||
|
|
Loading…
Reference in a new issue