aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-11-12 13:36:00 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-11-12 13:36:00 +0100
commite3f31de1e4718b6888ae613133802020dcecd303 (patch)
treecfc7cfa3a5db252ad424b1ca387bc15a8830eb61 /debian
parent840d966664b41bbab3b40c0f8a63aa42c641243b (diff)
downloadayatana-indicator-keyboard-e3f31de1e4718b6888ae613133802020dcecd303.tar.gz
ayatana-indicator-keyboard-e3f31de1e4718b6888ae613133802020dcecd303.tar.bz2
ayatana-indicator-keyboard-e3f31de1e4718b6888ae613133802020dcecd303.zip
Fork from Ubuntu's indicator-keyboard.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control26
-rwxr-xr-xdebian/rules7
3 files changed, 20 insertions, 19 deletions
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 <mike.gabriel@das-netzwerkteam.de> 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 <ubuntu-devel-discuss@lists.ubuntu.com>
-XSBC-Original-Maintainer: William Hua <william.hua@canonical.com>
+Maintainer: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
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
-