~ubuntu-branches/ubuntu/hardy/fuse/hardy-security

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2007-08-04 08:09:00 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20070804080900-m1e9xpk5eitzmelg
Tags: 2.7.0-1ubuntu1
* Resynchronise with Debian (LP: #128292). Remaining changes:
  - Don't install the init script; install the udev rule and the module
    configuration file instead.
  - debian/45-fuse.rules: set /dev/fuse group to fuse.
  - debian/fuse-utils.modprobe: module configuration file that mounts the
    control filesystem when fuse is loaded and unmounts it when fuse is
    unloaded, along with checking that the control FS is mounting before
    unmounting it.
  - debian/fuse-utils.install: add the udev rule, the module configuration
    file, and ulockmgr_server.
  - Load fuse on install, and set it so it gets loaded on reboot.
  - Move fusermount and ulockmgr_server to /bin and associated libraries
    to /lib.
* Use dpkg-query to fetch conffile md5sums rather than parsing
  /var/lib/dpkg/status directly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
5
XSBC-Original-Maintainer: Bartosz Fenski <fenio@debian.org>
6
6
Uploaders: Adam Cécile (Le_Vert) <gandalf@le-vert.net>
7
 
Build-Depends: debhelper (>= 5.0.37), autotools-dev, dpatch, lsb-base (>= 3.0-6)
 
7
Build-Depends: debhelper (>= 5.0.37), autotools-dev, dpatch, lsb-base (>= 3.0-6), bzip2, libselinux1-dev | libselinux-dev
8
8
Standards-Version: 3.7.2
9
9
 
10
10
Package: fuse-utils
13
13
Architecture: any
14
14
Description: Filesystem in USErspace (utilities)
15
15
 Simple interface for userspace programs to export a virtual
16
 
 filesystem to the linux kernel.
 
16
 filesystem to the Linux kernel.
17
17
 .
18
18
 This package contains the fusermount utility which is necessary to
19
19
 mount fuse filesystems.
26
26
Package: libfuse-dev
27
27
Section: libdevel
28
28
Architecture: any
29
 
Depends: libfuse2 (= ${binary:Version}), ${misc:Depends}
 
29
Depends: libfuse2 (= ${binary:Version}), ${misc:Depends}, libselinux1-dev | libselinux-dev
30
30
Suggests: fuse-utils
31
31
Description: Filesystem in USErspace (development files)
32
32
 Simple interface for userspace programs to export a virtual
33
 
 filesystem to the linux kernel.
 
33
 filesystem to the Linux kernel.
34
34
 .
35
35
 This package contains the files necessary to write applications in C
36
36
 or C++ using fuse.
45
45
Suggests: fuse-utils
46
46
Description: Filesystem in USErspace library
47
47
 Simple interface for userspace programs to export a virtual
48
 
 filesystem to the linux kernel.
 
48
 filesystem to the Linux kernel.
49
49
 .
50
50
 This package contains the files necessary to write applications in C
51
51
 or C++ using fuse.
52
52
 .
53
53
  Homepage: http://fuse.sourceforge.net/
 
54
 
 
55
Package: fuse-source
 
56
Architecture: all
 
57
Depends: module-assistant, debhelper (>= 5), make, bzip2
 
58
Description: Source for the Fuse kernel module
 
59
 Simple interface for userspace programs to export a virtual
 
60
 filesystem to the Linux kernel.
 
61
 .
 
62
 This package provides the source code for the Fuse kernel modules.
 
63
 Kernel source or headers >= 2.6.9 are required to compile these modules.
 
64
 .
 
65
  Homepage: http://fuse.sourceforge.net/