diff -u indicator-printers-0.1.7+17.04.20170227/debian/changelog indicator-printers-0.1.7+17.04.20170227/debian/changelog --- indicator-printers-0.1.7+17.04.20170227/debian/changelog +++ indicator-printers-0.1.7+17.04.20170227/debian/changelog @@ -1,3 +1,11 @@ +indicator-printers (0.1.7+17.04.20170227-0ubuntu3) artful; urgency=medium + + * debian/control, debian/rules: + - use dh-translations + - set X-Ubuntu-Use-Langpack: yes + + -- Sebastien Bacher Wed, 06 Sep 2017 15:49:01 +0200 + indicator-printers (0.1.7+17.04.20170227-0ubuntu1) zesty; urgency=medium * Remove old autostart files. diff -u indicator-printers-0.1.7+17.04.20170227/debian/control indicator-printers-0.1.7+17.04.20170227/debian/control --- indicator-printers-0.1.7+17.04.20170227/debian/control +++ indicator-printers-0.1.7+17.04.20170227/debian/control @@ -6,6 +6,7 @@ Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf, + dh-translations, gnome-common, python, libglib2.0-dev (>= 2.43.2), @@ -22,6 +23,7 @@ # and sync up the code again. Vcs-Bzr: https://code.launchpad.net/~indicator-applet-developers/indicator-printers/trunk.13.04 Vcs-Browser: https://bazaar.launchpad.net/~indicator-applet-developers/indicator-printers/trunk.13.04/files +X-Ubuntu-Use-Langpack: yes Package: indicator-printers Architecture: any diff -u indicator-printers-0.1.7+17.04.20170227/debian/rules indicator-printers-0.1.7+17.04.20170227/debian/rules --- indicator-printers-0.1.7+17.04.20170227/debian/rules +++ indicator-printers-0.1.7+17.04.20170227/debian/rules @@ -7,7 +7,7 @@ export DPKG_GENSYMBOLS_CHECK_LEVEL = 4 %: - dh $@ --with autoreconf + dh $@ --with autoreconf,translations override_dh_autoreconf: NOCONFIGURE=1 dh_autoreconf ./autogen.sh