python-fuse 2:0.2.1-7 source package in Ubuntu

Changelog

python-fuse (2:0.2.1-7) unstable; urgency=low

  * Any FUSE-compliant implementation will do (thanks Robert McMillan for
    the tip) (Closes: #623027)

python-fuse (2:0.2.1-6) unstable; urgency=low

  * Only for linux-any, since fuse-utils is not available on kfreebsd-*
    (Closes: #623027, #634763)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 13:47:27 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Sebastien Delafond
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe python

Downloads

File Size SHA-256 Checksum
python-fuse_0.2.1.orig.tar.gz 56.5 KiB 11ead462f8d0f8302ee07b33fe93dc42c653861a16c8802a31903a7355b8351b
python-fuse_0.2.1-7.debian.tar.gz 4.5 KiB d7577d33ea587203200ad253f7d67a57635cd49e088a3cac6a7cab374f6dea4c
python-fuse_0.2.1-7.dsc 1.2 KiB bd06812e445696c965e24c33deba782dfe9c237f790a32a36cf56d6a9bafc5da

Available diffs

View changes file

Binary packages built by this source

python-fuse: 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.