[Pkg-bluetooth-commits] r979 - in /packages/bluez/trunk/debian: changelog patches/010_udev_rules_agent.patch rules

iwamatsu at users.alioth.debian.org iwamatsu at users.alioth.debian.org
Thu Dec 2 06:28:10 UTC 2010


Author: iwamatsu
Date: Thu Dec  2 06:28:04 2010
New Revision: 979

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=979
Log:
* New upstream release.
* Drop patches/010_udev_rules_agent.patch (Closes: ##588034).
  Connection of bluetooth is cut off after system start, if applied this patch.
  And this patch is not already necessary.
* Update debian/rules
  - Provide again bluetooth-agent utility (Closes: #598982).
  

Removed:
    packages/bluez/trunk/debian/patches/010_udev_rules_agent.patch
Modified:
    packages/bluez/trunk/debian/changelog
    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=979&op=diff
==============================================================================
--- packages/bluez/trunk/debian/changelog (original)
+++ packages/bluez/trunk/debian/changelog Thu Dec  2 06:28:04 2010
@@ -1,8 +1,13 @@
-bluez (4.71-1) unstable; urgency=low
-
-  * New upstream release.
-
- -- Nobuhiro Iwamatsu <iwamatsu at debian.org>  Fri, 10 Sep 2010 12:18:27 +0900
+bluez (4.81-1) experimental; urgency=low
+
+  * New upstream release.
+  * Drop patches/010_udev_rules_agent.patch (Closes: ##588034).
+    Connection of bluetooth is cut off after system start, if applied this patch.
+    And this patch is not already necessary.
+  * Update debian/rules
+    - Provide again bluetooth-agent utility (Closes: #598982).
+
+ -- Nobuhiro Iwamatsu <iwamatsu at debian.org>  Thu, 02 Dec 2010 12:17:48 +0900
 
 bluez (4.70-1) unstable; urgency=low
 

Modified: packages/bluez/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/rules?rev=979&op=diff
==============================================================================
--- packages/bluez/trunk/debian/rules (original)
+++ packages/bluez/trunk/debian/rules Thu Dec  2 06:28:04 2010
@@ -60,8 +60,8 @@
 		$(CURDIR)/debian/bluez/lib/udev/bluez
 
 	# misc
-	# install -D -m 0755 $(CURDIR)/test/agent \
-	# 	$(CURDIR)/debian/bluez/usr/bin/bluetooth-agent
+	install -D -m 0755 $(CURDIR)/test/agent \
+		$(CURDIR)/debian/bluez/usr/bin/bluetooth-agent
 	for d in $(TEST_PROGRAM_LIST) ; do \
 		install -D -m 0755 $(CURDIR)/test/$$d \
 			$(CURDIR)/debian/bluez/usr/bin/bluez-$$d ; \




More information about the Pkg-bluetooth-commits mailing list