From ba1b7a3a8f60636a98c3a1654b41a59b7f824afc Mon Sep 17 00:00:00 2001 From: Gunnar Hjalmarsson Date: Wed, 21 Feb 2018 18:05:41 +0100 Subject: [PATCH] Build gnome-todo.pot https://launchpad.net/bugs/1750631 --- debian/rules | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/debian/rules b/debian/rules index 860349c..3da25aa 100755 --- a/debian/rules +++ b/debian/rules @@ -9,3 +9,11 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,--as-needed override_dh_missing: dh_missing --fail-missing + +override_dh_auto_build: + dh_auto_build + ninja -C obj-$(DEB_HOST_GNU_TYPE) gnome-todo-pot # needed for Ubuntu + +override_dh_auto_clean: + dh_auto_clean + rm -f po/gnome-todo.pot -- 2.15.1