File: control

package info (click to toggle)
stayrtr 0.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,520 kB
  • sloc: makefile: 90; sh: 3
file content (44 lines) | stat: -rw-r--r-- 1,497 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
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Source: stayrtr
Maintainer: Marco d'Itri <md@linux.it>
Uploaders: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Section: net
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13), dh-golang,
 dh-sequence-golang,
 dh-sequence-installsysusers, debhelper (>= 13.9),
 golang-any,
 golang-github-google-go-cmp-dev,
 golang-github-prometheus-client-golang-dev,
 golang-github-stretchr-testify-dev,
 golang-golang-x-crypto-dev,
 golang-logrus-dev,
Standards-Version: 4.7.2.0
Vcs-Browser: https://salsa.debian.org/md/stayrtr
Vcs-Git: https://salsa.debian.org/md/stayrtr.git
Homepage: https://github.com/bgp/stayrtr
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/bgp/stayrtr

Package: stayrtr
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
Recommends: rpki-client
Conflicts: gortr
Built-Using: ${misc:Built-Using}
Description: RPKI to Router server
 StayRTR is an implementation of the RPKI to Router protocol (RFC 6810):
 it can be used to publish Resource Public Key Infrastructure (RFC 6480)
 prefix origin data from a trusted cache to BGP routers.

Package: golang-github-bgp-stayrtr-dev
Architecture: all
Section: golang
Depends: ${misc:Depends},
 golang-github-prometheus-client-golang-dev,
 golang-github-sirupsen-logrus-dev,
 golang-github-stretchr-testify-dev,
 golang-golang-x-crypto-dev,
Multi-Arch: foreign
Description: RPKI to router protocol library
 StayRTR is an implementation of the RPKI to router protocol (RFC 6810).