diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-21 17:12:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-21 17:12:09 +0200 |
commit | 81e11cd7466a2bd368685f38e4f366b75bfcb39f (patch) | |
tree | 84dbd561726cc1582ecf9b9c1c1cdc72ba7a947e | |
parent | ba4ab99397d4c6699b572e3dd872469425c8162d (diff) | |
download | ipaddrcheck-81e11cd7466a2bd368685f38e4f366b75bfcb39f.tar.gz ipaddrcheck-81e11cd7466a2bd368685f38e4f366b75bfcb39f.zip |
Debian: remove stale dependency to alternating libcidr0-dev package
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 07cfa1a..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 | libcidr0-dev, check +Build-Depends: autoconf, debhelper (>= 9), libpcre3-dev, libcidr-dev, check Standards-Version: 3.9.6 Package: ipaddrcheck |