s3ql 1.5-1 source package in Ubuntu

Changelog

s3ql (1.5-1) unstable; urgency=low

  * New upstream release.
  * Don't crash when using Google Storage backend. Closes: #646232.
  * Use dh_sphinxdoc.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  08 Nov 2011 10:40:57 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Python Applications Packaging Team
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
s3ql_1.5.orig.tar.bz2 1.3 MiB 3f3dcdb8bb701c706a9b2e848ffa2527e9a8806355eac2c979afb51697e326f9
s3ql_1.5-1.debian.tar.bz2 3.7 KiB ab4cba8137031d1fca7d0b0bbbcfe5365f366157dc9e4466f00648442cacffd5
s3ql_1.5-1.dsc 2.2 KiB 20937b3d52a04bc4ffbb8b1146b103a3f7cbe38f63b4f54316ed20c58ed94b1e

Available diffs

View changes file

Binary packages built by this source

s3ql: Full-featured file system for online data storage

 S3QL is a file system that stores all its data online. It supports
 online storage services like Amazon S3 as well as arbitrary FTP or
 SFTP servers. It effectively provides you with a hard disk of
 infinite capacity that can be accessed from any computer with
 internet access.
 .
 S3QL has been designed mainly for backup and archival purposes and
 many of its features are especially geared towards this. However,
 since S3QL is providing a standard UNIX file system, it can in
 principle be used for any other application as well.
 .
 S3QL is designed to favor simplicity and elegance over performance
 and feature-richness. Care has been taken to make the source code as
 readable and serviceable as possible. Solid error detection and error
 handling have been included from the very first line, and S3QL comes
 with extensive automated test cases for all its components.