diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-08-06 22:22:48 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-08-06 22:22:48 +0200 |
commit | 9788628a7e645d97da9854bf9750654391aef8b6 (patch) | |
tree | a4ad7a341fdda757f3e3b163f844079a8117f94c /debianpkg | |
parent | Merge pull request #2775 from donaldsharp/stream_speedup (diff) | |
download | frr-9788628a7e645d97da9854bf9750654391aef8b6.tar.xz frr-9788628a7e645d97da9854bf9750654391aef8b6.zip |
debian: add install-info to build deps
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'debianpkg')
-rw-r--r-- | debianpkg/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debianpkg/control b/debianpkg/control index 468581045..e016eeb6c 100644 --- a/debianpkg/control +++ b/debianpkg/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Nobody <nobody@frrouting.org> Uploaders: Nobody <nobody@frrouting.org> XSBC-Original-Maintainer: <maintainers@frrouting.org> -Build-Depends: debhelper (>= 7.0.50~), libncurses5-dev, libreadline-dev, texlive-latex-base, texlive-generic-recommended, libpam0g-dev | libpam-dev, libcap-dev, texinfo (>= 4.7), autotools-dev, libpcre3-dev, gawk, chrpath, libsnmp-dev, git, dh-autoreconf, libjson-c-dev, libjson-c2 | libjson-c3, dh-systemd, libsystemd-dev, bison, flex, libc-ares-dev, pkg-config, python (>= 2.7), python-ipaddr, python-sphinx, libpython-dev +Build-Depends: debhelper (>= 7.0.50~), libncurses5-dev, libreadline-dev, texlive-latex-base, texlive-generic-recommended, libpam0g-dev | libpam-dev, libcap-dev, texinfo (>= 4.7), autotools-dev, libpcre3-dev, gawk, chrpath, libsnmp-dev, git, dh-autoreconf, libjson-c-dev, libjson-c2 | libjson-c3, dh-systemd, libsystemd-dev, bison, flex, libc-ares-dev, pkg-config, python (>= 2.7), python-ipaddr, python-sphinx, libpython-dev, install-info Standards-Version: 3.9.6 Homepage: http://www.frrouting.org/ |