--- indicator-bluetooth-0.0.6+13.10.20130913.orig/debian/watch +++ indicator-bluetooth-0.0.6+13.10.20130913/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://launchpad.net/indicator-bluetooth/+download .*/indicator-bluetooth-([0-9.]+)\.tar\.xz --- indicator-bluetooth-0.0.6+13.10.20130913.orig/debian/copyright +++ indicator-bluetooth-0.0.6+13.10.20130913/debian/copyright @@ -0,0 +1,21 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ + +Files: * +Copyright: 2012 Canonical Ltd. +License: GPL-3 + +License: GPL-3 + This program 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 program 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 full text of the GNU General Public License + version 3 can be found in the file /usr/share/common-licenses/GPL-3. --- indicator-bluetooth-0.0.6+13.10.20130913.orig/debian/control +++ indicator-bluetooth-0.0.6+13.10.20130913/debian/control @@ -0,0 +1,31 @@ +Source: indicator-bluetooth +Section: gnome +Priority: extra +Maintainer: Ubuntu Desktop Team +Build-Depends: debhelper (>= 9.0), + dh-autoreconf, + dh-translations, + gnome-common, + libglib2.0-dev, + valac (>=0.18), +Standards-Version: 3.9.4 +Homepage: https://launchpad.net/indicator-bluetooth +# 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-bluetooth/trunk +Vcs-Browser: https://bazaar.launchpad.net/~indicator-applet-developers/indicator-bluetooth/trunk/files + +Package: indicator-bluetooth +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, + bluez (>= 4.36), + ubuntu-system-settings | gnome-control-center, + ubuntu-system-settings | gnome-bluetooth, +Replaces: gnome-bluetooth (<< 3.6.1-0ubuntu2) +Breaks: gnome-bluetooth (<< 3.6.1-0ubuntu2) +Description: System bluetooth indicator. + System bluetooth indicator which provides fast user controls for Bluetooth + devices. + --- indicator-bluetooth-0.0.6+13.10.20130913.orig/debian/compat +++ indicator-bluetooth-0.0.6+13.10.20130913/debian/compat @@ -0,0 +1 @@ +9 --- indicator-bluetooth-0.0.6+13.10.20130913.orig/debian/rules +++ indicator-bluetooth-0.0.6+13.10.20130913/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f + +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +%: + dh $@ --with translations,autoreconf + +override_dh_autoreconf: + NOCONFIGURE=1 dh_autoreconf ./autogen.sh + +override_dh_install: + find debian/indicator-bluetooth/usr/lib -name *.la -delete + find debian/indicator-bluetooth/usr/lib -name *.a -delete + dh_install --fail-missing --- indicator-bluetooth-0.0.6+13.10.20130913.orig/debian/changelog +++ indicator-bluetooth-0.0.6+13.10.20130913/debian/changelog @@ -0,0 +1,130 @@ +indicator-bluetooth (0.0.6+13.10.20130913-0ubuntu1) saucy; urgency=low + + [ Charles Kerr ] + * Adds a title in the header's action state. (LP: #1223635) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 58 + + -- Ubuntu daily release Fri, 13 Sep 2013 15:15:49 +0000 + +indicator-bluetooth (0.0.6+13.10.20130823-0ubuntu1) saucy; urgency=low + + [ Charles Kerr ] + * Don't use deprecated GSimpleActionGroup APIs. + * Since we're not using the gnome-bluetooth vapi file, we shouldn't + bundle it. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 56 + + -- Ubuntu daily release Fri, 23 Aug 2013 18:07:31 +0000 + +indicator-bluetooth (0.0.6+13.10.20130812.1-0ubuntu1) saucy; urgency=low + + [ Charles Kerr ] + * Add phone profile. Export menus & actions using gio. Drops the gtk, + dbusmenu, and libindicator build dependencies. Drops runtime + dependency on gnome-blueooth in the phone profile. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 53 + + -- Ubuntu daily release Mon, 12 Aug 2013 06:06:38 +0000 + +indicator-bluetooth (0.0.6daily13.06.07-0ubuntu1) saucy; urgency=low + + [ Jeremy Bicha ] + * debian/control: + - Build with valac (>= 0.18) instead of vala-0.18 for easier transitions + + [ Ubuntu daily release ] + * Automatic snapshot from revision 51 + + -- Ubuntu daily release Fri, 07 Jun 2013 02:02:08 +0000 + +indicator-bluetooth (0.0.6daily13.02.19-0ubuntu1) raring; urgency=low + + [ Sebastien Bacher ] + * debian/control: + - breaks/replaces gnome-bluetooth (<< 3.6.1-0ubuntu2) (lp: #1123115) + + [ Robert Ancell ] + * "Set Up New Deviceā€¦" item is missing (LP: #1116292) + * Does not support 'visible' gsettings key (LP: #1115394) + * Bluetooth menu appears when there are no Bluetooth adapters (LP: + #1116289) + + [ Automatic PS uploader ] + * Automatic snapshot from revision 49 + + -- Automatic PS uploader Tue, 19 Feb 2013 02:01:49 +0000 + +indicator-bluetooth (0.0.6-0ubuntu1) raring; urgency=low + + [ Michael Terry ] + * debian/copyright: + - Note that code is GPL-3, not GPL-3+ + * debian/control: + - Add Vcs-Bzr entries + * debian/source/format: + - Switch to format 1.0, to match rest of indicator stack and for our + daily landing support to work. + * Automatic snapshot from revision 44 (bootstrap) + + [ Robert Ancell ] + * New upstream release: + - Add "Set Up New Device" menu item (LP: #1116292) + - Only show indicator if Bluetooth adapter present (LP: #1116289) + - Support existing gsettings key to disable indicator (LP: #1115394) + + -- Robert Ancell Tue, 12 Feb 2013 10:44:19 +1300 + +indicator-bluetooth (0.0.5-0ubuntu1) raring; urgency=low + + * New upstream release: + - Add license file + - Update copyright date + + -- Robert Ancell Fri, 01 Feb 2013 09:00:07 +1300 + +indicator-bluetooth (0.0.4-0ubuntu1) raring; urgency=low + + * New upstream release: + - Stop items being duplicated on resume from suspend + * debian/copyright: + - Fix lintian warnings + * debian/source/format: + - Use format 3.0 + + -- Robert Ancell Thu, 31 Jan 2013 11:12:42 +1300 + +indicator-bluetooth (0.0.3-0ubuntu1) raring; urgency=low + + * New upstream release: + - Fix service file having incorrect path + - Set useful values for accessible description + * debian/control: + - Use standards version 3.9.4 + + -- Robert Ancell Fri, 11 Jan 2013 14:09:33 +1300 + +indicator-bluetooth (0.0.2-0ubuntu1) raring; urgency=low + + * New upstream release: + - Stop feedback loop when settings changed outside of indicator + - Implement disconnecting from devices + - Add accessible description + - Hide devices without controls + - Change enable label to match design + - Added translations + * debian/watch: + - Update to use .xz + + -- Robert Ancell Tue, 08 Jan 2013 16:55:27 +1300 + +indicator-bluetooth (0.0.1-0ubuntu1) raring; urgency=low + + * Initial release + + -- Robert Ancell Thu, 06 Dec 2012 16:04:48 +1300 --- indicator-bluetooth-0.0.6+13.10.20130913.orig/debian/source/format +++ indicator-bluetooth-0.0.6+13.10.20130913/debian/source/format @@ -0,0 +1 @@ +1.0