[SCM] advene/master: rules: fix locale generation and cleanup

oaubert-guest at users.alioth.debian.org oaubert-guest at users.alioth.debian.org
Tue Dec 20 16:41:36 UTC 2011


The following commit has been merged in the master branch:
commit 9154d82e8c701ac815c4b1e555cfb054337f41ca
Author: Olivier Aubert <olivier.aubert at liris.cnrs.fr>
Date:   Tue Oct 4 18:09:40 2011 +0200

    rules: fix locale generation and cleanup

diff --git a/debian/rules b/debian/rules
index f28a230..564cf2e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,4 +10,7 @@ DEB_INSTALL_CHANGELOGS_ALL := CHANGES.txt
 DEB_INSTALL_DOCS_ALL := doc/*
 
 pre-build::
-	cd po; make update-po
+	cd po && $(MAKE) mo
+
+clean::
+	$(RM) -r locale

-- 
advene packaging



More information about the pkg-multimedia-commits mailing list