--- gnome-bluetooth-2.27.5.orig/debian/rules +++ gnome-bluetooth-2.27.5/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f +include /usr/share/cdbs/1/rules/buildcore.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/autotools.mk + +DEB_CONFIGURE_EXTRA_FLAGS := --disable-scrollkeeper --disable-desktop-update --disable-schemas-install + +common-install-arch:: + chrpath --delete $(CURDIR)/debian/tmp/usr/bin/bluetooth-applet \ + $(CURDIR)/debian/tmp/usr/bin/bluetooth-properties \ + $(CURDIR)/debian/tmp/usr/bin/bluetooth-sendto \ + $(CURDIR)/debian/tmp/usr/bin/bluetooth-wizard --- gnome-bluetooth-2.27.5.orig/debian/libgnome-bluetooth2.symbols +++ gnome-bluetooth-2.27.5/debian/libgnome-bluetooth2.symbols @@ -0,0 +1,34 @@ +libgnome-bluetooth.so.2 libgnome-bluetooth2 #MINVER# + bluetooth_chooser_button_available@Base 2.27.5 + bluetooth_chooser_button_get_type@Base 2.27.5 + bluetooth_chooser_button_new@Base 2.27.5 + bluetooth_chooser_get_selected_device@Base 2.27.5 + bluetooth_chooser_get_selected_device_icon@Base 2.27.5 + bluetooth_chooser_get_selected_device_is_connected@Base 2.27.5 + bluetooth_chooser_get_selected_device_name@Base 2.27.5 + bluetooth_chooser_get_selected_device_type@Base 2.27.5 + bluetooth_chooser_get_type@Base 2.27.5 + bluetooth_chooser_new@Base 2.27.5 + bluetooth_chooser_set_title@Base 2.27.5 + bluetooth_chooser_start_discovery@Base 2.27.5 + bluetooth_client_connect_service@Base 2.27.5 + bluetooth_client_create_device@Base 2.27.5 + bluetooth_client_disconnect_service@Base 2.27.5 + bluetooth_client_get_adapter_model@Base 2.27.5 + bluetooth_client_get_default_adapter@Base 2.27.5 + bluetooth_client_get_device_filter_model@Base 2.27.5 + bluetooth_client_get_device_model@Base 2.27.5 + bluetooth_client_get_filter_model@Base 2.27.5 + bluetooth_client_get_model@Base 2.27.5 + bluetooth_client_get_type@Base 2.27.5 + bluetooth_client_new@Base 2.27.5 + bluetooth_client_set_trusted@Base 2.27.5 + bluetooth_client_start_discovery@Base 2.27.5 + bluetooth_client_stop_discovery@Base 2.27.5 + bluetooth_type_to_string@Base 2.27.5 + bluetooth_verify_address@Base 2.27.5 + marshal_VOID__STRING_BOXED@Base 2.27.5 + marshal_VOID__STRING_STRING@Base 2.27.5 + marshal_VOID__STRING_STRING_STRING@Base 2.27.5 + marshal_VOID__STRING_STRING_UINT64@Base 2.27.5 + marshal_VOID__UINT64@Base 2.27.5 --- gnome-bluetooth-2.27.5.orig/debian/changelog +++ gnome-bluetooth-2.27.5/debian/changelog @@ -0,0 +1,165 @@ +gnome-bluetooth (2.27.5-1) unstable; urgency=low + + * New upstream version (Closes: #530396) + + actually a fork of bluez-gnome, conflict accordingly + + revisit debian/copyright + * Ship a .symbols file for libgnome-bluetooth, thanks Sjoerd Simons + * Add chrpath to build-depends and explictely strip RPATH + * Upgrade to S-V 3.8.1, no changes needed + + -- Filippo Giunchedi Sun, 24 May 2009 21:42:09 +0200 + +gnome-bluetooth (0.9.1-1) unstable; urgency=low + + * New upstream release, bump libgnomeui-dev dep to >= 2.14 + * libbluetooth2-dev -> libbluetooth-dev transition + * first upload to unstable (Closes: #253735) + + -- Filippo Giunchedi Tue, 24 Jul 2007 16:32:57 +0200 + +gnome-bluetooth (0.8.0-1) UNRELEASED; urgency=low + + * New upstream release + * Add Bastien Nocera as author. [debian/copyright] + * Bump debhelper comp. level to 5. [debian/compat, debian/control] + * Update build-depends according to configure.in. [debian/control] + * Bump Standards-Version to 3.7.2. No changes needed. [debian/control] + * Change libbtctl2-dev dep version to binary:Source to reobtain binNMU + compatibility. [debian/control] + * Drop .la files. [debian/libgnomebt0-dev.install] + * Move icon to Utilities menu. [debian/patches/10_desktop-file.patch] + * Add watch file. [debian/watch] + * Change to synchronous rescan [debian/patches/20_rescan.patch] + * Fix typo in nb translation. [30_nb-translation-typo.patch] + * Add man pages + * Fix typo in package description + + -- Oystein Gisnas Sat, 24 Feb 2007 22:39:57 +0100 + +gnome-bluetooth (0.7.0-1) unstable; urgency=low + + * New upstream release + + -- Filippo Giunchedi Fri, 2 Dec 2005 21:20:23 +0100 + +gnome-bluetooth (0.6.0-1) unstable; urgency=low + + * New Upstream release + + -- Filippo Giunchedi Fri, 2 Dec 2005 19:33:47 +0100 + +gnome-bluetooth (0.6.0+cvs2005.09.09-2) unstable; urgency=low + + * build-dep on python-dev and not python2.3-dev + + -- Filippo Giunchedi Sun, 13 Nov 2005 16:29:14 +0100 + +gnome-bluetooth (0.6.0+cvs2005.09.09-1) unstable; urgency=low + + * first upload to debian, imported from ubuntu (Closes: #253735) + * revert back to python2.3 + + -- Filippo Giunchedi Tue, 1 Nov 2005 18:23:17 +0100 + +gnome-bluetooth (0.6.0+cvs2005.09.09-0ubuntu1) breezy; urgency=low + + * CVS fixes: + - src/fileactiondialog.gob: don't use uri after it was freed, make + sure that a URI was created before using it + - src/gnomebt-fileactiondialog-test.c: (main): check that the + files exist before running the tests + - src/controller.gob: fix 2 memory leaks, gconf_client_get_string + already returns a newly-allocated string + - src/permissiondialog.gob: fix a double-free + * fixes Malone #2406. + + -- Daniel Holbach Tue, 20 Sep 2005 19:36:24 +0200 + +gnome-bluetooth (0.6.0-0ubuntu1) breezy; urgency=low + + * New upstream release: + - gnome-obex-server: Now preserves timestamps of reserved files + (Tumoas Salo). + - Save received files to the path specified in the + /apps/gnome-obex-server/savedir GConf key + - Remove the nautilus extension, sending files over Bluetooth + devices is now handled though nautilus-sendto (Bastien Nocera) + - Make gnome-bluetooth-manager run with newer PyGTK (Olav Vitters, + Harald Hoyer) + - Make dialogues comply better with the HIG (Bastien Nocera) + - Add a test program for the spinner widget (Bastien Nocera) + - Build fixes (Bastien Nocera) + - Updated translations. + * debian/control: + - Bumped Standards-Version. + - Adjusted Build-Depends according to configure.in + * debian/patches/01_gnome-ui-appbar-fix.patch: + - dropped. + + -- Daniel Holbach Fri, 9 Sep 2005 17:12:18 +0200 + +gnome-bluetooth (0.5.1-1ubuntu7) hoary; urgency=low + + * Rebuilt, because of libhowl0 moving out. + + -- Daniel Holbach Thu, 10 Mar 2005 13:55:24 +0100 + +gnome-bluetooth (0.5.1-1ubuntu6) hoary; urgency=low + + * debian/patches/01_gnome-ui-appbar-fix.patch: + - gtk.Statusbar() fix thanks very much to Trent Lloyd. + * debian/control: + - Build-Depend on librsvg2-dev, python2.4-dev. Migrate all to python2.4. + + -- Jeff Waugh Mon, 24 Jan 2005 19:11:43 +1100 + +gnome-bluetooth (0.5.1-1ubuntu5) hoary; urgency=low + + * debian/control: + - Build-Depends typo. + + -- Jeff Waugh Thu, 2 Dec 2004 21:51:04 +1100 + +gnome-bluetooth (0.5.1-1ubuntu4) hoary; urgency=low + + * debian/control: + - Eugh, Build-Depends. + + -- Jeff Waugh Thu, 2 Dec 2004 15:05:29 +1100 + +gnome-bluetooth (0.5.1-1ubuntu3) hoary; urgency=low + + * debian/control: + - Build-Depend on intltool + + -- Jeff Waugh Thu, 2 Dec 2004 14:12:48 +1100 + +gnome-bluetooth (0.5.1-1ubuntu2) hoary; urgency=low + + * Upload to Ubuntu + + -- Jeff Waugh Wed, 1 Dec 2004 18:47:26 +1100 + +gnome-bluetooth (0.5.1-1) unstable; urgency=low + + * New upstream release. + + -- Edd Dumbill Fri, 18 Jun 2004 20:13:52 +0100 + +gnome-bluetooth (0.5-3) unstable; urgency=low + + * Add more missing dependencies for gnome-bluetooth (gtk2, glade2, gnome2). + + -- Edd Dumbill Sat, 12 Jun 2004 02:54:48 +0100 + +gnome-bluetooth (0.5-2) unstable; urgency=low + + * Add missing dependency on python2.3-libbtctl. + + -- Edd Dumbill Fri, 11 Jun 2004 15:22:36 +0100 + +gnome-bluetooth (0.5-1) unstable; urgency=low + + * Initial packaging. + + -- Edd Dumbill Thu, 10 Jun 2004 11:07:33 +0100 --- gnome-bluetooth-2.27.5.orig/debian/libgnome-bluetooth-dev.install +++ gnome-bluetooth-2.27.5/debian/libgnome-bluetooth-dev.install @@ -0,0 +1,5 @@ +debian/tmp/usr/include/* +debian/tmp/usr/lib/lib*.so +debian/tmp/usr/lib/*.la +debian/tmp/usr/lib/pkgconfig/* +debian/tmp/usr/share/gtk-doc/html/gnome-bluetooth/* --- gnome-bluetooth-2.27.5.orig/debian/gnome-bluetooth.install +++ gnome-bluetooth-2.27.5/debian/gnome-bluetooth.install @@ -0,0 +1,9 @@ +debian/tmp/etc +debian/tmp/usr/share/gnome/help +debian/tmp/usr/share/locale +debian/tmp/usr/share/man/man1 +debian/tmp/usr/share/applications +debian/tmp/usr/share/omf +debian/tmp/usr/share/icons +debian/tmp/usr/share/gnome-bluetooth +debian/tmp/usr/bin --- gnome-bluetooth-2.27.5.orig/debian/control +++ gnome-bluetooth-2.27.5/debian/control @@ -0,0 +1,64 @@ +Source: gnome-bluetooth +Section: gnome +Priority: optional +Maintainer: Debian Bluetooth Maintainers +Uploaders: Filippo Giunchedi +Build-Depends: debhelper (>= 5), + cdbs, + libunique-dev, + libnotify-dev (>= 0.4.3), + libglib2.0-dev, + libgtk2.0-dev (>= 2.15.0), + libgconf2-dev, + libdbus-glib-1-dev (>= 0.73), + libhal-dev (>= 0.5.8), + intltool (>= 0.35), + libxml2-utils, + gconf2, + gtk-doc-tools, + gnome-doc-utils (>= 0.3.2), + chrpath +Standards-Version: 3.8.1 +Vcs-Svn: svn://svn.debian.org/svn/pkg-bluetooth/packages/gnome-bluetooth +Vcs-Browser: http://svn.debian.org/wsvn/pkg-bluetooth/packages/gnome-bluetooth +Homepage: http://live.gnome.org/GnomeBluetooth + +Package: gnome-bluetooth +Section: gnome +Depends: ${shlibs:Depends}, ${misc:Depends}, obex-data-server (>= 0.4) +Recommends: gvfs-backends +Suggests: nautilus-sendto +Conflicts: bluez-gnome +Architecture: any +Description: GNOME Bluetooth tools + This package contains tools for managing and manipulating Bluetooth + devices using the GNOME 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: libgnome-bluetooth2 +Section: libs +Depends: ${shlibs:Depends}, ${misc:Depends} +Architecture: any +Description: GNOME Bluetooth tools - support library + This package contains tools for managing and manipulating Bluetooth + devices using the GNOME desktop. + . + The libraries included provide support to gnome-bluetooth. + +Package: libgnome-bluetooth-dev +Section: libdevel +Provides: libgnome-bluetooth2-dev +Depends: libgnome-bluetooth2 (= ${binary:Version}), ${misc:Depends} +Suggests: pkg-config +Priority: extra +Architecture: any +Description: GNOME Bluetooth tools - support library development files + This package contains tools for managing and manipulating Bluetooth + devices using the GNOME desktop. + . + The libraries included provide support to gnome-bluetooth. --- gnome-bluetooth-2.27.5.orig/debian/compat +++ gnome-bluetooth-2.27.5/debian/compat @@ -0,0 +1 @@ +5 --- gnome-bluetooth-2.27.5.orig/debian/libgnome-bluetooth2.install +++ gnome-bluetooth-2.27.5/debian/libgnome-bluetooth2.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/lib*.so.* --- gnome-bluetooth-2.27.5.orig/debian/watch +++ gnome-bluetooth-2.27.5/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://ftp.gnome.org/pub/gnome/sources/gnome-bluetooth/([\d\.]+)/gnome-bluetooth-(.*)\.tar\.gz \ + debian uupdate --- gnome-bluetooth-2.27.5.orig/debian/copyright +++ gnome-bluetooth-2.27.5/debian/copyright @@ -0,0 +1,81 @@ +This package was first debianized by Edd Dumbill +on Thu Jun 10 11:14:24 BST 2004. +The new version of gnome-bluetooth was debianized by Filippo Giunchedi + on Sun May 24 17:47:30 CEST 2009 + +It was originally downloaded from http://usefulinc.com/software/gnome-bluetooth/ +Now gnome-bluetooth is a fork of bluez-gnome and can be found at +http://live.gnome.org/GnomeBluetooth + +Upstream Authors: + + Marcel Holtmann + Bastien Nocera + Chris Rivera + Jaap A. Haitsma + Antti Kaijanmäki + Michael Terry + +Copyright: + + wizard/main.c: GPL (v2 or later) + Copyright: 2005-2008 Marcel Holtmann + + wizard/pin.[hc]: GPL (v2 or later) + Copyright: 2009 Bastien Nocera + + applet/test-agentdialog.c: GPL (v2 or later) + Copyright: 2005-2008 Marcel Holtmann + + applet/*: GPL (v2 or later) + Copyright: 2006-2007 Bastien Nocera + 2005-2008 Marcel Holtmann + + common/obex-agent.[hc]: LGPL (v2.1 or later) + Copyright: 2005-2008 Marcel Holtmann + + common/test-agent.c: GPL (v2 or later) + Copyright: 2005-2008 Marcel Holtmann + + common/test-client.c: GPL (v2 or later) + Copyright: 2005-2008 Marcel Holtmann + + common/bluetooth-agent.[ch]: LGPL (v2.1 or later) + Copyright: 2005-2008 Marcel Holtmann + + common/bluetooth-client.[ch]: LGPL (v2.1 or later) + Copyright: 2005-2008 Marcel Holtmann + + common/bluetooth-enums.h: LGPL (v2.1 or later) + Copyright: 2005-2008 Marcel Holtmann + + common/bluetooth-chooser-button.[ch]: LGPL (v2 or later) + Copyright: 2007 Bastien Nocera + + common/bluetooth-chooser.[ch]: LGPL (v2.1 or later) + Copyright: 2006-2007 Bastien Nocera + 2005-2008 Marcel Holtmann + + common/test-deviceselection.c: GPL (v2 or later) + Copyright: 2006-2007 Bastien Nocera + 2005-2008 Marcel Holtmann + + common/bluetooth-killswitch.[ch]: GPL (v2 or later) + Copyright: 2006-2009 Bastien Nocera + 2005-2008 Marcel Holtmann + + properties/gconf-bridge.[ch]: LGPL (v2 or later) + Copyright: 2005 OpenedHand Ltd + + properties/*: GPL (v2 or later) + Copyright: 2006-2007 Bastien Nocera + 2005-2008 Marcel Holtmann + + sendto/main.c: GPL (v2 or later) + Copyright: 2005-2008 Marcel Holtmann + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +On Debian GNU/Linux systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL'.