From bfc3f4fbc9644d12bc57f504d6a906c4072c5f4d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 21:15:14 +0200 Subject: Adding debian version 1.0.3-1. Signed-off-by: Daniel Baumann --- debian/control | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..65d2ccc --- /dev/null +++ b/debian/control @@ -0,0 +1,34 @@ +Source: ipcalc-ng +Section: net +Priority: optional +Maintainer: Fabio Augusto De Muzio Tobich +Build-Depends: debhelper-compat (= 13), + libgeoip-dev, + meson, + ninja-build, + pkg-config, + ronn +Standards-Version: 4.6.2 +Rules-Requires-Root: no +Homepage: https://gitlab.com/ipcalc/ipcalc +Vcs-Browser: https://salsa.debian.org/debian/ipcalc-ng +Vcs-Git: https://salsa.debian.org/debian/ipcalc-ng.git + +Package: ipcalc-ng +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Suggests: geoip-database +Description: parameter calculator for IPv4 and IPv6 addresses + This is a modern console tool to assist in network address calculations for + IPv4 and IPv6. + . + It acts as a tool to output human readable information about a network or + address, as well as a tool suitable to be used by scripts or other programs. + . + It's also a great tool for teach about network address calculations, as well + as learn about it. + . + It supports printing a summary about the provided network address, multiple + command line options per information to be printed, transparent IPv6 support, + and in addition it will use libGeoIP, if available, to provide geographic + information. -- cgit v1.2.3