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

nikratio-guest at users.alioth.debian.org nikratio-guest at users.alioth.debian.org
Fri Dec 30 16:29:37 UTC 2011


    Date: Friday, December 30, 2011 @ 16:29:36
  Author: nikratio-guest
Revision: 8003

Rely on dh_python2 to generate unversioned dependencies on python modules
(parsing version numbers in requires.txt doesn't seem to be working yet).

s3ql-dbg: recommend -dbg packages of python dependencies.

Modified:
  packages/s3ql/trunk/debian/control

Modified: packages/s3ql/trunk/debian/control
===================================================================
--- packages/s3ql/trunk/debian/control	2011-12-30 16:26:49 UTC (rev 8002)
+++ packages/s3ql/trunk/debian/control	2011-12-30 16:29:36 UTC (rev 8003)
@@ -1,7 +1,7 @@
 Source: s3ql
 Section: misc
 Priority: optional
-X-Python-Version: >= 2.6
+X-Python-Version: >= 2.6.6
 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>
@@ -33,15 +33,13 @@
          ${python:Depends},
          ${shlibs:Depends},
          ${sphinxdoc:Depends},
-         python-apsw (>= 3.7.0),
          libsqlite3-0 (>= 3.7.0),
-         python-lzma (>= 0.5.3),
-         python-pycryptopp,
-         python-setuptools,
          fuse [linux-any] | fuse4bsd [kfreebsd-any],
          psmisc,
          python-argparse (>= 1.1),
-         python-llfuse (>= 0.37)
+         python-llfuse (>= 0.37),
+         python-apsw (>= 3.7.0),
+         python-lzma (>= 0.5.3)
 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
@@ -64,9 +62,14 @@
 Architecture: any
 Section: debug
 Priority: extra
-Recommends: python-dbg
-Depends: s3ql (= ${binary:Version}), 
-         ${shlibs:Depends}, 
+Recommends: python-dbg,
+            python-llfuse-dbg,
+            python-apsw-dbg,
+            python-pycryptopp-dbg,
+            python-lzma-dbg
+Depends: s3ql (= ${binary:Version}),
+         ${python:Depends},
+         ${shlibs:Depends},
          ${misc:Depends}
 Description: Full-featured file system for online data storage (debugging symbols)
  S3QL is a file system that stores all its data online. It supports




More information about the Python-apps-commits mailing list