From 2f221cd92306394d55a1480fc5cfdb331ac16edb Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 30 Aug 2015 11:44:53 +0300 Subject: [PATCH] Use dh-autoreconf --- debian/control | 2 +- debian/rules | 9 +-------- 2 files changed, 2 insertions(+), 9 deletions(-) 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 -- 2.30.2