[ubuntu/jaunty] fuse 2.7.4-1.1ubuntu1 (Accepted)

Martin Pitt martin.pitt at ubuntu.com
Fri Nov 14 14:40:14 GMT 2008


fuse (2.7.4-1.1ubuntu1) jaunty; urgency=low

  * Merge with Debian unstable. Remaining Ubuntu changes:
    - Use udev rules instead of init script:
      + Add debian/45-fuse.rules: Put /dev/fuse into group fuse.
      + Add debian/fuse-utils.modprobe: Mount/Umount fusectl fs on module
        loading/unloading.
      + debian/fuse-utils.postinst: Load fuse module and add it to
        /etc/modules, so that it is loaded at boot time.
      + debian/rules, debian/fuse-utils.install: Don't install the init
        script; install the udev rule and the module configuration file instead.
      + (Not forwarded to Debian; lots of effort for a questionably small boot
        speed improvement, and will be obsolete with proper upstart scripts.)
    - debian/fuse-utils.install: Install ulockmgr_server.
    - debian/fuse-utils.postinst: Don't fail if udev is running and /dev/fuse
      does not exist. (Forwarded to Debian #505685)
    - debian/{rules,libfuse2.install,fuse-utils.lintian}: Move fusermount and
      ulockmgr_server to /bin and associated libraries to /lib. This allows
      mounting ntfs filesystems in /etc/fstab. (Debian #452412)
    - Create libfuse2-udeb and fuse-utils-udeb. (Forwarded to Debian #505697)
    - initramfs support, for booting from ntfs-3g in wubi:
      + debian/fuse-utils.initramfs-hook: Copy /sbin/mount.fuse and the fuse
        kernel module into the initramfs.
      + debian/rules: Install above file into fuse-utils.
      + debian/fuse-utils.postinst: Call update-initramfs.
      + (Forwarded to Debian #505691)
    - Dynamic foreground user access: (Ubuntu specific until Debian uses
      ACL-enabled hal)
      + debian/fuse-utils.postinst: Keep /bin/fusermount as world executable.
        It already bails out correctly if the user does not have access to
        /dev/fuse; no reason to control access to it in two different places,
        and the permissions of the binary can't be changed in a flexible way.
      + Add debian/10-fuse-permissions.fdi: Enable hal's dynamic ACL
        management for /dev/fuse, so that local foreground consoles will have
        access to it.
      + debian/fuse-utils.install: Install FDI.

fuse (2.7.4-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Only reload udev when /etc/init.d/udev exists.
    Closes: #499352

fuse (2.7.4-1) unstable; urgency=low

  * Ack NMU from Thomas Viehmann, thanks.
  * New upstream release.
  * Really fix /dev/fuse to use fuse group (Closes: #473545).

fuse (2.7.3-5.1) unstable; urgency=low

  * Non-maintainer upload coordinated with Bartosz..
  * Unmount filesystems of type fuse and fuseblk in
    fuse-utils.fuse.init on stop. Closes: #470512.
    Analysis by Yogesh Rananavare, thanks!

fuse (2.7.3-5) unstable; urgency=low

  * Drop fuse-source package for the stale release (Closes: #485909).
  * Fix lintian 'patch-modifying-debian-files' error.
  * Bump Standards-Version to 3.8.0.

Date: Fri, 14 Nov 2008 13:58:50 +0100
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/jaunty/+source/fuse/2.7.4-1.1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 14 Nov 2008 13:58:50 +0100
Source: fuse
Binary: fuse-utils libfuse-dev libfuse2 fuse-utils-udeb libfuse2-udeb
Architecture: source
Version: 2.7.4-1.1ubuntu1
Distribution: jaunty
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Description: 
 fuse-utils - Filesystem in USErspace (utilities)
 fuse-utils-udeb - Filesystem in USErspace (utilities) (udeb)
 libfuse-dev - Filesystem in USErspace (development files)
 libfuse2   - Filesystem in USErspace library
 libfuse2-udeb - Filesystem in USErspace library (udeb)
Closes: 470512 473545 485909 499352
Changes: 
 fuse (2.7.4-1.1ubuntu1) jaunty; urgency=low
 .
   * Merge with Debian unstable. Remaining Ubuntu changes:
     - Use udev rules instead of init script:
       + Add debian/45-fuse.rules: Put /dev/fuse into group fuse.
       + Add debian/fuse-utils.modprobe: Mount/Umount fusectl fs on module
         loading/unloading.
       + debian/fuse-utils.postinst: Load fuse module and add it to
         /etc/modules, so that it is loaded at boot time.
       + debian/rules, debian/fuse-utils.install: Don't install the init
         script; install the udev rule and the module configuration file instead.
       + (Not forwarded to Debian; lots of effort for a questionably small boot
         speed improvement, and will be obsolete with proper upstart scripts.)
     - debian/fuse-utils.install: Install ulockmgr_server.
     - debian/fuse-utils.postinst: Don't fail if udev is running and /dev/fuse
       does not exist. (Forwarded to Debian #505685)
     - debian/{rules,libfuse2.install,fuse-utils.lintian}: Move fusermount and
       ulockmgr_server to /bin and associated libraries to /lib. This allows
       mounting ntfs filesystems in /etc/fstab. (Debian #452412)
     - Create libfuse2-udeb and fuse-utils-udeb. (Forwarded to Debian #505697)
     - initramfs support, for booting from ntfs-3g in wubi:
       + debian/fuse-utils.initramfs-hook: Copy /sbin/mount.fuse and the fuse
         kernel module into the initramfs.
       + debian/rules: Install above file into fuse-utils.
       + debian/fuse-utils.postinst: Call update-initramfs.
       + (Forwarded to Debian #505691)
     - Dynamic foreground user access: (Ubuntu specific until Debian uses
       ACL-enabled hal)
       + debian/fuse-utils.postinst: Keep /bin/fusermount as world executable.
         It already bails out correctly if the user does not have access to
         /dev/fuse; no reason to control access to it in two different places,
         and the permissions of the binary can't be changed in a flexible way.
       + Add debian/10-fuse-permissions.fdi: Enable hal's dynamic ACL
         management for /dev/fuse, so that local foreground consoles will have
         access to it.
       + debian/fuse-utils.install: Install FDI.
 .
 fuse (2.7.4-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Only reload udev when /etc/init.d/udev exists.
     Closes: #499352
 .
 fuse (2.7.4-1) unstable; urgency=low
 .
   * Ack NMU from Thomas Viehmann, thanks.
   * New upstream release.
   * Really fix /dev/fuse to use fuse group (Closes: #473545).
 .
 fuse (2.7.3-5.1) unstable; urgency=low
 .
   * Non-maintainer upload coordinated with Bartosz..
   * Unmount filesystems of type fuse and fuseblk in
     fuse-utils.fuse.init on stop. Closes: #470512.
     Analysis by Yogesh Rananavare, thanks!
 .
 fuse (2.7.3-5) unstable; urgency=low
 .
   * Drop fuse-source package for the stale release (Closes: #485909).
   * Fix lintian 'patch-modifying-debian-files' error.
   * Bump Standards-Version to 3.8.0.
Checksums-Sha1: 
 0e11fdc3baafd1a1ab21dbb52d1bbaf722888b3c 1286 fuse_2.7.4-1.1ubuntu1.dsc
 7a86f5cf39f38e64ccbae093599d64a895b950ba 506658 fuse_2.7.4.orig.tar.gz
 666ebb29d323e7995e25fa937db001d337f291a8 17380 fuse_2.7.4-1.1ubuntu1.diff.gz
Checksums-Sha256: 
 5138f5d2cbb080f091b2444102c0417b16542faa1f8ad9978113f1330390a5e6 1286 fuse_2.7.4-1.1ubuntu1.dsc
 c8b070ece5d4e09bd06eea6c28818c718f803d93a4b85bacb9982deb8ded49e6 506658 fuse_2.7.4.orig.tar.gz
 5b48417d828b3219cd7aa9b7f0ed5398ecc03bf3b276880412b055792886e64a 17380 fuse_2.7.4-1.1ubuntu1.diff.gz
Files: 
 c7e4480a298c7b9bd1515f7436341326 1286 libs optional fuse_2.7.4-1.1ubuntu1.dsc
 4879f06570d2225667534c37fea04213 506658 libs optional fuse_2.7.4.orig.tar.gz
 0b382310bd11aee4dd339ca55ffb8b6e 17380 libs optional fuse_2.7.4-1.1ubuntu1.diff.gz
Original-Maintainer: Bartosz Fenski <fenio at debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkkdi2YACgkQDecnbV4Fd/LujACeJeaEkiZyaFMVcv9nq+T1Orm0
Q/8AoNYyUUmKRWQb+ZWpl2XMLjUNSTPE
=eZ+6
-----END PGP SIGNATURE-----


More information about the Jaunty-changes mailing list