Commit 60167856 authored by Jakub Ružička's avatar Jakub Ružička Committed by Ondrej Zajicek (work)
Browse files

docs: disable docs subpackage to fix FTBFS

Adressing following FTBFS on all older debian/ubuntu distros:

    Can't locate LinuxDocTools/Data/Latin1ToSgml.pm in @INC (you may need to install the LinuxDocTools::Data::Latin1ToSgml module)
parent 329d6e3f
Loading
Loading
Loading
Loading

distro/pkg/deb/bird2-doc.docs

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
obj/doc/bird*.html
obj/doc/bird.pdf
obj/doc/prog*.html
obj/doc/prog.pdf
+0 −15
Original line number Diff line number Diff line
@@ -8,11 +8,9 @@ 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>
@@ -31,7 +29,6 @@ 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
@@ -41,15 +38,3 @@ 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.
+0 −1394

File deleted.

Preview size limit exceeded, changes collapsed.

distro/pkg/deb/patches/series

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
0001-Sync-the-linuxdoc-mangled-files-with-linuxdoc-tools_.patch
+0 −1
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@ override_dh_auto_configure:

override_dh_auto_build:
	dh_auto_build
	dh_auto_build -- docs

override_dh_auto_install:
	dh_auto_install --destdir=debian/tmp
Loading