summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 2ccfccc686544c4969a448513301dfa75e99faf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Source: ipcalc-ng
Section: net
Priority: optional
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
XSBC-Original-Maintainer: Fabio Augusto De Muzio Tobich <ftobich@debian.org>
Bugs: mailto:maintainers@lists.progress-linux.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.