From cb0e11fbaa62c32f192244fcd2328677512e9d42 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Sat, 14 Dec 2013 16:41:00 +0900 Subject: Use autotools-dev dh addon again (closes: #732086) --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 29f9576..46aa8cc 100755 --- a/debian/rules +++ b/debian/rules @@ -32,6 +32,7 @@ build-indep: build-arch: build-stamp build-stamp: dh_testdir + dh_autotools-dev_updateconfig test ! -f entity.h || test -f entity.h.debian-bak || cp entity.h entity.h.debian-bak cd $(builddir) && CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure $(confargs) cd $(builddir) && LC_ALL=C $(MAKE) OPTS="-Wall -g -DDEBIAN" @@ -46,6 +47,7 @@ clean: rm -f $(builddir)/po/*.gmo rm -f $(builddir)/po/stamp-po rm -f extract-stamp patch-stamp configure-stamp build-stamp install-stamp + dh_autotools-dev_restoreconfig dh_clean install: install-stamp -- cgit v1.2.3