File: control

package info (click to toggle)
s3ql 3.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,020 kB
  • sloc: python: 15,998; makefile: 125; sh: 37; ansic: 22
file content (106 lines) | stat: -rw-r--r-- 4,433 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
Source: s3ql
Section: misc
Priority: optional
Maintainer: Nikolaus Rath <Nikolaus@rath.org>
Uploaders: Debian Python Apps Team <python-apps-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9),
               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,
               cython3 (>= 0.23),
               texlive-latex-base,
               texlive-latex-recommended,
               texlive-latex-extra,
               texlive-generic-extra,
               texlive-fonts-recommended,
               libsqlite3-dev (>= 3.7.0),
               rsync,
               fuse [linux-any], fuse4bsd [kfreebsd-any],
               psmisc,
               procps
Standards-Version: 4.1.1
Homepage: https://bitbucket.org/nikratio/s3ql/
Vcs-Git: https://salsa.debian.org/python-team/applications/s3ql.git
Vcs-Browser: https://salsa.debian.org/python-team/applications/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
Recommends: 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.
 .
 S3QL is designed to favor simplicity and elegance over performance
 and feature-creep. 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.

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.
 .
 S3QL is designed to favor simplicity and elegance over performance
 and feature-creep. 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.
 .
 This package contains the debugging symbols as well as the extension
 built for the Python 3 debug interpreter.