From 1ca1005194835f6f92684701e681c57db25ce9d6 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 --- xenial/debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xenial/debian/rules b/xenial/debian/rules index 41dd385..17569c7 100755 --- a/xenial/debian/rules +++ b/xenial/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