diff -Nru a11y-profile-manager-0.1.10/debian/changelog a11y-profile-manager-0.1.10/debian/changelog --- a11y-profile-manager-0.1.10/debian/changelog 2016-04-10 23:40:36.000000000 +0000 +++ a11y-profile-manager-0.1.10/debian/changelog 2016-04-14 23:26:48.000000000 +0000 @@ -1,3 +1,9 @@ +a11y-profile-manager (0.1.10-0ubuntu3) xenial; urgency=medium + + * Add dh-translations as a build-depend to get a pot file + + -- Luke Yelavich Fri, 15 Apr 2016 09:26:42 +1000 + a11y-profile-manager (0.1.10-0ubuntu2) xenial; urgency=medium * debian/control: Make unity-accessibility-profiles depend on a version of diff -Nru a11y-profile-manager-0.1.10/debian/control a11y-profile-manager-0.1.10/debian/control --- a11y-profile-manager-0.1.10/debian/control 2016-04-10 23:32:47.000000000 +0000 +++ a11y-profile-manager-0.1.10/debian/control 2016-04-14 23:06:10.000000000 +0000 @@ -4,6 +4,7 @@ Maintainer: Luke Yelavich Homepage: https://launchpad.net/a11y-profile-manager Build-Depends: debhelper (>= 9), + dh-translations, libglib2.0-dev, libgtk-3-dev, libappindicator3-dev, diff -Nru a11y-profile-manager-0.1.10/debian/rules a11y-profile-manager-0.1.10/debian/rules --- a11y-profile-manager-0.1.10/debian/rules 2016-04-06 05:36:57.000000000 +0000 +++ a11y-profile-manager-0.1.10/debian/rules 2016-04-14 23:19:34.000000000 +0000 @@ -4,7 +4,7 @@ export DEB_BUILD_HARDENING=1 %: - dh $@ --with gir + dh $@ --with gir,translations override_dh_auto_configure: dh_auto_configure -- --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) $(shell dpkg-buildflags --export=configure)