diff options
| author | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2011-05-04 07:38:24 +0000 | 
|---|---|---|
| committer | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2011-05-04 07:38:24 +0000 | 
| commit | 1fb75aa6b116346ae26b1cbdbaa69f7d06ab708c (patch) | |
| tree | 244d84b48261db66a41fede94cdde598a0a905c8 /debian/rules | |
| parent | Releasing debian version 0.5.2-9 (diff) | |
| download | w3m-c5206c79f67ba95e050da5fc390ed84f59dba121.tar.gz w3m-c5206c79f67ba95e050da5fc390ed84f59dba121.zip | |
Releasing debian version 0.5.2-10debian/0.5.2-10
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/debian/rules b/debian/rules index cdbbdb4..17ce5ed 100755 --- a/debian/rules +++ b/debian/rules @@ -22,6 +22,7 @@ builddir := .  build: build-stamp  build-stamp:  	dh_testdir +	cd $(builddir) && dh_autotools-dev_updateconfig  	cd $(builddir) && ./configure $(confargs)  	cd $(builddir) && LC_ALL=C $(MAKE) OPTS="-Wall -g -DDEBIAN"  	cd $(builddir)/po && LC_ALL=C $(MAKE) update-gmo @@ -31,6 +32,7 @@ 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 | 
