summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 09:54:46 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 09:54:46 +0000
commit2d0129f6c70a7db250da488eb8668b3eb497c292 (patch)
tree49340fe84caa1e95035f5c240933c43f84763565 /debian/control
parentAdding upstream version 0.8.0. (diff)
downloadlibrtr-2d0129f6c70a7db250da488eb8668b3eb497c292.tar.xz
librtr-2d0129f6c70a7db250da488eb8668b3eb497c292.zip
Adding debian version 0.8.0-1.debian/0.8.0-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/control70
1 files changed, 70 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..910be57
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,70 @@
+Source: librtr
+Section: libs
+Priority: optional
+Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
+Uploaders: Lukas Schwaighofer <lukas@schwaighofer.name>
+Build-Depends:
+ cmake,
+ debhelper-compat (= 13),
+ doxygen,
+ libssh-dev,
+ pkg-config
+Standards-Version: 4.6.0
+Rules-Requires-Root: no
+Homepage: https://rtrlib.realmv6.org/
+Vcs-Browser: https://salsa.debian.org/pkg-security-team/librtr
+Vcs-Git: https://salsa.debian.org/pkg-security-team/librtr.git
+
+Package: librtr-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+Depends: librtr0 (= ${binary:Version}), ${misc:Depends}, libssh-dev
+Suggests: librtr-doc
+Description: Small extensible RPKI-RTR-Client C library - development files
+ RTRlib is an open-source C implementation of the RPKI/Router Protocol
+ client. The library allows one to fetch and store validated prefix origin data
+ from a RTR-cache and performs origin verification of prefixes. It supports
+ different types of transport sessions (e.g., SSH, unprotected TCP) and is
+ easily extendable.
+ .
+ This package contains development files.
+
+Package: librtr-doc
+Section: doc
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Description: Small extensible RPKI-RTR-Client C library - documentation
+ RTRlib is an open-source C implementation of the RPKI/Router Protocol
+ client. The library allows one to fetch and store validated prefix origin data
+ from a RTR-cache and performs origin verification of prefixes. It supports
+ different types of transport sessions (e.g., SSH, unprotected TCP) and is
+ easily extendable.
+ .
+ This package contains the doxygen generated HTML documentation for the
+ libraries.
+
+Package: librtr0
+Architecture: any
+Multi-Arch: same
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Small extensible RPKI-RTR-Client C library
+ RTRlib is an open-source C implementation of the RPKI/Router Protocol
+ client. The library allows one to fetch and store validated prefix origin data
+ from a RTR-cache and performs origin verification of prefixes. It supports
+ different types of transport sessions (e.g., SSH, unprotected TCP) and is
+ easily extendable.
+
+Package: rtr-tools
+Section: utils
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: RPKI-RTR command line tools
+ Contains tools provided with RTRlib.
+ .
+ rtrclient is command line that connects to an RPKI-RTR server and prints
+ protocol information and information about the fetched ROAs.
+ .
+ rpki-rov is a command line tool that connects to an RPKI-RTR server and allows
+ validating IP prefixes and origin ASes.