Merge fuse 2.8.1-1.1 from Debian testing

Bug #506958 reported by Michael Bienia
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
fuse (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

Please merge fuse 2.8.1-1.1 from Debian testing.

fuse (2.8.1-1.1ubuntu1) lucid; urgency=low

  * Merge with Debian testing (lp: #506958). Remaining changes:
    - debian/control: Add Breaks to ensure right version of udev is used.
    - Use udev rules instead of init script:
      + Add debian/45-fuse.rules: Put /dev/fuse into group fuse.
      + debian/fuse-utils.postinst: Try to load the fuse module only if it's
        still a module, remove it from /etc/modules/ anyway.
      + debian/rules, debian/fuse-utils.install: Don't install the init
        script; install the udev rule.
    - 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. Use manual_add_modules not
        force_load; fuse will be loaded automatically if necessary (it's a
        built-in in Ubuntu anyway)
      + debian/rules: Install above file into fuse-utils.
      + debian/fuse-utils.postinst: Call update-initramfs.
      + (Forwarded to Debian #505691)
    - Create libfuse2-udeb and fuse-utils-udeb. (Forwarded to Debian #505697)
    - debian/fuse-utils.install: Install ulockmgr_server.
    - 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)
    - debian/{rules,fuse-utils.postinst}: Install fusermount with 4755
      permissions (remaining change from "Dynamic foreground user access").
    - debian/fuse-utils.postinst:
      + Don't fail if udev is running and /dev/fuse does not exist.
        (Forwarded to Debian #505685)
    - debian/fuse-utils.preinst:
      + Remove the module configuration file on upgrade if unmodified.
      + Remove old rules file if unchanged

 -- Michael Bienia <email address hidden> Wed, 13 Jan 2010 14:48:39 +0100

fuse (2.8.1-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Apply patch from Petr Salinger to fix FTBFS on GNU/kFreeBSD (Closes:
    #552600)
  * Apply patch from Vagrant Cascadian to run MAKEDEV only if found
    (Closes: #550334, #553015)
  * Invoke dh_makeshlibs with an appropriately strict dependency
    (Closes: #557143)

 -- Simon McVittie <email address hidden> Fri, 04 Dec 2009 17:24:05 +0000

fuse (2.8.1-1) unstable; urgency=low

  * New upstream version (Closes: #543176)
    - fixes missing fuse_reply_bmap (Closes: #531329)
  * Fixes problem with udev (Closes: #543271, #473545)
  * Changed order of dependencies udev/makedev (Closes: #546867)
  * Correctly uses MAKEDEV and doesn't mess with udev anymore (Closes: #534572)
  * Doesn't use libulockmgr patch anymore, fixed upstream.
  * Shipped with README.Source file.

 -- Bartosz Fenski <email address hidden> Sun, 25 Oct 2009 17:05:03 +0100

fuse (2.7.4-2) unstable; urgency=low

  * Ack previous NMU, thanks.
  * Initscript LSB headers now depend on $remote_fs (Closes: #533028).
  * Install fusermount with restricted permissions to avoid a race condition
    during package installation (Closes: #502300).
  * Bump Standards-Version.
  * Merge Aurelien Jarno's patch to support GNU/kFreeBSD (Closes: #528537).
  * Add missing pthread link for libulockmgr.

 -- Adam Cécile (Le_Vert) <email address hidden> Wed, 01 Jul 2009 21:00:52 +0200

Related branches

Revision history for this message
Michael Bienia (geser) wrote :
description: updated
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package fuse - 2.8.1-1.1ubuntu1

---------------
fuse (2.8.1-1.1ubuntu1) lucid; urgency=low

  * Merge with Debian testing (lp: #506958). Remaining changes:
    - debian/control: Add Breaks to ensure right version of udev is used.
    - Use udev rules instead of init script:
      + Add debian/45-fuse.rules: Put /dev/fuse into group fuse.
      + debian/fuse-utils.postinst: Try to load the fuse module only if it's
        still a module, remove it from /etc/modules/ anyway.
      + debian/rules, debian/fuse-utils.install: Don't install the init
        script; install the udev rule.
    - 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. Use manual_add_modules not
        force_load; fuse will be loaded automatically if necessary (it's a
        built-in in Ubuntu anyway)
      + debian/rules: Install above file into fuse-utils.
      + debian/fuse-utils.postinst: Call update-initramfs.
      + (Forwarded to Debian #505691)
    - Create libfuse2-udeb and fuse-utils-udeb. (Forwarded to Debian #505697)
    - debian/fuse-utils.install: Install ulockmgr_server.
    - 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)
    - debian/{rules,fuse-utils.postinst}: Install fusermount with 4755
      permissions (remaining change from "Dynamic foreground user access").
    - debian/fuse-utils.postinst:
      + Don't fail if udev is running and /dev/fuse does not exist.
        (Forwarded to Debian #505685)
    - debian/fuse-utils.preinst:
      + Remove the module configuration file on upgrade if unmodified.
      + Remove old rules file if unchanged

fuse (2.8.1-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Apply patch from Petr Salinger to fix FTBFS on GNU/kFreeBSD (Closes:
    #552600)
  * Apply patch from Vagrant Cascadian to run MAKEDEV only if found
    (Closes: #550334, #553015)
  * Invoke dh_makeshlibs with an appropriately strict dependency
    (Closes: #557143)

fuse (2.8.1-1) unstable; urgency=low

  * New upstream version (Closes: #543176)
    - fixes missing fuse_reply_bmap (Closes: #531329)
  * Fixes problem with udev (Closes: #543271, #473545)
  * Changed order of dependencies udev/makedev (Closes: #546867)
  * Correctly uses MAKEDEV and doesn't mess with udev anymore (Closes: #534572)
  * Doesn't use libulockmgr patch anymore, fixed upstream.
  * Shipped with README.Source file.

fuse (2.7.4-2) unstable; urgency=low

  * Ack previous NMU, thanks.
  * Initscript LSB headers now depend on $remote_fs (Closes: #533028).
  * Install fusermount with restricted permissions to avoid a race condition
    during package installation (Closes: #502300).
  * Bump Standards-Version.
  * Merge Aurelien Jarno's patch to support GNU/kFreeBSD (Closes: #528537).
  * Add missing pthread link for libulockmgr.
 -- Michael Bienia <email address hidden> Wed, 13 Jan 2010 14:48:39 +0100

Changed in fuse (Ubuntu):
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.