From ca72391971114acb4f0a437a875e1ee158c6d532 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Tue, 30 Jul 2013 22:08:15 +0900 Subject: Drop autotools-dev from Build-Depends --- debian/rules | 2 -- 1 file changed, 2 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 51a3022..d4fb3ba 100755 --- a/debian/rules +++ b/debian/rules @@ -31,7 +31,6 @@ build-indep: build-arch: build-stamp build-stamp: dh_testdir - cd $(builddir) && dh_autotools-dev_updateconfig cd $(builddir) && CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure $(confargs) cd $(builddir) && LC_ALL=C $(MAKE) OPTS="-Wall -g -DDEBIAN" cd $(builddir)/po && LC_ALL=C $(MAKE) update-gmo @@ -41,7 +40,6 @@ clean: dh_testdir dh_testroot if test -f $(builddir)/Makefile; then cd $(builddir) && $(MAKE) distclean; fi - cd $(builddir) && dh_autotools-dev_restoreconfig rm -f $(builddir)/po/*.gmo rm -f $(builddir)/po/stamp-po rm -f extract-stamp patch-stamp configure-stamp build-stamp install-stamp -- cgit v1.2.3