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

Changelog

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

  * Switched to dh_python2 (Closes: #617006).
  * Bumped up Standards-Version.

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

  * Removed extra changelog (Closes: #614696).
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 13:35:06 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-fuse_0.2.1.orig.tar.gz 56.5 KiB 11ead462f8d0f8302ee07b33fe93dc42c653861a16c8802a31903a7355b8351b
python-fuse_0.2.1-5.debian.tar.gz 4.4 KiB 73bff3d38a79d04321ba88ae659ebbca77f5ab253232ecf569ddba223443bc20
python-fuse_0.2.1-5.dsc 1.1 KiB 0d2f514f554bfd01d3ac60ae6bd3020c2a0364a9e41eb59043141118b53c6e74

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.