From 0d9e97db2f228ee7b2572083e18c28e34990a3a2 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Fri, 19 Dec 2014 18:33:22 +0800 Subject: [PATCH] Added notes in debian/rules on how to build the .mo files Rewritten-From: dea9b6b775aac69201c5f931a4089244c514efa9 --- trusty/debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/trusty/debian/rules b/trusty/debian/rules index 41dd385..17569c7 100755 --- a/trusty/debian/rules +++ b/trusty/debian/rules @@ -9,6 +9,8 @@ export OSLO_PACKAGE_VERSION=$(VERSION) dh $@ --with python2 override_dh_auto_install: + # Note: upstream advises to use "python setup.py compile_catalog" + # maybe we should do that next time. chmod +x debian/compile-messages $(CURDIR)/debian/compile-messages -- 2.45.2