From e3d253d77d47434bde2ec61e0d3f3743810ceb3e Mon Sep 17 00:00:00 2001 From: Gunnar Hjalmarsson Date: Wed, 21 Feb 2018 00:23:55 +0100 Subject: [PATCH] Build gnome-todo.pot https://launchpad.net/bugs/1750631 --- debian/rules | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 860349c..ff9187f 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,15 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,--as-needed %: - dh $@ --with gnome --buildsystem=meson + dh $@ --with gnome --buildsystem=meson --builddirectory=build override_dh_missing: dh_missing --fail-missing + +override_dh_auto_build: + dh_auto_build + ninja -C build/ gnome-todo-pot # needed for Ubuntu + +override_dh_auto_clean: + dh_auto_clean + rm -f po/gnome-todo.pot -- 2.15.1