diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 12 |
1 files changed, 1 insertions, 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/ |