diff options
| author | Silas McCroskey <smccroskey@cumulusnetworks.com> | 2017-02-15 00:34:42 +0700 | 
|---|---|---|
| committer | Martin Winter <mwinter@opensourcerouting.org> | 2017-11-17 17:55:30 -0800 | 
| commit | dc885deff170440e2ae570a885b7c1ff20fbd6e6 (patch) | |
| tree | 8af78b1706ab7116c35abefaa27419cf515d5b19 /debian | |
| parent | 7fa9aa586cae1d1e6bb26e5c3794eb92f8199f8d (diff) | |
debian: add pkg-config to build-depends
Testing-done: `--add-depends pkg-config' sbuild
The dependency on pkg-config was introduced recently, and
missed because it's in our schroots by default. Need to add
it for other build environments (e.g. ubuntu schroots).
Signed-off by: Silas McCroskey <smccroskey@cumulusnetworks.com>
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/backports/ubuntu12.04/debian/control | 2 | ||||
| -rw-r--r-- | debian/backports/ubuntu14.04/debian/control | 2 | ||||
| -rw-r--r-- | debian/control | 2 | 
3 files changed, 3 insertions, 3 deletions
diff --git a/debian/backports/ubuntu12.04/debian/control b/debian/backports/ubuntu12.04/debian/control index da7aa0390d..3f30a023c0 100644 --- a/debian/backports/ubuntu12.04/debian/control +++ b/debian/backports/ubuntu12.04/debian/control @@ -3,7 +3,7 @@ Section: net  Priority: optional  Maintainer: Nobody <nobody@freerangerouting.org>  Uploaders: Nobody <nobody@freerangerouting.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, python-ipaddr +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, python-ipaddr, pkg-config  Standards-Version: 3.9.6  Homepage: http://www.freerangerouting.org/  XS-Testsuite: autopkgtest diff --git a/debian/backports/ubuntu14.04/debian/control b/debian/backports/ubuntu14.04/debian/control index 16bdc163a2..23a1ae826d 100644 --- a/debian/backports/ubuntu14.04/debian/control +++ b/debian/backports/ubuntu14.04/debian/control @@ -3,7 +3,7 @@ Section: net  Priority: optional  Maintainer: Nobody <nobody@freerangerouting.org>  Uploaders: Nobody <nobody@freerangerouting.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, python-ipaddr +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, python-ipaddr, pkg-config  Standards-Version: 3.9.6  Homepage: http://www.freerangerouting.org/  XS-Testsuite: autopkgtest diff --git a/debian/control b/debian/control index 84b04c347d..7d735e5597 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ 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, libc-ares-dev, python3-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), 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, pkg-config  Standards-Version: 3.9.6  Homepage: http://www.frr.net/  XS-Testsuite: autopkgtest  | 
