File: control

package info (click to toggle)
python-fuse 1%3A0.2-pre3-9
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 308 kB
  • ctags: 281
  • sloc: python: 962; ansic: 951; sh: 42; makefile: 11
file content (23 lines) | stat: -rw-r--r-- 1,066 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: python-fuse
Section: python
Priority: optional
Maintainer: Sebastien Delafond <seb@debian.org>
Build-Depends: python-all-dev, python (>= 2.3.5-7), python-central (>= 0.5), dh-buildinfo, libfuse-dev (>= 2.5), cdbs (>= 0.4.41), debhelper (>= 5.0.37.2), pkg-config, dpatch
Build-Conflicts: python-setuptools
Standards-Version: 3.8.0
XS-Python-Version: all

Package: python-fuse
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, libfuse2 (>= 2.6)
XB-Python-Version: ${python:Versions}
Provides: ${python:Provides}
Conflicts: gmailfs (<= 0.7.3-4), wikipediafs (<= 0.3), python2.4-fuse (<< 2.5-3), python2.3-fuse (<< 2.5-3)
Replaces: python2.4-fuse (<< 2.5-3), python2.3-fuse (<< 2.5-3)
Description: Python bindings for FUSE (Filesystems in USErland)
 This is a Python interface to FUSE.
 . 
 FUSE (Filesystem in USErspace) is a simple interface for userspace
 programs to export a virtual filesystem to the Linux kernel. FUSE
 also aims to provide a secure method for non privileged users to
 create and mount their own filesystem implementations.