[Pkg-bluetooth-commits] r812 - in /packages/gnome-bluetooth/trunk/debian: changelog control libgnome-bluetooth2.shlibs libgnome-bluetooth2.symbols rules

filippo at users.alioth.debian.org filippo at users.alioth.debian.org
Sun May 24 19:46:17 UTC 2009


Author: filippo
Date: Sun May 24 19:46:16 2009
New Revision: 812

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=812
Log:
* New upstream version (Closes: #530396)
  + actually a fork of bluez-gnome, conflict/replace accordingly
* Ship a .symbols file, thanks Sjoerd Simons
* Add chrpath to build-depends and explictely strip RPATH
* Upgrade to S-V 3.8.1, no changes needed

Added:
    packages/gnome-bluetooth/trunk/debian/libgnome-bluetooth2.symbols
      - copied, changed from r810, packages/gnome-bluetooth/trunk/debian/libgnome-bluetooth2.shlibs
Removed:
    packages/gnome-bluetooth/trunk/debian/libgnome-bluetooth2.shlibs
Modified:
    packages/gnome-bluetooth/trunk/debian/changelog
    packages/gnome-bluetooth/trunk/debian/control
    packages/gnome-bluetooth/trunk/debian/rules

Modified: packages/gnome-bluetooth/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/gnome-bluetooth/trunk/debian/changelog?rev=812&op=diff
==============================================================================
--- packages/gnome-bluetooth/trunk/debian/changelog (original)
+++ packages/gnome-bluetooth/trunk/debian/changelog Sun May 24 19:46:16 2009
@@ -1,8 +1,12 @@
 gnome-bluetooth (2.27.5-1) unstable; urgency=low
 
-  * New upstream version, this is actually a fork of bluez-gnome
+  * New upstream version (Closes: #530396)
+    + actually a fork of bluez-gnome, conflict/replace accordingly
+  * Ship a .symbols file, thanks Sjoerd Simons
+  * Add chrpath to build-depends and explictely strip RPATH
+  * Upgrade to S-V 3.8.1, no changes needed
 
- -- Filippo Giunchedi <filippo at debian.org>  Sun, 24 May 2009 15:54:51 +0200
+ -- Filippo Giunchedi <filippo at debian.org>  Sun, 24 May 2009 21:42:09 +0200
 
 gnome-bluetooth (0.9.1-1) unstable; urgency=low
 

Modified: packages/gnome-bluetooth/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/gnome-bluetooth/trunk/debian/control?rev=812&op=diff
==============================================================================
--- packages/gnome-bluetooth/trunk/debian/control (original)
+++ packages/gnome-bluetooth/trunk/debian/control Sun May 24 19:46:16 2009
@@ -2,7 +2,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Debian Bluetooth Maintainers <pkg-bluetooth-maintainers at lists.alioth.debian.org> 
-Uploaders: Filippo Giunchedi <filippo at esaurito.net>
+Uploaders: Filippo Giunchedi <filippo at debian.org>
 Build-Depends: debhelper (>= 5),
                cdbs,
                libunique-dev,
@@ -16,8 +16,9 @@
                libxml2-utils,
                gconf2,
                gtk-doc-tools,
-               gnome-doc-utils (>= 0.3.2)
-Standards-Version: 3.7.2
+               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

Copied: packages/gnome-bluetooth/trunk/debian/libgnome-bluetooth2.symbols (from r810, packages/gnome-bluetooth/trunk/debian/libgnome-bluetooth2.shlibs)
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/gnome-bluetooth/trunk/debian/libgnome-bluetooth2.symbols?rev=812&op=diff
==============================================================================
--- packages/gnome-bluetooth/trunk/debian/libgnome-bluetooth2.shlibs (original)
+++ packages/gnome-bluetooth/trunk/debian/libgnome-bluetooth2.symbols Sun May 24 19:46:16 2009
@@ -1,1 +1,34 @@
-libgnome-bluetooth 2 libgnome-bluetooth2 (>= 2)
+libgnome-bluetooth.so.2 libgnome-bluetooth2 #MINVER#
+ bluetooth_chooser_button_available at Base 2.27.5
+ bluetooth_chooser_button_get_type at Base 2.27.5
+ bluetooth_chooser_button_new at Base 2.27.5
+ bluetooth_chooser_get_selected_device at Base 2.27.5
+ bluetooth_chooser_get_selected_device_icon at Base 2.27.5
+ bluetooth_chooser_get_selected_device_is_connected at Base 2.27.5
+ bluetooth_chooser_get_selected_device_name at Base 2.27.5
+ bluetooth_chooser_get_selected_device_type at Base 2.27.5
+ bluetooth_chooser_get_type at Base 2.27.5
+ bluetooth_chooser_new at Base 2.27.5
+ bluetooth_chooser_set_title at Base 2.27.5
+ bluetooth_chooser_start_discovery at Base 2.27.5
+ bluetooth_client_connect_service at Base 2.27.5
+ bluetooth_client_create_device at Base 2.27.5
+ bluetooth_client_disconnect_service at Base 2.27.5
+ bluetooth_client_get_adapter_model at Base 2.27.5
+ bluetooth_client_get_default_adapter at Base 2.27.5
+ bluetooth_client_get_device_filter_model at Base 2.27.5
+ bluetooth_client_get_device_model at Base 2.27.5
+ bluetooth_client_get_filter_model at Base 2.27.5
+ bluetooth_client_get_model at Base 2.27.5
+ bluetooth_client_get_type at Base 2.27.5
+ bluetooth_client_new at Base 2.27.5
+ bluetooth_client_set_trusted at Base 2.27.5
+ bluetooth_client_start_discovery at Base 2.27.5
+ bluetooth_client_stop_discovery at Base 2.27.5
+ bluetooth_type_to_string at Base 2.27.5
+ bluetooth_verify_address at Base 2.27.5
+ marshal_VOID__STRING_BOXED at Base 2.27.5
+ marshal_VOID__STRING_STRING at Base 2.27.5
+ marshal_VOID__STRING_STRING_STRING at Base 2.27.5
+ marshal_VOID__STRING_STRING_UINT64 at Base 2.27.5
+ marshal_VOID__UINT64 at Base 2.27.5

Modified: packages/gnome-bluetooth/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/gnome-bluetooth/trunk/debian/rules?rev=812&op=diff
==============================================================================
--- packages/gnome-bluetooth/trunk/debian/rules (original)
+++ packages/gnome-bluetooth/trunk/debian/rules Sun May 24 19:46:16 2009
@@ -6,3 +6,9 @@
 include /usr/share/cdbs/1/class/autotools.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS := --disable-scrollkeeper
+
+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




More information about the Pkg-bluetooth-commits mailing list