diff options
author | Roland Bauerschmidt <rb@debian.org> | 2002-04-08 09:16:25 +0000 |
---|---|---|
committer | Roland Bauerschmidt <rb@debian.org> | 2002-04-08 09:16:25 +0000 |
commit | 45c701911e15c828ee1a376398a5179e42ccca97 (patch) | |
tree | 45c0695b8f8b3eface2dbf4eb5225c737b9a26ff /debian | |
parent | 5d7ce05d0a3c114c50040a6463c7f9f754efd224 (diff) | |
download | libfuse-45c701911e15c828ee1a376398a5179e42ccca97.tar.gz |
Removed debian/control from CVS as it is auto-generated to be able to
build both the utility packages and the kernel module packages. Modified
Makefile.am and configure.in to add --enable-{lib,kernel-module,util,
example} options.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/debian/control b/debian/control deleted file mode 100644 index 2185e3f..0000000 --- a/debian/control +++ /dev/null @@ -1,41 +0,0 @@ -Source: fuse -Priority: optional -Maintainer: Roland Bauerschmidt <rb@debian.org> -Build-Depends: debhelper (>> 3.0.0), automake, autoconf -Standards-Version: 3.5.6.1 - -Package: libfuse-dev -Section: devel -Architecture: any -Suggests: fuse-utils (= ${Source-Version}), fuse-module -Description: Filesystem in USErspace (development files) - Simple interface for userspace programs to export a virtual - filesystem to the linux kernel. - . - This package contains the files necessary to write applications in C - or C++ using fuse. - -Package: fuse-utils -Section: utils -Architecture: any -Depends: ${shlibs:Depends} -Suggests: fuse-module -Description: Filesystem in USErspace (utilities) - Simple interface for userspace programs to export a virtual - filesystem to the linux kernel. - . - This package contains the fusermount utility which is necessary to - mount fuse filesystems. - -Package: fuse-source -Section: utils -Architecture: all -Depends: make, gcc | c-compiler -Recommends: dpkg-dev, kernel-package -Suggests: devscripts -Description: Filesystem in USErspace (source for kernel module) - Simple interface for userspace programs to export a virtual - filesystem to the linux kernel. - . - This package contains the source code for the fuse module. It is - required to use fuse with a self-compiled kernel. |