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 107 108 109 110 111 112 113 114 115 116 117
|
Source: seafile
Maintainer: Debian Seafile Team <team+seafile@tracker.debian.org>
Uploaders: Christoph Martin <martin@uni-mainz.de>, Moritz Schlarb <schlarbm@uni-mainz.de>
Section: net
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-python,
dh-sequence-python3,
intltool,
libcurl4-gnutls-dev,
libevent-dev,
libglib2.0-dev,
libgnutls28-dev,
libjansson-dev,
libsearpc-dev (>= 3.2.0),
libsqlite3-dev,
libwebsockets-dev,
libtool,
uuid-dev,
valac,
Build-Depends-Indep:
python3-all
Standards-Version: 4.6.2
Homepage: https://github.com/haiwen/seafile
Vcs-Browser: https://salsa.debian.org/debian/seafile
Vcs-Git: https://salsa.debian.org/debian/seafile.git
Package: seafile-daemon
Architecture: any
#Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: seafile-gui | seafile-cli
Description: Client daemon for the Seafile Client
Seafile is a file syncing and sharing software with file encryption
and group sharing, emphasis on reliability and high performance.
.
Seafile is an open source cloud storage system with privacy protection
and teamwork features. Collections of files are called libraries. Each
library can be synced separately. A library can also be encrypted with
a user chosen password. Seafile also allows users to create groups and
easily sharing files into groups.
.
This package contains the client daemon for Seafile.
Package: seafile-cli
Architecture: all
Multi-Arch: foreign
Section: utils
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends},
seafile-daemon (>= ${binary:Version}),
python3-seafile (>= ${binary:Version}),
Description: Client CLI for the Seafile Client
Seafile is a file syncing and sharing software with file encryption
and group sharing, emphasis on reliability and high performance.
.
Seafile is an open source cloud storage system with privacy protection
and teamwork features. Collections of files are called libraries. Each
library can be synced separately. A library can also be encrypted with
a user chosen password. Seafile also allows users to create groups and
easily sharing files into groups.
.
This package contains the client CLI for Seafile.
Package: libseafile0
Architecture: any
Multi-Arch: same
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Shared library for the Seafile Client
Seafile is a file syncing and sharing software with file encryption
and group sharing, emphasis on reliability and high performance.
.
Seafile is an open source cloud storage system with privacy protection
and teamwork features. Collections of files are called libraries. Each
library can be synced separately. A library can also be encrypted with
a user chosen password. Seafile also allows users to create groups and
easily sharing files into groups.
.
This package contains the shared library for Seafile.
Package: libseafile-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
libseafile0 (= ${binary:Version}),
Description: Development files for the Seafile Client
Seafile is a file syncing and sharing software with file encryption
and group sharing, emphasis on reliability and high performance.
.
Seafile is an open source cloud storage system with privacy protection
and teamwork features. Collections of files are called libraries. Each
library can be synced separately. A library can also be encrypted with
a user chosen password. Seafile also allows users to create groups and
easily sharing files into groups.
.
This package contains the development files for Seafile.
Package: python3-seafile
Architecture: all
Multi-Arch: foreign
Section: python
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends},
python3-searpc (>= 3.2.0),
Description: Python 3 bindings for the Seafile Client
Seafile is a file syncing and sharing software with file encryption
and group sharing, emphasis on reliability and high performance.
.
Seafile is an open source cloud storage system with privacy protection
and teamwork features. Collections of files are called libraries. Each
library can be synced separately. A library can also be encrypted with
a user chosen password. Seafile also allows users to create groups and
easily sharing files into groups.
.
This package contains the Python 3 bindings for Seafile.
|