diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2013-07-30 13:08:15 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2013-07-30 13:08:15 +0000 |
commit | ca72391971114acb4f0a437a875e1ee158c6d532 (patch) | |
tree | 9975825bafe018d6de802c18345db7fbea7892d1 /debian/rules | |
parent | New patch 050_autotools-config.patch to update config.* (diff) | |
download | w3m-ca72391971114acb4f0a437a875e1ee158c6d532.tar.gz w3m-ca72391971114acb4f0a437a875e1ee158c6d532.zip |
Drop autotools-dev from Build-Depends
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 0 insertions, 2 deletions
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 |