Commit cc3cab4b authored by Daniel Kahn Gillmor's avatar Daniel Kahn Gillmor

add new wireguard metapackage

This should make it easier for users to just:

    apt install wireguard
parent de66cdb1
......@@ -13,6 +13,25 @@ Homepage: https://www.wireguard.com
Vcs-Git: https://salsa.debian.org/debian/wireguard.git
Vcs-Browser: https://salsa.debian.org/debian/wireguard
Package: wireguard
Architecture: all
Depends:
wireguard-dkms (= ${source:Version}) | wireguard-modules,
wireguard-tools (<< ${source:Version}.1~),
wireguard-tools (>= ${source:Version}),
${misc:Depends},
Description: fast, modern, secure kernel VPN tunnel (metapackage)
WireGuard is a novel VPN that runs inside the Linux Kernel and uses
state-of-the-art cryptography (the "Noise" protocol). It aims to be
faster, simpler, leaner, and more useful than IPSec, while avoiding
the massive headache. It intends to be considerably more performant
than OpenVPN. WireGuard is designed as a general purpose VPN for
running on embedded interfaces and super computers alike, fit for
many different circumstances. It runs over UDP.
.
This metapackage explicitly depends on both the kernel module and the
userspace tooling.
Package: wireguard-dkms
Architecture: all
Section: kernel
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment