diff options
Diffstat (limited to '')
-rw-r--r-- | debian/control | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..b2fec72 --- /dev/null +++ b/debian/control @@ -0,0 +1,23 @@ +Source: whois +Section: net +Priority: standard +Maintainer: Marco d'Itri <md@linux.it> +Standards-Version: 4.6.1.1 +Rules-Requires-Root: no +Build-Depends: debhelper-compat (= 13), gettext, pkg-config, + bash-completion, + libidn2-dev (>= 2.0.3), +Vcs-Git: https://github.com/rfc1036/whois.git +Vcs-Browser: https://github.com/rfc1036/whois + +Package: whois +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: intelligent WHOIS client + This package provides a commandline client for the WHOIS (RFC 3912) + protocol, which queries online servers for information such as contact + details for domains and IP address assignments. + It can intelligently select the appropriate WHOIS server for most queries. + . + The package also contains mkpasswd, a features-rich front end to the + password encryption function crypt(3). |