aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
3 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 8b6037a..49b646d 100644
--- a/debian/changelog
+++ b/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 <seb128@ubuntu.com> 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 --git a/debian/control b/debian/control
index 8ec81bb..a2b0f05 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ XSBC-Original-Maintainer: Lars Uebernickel <lars.uebernickel@canonical.com>
Build-Depends: debhelper (>= 9),
autotools-dev,
dh-autoreconf,
+ dh-translations,
gnome-common,
python,
libglib2.0-dev (>= 2.43.2),
@@ -22,6 +23,7 @@ Homepage: https://launchpad.net/indicator-printers
# 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 --git a/debian/rules b/debian/rules
index c032912..c8c6a4b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ LDFLAGS += -Wl,-z,defs -Wl,--as-needed
export DPKG_GENSYMBOLS_CHECK_LEVEL = 4
%:
- dh $@ --with autoreconf
+ dh $@ --with autoreconf,translations
override_dh_autoreconf:
NOCONFIGURE=1 dh_autoreconf ./autogen.sh