Source: s3ql
Section: misc
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Francesco Paolo Lovergine <frankie@debian.org>
Build-Depends: debhelper-compat (=13),
               python3 (>= 3.3),
               python3-dev (>= 3.3),
               python3-dbg,
               python3-setuptools (>= 0.6.14),
               python3-apsw (>= 3.7.0),
               python3-sphinx (>= 1.2),
               python3-llfuse (>= 1.0), python3-llfuse (<< 2.0),
               python3-llfuse-dbg,
               python3-cryptography,
               python3-requests,
               python3-dugong (>= 3.4),
               python3-pytest (>= 3.3.0),
               python3-defusedxml,
               python3-google-auth,
			   python3-pyfuse3,
			   python3-trio,
               cython3 (>= 0.23),
               texlive-latex-base,
               texlive-latex-recommended,
               texlive-latex-extra,
               texlive-plain-generic,
               texlive-fonts-recommended,
               libsqlite3-dev (>= 3.7.0),
               rsync,
               fuse [linux-any], fuse4bsd [kfreebsd-any],
               psmisc,
               procps,
               dh-python
Standards-Version: 4.5.1
Homepage: https://bitbucket.org/nikratio/s3ql/
Vcs-Git: https://salsa.debian.org/python-team/packages/s3ql.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/s3ql

Package: s3ql
Architecture: any
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends},
         ${sphinxdoc:Depends},
         fuse [linux-any] | fuse4bsd [kfreebsd-any],
         psmisc,
         procps,
         python3-pkg-resources,
		 python3-systemd
Description: Full-featured file system for online data storage
 S3QL is a file system that stores all its data online using storage
 services like Google Storage, Amazon S3 or OpenStack. S3QL
 effectively provides a hard disk of dynamic, infinite capacity that
 can be accessed from any computer with internet access.
 .
 S3QL is a standard conforming, full featured UNIX file system that is
 conceptually indistinguishable from any local file
 system. Furthermore, S3QL has additional features like compression,
 encryption, data de-duplication, immutable trees and snapshotting
 which make it especially suitable for online backup and archival.
 .
 In addition to accessing online storage services directoly, S3QL can
 also store its data underneath a regular mount point. This enables
 the use of S3QL with e.g. NFS, CIFS or sftp servers.

Package: s3ql-dbg
Architecture: any
Section: debug
Recommends: python3-dbg,
            python3-llfuse-dbg,
            python3-apsw-dbg,
            python3-crypto-dbg,
Depends: s3ql (= ${binary:Version}),
         ${python3:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Replaces: s3ql (<< 2.14+dfsg-1)
Multi-Arch: same
Breaks: s3ql (<< 2.14+dfsg-1)
Description: Full-featured file system for online data storage (debugging symbols)
 S3QL is a file system that stores all its data online using storage
 services like Google Storage, Amazon S3 or OpenStack. S3QL
 effectively provides a hard disk of dynamic, infinite capacity that
 can be accessed from any computer with internet access.
 .
 S3QL is a standard conforming, full featured UNIX file system that is
 conceptually indistinguishable from any local file
 system. Furthermore, S3QL has additional features like compression,
 encryption, data de-duplication, immutable trees and snapshotting
 which make it especially suitable for online backup and archival.
 .
 In addition to accessing online storage services directoly, S3QL can
 also store its data underneath a regular mount point. This enables
 the use of S3QL with e.g. NFS, CIFS or sftp servers.
 .
 This package contains the debugging symbols as well as the extension
 built for the Python 3 debug interpreter.
