mirror of
https://github.com/amnezia-vpn/amneziawg-tools.git
synced 2025-04-11 11:36:54 +02:00
* UAPI changes for Amnezia kernel module * Fix indents * Fix indents * Fix indents * Change protocol type * Change protocol type * Change protocol type * Change protocol type * Revert "Change protocol type" * K * Fix wg-quick * Prepare packaging * Prepare packaging * Prepare packaging * Prepare packaging * naming convention fix * Bash completions * Naming unify * Naming unify * SPEC file for RPM build * SPEC file for RPM build * SPEC file for RPM build * SPEC file for RPM build --------- Co-authored-by: Mark Puha <marko10@inf.elte.hu>
15 lines
474 B
Text
15 lines
474 B
Text
Debian Packaging work for WireGuard:
|
|
|
|
* wireguard metapackage should accept a 5.6 (or later) kernel instead
|
|
of a module
|
|
|
|
* consider make check for wg during build: this depends on
|
|
scan-build, which is part of clang, but also wants to clean the
|
|
build tree first. Currently, we don't do any build-time tests.
|
|
|
|
* autopkgtest:
|
|
|
|
- from src/, run "make check" (depending on clang-tools and sparse)
|
|
and make sure it looks plausible.
|
|
|
|
- Can we add other tests?
|