summaryrefslogtreecommitdiff
path: root/distro/pkg/deb/control
diff options
context:
space:
mode:
authorOndrej Zajicek (work) <santiago@crfreenet.org>2021-04-25 03:07:25 +0200
committerOndrej Zajicek (work) <santiago@crfreenet.org>2021-05-19 17:22:12 +0200
commit5ea3c5bfee6ed24139bc8e82cc35f08c49d6aaff (patch)
tree00cc409965be76860dcdfe6a96f59ef76f2fb981 /distro/pkg/deb/control
parent81666d2f126b94e99042ed963e45de5a95f63df5 (diff)
Pkg: Enable docs subpackage for Debian
Diffstat (limited to 'distro/pkg/deb/control')
-rw-r--r--distro/pkg/deb/control15
1 files changed, 15 insertions, 0 deletions
diff --git a/distro/pkg/deb/control b/distro/pkg/deb/control
index 5ea624b3..d431022b 100644
--- a/distro/pkg/deb/control
+++ b/distro/pkg/deb/control
@@ -8,9 +8,11 @@ Build-Depends: bison,
libncurses5-dev,
libreadline-dev | libreadline6-dev | libreadline5-dev,
libssh-gcrypt-dev,
+ linuxdoc-tools-latex,
m4,
opensp,
quilt,
+ texlive-latex-extra,
xsltproc
Maintainer: Jakub Ružička <jakub.ruzicka@nic.cz>
Uploaders: Ondřej Surý <ondrej@debian.org>
@@ -29,6 +31,7 @@ Depends: adduser,
${misc:Depends},
${shlibs:Depends}
Conflicts: bird
+Suggests: bird2-doc
Description: Internet Routing Daemon
BIRD is an Internet routing daemon with full support for all the major
routing protocols. It allows redistribution between protocols with a
@@ -38,3 +41,15 @@ Description: Internet Routing Daemon
BIRD supports IPv4 and IPv6 versions of OSPF, RIP, BGP and Babel routing
protocols. It also supports supplementary protocols like BFD, RPKI-Router
and IPv6 router advertisements.
+
+Package: bird2-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Description: Internet Routing Daemon - documentation
+ BIRD is an Internet routing daemon with full support for all the major
+ routing protocols. It allows redistribution between protocols with a
+ powerful route filtering syntax and an easy-to-use configuration
+ interface.
+ .
+ This package provides the user and developer documentation.