diff options
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 |