diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-03-31 16:41:17 +0200 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2026-03-31 16:47:53 +0200 |
| commit | d0be0a1cccd71d84e76c2b177b0a02eb8160effa (patch) | |
| tree | ebf29034e6a3e9ec5314efea9c38722510654670 /debian/control | |
| parent | f1a412985288730cc65a250da2bd4f5b87ade43f (diff) | |
| parent | b1a863acfcfbe34485bd1596b27786c6e76c44fa (diff) | |
| download | vyos-1x-d0be0a1cccd71d84e76c2b177b0a02eb8160effa.tar.gz vyos-1x-d0be0a1cccd71d84e76c2b177b0a02eb8160effa.zip | |
T8449: Merge branch 'current' of https://github.com/vyos/vyos-user-utils into user-utils
* 'current' of https://github.com/vyos/vyos-user-utils: (24 commits)
T7644: mirror workflow refactoring rollout
T7579: fix of the run trigger for CLA
T7579: added workflow for CLA
T7334: pr mirror trigger workflow added with label creation permission for default github token
T7373: remove irqtop to avoid the overhead of having a Ruby runtims (30+ MB) in the image for a single, rarely-used program
T7330: mirror workflows added
T6804: Add ipmitool to user utils
T6763: Delete Jenkins file
T6674: Action add trigger workflow to rebuild package
T5984: Add user util numactl
T5222: Remove haproxy from user-utils as it added to vyos-1x
T5632: Add user-util jq to parse JSON files from sh
T5028: Add exfat-fuse package
T5028: Add package exfatprogs
T4841: Add fancontrol user-utils package
T4426: add arpwatch to the image
user-pkgs: T4023: Add user pkg grepcidr and sorting the pkgs
Add dnsdist to the image
Include haproxy in the image
Import dependencies from the former vyos-utils package list.
...
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/debian/control b/debian/control index f991d8f48..b15244895 100644 --- a/debian/control +++ b/debian/control @@ -434,3 +434,41 @@ 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, + ndisc6, + netcat-openbsd, + nmap, + numactl, + openssh-client, + screen, + sipcalc, + socat, + ssl-cert, + whois +Description: VyOS user utilities metapackage + Installs utilities that are provided for the users but not used by VyOS scripts. |
