From a8d9753c3cdf60fa561301f0d9e82c1010d59d8a Mon Sep 17 00:00:00 2001 From: Russell King Date: Sat, 1 Dec 2012 12:43:50 +0000 Subject: Fix up debian build rules Use the built-in autoreconf support, and build in separate directory --- debian/rules | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/debian/rules b/debian/rules index 1ab3fdd..ced92e5 100755 --- a/debian/rules +++ b/debian/rules @@ -9,16 +9,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -# Debian build system is horrid - hack around it to ensure that the autoconf -# stuff is properly up to date -build: configure Makefile.in - -Makefile.in: Makefile.am - ./autogen.sh - -configure: autogen.sh configure.ac - ./autogen.sh - override_dh_auto_install: dh_auto_install --destdir=debian/tmp @@ -31,4 +21,4 @@ override_dh_strip: dh_strip -s --remaining-packages %: - dh $@ + dh $@ --with autoreconf --builddirectory=build/ -- cgit