[Pkg-bluetooth-commits] r817 - in /packages/bluez/trunk/debian: README.examples bluez.examples changelog control rules

filippo at users.alioth.debian.org filippo at users.alioth.debian.org
Mon May 25 12:37:16 UTC 2009


Author: filippo
Date: Mon May 25 12:37:15 2009
New Revision: 817

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=817
Log:
Ship more examples from test/, thus suggest: python-gobject and
python-dbus together with README.examples

Added:
    packages/bluez/trunk/debian/README.examples
Modified:
    packages/bluez/trunk/debian/bluez.examples
    packages/bluez/trunk/debian/changelog
    packages/bluez/trunk/debian/control
    packages/bluez/trunk/debian/rules

Added: packages/bluez/trunk/debian/README.examples
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/README.examples?rev=817&op=file
==============================================================================
--- packages/bluez/trunk/debian/README.examples (added)
+++ packages/bluez/trunk/debian/README.examples Mon May 25 12:37:15 2009
@@ -1,0 +1,2 @@
+These examples are from the test/ directory of bluez distribution, you'll need
+python-gobject and python-dbus to run some of them.

Modified: packages/bluez/trunk/debian/bluez.examples
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/bluez.examples?rev=817&op=diff
==============================================================================
--- packages/bluez/trunk/debian/bluez.examples (original)
+++ packages/bluez/trunk/debian/bluez.examples Mon May 25 12:37:15 2009
@@ -1,2 +1,4 @@
 test/simple-agent
 test/list-devices
+test/monitor-bluetooth
+test/test-*

Modified: packages/bluez/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/changelog?rev=817&op=diff
==============================================================================
--- packages/bluez/trunk/debian/changelog (original)
+++ packages/bluez/trunk/debian/changelog Mon May 25 12:37:15 2009
@@ -1,8 +1,10 @@
 bluez (4.40-2) UNRELEASED; urgency=low
 
   * Ship a libbluetooth3.symbols file instead of shlibs
-
- -- Filippo Giunchedi <filippo at debian.org>  Sun, 24 May 2009 21:57:00 +0200
+  * Ship more examples from test/, thus suggest: python-gobject and
+    python-dbus together with README.examples
+
+ -- Filippo Giunchedi <filippo at debian.org>  Mon, 25 May 2009 14:36:49 +0200
 
 bluez (4.40-1) unstable; urgency=low
 

Modified: packages/bluez/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/control?rev=817&op=diff
==============================================================================
--- packages/bluez/trunk/debian/control (original)
+++ packages/bluez/trunk/debian/control Mon May 25 12:37:15 2009
@@ -61,6 +61,7 @@
 Depends: ${shlibs:Depends}, module-init-tools, makedev | udev, lsb-base, dbus, ${misc:Depends}
 Replaces: bluez-input, bluez-network, bluez-audio, bluez-serial, bluez-utils (<=4.9)
 Conflicts: bluez-utils (<= 3.36-3)
+Suggests: python-gobject, python-dbus
 Description: Bluetooth tools and daemons
  This package contains tools and system daemons for using Bluetooth devices.
  .

Modified: packages/bluez/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/rules?rev=817&op=diff
==============================================================================
--- packages/bluez/trunk/debian/rules (original)
+++ packages/bluez/trunk/debian/rules Mon May 25 12:37:15 2009
@@ -32,16 +32,16 @@
 	install -D -m 0644 $(CURDIR)/debian/bluetooth.override $(CURDIR)/debian/bluetooth/usr/share/lintian/overrides/bluetooth
 
 install/bluez::
+	# conf files
 	install -D -m 0644 $(CURDIR)/input/input.conf $(CURDIR)/debian/bluez/etc/bluetooth/input.conf
 	install -D -m 0644 $(CURDIR)/audio/audio.conf $(CURDIR)/debian/bluez/etc/bluetooth/audio.conf
 	install -D -m 0644 $(CURDIR)/network/network.conf $(CURDIR)/debian/bluez/etc/bluetooth/network.conf
-	#install -D -m 0755 $(CURDIR)/scripts/hid2hci.pm-utils $(CURDIR)/debian/bluez/usr/lib/pm-utils/sleep.d/48hid2hci
+	
+	# misc
 	install -D -m 0644 $(CURDIR)/scripts/bluetooth-hid2hci.rules $(CURDIR)/debian/bluez/lib/udev/rules.d/62-bluez-hid2hci.rules
-
-	mv $(DEB_DESTDIR)/usr/share/man/man1/l2ping.1 \
-	   $(DEB_DESTDIR)/usr/share/man/man8/l2ping.8
-
 	install -D -m 0755 $(CURDIR)/test/agent $(CURDIR)/debian/bluez/usr/bin/bluetooth-agent
+	install -D -m 0644 $(CURDIR)/debian/README.examples $(CURDIR)/debian/bluez/usr/share/doc/bluez/examples/README
+	mv $(DEB_DESTDIR)/usr/share/man/man1/l2ping.1 $(DEB_DESTDIR)/usr/share/man/man8/l2ping.8
 
 install/bluez-utils::
 	install -D -m 0644 $(CURDIR)/debian/bluez-utils.override $(CURDIR)/debian/bluez-utils/usr/share/lintian/overrides/bluez-utils




More information about the Pkg-bluetooth-commits mailing list