r39400 - in /desktop/experimental/gnome-bluetooth/debian: changelog control control.in copyright gnome-bluetooth.install libgnome-bluetooth-dev.install

ah at users.alioth.debian.org ah at users.alioth.debian.org
Thu Aug 29 10:42:43 UTC 2013


Author: ah
Date: Thu Aug 29 10:42:43 2013
New Revision: 39400

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=39400
Log:
* Add build-dependency on autotools-dev to fix outdated config.sub/guess.
* Ran wrap-and-sort

Modified:
    desktop/experimental/gnome-bluetooth/debian/changelog
    desktop/experimental/gnome-bluetooth/debian/control
    desktop/experimental/gnome-bluetooth/debian/control.in
    desktop/experimental/gnome-bluetooth/debian/copyright
    desktop/experimental/gnome-bluetooth/debian/gnome-bluetooth.install
    desktop/experimental/gnome-bluetooth/debian/libgnome-bluetooth-dev.install

Modified: desktop/experimental/gnome-bluetooth/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-bluetooth/debian/changelog?rev=39400&op=diff
==============================================================================
--- desktop/experimental/gnome-bluetooth/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gnome-bluetooth/debian/changelog	[utf-8] Thu Aug 29 10:42:43 2013
@@ -12,6 +12,8 @@
   * gnome-bluetooth was ported to the new BlueZ5 API in the 3.9 series.
     - bump dependency on bluez to >= 5.5
   * Bump Standards-Version to 3.9.4
+  * Add build-dependency on autotools-dev to fix outdated config.sub/guess.
+  * Ran wrap-and-sort
 
  -- Andreas Henriksson <andreas at fatal.se>  Thu, 29 Aug 2013 12:01:27 +0200
 

Modified: desktop/experimental/gnome-bluetooth/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-bluetooth/debian/control?rev=39400&op=diff
==============================================================================
--- desktop/experimental/gnome-bluetooth/debian/control	[utf-8] (original)
+++ desktop/experimental/gnome-bluetooth/debian/control	[utf-8] Thu Aug 29 10:42:43 2013
@@ -8,20 +8,21 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
-Build-Depends: debhelper (>= 8.1.0~),
+Build-Depends: autotools-dev,
                cdbs (>= 0.4.93),
+               debhelper (>= 8.1.0~),
                gnome-common,
                gnome-pkg-tools,
+               gobject-introspection (>= 0.10.2-1~),
+               gtk-doc-tools,
+               intltool (>= 0.40.0),
+               libgirepository1.0-dev (>= 0.9.5),
                libglib2.0-dev (>= 2.36.0),
                libgtk-3-dev (>= 3.0.0),
                libx11-dev,
                libxi-dev,
-               intltool (>= 0.40.0),
                libxml2-utils,
-               gtk-doc-tools,
-               yelp-tools,
-               gobject-introspection (>= 0.10.2-1~),
-               libgirepository1.0-dev (>= 0.9.5)
+               yelp-tools
 Standards-Version: 3.9.4
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-bluetooth
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-bluetooth/
@@ -29,20 +30,19 @@
 
 Package: gnome-bluetooth
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
-         ${gir:Depends},
-         bluez (>= 5.5),
+Depends: bluez (>= 5.5),
+         consolekit,
+         obex-data-server,
          obexd-client,
          udev (>= 154),
-         consolekit,
-         obex-data-server
-Recommends: gvfs-backends,
-            gnome-control-center
+         ${gir:Depends},
+         ${misc:Depends},
+         ${shlibs:Depends}
+Recommends: gnome-control-center, gvfs-backends
 Suggests: gnome-user-share
 Replaces: nautilus-sendto (<< 2.28.4-2)
-Breaks: nautilus-sendto (<< 3.0),
-        gnome-phone-manager (<< 0.67),
+Breaks: gnome-phone-manager (<< 0.67),
+        nautilus-sendto (<< 3.0),
         network-manager-gnome (<< 0.9.0-3)
 Conflicts: bluez-gnome
 Architecture: linux-any
