From e3f31de1e4718b6888ae613133802020dcecd303 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 12 Nov 2015 13:36:00 +0100 Subject: Fork from Ubuntu's indicator-keyboard. --- debian/changelog | 6 ++++++ debian/control | 26 +++++++++++--------------- debian/rules | 7 +++---- 3 files changed, 20 insertions(+), 19 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index e571d118..111842a9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ayatana-indicator-keyboard (0.1.0-0) UNRELEASED; urgency=medium + + * Fork from Ubuntu's indicator-keyboard. + + -- Mike Gabriel Thu, 12 Nov 2015 13:32:10 +0100 + indicator-keyboard (0.0.0+15.10.20151006-0ubuntu1) wily; urgency=medium [ CI Train Bot ] diff --git a/debian/control b/debian/control index acee03dc..3bf1be69 100644 --- a/debian/control +++ b/debian/control @@ -1,11 +1,9 @@ Source: indicator-keyboard Section: gnome Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: William Hua +Maintainer: Mike Gabriel Build-Depends: debhelper (>= 9.0.0), dh-autoreconf, - dh-translations, dbus, fcitx-libs-dev (>= 1:4.2.8.3), gir1.2-fcitx-1.0, @@ -21,20 +19,18 @@ Build-Depends: debhelper (>= 9.0.0), xauth, xvfb, Standards-Version: 3.9.4 -Homepage: https://code.launchpad.net/indicator-keyboard -# If you aren't a member of ~indicator-applet-developers but need to upload -# packaging changes, just go ahead. ~indicator-applet-developers will notice -# and sync up the code again. -Vcs-Bzr: https://code.launchpad.net/~indicator-applet-developers/indicator-keyboard/trunk -Vcs-Browser: https://bazaar.launchpad.net/~indicator-applet-develpers/indicator-keyboard/trunk/files +Homepage: https://github.com/ArcticaProject/ayatana-indicator-keyboard +Vcs-Git: git://cgit.arctica-project.org/ayatana/ayatana-indicator-keyboard.git +Vcs-Browser: https://cgit.arctica-project.org/ayatana/ayatana-indicator-keyboard.git/ -Package: indicator-keyboard +Package: ayatana-indicator-keyboard Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, Breaks: ibus (<< 1.5.5-1ubuntu3), -Description: Keyboard indicator - This package contains the keyboard indicator, which should show as an icon in - the top panel when using the Unity environment. It can be used to switch - key layouts or languages, and helps the user identifying which layouts are - currently in use. +Description: Ayatana Keyboard indicator + This package contains the keyboard indicator, which should show as an + icon in the top panel of indicator aware destkop environments. + . + It can be used to switch key layouts or languages, and helps the user + identifying which layouts are currently in use. diff --git a/debian/rules b/debian/rules index d2bfba7b..e290d9e1 100755 --- a/debian/rules +++ b/debian/rules @@ -7,13 +7,12 @@ export DPKG_GENSYMBOLS_CHECK_LEVEL=4 %: - dh $@ --with autoreconf,translations + dh $@ --with autoreconf override_dh_autoreconf: NOCONFIGURE=1 dh_autoreconf ./autogen.sh override_dh_install: - find debian/indicator-keyboard/usr/lib -name *.la -delete - find debian/indicator-keyboard/usr/lib -name *.a -delete + find debian/ayatana-indicator-keyboard/usr/lib -name *.la -delete + find debian/ayatana-indicator-keyboard/usr/lib -name *.a -delete dh_install --fail-missing - -- cgit v1.2.3