[Pkg-bluetooth-commits] r1115 - in /packages/bluez/trunk/debian: changelog control rules

iwamatsu at users.alioth.debian.org iwamatsu at users.alioth.debian.org
Mon Aug 22 03:12:35 UTC 2011


Author: iwamatsu
Date: Mon Aug 22 03:12:34 2011
New Revision: 1115

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=1115
Log:
* Add debug packages.
  bluez-dbg and libbluetooth3-dbg.


Modified:
    packages/bluez/trunk/debian/changelog
    packages/bluez/trunk/debian/control
    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=1115&op=diff
==============================================================================
--- packages/bluez/trunk/debian/changelog (original)
+++ packages/bluez/trunk/debian/changelog Mon Aug 22 03:12:34 2011
@@ -1,6 +1,8 @@
 bluez (4.96-1) unstable; urgency=low
 
   * New upstream release.
+  * Add debug packages.
+    bluez-dbg and libbluetooth3-dbg.
   * Update debian/control.
     - Updated Architecture from some architecture to linux-any.
 	  (Closes: #636545)

Modified: packages/bluez/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/control?rev=1115&op=diff
==============================================================================
--- packages/bluez/trunk/debian/control (original)
+++ packages/bluez/trunk/debian/control Mon Aug 22 03:12:34 2011
@@ -37,6 +37,17 @@
  BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
  project distributed under GNU General Public License (GPL).
 
+Package: libbluetooth3-dbg
+Section: debug
+Priority: extra
+Architecture: linux-any
+Depends: ${misc:Depends}, libbluetooth3 (= ${binary:Version})
+Description: Library to use the BlueZ Linux Bluetooth stack with debugging symbols
+ BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
+ project distributed under GNU General Public License (GPL).
+ .
+ This package contains the debugging symbols.
+
 Package: libbluetooth-dev
 Section: libdevel
 Provides: libbluetooth3-dev
@@ -69,6 +80,19 @@
  .
  BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
  project distributed under GNU General Public License (GPL).
+
+Package: bluez-dbg
+Section: debug
+Priority: extra
+Architecture: linux-any
+Depends: ${misc:Depends}, bluez (= ${binary:Version}), libbluetooth3-dbg (= ${binary:Version})
+Description: Bluetooth tools and daemons (with debugging symbols)
+ This package contains tools and system daemons for using Bluetooth devices.
+ .
+ BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
+ project distributed under GNU General Public License (GPL).
+ .
+ This package contains the debugging symbols.
 
 Package: bluez-alsa
 Replaces: bluez-audio

Modified: packages/bluez/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/rules?rev=1115&op=diff
==============================================================================
--- packages/bluez/trunk/debian/rules (original)
+++ packages/bluez/trunk/debian/rules Mon Aug 22 03:12:34 2011
@@ -39,9 +39,11 @@
                              --enable-wiimote \
                              --enable-thermometer \
                              --enable-dbusoob \
-                             --disable-hal 
+                             --disable-hal
 
 DEB_DESTDIR := $(CURDIR)/debian/tmp
+# for debug pakcages
+DEB_DBG_PACKAGES = bluez-dbg libbluetooth3-dbg
 
 TEST_PROGRAM_LIST = simple-agent simple-service test-adapter test-audio test-device \
 	test-discovery test-input test-manager test-network test-serial \




More information about the Pkg-bluetooth-commits mailing list