mirror of
https://github.com/NLnetLabs/routinator.git
synced 2024-05-19 06:50:04 +00:00
package metadata for routinator cargo-deb builds
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1,3 +1,5 @@
|
||||
# This file is automatically @generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
[[package]]
|
||||
name = "ansi_term"
|
||||
version = "0.11.0"
|
||||
|
16
Cargo.toml
16
Cargo.toml
@ -36,3 +36,19 @@ syslog = "4.0"
|
||||
bcder = { git="https://github.com/NLnetLabs/bcder.git" }
|
||||
rpki = { git="https://github.com/NLnetLabs/rpki-rs.git" }
|
||||
|
||||
[package.metadata.deb]
|
||||
maintainer = "The NLnet Labs RPKI Team <rpki@nlnetlabs.nl>"
|
||||
license-file = ["LICENSE", "0"]
|
||||
extended-description = """\
|
||||
The Resource Public Key Infrastructure provides cryptographically signed \
|
||||
statements about the association of Internet routing resources. \
|
||||
In particular, it allows the holder of an IP address prefix to publish which \
|
||||
AS number will be the origin of BGP route announcements for it. \
|
||||
Routinator is a RPKI relying party software written in Rust. """
|
||||
depends = "$auto, rsync"
|
||||
section = "rust"
|
||||
priority = "optional"
|
||||
assets = [
|
||||
["target/release/routinator", "usr/bin/", "755"],
|
||||
]
|
||||
maintainer-scripts = "debian"
|
||||
|
Reference in New Issue
Block a user