@@ -55,8 +55,7 @@
 
 Package: libgnome-bluetooth12
 Section: libs
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Architecture: linux-any
 Description: GNOME Bluetooth tools - support library
  This package contains tools for managing and manipulating Bluetooth
@@ -66,11 +65,11 @@
 
 Package: libgnome-bluetooth-dev
 Section: libdevel
-Depends: libgnome-bluetooth12 (= ${binary:Version}),
-         gir1.2-gnomebluetooth-1.0 (= ${binary:Version}),
-         ${misc:Depends},
+Depends: gir1.2-gnomebluetooth-1.0 (= ${binary:Version}),
+         libglib2.0-dev,
+         libgnome-bluetooth12 (= ${binary:Version}),
          libgtk-3-dev,
-         libglib2.0-dev
+         ${misc:Depends}
 Suggests: pkg-config
 Priority: extra
 Architecture: linux-any
@@ -85,11 +84,8 @@
 Package: gir1.2-gnomebluetooth-1.0
 Section: introspection
 Architecture: linux-any
-Depends: ${misc:Depends},
-         ${shlibs:Depends},
-         ${gir:Depends}
-Breaks: gnome-shell (<< 3.4.2-9),
-        gnome-bluetooth (<< 3.8)
+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/experimental/gnome-bluetooth/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-bluetooth/debian/control.in?rev=39400&op=diff
==============================================================================
--- desktop/experimental/gnome-bluetooth/debian/control.in	[utf-8] (original)
+++ desktop/experimental/gnome-bluetooth/debian/control.in	[utf-8] Thu Aug 29 10:42:43 2013
@@ -3,20 +3,21 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: debhelper (>= 8.1.0~),
+Build-Depends: autotools-dev,
                cdbs (>= 0.4.93),
+               debhelper (>= 8.1.0~),
                gnome-common,
                gnome-pkg-tools,
+               gobject-introspection (>= 0.10.2-1~),
+               gtk-doc-tools,
+               intltool (>= 0.40.0),
+               libgirepository1.0-dev (>= 0.9.5),
                libglib2.0-dev (>= 2.36.0),
                libgtk-3-dev (>= 3.0.0),
                libx11-dev,
                libxi-dev,
-               intltool (>= 0.40.0),
                libxml2-utils,
-               gtk-doc-tools,
-               yelp-tools,
-               gobject-introspection (>= 0.10.2-1~),
-               libgirepository1.0-dev (>= 0.9.5)
+               yelp-tools
 Standards-Version: 3.9.4
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-bluetooth
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-bluetooth/
@@ -24,20 +25,19 @@
 
 Package: gnome-bluetooth
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
-         ${gir:Depends},
-         bluez (>= 5.5),
+Depends: bluez (>= 5.5),
+         consolekit,
+         obex-data-server,
          obexd-client,
          udev (>= 154),
-         consolekit,
-         obex-data-server
-Recommends: gvfs-backends,
-            gnome-control-center
+         ${gir:Depends},
+         ${misc:Depends},
+         ${shlibs:Depends}
+Recommends: gnome-control-center, gvfs-backends
 Suggests: gnome-user-share
 Replaces: nautilus-sendto (<< 2.28.4-2)
-Breaks: nautilus-sendto (<< 3.0),
-        gnome-phone-manager (<< 0.67),
+Breaks: gnome-phone-manager (<< 0.67),
+        nautilus-sendto (<< 3.0),
         network-manager-gnome (<< 0.9.0-3)
 Conflicts: bluez-gnome
 Architecture: linux-any
@@ -50,8 +50,7 @@
 
 Package: libgnome-bluetooth12
 Section: libs
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Architecture: linux-any
 Description: GNOME Bluetooth tools - support library
  This package contains tools for managing and manipulating Bluetooth
@@ -61,11 +60,11 @@
 
 Package: libgnome-bluetooth-dev
 Section: libdevel
