aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Terry <michael.terry@canonical.com>2013-01-31 12:19:41 -0500
committerMichael Terry <michael.terry@canonical.com>2013-01-31 12:19:41 -0500
commitd2b21e0f3edf0e401d9a67b47becd7735b03e2b5 (patch)
tree527d42d9cd799117421d60909abb0f6c120bd5b4 /debian
parente73d88a47b9c2862db998f6bfb2310b033fd330a (diff)
downloadayatana-indicator-bluetooth-d2b21e0f3edf0e401d9a67b47becd7735b03e2b5.tar.gz
ayatana-indicator-bluetooth-d2b21e0f3edf0e401d9a67b47becd7735b03e2b5.tar.bz2
ayatana-indicator-bluetooth-d2b21e0f3edf0e401d9a67b47becd7735b03e2b5.zip
move debian/ inline
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog52
-rw-r--r--debian/compat1
-rw-r--r--debian/control32
-rw-r--r--debian/copyright21
-rwxr-xr-xdebian/rules14
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch2
7 files changed, 123 insertions, 0 deletions
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 <mterry@ubuntu.com> 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 <robert.ancell@canonical.com> 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 <robert.ancell@canonical.com> 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 <robert.ancell@canonical.com> Tue, 08 Jan 2013 16:55:27 +1300
+
+indicator-bluetooth (0.0.1-0ubuntu1) raring; urgency=low
+
+ * Initial release
+
+ -- Robert Ancell <robert.ancell@canonical.com> 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 <ubuntu-desktop@lists.ubuntu.com>
+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 <http://www.gnu.org/licenses/>.
+ .
+ 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