Source: zchunk Section: utils Priority: optional Maintainer: RPM packaging team Uploaders: Peter Pentchev , Build-Depends: debhelper-compat (= 13), dh-package-notes, libcurl4-openssl-dev, libzstd-dev, meson, pkgconf, python3 , python3-pyparsing , wamerican , Standards-Version: 4.7.0 Vcs-Git: https://salsa.debian.org/pkg-rpm-team/zchunk.git Vcs-Browser: https://salsa.debian.org/pkg-rpm-team/zchunk Homepage: https://github.com/zchunk/zchunk Rules-Requires-Root: no X-Style: black Package: zchunk Architecture: any Multi-Arch: foreign Depends: libzck1 (= ${binary:Version}), ${shlibs:Depends} Description: compress a file into independent chunks zchunk is a compressed file format that splits the file into independent chunks. This allows one to only download changed chunks when downloading a new version of the file, and also makes zchunk files efficient over rsync. . zchunk files are protected with strong checksums to verify that the file downloaded is, in fact, the file desired. . This package contains the command-line tools. Package: libzck1 Section: libs Architecture: any Multi-Arch: same Depends: ${shlibs:Depends} Description: compress a file into independent chunks - shared library zchunk is a compressed file format that splits the file into independent chunks. This allows one to only download changed chunks when downloading a new version of the file, and also makes zchunk files efficient over rsync. . zchunk files are protected with strong checksums to verify that the file downloaded is, in fact, the file desired. . This package contains the shared library. Package: libzck-dev Section: libdevel Architecture: any Multi-Arch: same Depends: libzck1 (= ${binary:Version}), libzstd-dev, Description: compress a file into independent chunks - development files zchunk is a compressed file format that splits the file into independent chunks. This allows one to only download changed chunks when downloading a new version of the file, and also makes zchunk files efficient over rsync. . zchunk files are protected with strong checksums to verify that the file downloaded is, in fact, the file desired. . This package contains the header files used for development.