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

filippo at users.alioth.debian.org filippo at users.alioth.debian.org
Sun Jun 7 12:32:24 UTC 2009


Author: filippo
Date: Sun Jun  7 12:32:22 2009
New Revision: 844

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=844
Log:
Make bluez-{alsa,gstreamer} depend on bluez

Modified:
    packages/bluez/trunk/debian/changelog
    packages/bluez/trunk/debian/control

Modified: packages/bluez/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/changelog?rev=844&op=diff
==============================================================================
--- packages/bluez/trunk/debian/changelog (original)
+++ packages/bluez/trunk/debian/changelog Sun Jun  7 12:32:22 2009
@@ -3,8 +3,9 @@
   * Provide transitional bluez-audio to migrate to bluez-alsa and
     bluez-gstreamer (Closes: #531449)
   * Install README.Debian in binary bluez (Closes: #532018)
-
- -- Filippo Giunchedi <filippo at debian.org>  Sat, 06 Jun 2009 09:01:35 +0200
+  * Make bluez-{alsa,gstreamer} depend on bluez
+
+ -- Filippo Giunchedi <filippo at debian.org>  Sun, 07 Jun 2009 14:31:36 +0200
 
 bluez (4.40-2) unstable; urgency=low
 

Modified: packages/bluez/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/control?rev=844&op=diff
==============================================================================
--- packages/bluez/trunk/debian/control (original)
+++ packages/bluez/trunk/debian/control Sun Jun  7 12:32:22 2009
@@ -49,9 +49,7 @@
 Package: bluetooth
 Architecture: all
 Depends: bluez
-Recommends: bluez-alsa,
-            bluez-cups,
-            bluez-gstreamer,
+Recommends: bluez-alsa, bluez-cups, bluez-gstreamer
 Description: Bluetooth support
  This package provides all of the different plugins supported
  by the Bluez bluetooth stack.
@@ -59,7 +57,7 @@
 Package: bluez
 Architecture: any
 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)
+Replaces: bluez-input, bluez-network, bluez-serial, bluez-utils (<=4.9)
 Conflicts: bluez-utils (<= 3.36-3)
 Suggests: python-gobject, python-dbus
 Description: Bluetooth tools and daemons
@@ -71,8 +69,8 @@
 Package: bluez-alsa
 Replaces: bluez-audio
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Bluetooth audio support
+Depends: ${shlibs:Depends}, ${misc:Depends}, bluez
+Description: Bluetooth ALSA support
  This package contains a driver operate with the ALSA stack.
  .
  BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
@@ -80,7 +78,7 @@
 
 Package: bluez-gstreamer
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, bluez
 Replaces: bluez-audio
 Description: Bluetooth GStreamer support
  This package contains a plugin to operate with GStreamer applications.




More information about the Pkg-bluetooth-commits mailing list