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
|
Source: zchunk
Section: utils
Priority: optional
Maintainer: RPM packaging team <team+pkg-rpm@tracker.debian.org>
Uploaders:
Peter Pentchev <roam@debian.org>,
Build-Depends:
debhelper (>= 13.15.2~),
dh-package-notes,
dpkg-build-api (= 1),
libcurl4-openssl-dev,
libzstd-dev,
meson,
pkgconf,
python3 <!nocheck>,
python3-pyparsing <!nocheck>,
wamerican <!nocheck>,
X-DH-Compat: 14
Standards-Version: 4.7.2
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
X-Style: black
Package: zchunk
Architecture: any
Multi-Arch: foreign
Depends:
libzck1 (= ${binary:Version}),
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
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.
|