-Depends: libgnome-bluetooth12 (= ${binary:Version}),
-         gir1.2-gnomebluetooth-1.0 (= ${binary:Version}),
-         ${misc:Depends},
+Depends: gir1.2-gnomebluetooth-1.0 (= ${binary:Version}),
+         libglib2.0-dev,
+         libgnome-bluetooth12 (= ${binary:Version}),
          libgtk-3-dev,
-         libglib2.0-dev
+         ${misc:Depends}
 Suggests: pkg-config
 Priority: extra
 Architecture: linux-any
@@ -80,11 +79,8 @@
 Package: gir1.2-gnomebluetooth-1.0
 Section: introspection
 Architecture: linux-any
-Depends: ${misc:Depends},
-         ${shlibs:Depends},
-         ${gir:Depends}
-Breaks: gnome-shell (<< 3.4.2-9),
-        gnome-bluetooth (<< 3.8)
+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/experimental/gnome-bluetooth/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-bluetooth/debian/copyright?rev=39400&op=diff
==============================================================================
--- desktop/experimental/gnome-bluetooth/debian/copyright	[utf-8] (original)
+++ desktop/experimental/gnome-bluetooth/debian/copyright	[utf-8] Thu Aug 29 10:42:43 2013
@@ -18,63 +18,63 @@
 
 Copyright:
 
-    wizard/main.c: GPL (v2 or later) 
+    wizard/main.c: GPL (v2 or later)
       Copyright: 2005-2008 Marcel Holtmann <marcel at holtmann.org>
-    
-    wizard/pin.[hc]: GPL (v2 or later) 
+
+    wizard/pin.[hc]: GPL (v2 or later)
       Copyright: 2009 Bastien Nocera <hadess at hadess.net>
-    
-    applet/test-agentdialog.c: GPL (v2 or later) 
+
+    applet/test-agentdialog.c: GPL (v2 or later)
       Copyright: 2005-2008 Marcel Holtmann <marcel at holtmann.org>
