r24626 - in /desktop/unstable/gnome-vfs/debian: changelog control control.in

joss at users.alioth.debian.org joss at users.alioth.debian.org
Fri Jul 2 16:27:56 UTC 2010


Author: joss
Date: Fri Jul  2 16:27:53 2010
New Revision: 24626

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24626
Log:
* Smbclient, HAL and Avahi are available on all architectures, require 
  them unconditionally.
* Drop type-handling usage. Closes: #587877.
* Bump standards version accordingly.

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

Modified: desktop/unstable/gnome-vfs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfs/debian/changelog?rev=24626&op=diff
==============================================================================
--- desktop/unstable/gnome-vfs/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-vfs/debian/changelog [utf-8] Fri Jul  2 16:27:53 2010
@@ -1,6 +1,13 @@
 gnome-vfs (1:2.24.3-2) UNRELEASED; urgency=low
 
+  [ Emilio Pozuelo Monfort ]
   * debian/control: Move the library to section oldlibs.
+
+  [ Josselin Mouette ]
+  * Smbclient, HAL and Avahi are available on all architectures, require 
+    them unconditionally.
+  * Drop type-handling usage. Closes: #587877.
+  * Bump standards version accordingly.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Mon, 31 May 2010 15:55:16 +0200
 

Modified: desktop/unstable/gnome-vfs/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfs/debian/control?rev=24626&op=diff
==============================================================================
--- desktop/unstable/gnome-vfs/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-vfs/debian/control [utf-8] Fri Jul  2 16:27:53 2010
@@ -10,14 +10,13 @@
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Otavio Salvador <otavio at debian.org>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: cdbs,
                quilt,
-               type-handling,
                gtk-doc-tools (>= 1.0),
                libglib2.0-dev (>= 2.9.3),
                libgconf2-dev (>= 2.8.0),
                libxml2-dev (>= 2.6.0),
                libbz2-dev,
                libfam-dev (>= 2.6.9-4) [!hurd-i386],
-               libsmbclient-dev [!hurd-i386],
+               libsmbclient-dev,
                gettext,
                debhelper (>= 5.0.13),
                zlib1g-dev,
@@ -27,16 +26,16 @@
                gnome-pkg-tools (>= 0.11.3),
                dpkg-dev (>= 1.13.19),
                libdbus-glib-1-dev (>= 0.70),
-               libhal-dev (>= 0.5.7) | not+linux-gnu,
-               libhal-storage-dev (>= 0.5.7) | not+linux-gnu,
-               libavahi-client-dev (>= 0.6) [!hurd-i386],
-               libavahi-glib-dev (>= 0.6) [!hurd-i386],
-               libselinux1-dev | not+linux-gnu,
+               libhal-dev (>= 0.5.7),
+               libhal-storage-dev (>= 0.5.7),
+               libavahi-client-dev (>= 0.6),
+               libavahi-glib-dev (>= 0.6),
+               libselinux1-dev [linux-any],
                libkrb5-dev,
                libacl1-dev,
                libattr1-dev
 Build-Depends-Indep: libglib2.0-doc
-Standards-Version: 3.8.4
+Standards-Version: 3.9.0
 Vcs-Svn: svn://svn.debian.org/pkg-gnome/desktop/unstable/gnome-vfs/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfs/
 
@@ -141,10 +140,10 @@
          libgconf2-dev (>= 2.8.0-1),
          libgnutls-dev,
          libxml2-dev,
-         libavahi-client-dev (>= 0.6) | hurd,
-         libavahi-glib-dev (>= 0.6) | hurd,
-         libdbus-1-dev | hurd,
-         libselinux1-dev | not+linux-gnu
+         libavahi-client-dev (>= 0.6),
+         libavahi-glib-dev (>= 0.6),
+         libdbus-1-dev,
+         libselinux1-dev [linux-any]
 Description: GNOME Virtual File System library (development files)
  GNOME VFS is the GNOME virtual file system.  It is the foundation of the
  Nautilus file manager.  It provides a modular architecture and ships with

Modified: desktop/unstable/gnome-vfs/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfs/debian/control.in?rev=24626&op=diff
==============================================================================
--- desktop/unstable/gnome-vfs/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-vfs/debian/control.in [utf-8] Fri Jul  2 16:27:53 2010
@@ -5,14 +5,13 @@
 Uploaders: @GNOME_TEAM@
 Build-Depends: cdbs,
                quilt,
-               type-handling,
                gtk-doc-tools (>= 1.0),
                libglib2.0-dev (>= 2.9.3),
                libgconf2-dev (>= 2.8.0),
                libxml2-dev (>= 2.6.0),
                libbz2-dev,
                libfam-dev (>= 2.6.9-4) [!hurd-i386],
-               libsmbclient-dev [!hurd-i386],
+               libsmbclient-dev,
                gettext,
                debhelper (>= 5.0.13),
                zlib1g-dev,
@@ -22,16 +21,16 @@
                gnome-pkg-tools (>= 0.11.3),
                dpkg-dev (>= 1.13.19),
                libdbus-glib-1-dev (>= 0.70),
-               libhal-dev (>= 0.5.7) | not+linux-gnu,
-               libhal-storage-dev (>= 0.5.7) | not+linux-gnu,
-               libavahi-client-dev (>= 0.6) [!hurd-i386],
-               libavahi-glib-dev (>= 0.6) [!hurd-i386],
-               libselinux1-dev | not+linux-gnu,
+               libhal-dev (>= 0.5.7),
+               libhal-storage-dev (>= 0.5.7),
+               libavahi-client-dev (>= 0.6),
+               libavahi-glib-dev (>= 0.6),
+               libselinux1-dev [linux-any],
                libkrb5-dev,
                libacl1-dev,
                libattr1-dev
 Build-Depends-Indep: libglib2.0-doc
-Standards-Version: 3.8.4
+Standards-Version: 3.9.0
 Vcs-Svn: svn://svn.debian.org/pkg-gnome/desktop/unstable/gnome-vfs/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfs/
 
@@ -136,10 +135,10 @@
          libgconf2-dev (>= 2.8.0-1),
          libgnutls-dev,
          libxml2-dev,
-         libavahi-client-dev (>= 0.6) | hurd,
-         libavahi-glib-dev (>= 0.6) | hurd,
-         libdbus-1-dev | hurd,
-         libselinux1-dev | not+linux-gnu
+         libavahi-client-dev (>= 0.6),
+         libavahi-glib-dev (>= 0.6),
+         libdbus-1-dev,
+         libselinux1-dev [linux-any]
 Description: GNOME Virtual File System library (development files)
  GNOME VFS is the GNOME virtual file system.  It is the foundation of the
  Nautilus file manager.  It provides a modular architecture and ships with




More information about the pkg-gnome-commits mailing list