Make use of debian helper for autoreconf.
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 26 Nov 2014 01:08:13 +0000 (02:08 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 26 Nov 2014 01:08:13 +0000 (02:08 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
debian/control
debian/rules

index 0d8151bd34c71a8d4f555c821ee9b7fdd5b29d9d..a815a08e12c03b4d718692482cb7cc43ca3a32ad 100644 (file)
@@ -2,7 +2,7 @@ Source: shairplay
 Section: net
 Priority: extra
 Maintainer: wsnipex <wsnipex@a1.net>
 Section: net
 Priority: extra
 Maintainer: wsnipex <wsnipex@a1.net>
-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
 Standards-Version: 3.9.3
 Homepage: https://github.com/juhovh/shairplay
 Vcs-Git: git://github.com/juhovh/shairplay
index 417dc66bb5a2b162543e19fbcc124fb6d5b7093f..6e58ad0193d4c626b839676195feb748bfe1fba9 100755 (executable)
@@ -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)
 
 override_dh_auto_configure:
        ./configure --disable-static --prefix=/usr --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)