[ubuntu/lucid] fuse 2.8.1-1.1ubuntu1 (Accepted)
Michael Bienia
geser at ubuntu.com
Sat Jan 23 20:45:27 GMT 2010
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.
Date: Wed, 13 Jan 2010 14:48:39 +0100
Changed-By: Michael Bienia <geser at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Daniel T Chen <seven.steps at gmail.com>
https://launchpad.net/ubuntu/lucid/+source/fuse/2.8.1-1.1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Wed, 13 Jan 2010 14:48:39 +0100
Source: fuse
Binary: fuse-utils libfuse-dev libfuse2 fuse-utils-udeb libfuse2-udeb
Architecture: source
Version: 2.8.1-1.1ubuntu1
Distribution: lucid
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Michael Bienia <geser 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: 473545 502300 528537 531329 533028 534572 543176 543271 546867 550334 552600 553015 557143
Changes:
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.
Checksums-Sha1:
1ab46b17eaff2bb65ac3de85f458028d903335b8 1348 fuse_2.8.1-1.1ubuntu1.dsc
60f881ff4231aba1abb93a9f2163b96f3600de85 492871 fuse_2.8.1.orig.tar.gz
00786357e8998ca3d7b334594e8476798086352a 19983 fuse_2.8.1-1.1ubuntu1.diff.gz
Checksums-Sha256:
71e4dea349b69b139f11c9f617a9ddcae92a3f9e5dcddf60a0e9e77dfdd7e5d1 1348 fuse_2.8.1-1.1ubuntu1.dsc
007f1056ce329a7c9976ab7b68d3361991261e188f36364d0406f8ee457d2eaf 492871 fuse_2.8.1.orig.tar.gz
f37d270ea50b043992c938af54376a32583e1a1db4c4b034f33b920c96405068 19983 fuse_2.8.1-1.1ubuntu1.diff.gz
Files:
19e4567dd9a18e3289ad8ac018f17ad3 1348 libs optional fuse_2.8.1-1.1ubuntu1.dsc
0e3505ce90155983f1bc995eb2cf6fa7 492871 libs optional fuse_2.8.1.orig.tar.gz
02a4fed5e417a25475fbb417d0e3f651 19983 libs optional fuse_2.8.1-1.1ubuntu1.diff.gz
Launchpad-Bugs-Fixed: 506958
Original-Maintainer: Bartosz Fenski <fenio at debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAktbX7cACgkQe9GwFciKvaNv+gCfZIZFFYoqU5ztb7rUeHHXTCCK
7k0AoJSiftvTzn1Z4ZiY3llry4wqQeGx
=R+Tx
-----END PGP SIGNATURE-----
More information about the Lucid-changes
mailing list