[SCM] mate-bluetooth Debian package branch, master, updated. 54eb54b187190f3d5f6433f8f5f4b302ad342425

Mike Gabriel sunweaver at alioth.debian.org
Thu Aug 15 22:43:38 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-bluetooth.git;a=commitdiff;h=54eb54b

The following commit has been merged in the master branch:
commit 54eb54b187190f3d5f6433f8f5f4b302ad342425
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Aug 16 00:43:10 2013 +0200

    add /debian packaging folder as provided by upstream internal packaging repos
---
 debian/61-mate-bluetooth-rfkill.rules        |   10 +++
 debian/changelog                             |   81 ++++++++++++++++++++++++
 debian/compat                                |    1 +
 debian/control                               |   88 ++++++++++++++++++++++++++
 debian/copyright                             |   43 +++++++++++++
 debian/libmatebluetooth-dev.install          |    4 ++
 debian/libmatebluetooth.install              |    1 +
 debian/mate-bluetooth.install                |   14 ++++
 debian/patches/00-fix-for-extra-quotes.patch |   29 +++++++++
 debian/patches/series                        |    1 +
 debian/rules                                 |   19 ++++++
 debian/source/format                         |    1 +
 debian/watch                                 |    3 +
 13 files changed, 295 insertions(+)

diff --git a/debian/61-mate-bluetooth-rfkill.rules b/debian/61-mate-bluetooth-rfkill.rules
new file mode 100644
index 0000000..92d7d1a
--- /dev/null
+++ b/debian/61-mate-bluetooth-rfkill.rules
@@ -0,0 +1,10 @@
+# Set ACLs for console users on /dev/rfkill
+# This is necessary until a daemon can properly handle access to the 
+# kill switch
+# http://bugs.debian.org/563902
+# https://bugzilla.redhat.com/show_bug.cgi?id=514798
+
+ENV{ACL_MANAGE}=="0", GOTO="mate_bluetooth_end"
+ACTION!="add|change", GOTO="mate_bluetooth_end"
+KERNEL=="rfkill", TAG+="udev-acl"
+LABEL="mate_bluetooth_end"
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..4cd6647
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,81 @@
+mate-bluetooth (1.6.0-2) unstable; urgency=low
+
+  * debian/rules: Add LDFLAGS hack.
+  * Cherry pick 00-fix-for-extra-quotes.patch from upstream.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com>  Tue, 30 Apr 2013 15:10:25 +0200
+
+mate-bluetooth (1.6.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com>  Tue, 02 Apr 2013 17:06:19 +0200
+
+mate-bluetooth (1.5.1-1) unstable; urgency=low
+
+  * New upstream development release.
+  * Use libnotify instead of libmatenotify.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com>  Sat, 23 Mar 2013 11:40:53 +0100
+
+mate-bluetooth (1.5.0-1) unstable; urgency=low
+
+  * New upstream development release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com>  Fri, 30 Nov 2012 07:53:22 +0100
+
+mate-bluetooth (1.4.0-1) unstable; urgency=low
+
+  * New upstream release. 
+
+ -- Steve Zesch <stevezesch2 at gmail.com>  Sun, 15 Jul 2012 15:58:10 -0400
+
+mate-bluetooth (1.3.0-1) unstable; urgency=low
+
+  * New upstream development release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com>  Mon, 18 Jun 2012 00:31:51 +0200
+
+mate-bluetooth (1.2.1-2) unstable; urgency=low
+
+  * Rebuild for precise. 
+
+ -- Steve Zesch <stevezesch2 at gmail.com>  Fri, 30 Mar 2012 20:23:22 -0400
+
+mate-bluetooth (1.2.1-1) unstable; urgency=low
+
+  * Upstream bugfix
+
+ -- Steve Zesch <stevezesch2 at gmail.com>  Sun, 25 Mar 2012 19:18:04 -0400
+
+mate-bluetooth (1.2.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com>  Thu, 15 Mar 2012 11:41:06 +0100
+
+mate-bluetooth (1.1.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com>  Mon, 02 Jan 2012 19:08:06 +0100
+
+mate-bluetooth (1.0.8-1) unstable; urgency=low
+
+  * New upstream release.
+  * Solved conflicts with gnome-bluetooth.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com>  Sun, 27 Nov 2011 18:17:26 +0100
+
+mate-bluetooth (1.0.7-2) unstable; urgency=low
+
+  * Added temporary conflict with gnome-bluetooth, until it's fixed
+    upstream.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com>  Sun, 27 Nov 2011 15:35:39 +0100
+
+mate-bluetooth (1.0.7-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com>  Sun, 27 Nov 2011 00:09:47 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..e764e34
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,88 @@
+Source: mate-bluetooth
+Section: x11
+Priority: optional
+Maintainer: Stefano Karapetsas <stefano at karapetsas.com>
+Uploaders: Steve Zesch <stevezesch2 at gmail.com>
+Build-Depends: debhelper (>= 8),
+               cdbs,
+               mate-common,
+               libunique-dev,
+               libnotify-dev,
+               libglib2.0-dev,
+               libgtk2.0-dev (>= 2.19.1),
+               libx11-dev,
+               libxi-dev,
+               libdbus-glib-1-dev (>= 0.74),
+               intltool (>= 0.35),
+               libxml2-utils,
+               gtk-doc-tools,
+               caja-sendto,
+               mate-doc-utils,
+               mate-doc-utils-gnome | gnome-doc-utils,
+               gobject-introspection,
+               libgirepository1.0-dev
+Standards-Version: 3.9.3
+Homepage: http://www.mate-desktop.org/
+
+Package: mate-bluetooth
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         bluez (>= 4.36),
+         obexd-client,
+         udev (>= 154),
+         consolekit,
+         obex-data-server
+Recommends: gvfs-backends,
+            mate-user-share
+Suggests: caja-sendto
+Architecture: any
+Description: MATE Bluetooth tools
+ This package contains tools for managing and manipulating Bluetooth
+ devices using the MATE desktop.
+ .
+ bluetooth-applet provides an agent to ask for PIN and managing pairing with
+ devices, together with bluetooth-properties.
+ .
+ bluetooth-sendto is also included for sending files to Bluetooth devices via
+ OBEX.
+
+Package: mate-bluetooth-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${misc:Depends},
+         mate-bluetooth (= ${binary:Version}),
+         libmatebluetooth (= ${binary:Version})
+Description: MATE Bluetooth tools (debugging symbols)
+ This package contains debugging symbols for mate-bluetooth and the
+ libmatebluetooth library. It is provided to help debugging problems.
+ The debugging symbols are installed in /usr/lib/debug and will
+ automatically be used by gdb.
+
+Package: libmatebluetooth
+Section: libs
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Architecture: any
+Description: MATE Bluetooth tools (library)
+ This package contains tools for managing and manipulating Bluetooth
+ devices using the MATE desktop.
+ .
+ The libraries included provide support to mate-bluetooth.
+
+Package: libmatebluetooth-dev
+Section: libdevel
+Depends: libmatebluetooth (= ${binary:Version}),
+         ${misc:Depends},
+         libgtk2.0-dev,
+         libdbus-glib-1-dev
+Suggests: pkg-config
+Priority: extra
+Architecture: any
+Description: MATE Bluetooth tools (development files)
+ This package contains tools for managing and manipulating Bluetooth
+ devices using the MATE desktop.
+ .
+ The libraries included provide support to mate-bluetooth.
+ .
+ This package contains the development files.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..0db0ad6
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,43 @@
+This work was packaged for Debian by:
+
+    Stefano Karapetsas <stefano at karapetsas.com> on Sun, 27 Nov 2011 00:09:47 +0100
+
+It was downloaded from:
+
+    <https://github.com/perberos/mate-extra>
+
+Upstream Author:
+
+    Perberos <perberos at gmail.com>
+
+Copyright:
+
+    Copyright (C) 2011 Perberos
+
+License:
+
+    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; either version 2 of the License, or
+    (at your option) any later version.
+
+    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 <http://www.gnu.org/licenses/>
+
+On Debian systems, the complete text of the GNU General
+Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+The Debian packaging is:
+
+    Copyright (C) 2011 Stefano Karapetsas <stefano at karapetsas.com>
+
+you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
diff --git a/debian/libmatebluetooth-dev.install b/debian/libmatebluetooth-dev.install
new file mode 100644
index 0000000..470f527
--- /dev/null
+++ b/debian/libmatebluetooth-dev.install
@@ -0,0 +1,4 @@
+usr/include/*
+usr/lib/lib*.so
+usr/lib/pkgconfig/*
+usr/share/gtk-doc/html/mate-bluetooth/*
diff --git a/debian/libmatebluetooth.install b/debian/libmatebluetooth.install
new file mode 100644
index 0000000..d0dbfd1
--- /dev/null
+++ b/debian/libmatebluetooth.install
@@ -0,0 +1 @@
+usr/lib/lib*.so.*
diff --git a/debian/mate-bluetooth.install b/debian/mate-bluetooth.install
new file mode 100644
index 0000000..2828ff6
--- /dev/null
+++ b/debian/mate-bluetooth.install
@@ -0,0 +1,14 @@
+etc
+usr/share/mate
+usr/share/locale
+usr/share/man/man1
+usr/share/applications
+usr/share/omf
+usr/share/icons
+usr/share/mate-bluetooth
+usr/share/MateConf/
+usr/share/glib-2.0/
+usr/bin
+usr/lib/mate-bluetooth/plugins/*.so
+usr/lib/caja-sendto/plugins/*.so
+debian/61-mate-bluetooth-rfkill.rules lib/udev/rules.d/
diff --git a/debian/patches/00-fix-for-extra-quotes.patch b/debian/patches/00-fix-for-extra-quotes.patch
new file mode 100644
index 0000000..c0846a7
--- /dev/null
+++ b/debian/patches/00-fix-for-extra-quotes.patch
@@ -0,0 +1,29 @@
+From a7a7d80dff2f26c8dfbc077be5c8e15fe341406f Mon Sep 17 00:00:00 2001
+From: Stefano Karapetsas <stefano at karapetsas.com>
+Date: Tue, 02 Apr 2013 15:05:50 +0000
+Subject: fix for extra quotes getting passed to mate-bluetooth-sendto via mate-bluetooth-applet
+
+https://bugs.launchpad.net/linuxmint/+bug/1005649/comments/35
+---
+diff --git a/applet/main.c b/applet/main.c
+index daf6672..f582003 100644
+--- a/applet/main.c
++++ b/applet/main.c
+@@ -207,13 +207,13 @@ void sendto_callback(GObject *widget, gpointer user_data)
+ 	if (address != NULL) {
+ 		char *s;
+ 
+-		s = g_strdup_printf ("--device=\"%s\"", address);
++		s = g_strdup_printf ("--device=%s", address);
+ 		g_ptr_array_add (a, s);
+ 	}
+ 	if (address != NULL && alias != NULL) {
+ 		char *s;
+ 
+-		s = g_strdup_printf ("--name=\"%s\"", alias);
++		s = g_strdup_printf ("--name=%s", alias);
+ 		g_ptr_array_add (a, s);
+ 	}
+ 	g_ptr_array_add (a, NULL);
+--
+cgit 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b5fc86e
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+00-fix-for-extra-quotes.patch
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..91412fb
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,19 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+LDFLAGS=$(shell echo $$LDFLAGS | sed -e 's/-Wl,-Bsymbolic-functions//')
+export LDFLAGS
+
+DEB_DH_INSTALL_ARGS += --list-missing
+
+DEB_CONFIGURE_EXTRA_FLAGS := --disable-scrollkeeper \
+				--disable-desktop-update \
+				--disable-icon-update \
+				--disable-introspection
+
+DEB_CONFIGURE_SCRIPT := ./autogen.sh
+
+get-orig-source:
+	uscan --noconf --force-download --rename --download-current-version --destdir=..
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..f725785
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.*\/mate-bluetooth-?([\d\.-]+)\.tar\.gz/mate-bluetooth-$1.tar.gz/ \
+https://github.com/mate-desktop/mate-bluetooth/tags .*/archive/mate-bluetooth-?([\d\.]+).tar.gz

-- 
mate-bluetooth Debian package



More information about the pkg-mate-commits mailing list