From: Marius Gavrilescu Date: Sun, 30 Aug 2015 08:44:53 +0000 (+0300) Subject: Use dh-autoreconf X-Git-Tag: debian/0.6.2-1~3 X-Git-Url: http://git.ieval.ro/?p=fdkaac.git;a=commitdiff_plain;h=2f221cd92306394d55a1480fc5cfdb331ac16edb Use dh-autoreconf --- diff --git a/debian/control b/debian/control index 8df835d..10214ac 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: fdkaac Section: contrib/sound Priority: optional Maintainer: Marius Gavrilescu -Build-Depends: debhelper (>= 9), autoconf, automake, libfdk-aac-dev +Build-Depends: debhelper (>= 9), dh-autoreconf, libfdk-aac-dev Standards-Version: 3.9.6 Homepage: https://github.com/nu774/fdkaac Vcs-Git: http://git.ieval.ro/git/fdkaac.git diff --git a/debian/rules b/debian/rules index 9fc0ce3..ef6a718 100755 --- a/debian/rules +++ b/debian/rules @@ -3,11 +3,4 @@ DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/default.mk %: - dh $@ - -override_dh_auto_configure: - autoreconf -i - dh_auto_configure - -override_dh_clean: - dh_clean Makefile.in aclocal.m4 compile config.guess config.h.in config.sub configure depcomp install-sh missing + dh $@ --with autoreconf