1
0
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:
Wild Kat
2019-02-03 21:13:09 +01:00
parent b9a5adbd82
commit e828695a7f
2 changed files with 18 additions and 0 deletions

2
Cargo.lock generated
View File

@ -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"

View File

@ -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"