[Python-apps-commits] r7589 - in packages/s3ql/tags (5 files)

nikratio-guest at users.alioth.debian.org nikratio-guest at users.alioth.debian.org
Thu Sep 29 16:18:34 UTC 2011


    Date: Thursday, September 29, 2011 @ 16:18:31
  Author: nikratio-guest
Revision: 7589

[svn-buildpackage] Tagging s3ql 1.2-1

Added:
  packages/s3ql/tags/1.2-1/
  packages/s3ql/tags/1.2-1/debian/changelog
    (from rev 7587, packages/s3ql/trunk/debian/changelog)
  packages/s3ql/tags/1.2-1/debian/control
    (from rev 7585, packages/s3ql/trunk/debian/control)
Deleted:
  packages/s3ql/tags/1.2-1/debian/changelog
  packages/s3ql/tags/1.2-1/debian/control

Deleted: packages/s3ql/tags/1.2-1/debian/changelog
===================================================================
--- packages/s3ql/trunk/debian/changelog	2011-09-28 20:33:52 UTC (rev 7583)
+++ packages/s3ql/tags/1.2-1/debian/changelog	2011-09-29 16:18:31 UTC (rev 7589)
@@ -1,26 +0,0 @@
-s3ql (1.2-1) unstable; urgency=low
-
-  * New upstream release.
-
-  * Depend on python-llfuse >= 0.36, API was changed in non-backwards
-    compatible way.
-
-  * Don't ship our own version of underscore JavaScript library, depend
-    on libjs-underscore package instead.
-
-  * Don't build depend on fuse on non-linux systems. Closes: #634337.
-
- -- Nikolaus Rath <Nikolaus at rath.org>  Wed, 28 Sep 2011 15:58:47 -0400
-
-s3ql (1.0.1-2) unstable; urgency=low
-
-  * Install pcp as parallel-cp to avoid file name conflict with
-    pcp ("Performance Co-Pilot") package. Closes: #632473.
-
- -- Nikolaus Rath <Nikolaus at rath.org>  Sun, 03 Jul 2011 10:44:00 -0400
-
-s3ql (1.0.1-1) unstable; urgency=low
-
-  * First official debian release. Closes: #626651
-
- -- Nikolaus Rath <Nikolaus at rath.org>  Fri, 01 Jul 2011 14:02:17 -0400

Copied: packages/s3ql/tags/1.2-1/debian/changelog (from rev 7587, packages/s3ql/trunk/debian/changelog)
===================================================================
--- packages/s3ql/tags/1.2-1/debian/changelog	                        (rev 0)
+++ packages/s3ql/tags/1.2-1/debian/changelog	2011-09-29 16:18:31 UTC (rev 7589)
@@ -0,0 +1,24 @@
+s3ql (1.2-1) unstable; urgency=low
+
+  * New upstream release.
+  * Depend on python-llfuse >= 0.36, API was changed in non-backwards
+    compatible way.
+  * Depend on Python >= 2.6.6, previous versions unusable due to
+    Python bug 6312.
+  * Don't ship our own version of underscore JavaScript library, depend
+    on libjs-underscore package instead.
+
+ -- Nikolaus Rath <Nikolaus at rath.org>  Wed, 28 Sep 2011 21:00:04 -0400
+
+s3ql (1.0.1-2) unstable; urgency=low
+
+  * Install pcp as parallel-cp to avoid file name conflict with
+    pcp ("Performance Co-Pilot") package. Closes: #632473.
+
+ -- Nikolaus Rath <Nikolaus at rath.org>  Sun, 03 Jul 2011 10:44:00 -0400
+
+s3ql (1.0.1-1) unstable; urgency=low
+
+  * First official debian release. Closes: #626651
+
+ -- Nikolaus Rath <Nikolaus at rath.org>  Fri, 01 Jul 2011 14:02:17 -0400

