From 863b37e6c012c0af7a42d39fb900916968a26036 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 26 Nov 2014 02:08:13 +0100 Subject: [PATCH] Make use of debian helper for autoreconf. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- debian/control | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) -- 2.34.1