--- indicator-keyboard-0.0.0+13.10.20130829.1.orig/debian/copyright +++ indicator-keyboard-0.0.0+13.10.20130829.1/debian/copyright @@ -0,0 +1,28 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: indicator-keyboard +Source: https://code.launchpad.net/indicator-keyboard + +Files: * +Copyright: 2013 Canonical Ltd. +License: GPL-3.0 + +Files: debian/* +Copyright: 2013 Canonical Ltd. +License: GPL-3.0 + +License: GPL-3.0 + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License as + published by the Free Software Foundation; version 3 of the + License. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public + License can be found in "/usr/share/common-licenses/GPL-3". --- indicator-keyboard-0.0.0+13.10.20130829.1.orig/debian/control +++ indicator-keyboard-0.0.0+13.10.20130829.1/debian/control @@ -0,0 +1,38 @@ +Source: indicator-keyboard +Section: gnome +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: William Hua +Build-Depends: debhelper (>= 9.0.0), + dh-autoreconf, + dh-translations, + dbus, + libaccountsservice-dev, + libbamf3-dev, + libgee-dev, + libgirepository1.0-dev, + libgnome-desktop-3-dev, + libgnomekbd-dev, + libgtk-3-dev, + libibus-1.0-dev (>= 1.5.0), + liblightdm-gobject-1-dev, + valac, + 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 + +Package: indicator-keyboard +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, +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. --- indicator-keyboard-0.0.0+13.10.20130829.1.orig/debian/compat +++ indicator-keyboard-0.0.0+13.10.20130829.1/debian/compat @@ -0,0 +1 @@ +9 --- indicator-keyboard-0.0.0+13.10.20130829.1.orig/debian/rules +++ indicator-keyboard-0.0.0+13.10.20130829.1/debian/rules @@ -0,0 +1,19 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +%: + dh $@ --with autoreconf,translations + +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 + dh_install --fail-missing + --- indicator-keyboard-0.0.0+13.10.20130829.1.orig/debian/changelog +++ indicator-keyboard-0.0.0+13.10.20130829.1/debian/changelog @@ -0,0 +1,73 @@ +indicator-keyboard (0.0.0+13.10.20130829.1-0ubuntu1) saucy; urgency=low + + [ William Hua ] + * Append input source suffix to accessible-desc as described in design + spec. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 112 + + -- Ubuntu daily release Thu, 29 Aug 2013 06:06:42 +0000 + +indicator-keyboard (0.0.0+13.10.20130829-0ubuntu1) saucy; urgency=low + + [ Matthieu Baerts ] + * Added an 'accessible description' This description is used by other + applications (like Cairo-Dock) as label for this icon. (LP: + #1217855) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 110 + + -- Ubuntu daily release Thu, 29 Aug 2013 02:07:27 +0000 + +indicator-keyboard (0.0.0+13.10.20130822.4-0ubuntu1) saucy; urgency=low + + [ William Hua ] + * Kill running gvfs instance after tests finish. Because the + XDG_RUNTIME_DIR was changed to be in the build-tree, a running gvfs + instance held a lock on a file in the directory, preventing it from + being cleaned properly, and preventing the build from finishing. So + we send a SIGTERM to the running gvfs-fused instance, allowing the + build to finish. + * Use accountsservice and make work under unity-greeter. + * Proper shutdown on SIGTERM. + + [ Jeremy Bicha ] + * Don't build-depend on quilt and drop debian/README.source, thanks + Michael Terry!. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 108 + + -- Ubuntu daily release Thu, 22 Aug 2013 20:29:00 +0000 + +indicator-keyboard (0.0.0+13.10.20130821-0ubuntu1) saucy; urgency=low + + [ Jeremy Bicha ] + * debian/control: + - Don't build-depend on vala-0.20-vapi + - Build-depend on dbus for tests + + [ William Hua ] + * Initial Release. + + [ Mathieu Trudel-Lapierre ] + * Automatic snapshot from revision 102 (bootstrap) + * debian/control: + - Packaging review, add comment to developers. + - Fix Vcs-Bzr, Vcs-Browser. + - Sort Build-Depends, use trailing commas. + - Improve long description. + * debian/rules: + - Add DPKG_GENSYMBOLS_CHECK_LEVEL = 4. + - Override dh_autoreconf to run ./autogen.sh. + - Override dh_install to remove .la and .a files. + - Run dh_install with --fail-missing. + * debian/compat: bump to compat level 9. + * debian/source/format: make sure we're using format 1.0. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 103 + + -- Ubuntu daily release Wed, 21 Aug 2013 14:07:27 +0000 --- indicator-keyboard-0.0.0+13.10.20130829.1.orig/debian/source/format +++ indicator-keyboard-0.0.0+13.10.20130829.1/debian/source/format @@ -0,0 +1 @@ +1.0