Deleted: packages/s3ql/tags/1.2-1/debian/control
===================================================================
--- packages/s3ql/trunk/debian/control	2011-09-28 20:33:52 UTC (rev 7583)
+++ packages/s3ql/tags/1.2-1/debian/control	2011-09-29 16:18:31 UTC (rev 7589)
@@ -1,59 +0,0 @@
-Source: s3ql
-Section: misc
-X-Python-Version: >= 2.6
-Priority: optional
-Maintainer: Debian Python Apps Team <python-apps-team at lists.alioth.debian.org>
-Uploaders: Nikolaus Rath <Nikolaus at rath.org>,
-           Laszlo Boszormenyi <gcs at debian.hu>
-Build-Depends: debhelper (>= 8),
-               python (>= 2.6.6-3~),
-               python-setuptools (>= 0.6.14),
-               python-apsw (>= 3.7.0),
-               libsqlite3-0 (>= 3.7.0),
-               python-sphinx,
-               python-argparse,
-               python-llfuse (>= 0.36),
-               python-pycryptopp,
-               python-paramiko,
-               python-lzma (>= 0.5.3),
-               texlive-latex-base,
-               texlive-latex-recommended,
-               texlive-latex-extra,
-               texlive-fonts-recommended
-Standards-Version: 3.9.2
-Homepage: http://code.google.com/p/s3ql/
-Vcs-Svn: svn://svn.debian.org/python-apps/packages/s3ql/trunk 
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/s3ql/trunk/
-
-Package: s3ql
-Architecture: all
-Depends: ${misc:Depends}, ${python:Depends},
-         python-apsw (>= 3.7.0),
-         libsqlite3-0 (>= 3.7.0),
-         python-lzma (>= 0.5.3),
-         python-paramiko,
-         python-pycryptopp,
-         python-setuptools,
-         fuse [linux-any] | fuse4bsd [kfreebsd-any],
-         psmisc,
-         python-argparse,
-         python-llfuse (>= 0.36),
-         libjs-underscore,
-         libjs-jquery
-Description: 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.

Copied: packages/s3ql/tags/1.2-1/debian/control (from rev 7585, packages/s3ql/trunk/debian/control)
===================================================================
--- packages/s3ql/tags/1.2-1/debian/control	                        (rev 0)
+++ packages/s3ql/tags/1.2-1/debian/control	2011-09-29 16:18:31 UTC (rev 7589)
@@ -0,0 +1,59 @@
+Source: s3ql
+Section: misc
+X-Python-Version: >= 2.6.6
+Priority: optional
+Maintainer: Debian Python Apps Team <python-apps-team at lists.alioth.debian.org>
+Uploaders: Nikolaus Rath <Nikolaus at rath.org>,
+           Laszlo Boszormenyi <gcs at debian.hu>
+Build-Depends: debhelper (>= 8),
+               python (>= 2.6.6-3~),
+               python-setuptools (>= 0.6.14),
+               python-apsw (>= 3.7.0),
+               libsqlite3-0 (>= 3.7.0),
+               python-sphinx,
+               python-argparse,
+               python-llfuse (>= 0.36),
+               python-pycryptopp,
+               python-paramiko,
+               python-lzma (>= 0.5.3),
+               texlive-latex-base,
+               texlive-latex-recommended,
+               texlive-latex-extra,
+               texlive-fonts-recommended
+Standards-Version: 3.9.2
+Homepage: http://code.google.com/p/s3ql/
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/s3ql/trunk 
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/s3ql/trunk/
+
+Package: s3ql
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends},
+         python-apsw (>= 3.7.0),
+         libsqlite3-0 (>= 3.7.0),
+         python-lzma (>= 0.5.3),
+         python-paramiko,
+         python-pycryptopp,
+         python-setuptools,
+         fuse,
+         psmisc,
+         python-argparse,
+         python-llfuse (>= 0.36),
+         libjs-underscore,
+         libjs-jquery
+Description: 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.




More information about the Python-apps-commits mailing list