diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-01-31 22:22:24 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-01-31 22:22:24 +0100 |
commit | 2185cce5a56a418728d470b05fc15d57ae06a248 (patch) | |
tree | 188901d157d7b7a1884f34c60c3b04c969b17acb | |
parent | 8f0d655cc68995a0ef88dc905dc62db2af23ec90 (diff) | |
download | ipaddrcheck-master.tar.gz ipaddrcheck-master.zip |
Add alternative libcidr0-dev to build dependenciesmaster
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index ac61240..07cfa1a 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: ipaddrcheck Section: contrib/net Priority: extra Maintainer: VyOS Package Maintainers <maintainers@vyos.net> -Build-Depends: autoconf, debhelper (>= 9), libpcre3-dev, libcidr-dev, check +Build-Depends: autoconf, debhelper (>= 9), libpcre3-dev, libcidr-dev | libcidr0-dev, check Standards-Version: 3.9.6 Package: ipaddrcheck |