summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2026-04-02 16:43:30 +0200
committerGitHub <noreply@github.com>2026-04-02 16:43:30 +0200
commitae31ab3e6e6c0b4e6b2d78f4bfde927a46fe465a (patch)
tree06426545b0116ae536d1a19b4ad5ee324d93dbd5 /debian
parentc6ec6ade63a48a7e6a2ec5378c863d6d3b5bd000 (diff)
parentb12869bf31968d05f8f11c8b9ae66be94c3847a3 (diff)
downloadvyos-1x-ae31ab3e6e6c0b4e6b2d78f4bfde927a46fe465a.tar.gz
vyos-1x-ae31ab3e6e6c0b4e6b2d78f4bfde927a46fe465a.zip
Merge pull request #5099 from c-po/user-utils
T8449: Merge vyos-user-utils package into vyos-1x
Diffstat (limited to 'debian')
-rw-r--r--debian/control37
1 files changed, 36 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index f9998a90e..545341eae 100644
--- a/debian/control
+++ b/debian/control
@@ -376,6 +376,8 @@ Depends:
iperf,
iperf3,
# End "run monitor bandwidth-test"
+# For "run reset openvpn client"
+ socat,
# For "run wake-on-lan"
etherwake,
# For "run force ipv6-nd"
@@ -421,7 +423,6 @@ Package: vyos-1x-smoketest
Architecture: all
Depends:
skopeo,
- snmp,
vyos-1x,
vmtouch
Description: VyOS build sanity checking toolkit
@@ -433,3 +434,37 @@ Depends:
open-vm-tools
Description: VyOS configuration scripts and data for VMware
Adds configuration files required for VyOS running on VMware hosts.
+
+Package: vyos-user-utils
+Architecture: all
+Depends:
+ aptitude,
+ arpwatch,
+ atop,
+ bgpq3,
+ dnsdist,
+ dnsutils,
+ exfat-fuse,
+ exfatprogs,
+ fancontrol,
+ grepcidr,
+ haveged,
+ htop,
+ iftop,
+ iotop,
+ ipcalc,
+ ipmitool,
+ jq,
+ libnss-myhostname,
+ localepurge,
+ lsof,
+ minicom,
+ nano,
+ netcat-openbsd,
+ nmap,
+ numactl,
+ openssh-client,
+ screen,
+ sipcalc
+Description: VyOS user utilities metapackage
+ Installs utilities that are provided for the users but not used by VyOS scripts.