From 479f75abf41451a239cb0b9fa945469127e6df2d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 21 Mar 2008 16:32:23 -0400 Subject: defer po and pot file updating until package build time This allows make to be run without polluting the tree with lots of po file changes. --- debian/rules | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index af33131d9..2af69a5f7 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,7 @@ build: build-stamp build-stamp: dh_testdir perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor + $(MAKE) -C po $(MAKE) $(MAKE) test touch build-stamp -- cgit v1.2.3