summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:15:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:15:14 +0000
commitbfc3f4fbc9644d12bc57f504d6a906c4072c5f4d (patch)
tree33c71d73689f44be272ac42fba0bfa78d9598d76 /debian/control
parentAdding upstream version 1.0.3. (diff)
downloadipcalc-ng-bfc3f4fbc9644d12bc57f504d6a906c4072c5f4d.tar.xz
ipcalc-ng-bfc3f4fbc9644d12bc57f504d6a906c4072c5f4d.zip
Adding debian version 1.0.3-1.debian/1.0.3-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/control34
1 files changed, 34 insertions, 0 deletions
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 <ftobich@debian.org>
+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.