File: control

package info (click to toggle)
git-evtag 2022.1-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 360 kB
  • sloc: ansic: 841; sh: 389; python: 86; xml: 48; makefile: 46
file content (60 lines) | stat: -rw-r--r-- 1,579 bytes parent folder | download
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.