diff options
author | Marco d'Itri <md@linux.it> | 2017-12-10 17:06:29 +0100 |
---|---|---|
committer | Marco d'Itri <md@linux.it> | 2017-12-10 17:16:37 +0100 |
commit | 31250d3ba69fc8bac7fb70853944cd427ae9f192 (patch) | |
tree | 8929c6e1ebcf2ea8e323b0316bd01da2aeb51ecc /debian | |
parent | 6557a52b3e461645caa2f5795e70b5560b5e4246 (diff) | |
download | whois-31250d3ba69fc8bac7fb70853944cd427ae9f192.tar.gz |
Switch to libidn2
See e20b8bbab3687aa26294bc3c443b4a43292b7636 for details.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 6b81df2..63e1704 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,9 @@ Source: whois Section: net Priority: standard Maintainer: Marco d'Itri <md@linux.it> -Standards-Version: 4.1.1.1 +Standards-Version: 4.1.2 Rules-Requires-Root: no -Build-Depends: debhelper (>= 9), gettext, libidn11-dev +Build-Depends: debhelper (>= 9), gettext, libidn2-dev (>= 2.0.3) Vcs-Git: git://github.com/rfc1036/whois.git Vcs-Browser: https://github.com/rfc1036/whois |