aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control23
1 files changed, 1 insertions, 22 deletions
diff --git a/debian/control b/debian/control
index 5fd9235..2185e3f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,7 @@
Source: fuse
-Section: utils
Priority: optional
Maintainer: Roland Bauerschmidt <rb@debian.org>
-Build-Depends: debhelper (>> 3.0.0), automake, autoconf, python2.1-dev, perl
+Build-Depends: debhelper (>> 3.0.0), automake, autoconf
Standards-Version: 3.5.6.1
Package: libfuse-dev
@@ -40,23 +39,3 @@ Description: Filesystem in USErspace (source for kernel module)
.
This package contains the source code for the fuse module. It is
required to use fuse with a self-compiled kernel.
-
-Package: fuse-python
-Section: utils
-Architecture: any
-Depends: ${shlibs:Depends}, python (>= 2.2), fuse-utils (= ${Source-Version})
-Description: Filesystem in USErspace (python bindings)
- Simple interface for userspace programs to export a virtual
- filesystem to the linux kernel.
- .
- This package contains the python bindings for fuse.
-
-Package: fuse-perl
-Section: utils
-Architecture: any
-Depends: ${shlibs:Depends}, ${perl:Depends}, fuse-utils (= ${Source-Version})
-Description: Filesystem in USErspace (perl bindings)
- Simple interface for userspace programs to export a virtual
- filesystem to the linux kernel.
- .
- This package contains the perl bindings for fuse.