diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2017-09-06 15:49:38 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2017-09-06 15:49:38 +0200 |
commit | 52cfe6e31c6e86cd4229c486593c95aa96c040e4 (patch) | |
tree | e95b00a6b397bdccf7ae9cc13e9fdb14e75ff829 /debian | |
parent | 2c719851dd75b0b6af65717f9397ae580b225ac1 (diff) | |
download | ayatana-indicator-printers-52cfe6e31c6e86cd4229c486593c95aa96c040e4.tar.gz ayatana-indicator-printers-52cfe6e31c6e86cd4229c486593c95aa96c040e4.tar.bz2 ayatana-indicator-printers-52cfe6e31c6e86cd4229c486593c95aa96c040e4.zip |
releasing package indicator-printers version 0.1.7+17.04.20170227-0ubuntu30.1.7+17.04.20170227-0ubuntu3
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
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 |