[Python-apps-commits] r8706 - in packages/s3ql/trunk/debian (changelog control)

nikratio-guest at users.alioth.debian.org nikratio-guest at users.alioth.debian.org
Tue May 15 22:42:29 UTC 2012


    Date: Tuesday, May 15, 2012 @ 22:42:27
  Author: nikratio-guest
Revision: 8706

Add dependency on python-pkg-resources. Closes: 672916.

Modified:
  packages/s3ql/trunk/debian/changelog
  packages/s3ql/trunk/debian/control

Modified: packages/s3ql/trunk/debian/changelog
===================================================================
--- packages/s3ql/trunk/debian/changelog	2012-05-14 20:53:53 UTC (rev 8705)
+++ packages/s3ql/trunk/debian/changelog	2012-05-15 22:42:27 UTC (rev 8706)
@@ -1,3 +1,9 @@
+s3ql (1.11.1-2) UNRELEASED; urgency=low
+
+  * Add dependency on python-pkg-resources. Closes: 672916.
+
+ -- Nikolaus Rath <Nikolaus at rath.org>  Tue, 15 May 2012 18:41:38 -0400
+
 s3ql (1.11.1-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/s3ql/trunk/debian/control
===================================================================
--- packages/s3ql/trunk/debian/control	2012-05-14 20:53:53 UTC (rev 8705)
+++ packages/s3ql/trunk/debian/control	2012-05-15 22:42:27 UTC (rev 8706)
@@ -38,7 +38,8 @@
          psmisc,
          python-llfuse (>= 0.37),
          python-apsw (>= 3.7.0),
-         python-lzma (>= 0.5.3)
+         python-lzma (>= 0.5.3),
+         python-pkg-resources
 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




More information about the Python-apps-commits mailing list