diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-03-10 13:02:09 -0500 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-03-10 13:02:09 -0500 | 
| commit | a492bccacaaefeed8ee1f6fa1f9b2cf8f78455e8 (patch) | |
| tree | 1ce807d40c7d771dddc1548d789c5e65b3b19213 /debian/control | |
| parent | 3a58a629c2b92122c018a2901bd9a43b51262622 (diff) | |
debian: Allow building the .deb to know about new dependency
libc-ares-dev and libc-ares2 are now dependencies to build nhrpd
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index ac9298425f..4ecbefc6d6 100644 --- a/debian/control +++ b/debian/control @@ -3,14 +3,14 @@ Section: net  Priority: optional  Maintainer: Christian Hammers <ch@debian.org>  Uploaders: Florian Weimer <fw@debian.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), imagemagick, ghostscript, groff, po-debconf, autotools-dev, hardening-wrapper, libpcre3-dev, gawk, chrpath, libsnmp-dev, git, dh-autoreconf, libjson0, libjson0-dev, dh-systemd, libsystemd-dev, python-ipaddr, bison, flex +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), imagemagick, ghostscript, groff, po-debconf, autotools-dev, hardening-wrapper, libpcre3-dev, gawk, chrpath, libsnmp-dev, git, dh-autoreconf, libjson0, libjson0-dev, dh-systemd, libsystemd-dev, python-ipaddr, bison, flex, libc-ares-dev  Standards-Version: 3.9.6  Homepage: http://www.frr.net/  XS-Testsuite: autopkgtest  Package: frr  Architecture: any -Depends: ${shlibs:Depends}, logrotate (>= 3.2-11), iproute, ${misc:Depends} +Depends: ${shlibs:Depends}, logrotate (>= 3.2-11), iproute, ${misc:Depends}, libc-ares2  Pre-Depends: adduser  Conflicts: zebra, zebra-pj  Replaces: zebra, zebra-pj  | 
