r22809 - in /desktop/unstable/gnome-bluetooth/debian: changelog control control.in

and at users.alioth.debian.org and at users.alioth.debian.org
Fri Jan 15 13:50:51 UTC 2010


Author: and
Date: Fri Jan 15 13:50:45 2010
New Revision: 22809

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22809
Log:
* debian/control.in:
  - recommends on obexd-server removed, g-bluetooth doesnt
    use its interface and that was causing a lot of features
    not working correctly. The package we need is actually 
    obex-data-server, re-adding it back as a strong dependency.

Modified:
    desktop/unstable/gnome-bluetooth/debian/changelog
    desktop/unstable/gnome-bluetooth/debian/control
    desktop/unstable/gnome-bluetooth/debian/control.in

Modified: desktop/unstable/gnome-bluetooth/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/changelog?rev=22809&op=diff
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-bluetooth/debian/changelog [utf-8] Fri Jan 15 13:50:45 2010
@@ -1,3 +1,13 @@
+gnome-bluetooth (2.28.6-2) unstable; urgency=low
+
+  * debian/control.in:
+    - recommends on obexd-server removed, g-bluetooth doesnt
+      use its interface and that was causing a lot of features
+      not working correctly. The package we need is actually 
+      obex-data-server, re-adding it back as a strong dependency.
+
+ -- Andrea Veri <and at debian.org>  Fri, 15 Jan 2010 14:47:06 +0100
+
 gnome-bluetooth (2.28.6-1) unstable; urgency=low
 
   * New upstream bug fix release.

Modified: desktop/unstable/gnome-bluetooth/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/control?rev=22809&op=diff
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-bluetooth/debian/control [utf-8] Fri Jan 15 13:50:45 2010
@@ -8,7 +8,6 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Andrea Veri <and at debian.org>, Josselin Mouette <joss at debian.org>, Oystein Gisnas <oystein at gisnas.net>
-DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 5),
                cdbs,
                gnome-pkg-tools,
@@ -35,9 +34,9 @@
          bluez (>= 4.36),
          obexd-client,
          udev (>= 146),
-         consolekit
-Recommends: gvfs-backends,
-            obexd-server
+         consolekit,
+         obex-data-server
+Recommends: gvfs-backends
 Suggests: nautilus-sendto, gnome-user-share
 Conflicts: bluez-gnome
 Architecture: any

Modified: desktop/unstable/gnome-bluetooth/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/control.in?rev=22809&op=diff
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-bluetooth/debian/control.in [utf-8] Fri Jan 15 13:50:45 2010
@@ -29,9 +29,9 @@
          bluez (>= 4.36),
          obexd-client,
          udev (>= 146),
-         consolekit
-Recommends: gvfs-backends,
-            obexd-server
+         consolekit,
+         obex-data-server
+Recommends: gvfs-backends
 Suggests: nautilus-sendto, gnome-user-share
 Conflicts: bluez-gnome
 Architecture: any




More information about the pkg-gnome-commits mailing list