[ubuntu/utopic-proposed] gnome-vfs 1:2.24.4-6ubuntu1 (Accepted)

Dimitri John Ledkov xnox at ubuntu.com
Fri Aug 8 08:48:16 UTC 2014


gnome-vfs (1:2.24.4-6ubuntu1) utopic; urgency=medium

  * Merge from Debian, remaining changes:
    * debian/patches/bugzilla_automake_build.patch:
        - gentoo patch to fix automake1.13 build issue
    * Add breaks for libgnomevfs2-common << 2.24.4
    * In addition to breaking on earlier versions we
      force libgnomevfs2-common to be reinstalled
      this ensures all library locations are properly created and files
      exist in their architecture specific installation.
    * Update build deps version to receive the full support of multi-arch
      processing.
    * Rebuilt with multi-arch support
    * debian/control.in: don't Depends on gnome-mime-data so it's not installed
      on the CD, nothing is using gnome-vfs for mimetypes it's mainly there
      because other deprecated libs still used by some softwares depends on it

  * Dropped changes, applied in Debian:
    * 25_disable_glib_deprecations.patch: disable extra deprecations, build is
      working but builders don't like "implicitly converted to pointer"

gnome-vfs (1:2.24.4-6) unstable; urgency=medium

  * Team upload
    - brown paper bag release.
  * Also make libgnomevfs2-dev depend on libgnutls28-dev
    - like the build-dependency, this drops libgnutls-dev (gnutls26)

