From 21b58f0bf688d5cf759228a37d0ce8dda74cf879 Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Fri, 20 May 2011 14:40:36 +0000 Subject: [PATCH] debian package now use dh_autoreconf to build against svn. --- debian/changelog | 2 +- debian/control | 2 +- debian/rules | 6 +----- 3 files changed, 3 insertions(+), 7 deletions(-) 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 $@