From: Jérôme Benoit Date: Wed, 26 Nov 2014 01:08:13 +0000 (+0100) Subject: Make use of debian helper for autoreconf. X-Git-Tag: debian/0.9.0-7_trusty~3 X-Git-Url: https://git.piment-noir.org/?p=deb_shairplay.git;a=commitdiff_plain;h=863b37e6c012c0af7a42d39fb900916968a26036 Make use of debian helper for autoreconf. Signed-off-by: Jérôme Benoit --- diff --git a/debian/control b/debian/control index 0d8151b..a815a08 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: shairplay Section: net Priority: extra Maintainer: wsnipex -Build-Depends: debhelper (>= 9.0.0), autotools-dev, libao-dev, pkg-config, autoconf, automake, libtool +Build-Depends: debhelper (>= 9.0.0), dh-autoreconf, libao-dev, pkg-config, autoconf, automake, libtool Standards-Version: 3.9.3 Homepage: https://github.com/juhovh/shairplay Vcs-Git: git://github.com/juhovh/shairplay diff --git a/debian/rules b/debian/rules index 417dc66..6e58ad0 100755 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) %: - dh $@ --with autotools-dev + dh $@ --with autoreconf override_dh_auto_configure: ./configure --disable-static --prefix=/usr --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)