~ubuntu-branches/ubuntu/maverick/fuse/maverick-proposed

« back to all changes in this revision

Viewing changes to debian/control.modules.in

  • 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:
 
1
Source: fuse
 
2
Section: misc
 
3
Priority: optional
 
4
Maintainer: Bartosz Fenski <fenio@debian.org>
 
5
Uploaders: Adam Cécile (Le_Vert) <gandalf@le-vert.net>
 
6
Build-Depends: debhelper (>= 5)
 
7
Standards-Version: 3.7.2
 
8
 
 
9
Package: fuse-modules-_KVERS_
 
10
Architecture: any
 
11
Depends: fuse-utils, linux-modules-_KVERS_ | linux-image-_KVERS_
 
12
Provides: fuse-modules
 
13
Description: Filesystem in USErspace kernel module (kernel _KVERS_)
 
14
 Simple interface for userspace programs to export a virtual filesystem to
 
15
 the linux kernel.
 
16
 .
 
17
 This package contains the compiled kernel modules for _KVERS_
 
18
 .
 
19
 If you have compiled your own kernel, you will most likely need to build
 
20
 your own fuse-modules. The fuse-source package has been provided for use
 
21
 with the Debian's module-assistant or kernel-package utilities to produce a
 
22
 version of fuse-modules for your kernel.
 
23
 .
 
24
 Please notice thant fuse is already available in current 2.6 Linux kernel.
 
25
 However you may need a newer version than the one shipped with your kernel.
 
26
 .
 
27
  Homepage: http://fuse.sourceforge.net/