From 1fb75aa6b116346ae26b1cbdbaa69f7d06ab708c Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Wed, 4 May 2011 16:38:24 +0900 Subject: Releasing debian version 0.5.2-10 --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/rules') 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 -- cgit v1.2.3