From 7945e249007f086d5d219c42ef4a0bb181f850e5 Mon Sep 17 00:00:00 2001 From: Emmanuel Bouthenot Date: Sat, 9 May 2009 00:28:03 +0200 Subject: [PATCH] Update debian packaging (fix double build due to autodetection of configure file). --- debian/rules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/rules b/debian/rules index 62bfa08f5..125fe9527 100755 --- a/debian/rules +++ b/debian/rules @@ -17,6 +17,11 @@ build-stamp: builddir/Makefile $(MAKE) -C builddir touch $@ +override_dh_auto_configure: + # the package also has autotools buildsys and + # debhelper try to use it but that's not needed + echo + override_dh_install: $(MAKE) -C builddir DESTDIR=$(CURDIR)/debian/tmp install dh_install