diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 5 | ||||
-rw-r--r-- | debian/vyos-1x.install | 3 |
3 files changed, 14 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 00ed8ea6d..80d8bf425 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +vyos-1x (1.3.0-17) unstable; urgency=medium + + * vyos-1x-vmware: add dependency on vyos-1x + + -- Christian Poessinger <christian@poessinger.com> Sat, 21 Mar 2020 20:47:22 +0100 + vyos-1x (1.3.0-16) unstable; urgency=low * [arp] moving 'show arp' to 'show protocols static arp' diff --git a/debian/control b/debian/control index fbcc3fa2e..7b95b2c75 100644 --- a/debian/control +++ b/debian/control @@ -29,8 +29,10 @@ Depends: python3, python3-hurry.filesize, python3-vici (>= 5.7.2), python3-bottle, + python3-netaddr, python3-zmq, cron, + easy-rsa, ipaddrcheck, tcpdump, tshark, @@ -76,7 +78,9 @@ Depends: python3, iperf, iperf3, frr, + radvd, dbus, + usb-modeswitch, hostapd (>= 0.6.8), wpasupplicant (>= 0.6.7), iw, @@ -95,6 +99,7 @@ Architecture: amd64 i386 Depends: ${misc:Depends}, ${shlibs:Depends}, + vyos-1x, open-vm-tools Description: VyOS configuration scripts and data for VMware Adds configuration files required for VyOS running on VMware hosts. diff --git a/debian/vyos-1x.install b/debian/vyos-1x.install index eb19dafeb..5004d111f 100644 --- a/debian/vyos-1x.install +++ b/debian/vyos-1x.install @@ -1,6 +1,9 @@ etc/dhcp etc/init.d +etc/ppp +etc/rsyslog.d etc/systemd +etc/udev etc/vyos lib/ opt/ |