diff options
author | Viacheslav <v.gletenko@vyos.io> | 2021-12-28 17:10:36 +0000 |
---|---|---|
committer | Viacheslav <v.gletenko@vyos.io> | 2021-12-28 17:10:36 +0000 |
commit | 0c39db324863302fdb555bc10641181bb0a5167c (patch) | |
tree | 72e74ed2818f435d5f0ed9174d761f9924a6b956 /debian | |
parent | 0651ab8f1cf2b1e5b1ea6ce59e50d2f632c35227 (diff) | |
download | vyos-user-utils-0c39db324863302fdb555bc10641181bb0a5167c.tar.gz vyos-user-utils-0c39db324863302fdb555bc10641181bb0a5167c.zip |
user-pkgs: T4023: Add user pkg grepcidr and sorting the pkgs
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 39 |
1 files changed, 20 insertions, 19 deletions
diff --git a/debian/control b/debian/control index 33fd9a0..5047bc9 100644 --- a/debian/control +++ b/debian/control @@ -8,31 +8,32 @@ Standards-Version: 3.9.1 Package: vyos-user-utils Architecture: all Depends: - sipcalc, - ipcalc, - nmap, + aptitude, + atop, + bgpq3, + dnsdist, dnsutils, - whois, - netcat-openbsd, - socat, - nano, - screen, - minicom, - iftop, - lsof, - openssh-client, + grepcidr, + haproxy, haveged, htop, - atop, + iftop, iotop, + ipcalc, irqtop, - aptitude, - localepurge, - bgpq3, libnss-myhostname, - ssl-cert, + localepurge, + lsof, + minicom, + nano, ndisc6, - haproxy, - dnsdist + netcat-openbsd, + nmap, + openssh-client, + screen, + sipcalc, + socat, + ssl-cert, + whois Description: VyOS user utilities metapackage Installs utilities that are provided for the users but no used by VyOS scripts. |