diff options
author | Daniil Baturin <daniil@baturin.org> | 2019-01-22 11:04:50 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-22 11:04:50 +0700 |
commit | 8f0d655cc68995a0ef88dc905dc62db2af23ec90 (patch) | |
tree | 8404dd4c87f3df78ff73d5d32394f2a29bf05a7f | |
parent | bb95c51b82f2a7b97ab4050fff014b2a4787a0bd (diff) | |
parent | ed425bf50e5e3374fbdd9ab3d1aaba803c6bde8b (diff) | |
download | ipaddrcheck-8f0d655cc68995a0ef88dc905dc62db2af23ec90.tar.gz ipaddrcheck-8f0d655cc68995a0ef88dc905dc62db2af23ec90.zip |
Merge pull request #4 from njh/check-dependencyv1.1
Added check as a build dependency
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 6e3742c..ac61240 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 +Build-Depends: autoconf, debhelper (>= 9), libpcre3-dev, libcidr-dev, check Standards-Version: 3.9.6 Package: ipaddrcheck |