gnome-vfs (1:2.24.4-5) unstable; urgency=medium

  * Team upload.

  [ Dimitri John Ledkov ]
  * Switch to gnutls28 (Closes: #747455).
  * Drop gcrypt library dependency, gnutls can do thread locking.

gnome-vfs (1:2.24.4-4) unstable; urgency=low

  * Switch to multiarch.
    + Update installation paths.
    + Remove the daemon and the smb backend, it doesn’t build anymore
      and nobody uses it anyway. It avoids adding a new package just for
      the daemon.
    + Set Multi-Arch fields: lib and dev are MA: same, -common and -bin
      are MA: foreign.
    + Remove gnome:Version stuff.
  * Remove FAM support. The library is not ported to MA, and anyway
    gnome-vfs is not used by nautilus anymore, which was the application
    with a use for that feature.
  * 41_test_srcdir.patch: new patch. Get autoreconf to work with a more
    recent automake.

gnome-vfs (1:2.24.4-3) unstable; urgency=low

  * debian/patches/40_disable_deprecated.patch:
    + New patch, don't define G_DISABLE_DEPRECATED. Fixes FTBFS.
      Closes: #707381.
  * debian/control.in,
    debian/rules:
    + Run dh_autoreconf.
  * debian/patches/90_relibtoolize.patch
    debian/patches/99_ltmain_as-needed.patch:
    + Removed, no longer needed.

gnome-vfs (1:2.24.4-2) unstable; urgency=low

  [ Josselin Mouette ]
  * Update repository URL.

  [ Andreas Beckmann ]
  * libgnomevfs2-common: Add dummy prerm/postrm as a workaround for gconf2
    related upgrade failures caused by a dangling /usr/bin/python symlink.
    Closes: #706110

Date: Fri, 08 Aug 2014 09:16:23 +0100
Changed-By: Dimitri John Ledkov <xnox at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/utopic/+source/gnome-vfs/1:2.24.4-6ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 08 Aug 2014 09:16:23 +0100
Source: gnome-vfs
Binary: libgnomevfs2-common libgnomevfs2-0 libgnomevfs2-bin libgnomevfs2-extra libgnomevfs2-0-dbg libgnomevfs2-dev
Architecture: source
Version: 1:2.24.4-6ubuntu1
Distribution: utopic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Dimitri John Ledkov <xnox at ubuntu.com>
Description:
 libgnomevfs2-0 - GNOME Virtual File System (runtime libraries)
 libgnomevfs2-0-dbg - GNOME Virtual File System (debugging libraries)
 libgnomevfs2-bin - GNOME Virtual File System (support binaries)
 libgnomevfs2-common - GNOME Virtual File System (common files)
 libgnomevfs2-dev - GNOME Virtual File System library (development files)
 libgnomevfs2-extra - GNOME Virtual File System (extra modules)
Closes: 706110 707381 747455
Changes:
 gnome-vfs (1:2.24.4-6ubuntu1) utopic; urgency=medium
 .
   * Merge from Debian, remaining changes:
     * debian/patches/bugzilla_automake_build.patch:
         - gentoo patch to fix automake1.13 build issue
     * Add breaks for libgnomevfs2-common << 2.24.4
     * In addition to breaking on earlier versions we
       force libgnomevfs2-common to be reinstalled
       this ensures all library locations are properly created and files
       exist in their architecture specific installation.
     * Update build deps version to receive the full support of multi-arch
       processing.
     * Rebuilt with multi-arch support
     * debian/control.in: don't Depends on gnome-mime-data so it's not installed
       on the CD, nothing is using gnome-vfs for mimetypes it's mainly there
       because other deprecated libs still used by some softwares depends on it
 .
   * Dropped changes, applied in Debian:
     * 25_disable_glib_deprecations.patch: disable extra deprecations, build is
       working but builders don't like "implicitly converted to pointer"
 .
 gnome-vfs (1:2.24.4-6) unstable; urgency=medium
 .
   * Team upload
     - brown paper bag release.
   * Also make libgnomevfs2-dev depend on libgnutls28-dev
     - like the build-dependency, this drops libgnutls-dev (gnutls26)
 .
 gnome-vfs (1:2.24.4-5) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Dimitri John Ledkov ]
   * Switch to gnutls28 (Closes: #747455).
   * Drop gcrypt library dependency, gnutls can do thread locking.
 .
 gnome-vfs (1:2.24.4-4) unstable; urgency=low
 .
   * Switch to multiarch.
     + Update installation paths.
     + Remove the daemon and the smb backend, it doesn’t build anymore
       and nobody uses it anyway. It avoids adding a new package just for
       the daemon.
     + Set Multi-Arch fields: lib and dev are MA: same, -common and -bin
       are MA: foreign.
     + Remove gnome:Version stuff.
   * Remove FAM support. The library is not ported to MA, and anyway
     gnome-vfs is not used by nautilus anymore, which was the application
     with a use for that feature.
   * 41_test_srcdir.patch: new patch. Get autoreconf to work with a more
     recent automake.
 .
 gnome-vfs (1:2.24.4-3) unstable; urgency=low
 .
   * debian/patches/40_disable_deprecated.patch:
     + New patch, don't define G_DISABLE_DEPRECATED. Fixes FTBFS.
       Closes: #707381.
   * debian/control.in,
     debian/rules:
     + Run dh_autoreconf.
   * debian/patches/90_relibtoolize.patch
     debian/patches/99_ltmain_as-needed.patch:
     + Removed, no longer needed.
 .
 gnome-vfs (1:2.24.4-2) unstable; urgency=low
 .
   [ Josselin Mouette ]
   * Update repository URL.
 .
   [ Andreas Beckmann ]
   * libgnomevfs2-common: Add dummy prerm/postrm as a workaround for gconf2
     related upgrade failures caused by a dangling /usr/bin/python symlink.
     Closes: #706110
Checksums-Sha1:
 e711e82814da17240dce474f7a42dfb0f206ba9c 2941 gnome-vfs_2.24.4-6ubuntu1.dsc
 d6edb21093c112633ff698991132e55d7cbc8f00 28216 gnome-vfs_2.24.4-6ubuntu1.debian.tar.xz
Checksums-Sha256:
 fd626021397d03041b8ad29e9207aefb2477954762d55ac87b7d021a8f399e01 2941 gnome-vfs_2.24.4-6ubuntu1.dsc
 dd66e8d725c710eb7bca62ceecb819dc0b9b8fdf886ec71128e0ff2aae4133c9 28216 gnome-vfs_2.24.4-6ubuntu1.debian.tar.xz
Files:
 b72ec5bc14e2942a9e681ddc43af9efd 2941 oldlibs optional gnome-vfs_2.24.4-6ubuntu1.dsc
 f746b1e286d6bcf22cc85d69f1fb486f 28216 oldlibs optional gnome-vfs_2.24.4-6ubuntu1.debian.tar.xz
Original-Maintainer: Josselin Mouette <joss at debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJT5I6MAAoJEIh7YGGLPBauX1sP/2DhSnnFAFeN/V/rKthQLq/5
w32m4JzSklRM+pEeAmL9tgvkf/nnd0Uroye/KjPk2tgDgpQ3gxiIBNZyCdAf6dEY
MvEDt8yYYqeF/AU+Wh4f7wAw0PFtTroh53PBnBENWlmeLftM9EP70iJoz98yLduO
Rrfn9Udb8amib4R/+1hNZi48sIHmyvU2U2jzJv6lBxmWcvyu42Y7N22i4o2jCucA
96iJDcU9YHREhwD+Yi6mgIRtn0LVoJDIeUBm9I711tPTBkUPe5dIPCNE+uBCoNVR
Qc3fMgFdV3oyAUNZxEk7l8xtGcRnWBMtsSMiM/rxeU3shdnlI5sXzhU6R0yJUf6m
AKXXHuuNJIARNPzRmIm51RjsfTpVuZ6+1w4fItkV/xiB7THa+rDaVHpnLNWDpgsf
h20FnQVGap9h7XlHtHCRmFhuwx3jNMx46H6EeVtaXnmUx3GgLJ7EHQBp+WSMQvp5
7NCJ9EdfKg8xv69D34NHoo70CATH6him0RxGj+E2GWsgUD0uVPkjD/FBd0NbIs8K
1N9ACIpIBic2IGx9y+e5g5eUN2GHAnbr56JY3si/e44r+xEnfkAuO8O2qWOGz4Ph
JhQW8DOpi+KYMYWyTiGfMoWm0/+KnP5+Gg2Rf23iPLs0ZyWFSeZUHJBxQgOxv2e4
djxlJGuoQ0LFIDgwqg4u
=uz+4
-----END PGP SIGNATURE-----


More information about the Utopic-changes mailing list