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 118 119 120 121 122 123 124 125 126 127 128 129 130 131
|
Source: syncthing
Section: utils
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>,
Gordon Ball <gordon@chronitis.net>,
Michael Lustfield <michael@lustfield.net>
Build-Depends: debhelper (>= 9),
dh-golang,
golang-go,
# Go libs
genxdr,
golang-metrics-dev,
golang-github-kardianos-osext-dev,
golang-github-bkaradzic-go-lz4-dev,
golang-golang-x-text-dev,
golang-golang-x-net-dev,
golang-golang-x-crypto-dev,
golang-github-calmh-du-dev,
golang-github-calmh-luhn-dev,
golang-github-calmh-xdr-dev,
golang-github-thejerf-suture-dev,
golang-github-juju-ratelimit-dev,
golang-github-vitrun-qart-dev,
golang-goleveldb-dev,
golang-github-gobwas-glob-dev (>= 0.2.1),
golang-github-jackpal-gateway-dev,
golang-github-audriusbutkevicius-go-nat-pmp-dev,
golang-github-d4l3k-messagediff-dev,
golang-github-cznic-ql-dev,
golang-github-golang-groupcache-dev,
golang-github-oschwald-geoip2-golang-dev,
golang-gogoprotobuf-dev,
golang-github-lib-pq-dev,
golang-github-minio-sha256-simd-dev,
golang-github-sasha-s-go-deadlock-dev,
# Web things
fonts-font-awesome,
libjs-bootstrap
Standards-Version: 3.9.8
Homepage: https://www.syncthing.net/
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/syncthing.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/syncthing.git
XS-Go-Import-Path: github.com/syncthing/syncthing
Package: golang-github-syncthing-syncthing-dev
Architecture: all
Section: devel
Depends: ${shlibs:Depends},
${misc:Depends},
golang-go,
# Go libs
genxdr,
golang-metrics-dev,
golang-github-kardianos-osext-dev,
golang-github-bkaradzic-go-lz4-dev,
golang-golang-x-text-dev,
golang-golang-x-net-dev,
golang-golang-x-crypto-dev,
golang-github-calmh-du-dev,
golang-github-calmh-luhn-dev,
golang-github-calmh-xdr-dev,
golang-github-thejerf-suture-dev,
golang-github-juju-ratelimit-dev,
golang-github-vitrun-qart-dev,
golang-goleveldb-dev,
golang-github-gobwas-glob-dev (>= 0.2.1),
golang-github-jackpal-gateway-dev,
golang-github-audriusbutkevicius-go-nat-pmp-dev,
golang-github-d4l3k-messagediff-dev,
golang-github-cznic-ql-dev,
golang-github-golang-groupcache-dev,
golang-github-oschwald-geoip2-golang-dev,
golang-gogoprotobuf-dev,
golang-github-lib-pq-dev,
golang-github-minio-sha256-simd-dev,
golang-github-sasha-s-go-deadlock-dev
Description: decentralized file synchronization - dev package
Syncthing is an application that lets you synchronize your files across
multiple devices. This means the creation, modification or deletion of files
on one machine will automatically be replicated to your other devices.
Syncthing does not upload your data to the cloud but exchanges your data
across your machines as soon as they are online at the same time.
.
This is the dev package.
Package: syncthing
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
Description: decentralized file synchronization
Syncthing is an application that lets you synchronize your files across
multiple devices. This means the creation, modification or deletion of files
on one machine will automatically be replicated to your other devices.
Syncthing does not upload your data to the cloud but exchanges your data
across your machines as soon as they are online at the same time.
.
This package contains the main binary: syncthing.
Package: syncthing-relaysrv
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
Description: decentralized file synchronization - relay server
Syncthing is an application that lets you synchronize your files across
multiple devices. This means the creation, modification or deletion of files
on one machine will automatically be replicated to your other devices.
Syncthing does not upload your data to the cloud but exchanges your data
across your machines as soon as they are online at the same time.
.
Syncthing relies on a network of community-contributed relay servers. Anyone
can run a relay server, and it will automatically join the relay pool and be
available to Syncthing users.
.
This package contains the relay server binary: strelaysrv.
Package: syncthing-discosrv
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
Description: decentralized file synchronization - discovery server
Syncthing is an application that lets you synchronize your files across
multiple devices. This means the creation, modification or deletion of files
on one machine will automatically be replicated to your other devices.
Syncthing does not upload your data to the cloud but exchanges your data
across your machines as soon as they are online at the same time.
.
Syncthing relies on a discovery server to find peers on the internet. Anyone
can run a discovery server and point its syncthing installations to it.
.
This package contains the discovery server binary: stdiscosrv.
|