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
|
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-compat (= 13),
libcurl4-openssl-dev,
libzstd-dev,
meson,
pkg-config,
python3 <!nocheck>,
wamerican <!nocheck>,
Standards-Version: 4.6.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
Rules-Requires-Root: no
Package: zchunk
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs: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
Depends: ${misc: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: ${misc: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.
|