r37400 - in /desktop/experimental/gnome-bluetooth/debian: changelog control control.in rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Thu Mar 28 21:34:20 UTC 2013


Author: pochu
Date: Thu Mar 28 21:34:20 2013
New Revision: 37400

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37400
Log:
  + debian/control:
    - Update build dependencies.
    - The nautilus-sendto plugin is gone, so stop suggesting it.

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/rules

Modified: desktop/experimental/gnome-bluetooth/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-bluetooth/debian/changelog?rev=37400&op=diff
==============================================================================
--- desktop/experimental/gnome-bluetooth/debian/changelog [utf-8] (original)
+++ desktop/experimental/gnome-bluetooth/debian/changelog [utf-8] Thu Mar 28 21:34:20 2013
@@ -1,6 +1,9 @@
 gnome-bluetooth (3.8.0-1) UNRELEASED; urgency=low
 
   * New upstream release.
+    + debian/control:
+      - Update build dependencies.
+      - The nautilus-sendto plugin is gone, so stop suggesting it.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Thu, 28 Mar 2013 22:21:52 +0100
 

Modified: desktop/experimental/gnome-bluetooth/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-bluetooth/debian/control?rev=37400&op=diff
==============================================================================
--- desktop/experimental/gnome-bluetooth/debian/control [utf-8] (original)
+++ desktop/experimental/gnome-bluetooth/debian/control [utf-8] Thu Mar 28 21:34:20 2013
@@ -7,12 +7,11 @@
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Uploaders: 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~),
                cdbs (>= 0.4.93),
                gnome-common,
                gnome-pkg-tools,
-               libnotify-dev (>= 0.7),
                libglib2.0-dev (>= 2.29.90),
                libgtk-3-dev (>= 3.0.0),
                libx11-dev,
@@ -20,11 +19,9 @@
                intltool (>= 0.40.0),
                libxml2-utils,
                gtk-doc-tools,
-               nautilus-sendto (>= 2.29.0),
                yelp-tools,
                gobject-introspection (>= 0.10.2-1~),
-               libgirepository1.0-dev (>= 0.9.5),
-               libatk1.0-dev (>= 1.32.0-2~)
+               libgirepository1.0-dev (>= 0.9.5)
 Standards-Version: 3.9.3
 Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/gnome-bluetooth
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-bluetooth/
@@ -42,7 +39,7 @@
          obex-data-server
 Recommends: gvfs-backends,
             gnome-control-center
-Suggests: nautilus-sendto, gnome-user-share
+Suggests: gnome-user-share
 Replaces: nautilus-sendto (<< 2.28.4-2)
 Breaks: nautilus-sendto (<< 3.0),
         gnome-phone-manager (<< 0.67),
@@ -55,9 +52,6 @@
  .
  bluetooth-applet provides an agent to ask for PIN and managing pairing with
  devices, together with bluetooth-properties.
- .
- bluetooth-sendto is also included for sending files to Bluetooth devices via
- OBEX.
 
 Package: libgnome-bluetooth11
 Section: libs

Modified: desktop/experimental/gnome-bluetooth/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-bluetooth/debian/control.in?rev=37400&op=diff
==============================================================================
--- desktop/experimental/gnome-bluetooth/debian/control.in [utf-8] (original)
+++ desktop/experimental/gnome-bluetooth/debian/control.in [utf-8] Thu Mar 28 21:34:20 2013
@@ -7,7 +7,6 @@
                cdbs (>= 0.4.93),
                gnome-common,
                gnome-pkg-tools,
-               libnotify-dev (>= 0.7),
                libglib2.0-dev (>= 2.29.90),
                libgtk-3-dev (>= 3.0.0),
                libx11-dev,
@@ -15,11 +14,9 @@
                intltool (>= 0.40.0),
                libxml2-utils,
                gtk-doc-tools,
-               nautilus-sendto (>= 2.29.0),
                yelp-tools,
                gobject-introspection (>= 0.10.2-1~),
-               libgirepository1.0-dev (>= 0.9.5),
-               libatk1.0-dev (>= 1.32.0-2~)
+               libgirepository1.0-dev (>= 0.9.5)
 Standards-Version: 3.9.3
 Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/gnome-bluetooth
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-bluetooth/
@@ -37,7 +34,7 @@
          obex-data-server
 Recommends: gvfs-backends,
             gnome-control-center
-Suggests: nautilus-sendto, gnome-user-share
+Suggests: gnome-user-share
 Replaces: nautilus-sendto (<< 2.28.4-2)
 Breaks: nautilus-sendto (<< 3.0),
         gnome-phone-manager (<< 0.67),
@@ -50,9 +47,6 @@
  .
  bluetooth-applet provides an agent to ask for PIN and managing pairing with
  devices, together with bluetooth-properties.
- .
- bluetooth-sendto is also included for sending files to Bluetooth devices via
- OBEX.
 
 Package: libgnome-bluetooth11
 Section: libs

Modified: desktop/experimental/gnome-bluetooth/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-bluetooth/debian/rules?rev=37400&op=diff
==============================================================================
--- desktop/experimental/gnome-bluetooth/debian/rules [utf-8] (original)
+++ desktop/experimental/gnome-bluetooth/debian/rules [utf-8] Thu Mar 28 21:34:20 2013
@@ -9,7 +9,7 @@
 DEB_CONFIGURE_EXTRA_FLAGS := --disable-scrollkeeper		\
 				--disable-desktop-update	\
 				--disable-schemas-install	\
-				--disable-icon-update           \
+				--disable-icon-update		\
 				--enable-introspection
 
 # List any files which are not installed




More information about the pkg-gnome-commits mailing list