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
|
Source: pristine-tar
Maintainer: Tomasz Buchert <tomasz@debian.org>
Uploaders: Antonio Terceiro <terceiro@debian.org>
Section: utils
Priority: optional
Build-Depends: debhelper (>= 12),
debhelper-compat (= 12),
git,
perl,
shunit2,
xdelta,
xdelta3,
zlib1g-dev
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/debian/pristine-tar
Vcs-Git: https://salsa.debian.org/debian/pristine-tar.git
Homepage: http://kitenet.net/~joey/code/pristine-tar/
Package: pristine-tar
Architecture: any
Depends: tar (>= 1.27-3),
xdelta,
xdelta3,
${misc:Depends},
${perl:Depends},
${shlibs:Depends}
Recommends: bzip2, pbzip2, xz-utils
Description: regenerate pristine tarballs
pristine-tar can regenerate a pristine upstream tarball using only a small
binary delta file and a revision control checkout of the upstream branch.
.
The package also includes a pristine-gz command, which can regenerate a
pristine .gz file, a pristine-bz2 for .bz2 files, and a pristine-xz for .xz
files.
.
The delta file is designed to be checked into revision control along-side
the upstream branch, thus allowing Debian packages to be built entirely
using sources in revision control, without the need to keep copies of
upstream tarballs.
.
An optional upstream signature may be attached to tarballs for verification
by, for example, dpkg-source(1).
|