diff --git a/debian/changelog b/debian/changelog index 22f187b..9fd80f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -mfoc (0.10.2-0) natty; urgency=low +mfoc (0.10.2pre3.1-0) unstable; urgency=low * Initial package diff --git a/debian/control b/debian/control index 50ad207..e1e940d 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: mfoc Section: utils Priority: extra Maintainer: Thomas Hood -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 Homepage: http://code.google.com/p/nfc-tools/ Vcs-Svn: http://nfc-tools.googlecode.com/svn/trunk/mfoc diff --git a/debian/rules b/debian/rules index 17832d1..1a3ddbd 100755 --- a/debian/rules +++ b/debian/rules @@ -12,9 +12,5 @@ override_dh_installchangelogs: dh_installchangelogs ChangeLog -override_dh_auto_configure: - chmod ugo+x ./configure - dh_auto_configure - %: - dh $@ + dh --with autoreconf $@