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

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu May 28 00:16:32 UTC 2015


Author: biebl
Date: Thu May 28 00:16:31 2015
New Revision: 44798

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=44798
Log:
Wrap dependencies.

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=44798&op=diff
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-bluetooth/debian/changelog	[utf-8] Thu May 28 00:16:31 2015
@@ -2,6 +2,7 @@
 
   * New upstream release.
   * Drop obsolete Breaks/Replaces from pre-wheezy.
+  * Wrap dependencies.
 
  -- Michael Biebl <biebl at debian.org>  Thu, 28 May 2015 01:55:42 +0200
 

Modified: desktop/unstable/gnome-bluetooth/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/control?rev=44798&op=diff
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-bluetooth/debian/control	[utf-8] Thu May 28 00:16:31 2015
@@ -46,7 +46,8 @@
 
 Package: libgnome-bluetooth13
 Section: libs
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
 Architecture: linux-any
 Description: GNOME Bluetooth tools - support library
  This package contains tools for managing and manipulating Bluetooth
@@ -57,8 +58,8 @@
 Package: libgnome-bluetooth-dev
 Section: libdevel
 Depends: gir1.2-gnomebluetooth-1.0 (= ${binary:Version}),
+         libgnome-bluetooth13 (= ${binary:Version}),
          libglib2.0-dev,
-         libgnome-bluetooth13 (= ${binary:Version}),
          libgtk-3-dev,
          libudev-dev,
          ${misc:Depends}
@@ -76,8 +77,11 @@
 Package: gir1.2-gnomebluetooth-1.0
 Section: introspection
 Architecture: linux-any
-Depends: ${gir:Depends}, ${misc:Depends}, ${shlibs:Depends}
-Breaks: gnome-bluetooth (<< 3.8), gnome-shell (<< 3.4.2-9)
+Depends: ${gir:Depends},
+         ${misc:Depends},
+         ${shlibs:Depends}
+Breaks: gnome-bluetooth (<< 3.8),
+        gnome-shell (<< 3.4.2-9)
 Description: Introspection data for GnomeBluetooth
  This package contains tools for managing and manipulating Bluetooth
  devices using the GNOME desktop.

Modified: desktop/unstable/gnome-bluetooth/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/control.in?rev=44798&op=diff
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-bluetooth/debian/control.in	[utf-8] Thu May 28 00:16:31 2015
@@ -42,7 +42,8 @@
 
 Package: libgnome-bluetooth13
 Section: libs
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
 Architecture: linux-any
 Description: GNOME Bluetooth tools - support library
  This package contains tools for managing and manipulating Bluetooth
@@ -53,8 +54,8 @@
 Package: libgnome-bluetooth-dev
 Section: libdevel
 Depends: gir1.2-gnomebluetooth-1.0 (= ${binary:Version}),
+         libgnome-bluetooth13 (= ${binary:Version}),
          libglib2.0-dev,
-         libgnome-bluetooth13 (= ${binary:Version}),
          libgtk-3-dev,
          libudev-dev,
          ${misc:Depends}
@@ -72,8 +73,11 @@
 Package: gir1.2-gnomebluetooth-1.0
 Section: introspection
 Architecture: linux-any
-Depends: ${gir:Depends}, ${misc:Depends}, ${shlibs:Depends}
-Breaks: gnome-bluetooth (<< 3.8), gnome-shell (<< 3.4.2-9)
+Depends: ${gir:Depends},
+         ${misc:Depends},
+         ${shlibs:Depends}
+Breaks: gnome-bluetooth (<< 3.8),
+        gnome-shell (<< 3.4.2-9)
 Description: Introspection data for GnomeBluetooth
  This package contains tools for managing and manipulating Bluetooth
  devices using the GNOME desktop.




More information about the pkg-gnome-commits mailing list