summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 15:45:38 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 15:45:38 +0000
commitb503e5ac91b4dcfc4110eb5b16bf3af26136cfda (patch)
tree475a6de30a6098cecd3b93e4a96d4ea5b3681bff /debian/control
parentAdding upstream version 5.5.17. (diff)
downloadwhois-b503e5ac91b4dcfc4110eb5b16bf3af26136cfda.tar.xz
whois-b503e5ac91b4dcfc4110eb5b16bf3af26136cfda.zip
Adding debian version 5.5.17.debian/5.5.17debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control23
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).