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
|
Source: git-evtag
Section: devel
Priority: optional
Maintainer: Simon McVittie <smcv@debian.org>
Build-Depends:
autoconf,
automake,
debhelper-compat (= 13),
dh-sequence-python3 <!noinsttest>,
docbook-xml,
docbook-xsl,
git <!nocheck>,
gnupg <!nocheck>,
libgit2-glib-1.0-dev,
libglib2.0-dev,
libtool,
pkgconf,
python3 <!nocheck> <!noinsttest>,
xsltproc,
Standards-Version: 4.7.0
Homepage: https://github.com/cgwalters/git-evtag
Vcs-Git: https://salsa.debian.org/debian/git-evtag.git
Vcs-Browser: https://salsa.debian.org/debian/git-evtag
Rules-Requires-Root: no
Package: git-evtag
Architecture: any
Multi-Arch: foreign
Depends:
git,
gnupg,
${misc:Depends},
${shlibs:Depends},
Description: extended verification for git tags
git-evtag can be used as a replacement for git-tag -s. It will
generate a strong checksum (called Git-EVTag-v0-SHA512) over
the commit, tree, and blobs it references (and recursively over
submodules).
Package: git-evtag-tests
Build-Profiles: <!noinsttest>
Section: misc
Architecture: all
Multi-Arch: foreign
Depends:
git-evtag,
python3:any,
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Suggests:
gnome-desktop-testing,
Description: extended verification for git tags - as-installed tests
git-evtag can be used as a replacement for git-tag -s. It will
generate a strong checksum (called Git-EVTag-v0-SHA512) over
the commit, tree, and blobs it references (and recursively over
submodules).
.
This package contains "as-installed" automated tests, typically used via
gnome-desktop-testing-runner or autopkgtest.
|