Source: desync
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Christopher Obbard <obbardc@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               dpkg-build-api (= 1),
               help2man,
               golang-any,
               golang-github-boljen-go-bitmap-dev,
               golang-github-folbricht-tempfile-dev,
               golang-github-go-ini-ini-dev,
               golang-github-hanwen-go-fuse-dev,
               golang-github-klauspost-compress-dev,
               golang-github-minio-minio-go-dev,
               golang-github-pkg-errors-dev,
               golang-github-pkg-sftp-dev,
               golang-github-pkg-xattr-dev,
               golang-github-sirupsen-logrus-dev,
               golang-github-spf13-cobra-dev,
               golang-github-spf13-pflag-dev,
               golang-github-stretchr-testify-dev,
               golang-golang-x-crypto-dev,
               golang-golang-x-sync-dev,
               golang-google-api-dev,
               golang-google-cloud-dev,
               golang-gopkg-cheggaaa-pb.v1-dev,
               golang-siphash-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/go-team/packages/desync
Vcs-Git: https://salsa.debian.org/go-team/packages/desync.git
Homepage: https://github.com/folbricht/desync
XS-Go-Import-Path: github.com/folbricht/desync

Package: desync
Section: utils
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
Suggests: fuse3
Static-Built-Using: ${misc:Static-Built-Using}
Description: Alternative casync implementation (program)
 desync is a CLI tool that re-implements casync
 (https://github.com/systemd/casync) features for content-addressed binary
 distribution. It chunks large files using a rolling hash, deduplicates
 and compresses chunks with zstd (https://github.com/facebook/zstd), and
 distributes them via multiple store backends. It maintains compatibility
 with casync's data structures, protocols and types (chunk stores, index
 files, archives) to function as a drop-in replacement.
 .
 FUSE support for the mount-index command is available when the fuse3
 package is installed.
