Use dh-autoreconf
authorMarius Gavrilescu <marius@ieval.ro>
Sun, 30 Aug 2015 08:44:53 +0000 (11:44 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sun, 30 Aug 2015 08:44:53 +0000 (11:44 +0300)
debian/control
debian/rules

index 8df835db33ac2581d71fb74348d18bba8dfc0fcd..10214ac9dfb660c8332e102aff9c438365ea75db 100644 (file)
@@ -2,7 +2,7 @@ Source: fdkaac
 Section: contrib/sound
 Priority: optional
 Maintainer: Marius Gavrilescu <marius@ieval.ro>
-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
index 9fc0ce34f273e9f75b77a3c9728b111cca9a58ab..ef6a718d80a6566faa54f087dde2be36c7a8e1d8 100755 (executable)
@@ -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
This page took 0.011845 seconds and 4 git commands to generate.