[Pkg-bluetooth-commits] r1127 - in /packages/bluez/trunk/debian: changelog libbluetooth-dev.install rules

iwamatsu at users.alioth.debian.org iwamatsu at users.alioth.debian.org
Sat Sep 17 22:53:47 UTC 2011


Author: iwamatsu
Date: Sat Sep 17 22:53:46 2011
New Revision: 1127

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=1127
Log:
Add support static library of libbluetooth-dev.

Modified:
    packages/bluez/trunk/debian/changelog
    packages/bluez/trunk/debian/libbluetooth-dev.install
    packages/bluez/trunk/debian/rules

Modified: packages/bluez/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/changelog?rev=1127&op=diff
==============================================================================
--- packages/bluez/trunk/debian/changelog (original)
+++ packages/bluez/trunk/debian/changelog Sat Sep 17 22:53:46 2011
@@ -1,3 +1,10 @@
+bluez (4.96-2) unstable; urgency=low
+
+  * Add support static library of libbluetooth-dev. (Closes: #558742)
+    Don't include static library in bluez-alsa and bluez-gstreamer.
+
+ -- Nobuhiro Iwamatsu <iwamatsu at debian.org>  Sun, 18 Sep 2011 07:50:05 +0900
+
 bluez (4.96-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/bluez/trunk/debian/libbluetooth-dev.install
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/libbluetooth-dev.install?rev=1127&op=diff
==============================================================================
--- packages/bluez/trunk/debian/libbluetooth-dev.install (original)
+++ packages/bluez/trunk/debian/libbluetooth-dev.install Sat Sep 17 22:53:46 2011
@@ -1,3 +1,4 @@
 usr/include/bluetooth
+usr/lib/*/libbluetooth.a
 usr/lib/*/libbluetooth.so
 usr/lib/*/pkgconfig

Modified: packages/bluez/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/rules?rev=1127&op=diff
==============================================================================
--- packages/bluez/trunk/debian/rules (original)
+++ packages/bluez/trunk/debian/rules Sat Sep 17 22:53:46 2011
@@ -13,6 +13,7 @@
 DEB_DH_INSTALLINIT_ARGS = "--name=bluetooth"
 DEB_CONFIGURE_EXTRA_FLAGS := LDFLAGS=-Wl,--as-needed \
                              --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
+                             --enable-static \
                              --enable-health \
                              --enable-attrib \
                              --enable-gstreamer \




More information about the Pkg-bluetooth-commits mailing list