Package: fusecompress
Version: 2.6.git913897f4-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch

In Ubuntu, the attached patch was applied to achieve the following:

  * Apply patch from Nuno Sucena Almeida resolving fusecompress not
    working by default due to fusermount (in the fuse-utils package)
    not being available. (LP: #801706)


Thanks for considering the patch.


-- System Information:
Debian Release: wheezy/sid
  APT prefers oneiric-updates
  APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500, 
'oneiric-proposed'), (500, 'oneiric')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-5-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru fusecompress-2.6.git913897f4/debian/changelog fusecompress-2.6.git913897f4/debian/changelog
diff -Nru fusecompress-2.6.git913897f4/debian/control fusecompress-2.6.git913897f4/debian/control
--- fusecompress-2.6.git913897f4/debian/control	2011-05-26 14:53:24.000000000 -0400
+++ fusecompress-2.6.git913897f4/debian/control	2011-07-18 22:25:20.000000000 -0400
@@ -1,7 +1,8 @@
 Source: fusecompress
 Section: utils
 Priority: optional
-Maintainer: Ritesh Raj Sarraf <r...@debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
+XSBC-Original-Maintainer: Ritesh Raj Sarraf <r...@debian.org>
 Build-Depends: debhelper (>= 7), autotools-dev, libboost-dev, libboost-filesystem-dev, libboost-iostreams-dev, libboost-program-options-dev, libfuse-dev, libbz2-dev, liblzo2-dev, zlib1g-dev, libmagic-dev, pkg-config, libboost-serialization-dev, liblzma-dev
 Standards-Version: 3.9.2
 Homepage: http://www.miio.net/fusecompress
@@ -10,11 +11,11 @@
 
 Package: fusecompress
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: fuse-utils, ${shlibs:Depends}, ${misc:Depends}
 Description: transparent filesystem compression using FUSE
  FuseCompress provides a mountable Linux filesystem which transparently
  compress its content.  Files stored in this filesystem are compressed
- on the background and Fuse allows to create a transparent interface
+ on the background and Fuse allows one to create a transparent interface
  between compressed files and user applications.
 
 Package: fusecompress-dbg
@@ -25,7 +26,7 @@
 Description: transparent filesystem compression using FUSE - debugging symbols
  FuseCompress provides a mountable Linux filesystem which transparently
  compress its content.  Files stored in this filesystem are compressed
- on the background and Fuse allows to create a transparent interface
+ on the background and Fuse allows one to create a transparent interface
  between compressed files and user applications.
  .
  This package contains the debugging symbols for fusecompress.

Reply via email to