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
|
Source: owncloud-client
Section: net
Priority: optional
Maintainer: ownCloud for Debian maintainers <pkg-owncloud-maintainers@lists.alioth.debian.org>
Uploaders: Pierre-Elliott Bécue <peb@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5),
cmake,
debhelper-compat (= 13),
extra-cmake-modules,
libkdsingleapplication-qt6-dev,
libre-graph-api-cpp-qt-client (>= 1.0.4-2~exp1),
libsqlite3-dev,
libxkbcommon-dev,
qt6-base-dev,
qt6-tools-dev,
qtkeychain-qt6-dev,
zlib1g-dev
Vcs-Git: https://salsa.debian.org/owncloud-team/owncloud-client.git
Vcs-Browser: https://salsa.debian.org/owncloud-team/owncloud-client
Standards-Version: 4.7.2
Homepage: https://owncloud.org/sync-clients/
Package: owncloud-client
Architecture: any
Multi-Arch: no
Depends: libowncloudsync0t64 (= ${binary:Version}),
libqt6sql6-sqlite,
libqt6svg6,
${misc:Depends},
${shlibs:Depends}
Recommends: owncloud-client-doc
Breaks: owncloud-client-l10n (<= 2.6.3.14058+dfsg-1.1)
Replaces: owncloud-client-l10n (<= 2.6.3.14058+dfsg-1.1)
Description: folder synchronization with an ownCloud server - GUI
The ownCloudSync system lets you always have your latest files wherever
you are. Just specify one or more folders on the local machine to and a server
to synchronize to. You can configure more computers to synchronize to the same
server and any change to the files on one computer will silently and reliably
flow across to every other.
.
owncloud-client provides the graphical client specialising in
synchronizing with cloud storage provided by ownCloud.
Package: libowncloudsync0t64
Provides: ${t64:Provides}
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Replaces: libowncloudsync0, libocsync0
Breaks: libowncloudsync0 (<< ${source:Version}), libocsync0
Section: libs
Description: ownCloudSync folder synchronization - libraries
The ownCloudSync system lets you always have your latest files wherever
you are. Just specify one or more folders on the local machine to and a server
to synchronize to. You can configure more computers to synchronize to the same
server and any change to the files on one computer will silently and reliably
flow across to every other.
.
This library is based on CSync, but adds functions that are missing in
CSync and more specific to graphical clients.
Package: libowncloudsync-dev
Architecture: any
Multi-Arch: same
Depends: libowncloudsync0t64 (= ${binary:Version}), ${misc:Depends}
Replaces: libocsync-dev
Breaks: libocsync-dev
Section: libdevel
Description: development files for owncloudsync
The ownCloudSync system lets you always have your latest files wherever
you are. Just specify one or more folders on the local machine to and a server
to synchronize to. You can configure more computers to synchronize to the same
server and any change to the files on one computer will silently and reliably
flow across to every other.
.
This package contains the library development files.
Package: owncloud-client-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: ownCloudSync folder synchronization - shared data
The ownCloudSync system lets you always have your latest files wherever
you are. Just specify one or more folders on the local machine to and a server
to synchronize to. You can configure more computers to synchronize to the same
server and any change to the files on one computer will silently and reliably
flow across to every other.
.
This package provides data that is shared between different packages.
Package: owncloud-client-cmd
Architecture: any
Depends: libowncloudsync0t64 (= ${binary:Version}),
libqt6sql6-sqlite,
${misc:Depends},
${shlibs:Depends}
Description: folder synchronization with an ownCloud server - cmd client
The ownCloudSync system lets you always have your latest files wherever
you are. Just specify one or more folders on the local machine to and a server
to synchronize to. You can configure more computers to synchronize to the same
server and any change to the files on one computer will silently and reliably
flow across to every other.
.
This package provides the command line client specialising in
synchronizing with cloud storage provided by ownCloud.
|