File: debcargo.toml

package info (click to toggle)
rust-sequoia-git 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,436 kB
  • sloc: sh: 367; makefile: 32
file content (20 lines) | stat: -rw-r--r-- 453 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
overlay = "."
uploaders = [
    "Alexander Kjäll <alexander.kjall@gmail.com>",
    "Holger Levsen <holger@debian.org>"
]

[source]
section = "utils"

[packages.lib]
test_depends = ["git", "gpg", "gpg-agent", "faketime"]

[packages.bin]
summary = "Git commit signing policy verifier"
section = "utils"
description = """
Tool that can be used to improve a project's supply
chain security by verifying that git commits are
signed by the correct keys.
"""