-    
-    applet/*: GPL (v2 or later) 
+
+    applet/*: GPL (v2 or later)
       Copyright: 2006-2007 Bastien Nocera <hadess at hadess.net>
                  2005-2008 Marcel Holtmann <marcel at holtmann.org>
-    
-    common/obex-agent.[hc]: LGPL (v2.1 or later) 
+
+    common/obex-agent.[hc]: LGPL (v2.1 or later)
       Copyright: 2005-2008 Marcel Holtmann <marcel at holtmann.org>
-    
-    common/test-agent.c: GPL (v2 or later) 
+
+    common/test-agent.c: GPL (v2 or later)
       Copyright: 2005-2008 Marcel Holtmann <marcel at holtmann.org>
-    
-    common/test-client.c: GPL (v2 or later) 
+
+    common/test-client.c: GPL (v2 or later)
       Copyright: 2005-2008 Marcel Holtmann <marcel at holtmann.org>
-    
-    common/bluetooth-agent.[ch]: LGPL (v2.1 or later) 
+
+    common/bluetooth-agent.[ch]: LGPL (v2.1 or later)
       Copyright: 2005-2008 Marcel Holtmann <marcel at holtmann.org>
-    
-    common/bluetooth-client.[ch]: LGPL (v2.1 or later) 
+
+    common/bluetooth-client.[ch]: LGPL (v2.1 or later)
       Copyright: 2005-2008 Marcel Holtmann <marcel at holtmann.org>
-    
-    common/bluetooth-enums.h: LGPL (v2.1 or later) 
+
+    common/bluetooth-enums.h: LGPL (v2.1 or later)
       Copyright: 2005-2008 Marcel Holtmann <marcel at holtmann.org>
-    
+
     common/bluetooth-chooser-button.[ch]: LGPL (v2 or later)
       Copyright: 2007 Bastien Nocera <hadess at hadess.net>
-    
-    common/bluetooth-chooser.[ch]: LGPL (v2.1 or later) 
+
+    common/bluetooth-chooser.[ch]: LGPL (v2.1 or later)
       Copyright: 2006-2007 Bastien Nocera <hadess at hadess.net>
                  2005-2008 Marcel Holtmann <marcel at holtmann.org>
-    
-    common/test-deviceselection.c: GPL (v2 or later) 
+
+    common/test-deviceselection.c: GPL (v2 or later)
       Copyright: 2006-2007 Bastien Nocera <hadess at hadess.net>
                  2005-2008 Marcel Holtmann <marcel at holtmann.org>
-    
-    common/bluetooth-killswitch.[ch]: GPL (v2 or later) 
+
+    common/bluetooth-killswitch.[ch]: GPL (v2 or later)
       Copyright: 2006-2009 Bastien Nocera <hadess at hadess.net>
                  2005-2008 Marcel Holtmann <marcel at holtmann.org>
-    
+
     properties/gconf-bridge.[ch]: LGPL (v2 or later)
       Copyright: 2005 OpenedHand Ltd
-    
-    properties/*: GPL (v2 or later) 
+
+    properties/*: GPL (v2 or later)
       Copyright: 2006-2007 Bastien Nocera <hadess at hadess.net>
                  2005-2008 Marcel Holtmann <marcel at holtmann.org>
-    
-    sendto/main.c: GPL (v2 or later) 
+
+    sendto/main.c: GPL (v2 or later)
       Copyright: 2005-2008 Marcel Holtmann <marcel at holtmann.org>
 
-    lib/bling-spinner.c: LGPL (v2 or later) 
+    lib/bling-spinner.c: LGPL (v2 or later)
       Copyright: 2007 John Stowers, Neil Jagdish Patel
 
     lib/rfkill.h: GPL (v2 or later)

Modified: desktop/experimental/gnome-bluetooth/debian/gnome-bluetooth.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-bluetooth/debian/gnome-bluetooth.install?rev=39400&op=diff
==============================================================================
--- desktop/experimental/gnome-bluetooth/debian/gnome-bluetooth.install	[utf-8] (original)
+++ desktop/experimental/gnome-bluetooth/debian/gnome-bluetooth.install	[utf-8] Thu Aug 29 10:42:43 2013
@@ -1,11 +1,11 @@
+debian/61-gnome-bluetooth-rfkill.rules lib/udev/rules.d/
+usr/bin
+usr/lib/gnome-bluetooth/*.so*
+usr/lib/gnome-bluetooth/*.typelib
+usr/lib/gnome-bluetooth/plugins/*.so
+usr/share/applications
+usr/share/gnome-bluetooth
 usr/share/help
+usr/share/icons
 usr/share/locale
 usr/share/man/man1
-usr/share/applications
-usr/share/icons
-usr/share/gnome-bluetooth
-usr/bin
-usr/lib/gnome-bluetooth/plugins/*.so
-usr/lib/gnome-bluetooth/*.so*
-usr/lib/gnome-bluetooth/*.typelib
-debian/61-gnome-bluetooth-rfkill.rules lib/udev/rules.d/

Modified: desktop/experimental/gnome-bluetooth/debian/libgnome-bluetooth-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-bluetooth/debian/libgnome-bluetooth-dev.install?rev=39400&op=diff
==============================================================================
--- desktop/experimental/gnome-bluetooth/debian/libgnome-bluetooth-dev.install	[utf-8] (original)
+++ desktop/experimental/gnome-bluetooth/debian/libgnome-bluetooth-dev.install	[utf-8] Thu Aug 29 10:42:43 2013
@@ -1,5 +1,5 @@
 usr/include/*
 usr/lib/lib*.so
 usr/lib/pkgconfig/*
+usr/share/gir-1.0/*
 usr/share/gtk-doc/html/gnome-bluetooth/*
-usr/share/gir-1.0/*




More information about the pkg-gnome-commits mailing list