From d2b21e0f3edf0e401d9a67b47becd7735b03e2b5 Mon Sep 17 00:00:00 2001 From: Michael Terry Date: Thu, 31 Jan 2013 12:19:41 -0500 Subject: move debian/ inline --- debian/changelog | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ debian/compat | 1 + debian/control | 32 ++++++++++++++++++++++++++++++++ debian/copyright | 21 +++++++++++++++++++++ debian/rules | 14 ++++++++++++++ debian/source/format | 1 + debian/watch | 2 ++ 7 files changed, 123 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/watch (limited to 'debian') diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..f2c4671 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,52 @@ +indicator-bluetooth (0.0.4-0ubuntu2) UNRELEASED; urgency=low + + * 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. + + -- Michael Terry Thu, 31 Jan 2013 12:17:35 -0500 + +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 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..0725eb0 --- /dev/null +++ b/debian/control @@ -0,0 +1,32 @@ +Source: indicator-bluetooth +Section: gnome +Priority: extra +Maintainer: Ubuntu Desktop Team +Build-Depends: debhelper (>= 9.0), + dh-autoreconf, + dh-translations, + gnome-common, + libdbusmenu-gtk3-dev, + libglib2.0-dev, + libgnome-bluetooth-dev, + libgtk-3-dev, + libido3-0.1-dev, + libindicator3-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}, + gnome-bluetooth, +Description: System bluetooth indicator. + System bluetooth indicator which provides fast user controls for Bluetooth + devices. + diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..ae877a3 --- /dev/null +++ b/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. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..ca87700 --- /dev/null +++ b/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 diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..d3827e7 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +1.0 diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..d75864c --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://launchpad.net/indicator-bluetooth/+download .*/indicator-bluetooth-([0-9.]+)\.tar\.xz -- cgit v1.2.3