Merge ~xnox/ubuntu/+source/wireguard:lp2008086/kinetic into ubuntu/+source/wireguard:ubuntu/kinetic-devel

Proposed by Dimitri John Ledkov
Status: Needs review
Proposed branch: ~xnox/ubuntu/+source/wireguard:lp2008086/kinetic
Merge into: ubuntu/+source/wireguard:ubuntu/kinetic-devel
Diff against target: 36 lines (+8/-2)
2 files modified
debian/changelog (+8/-0)
debian/control (+0/-2)
Reviewer Review Type Date Requested Status
Ubuntu Stable Release Updates Team Pending
Review via email: mp+438195@code.launchpad.net

Commit message

Drop depends on wireguard-modules (always built-in), wireguard-dkms (removed from the archive). This makes wireguard package sort of redundant. LP: #2008086

To post a comment you must log in.

Unmerged commits

4466c50... by Dimitri John Ledkov

Drop depends on wireguard-modules (always built-in), wireguard-dkms (removed from the archive). This makes wireguard package sort of redundant. LP: #2008086

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index 4d0d98c..e7a5681 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,11 @@
6+wireguard (1.0.20210914-1ubuntu2.22.10.0) kinetic; urgency=medium
7+
8+ * Drop depends on wireguard-modules (always built-in), wireguard-dkms
9+ (removed from the archive). This makes wireguard package sort of
10+ redundant. LP: #2008086
11+
12+ -- Dimitri John Ledkov <dimitri.ledkov@canonical.com> Wed, 22 Feb 2023 12:35:51 +0000
13+
14 wireguard (1.0.20210914-1ubuntu2) jammy; urgency=medium
15
16 * Add better DEP8 tests (LP: #1952102):
17diff --git a/debian/control b/debian/control
18index 7912d6d..d113cce 100644
19--- a/debian/control
20+++ b/debian/control
21@@ -18,7 +18,6 @@ Rules-Requires-Root: no
22 Package: wireguard
23 Architecture: all
24 Depends:
25- wireguard-dkms (>= 0.0.20200121-2) | wireguard-modules (>= 0.0.20191219),
26 wireguard-tools (>= ${source:Version}),
27 ${misc:Depends},
28 Description: fast, modern, secure kernel VPN tunnel (metapackage)
29@@ -40,7 +39,6 @@ Depends:
30 ${shlibs:Depends},
31 Recommends:
32 nftables | iptables,
33- wireguard-modules (>= 0.0.20171001) | wireguard-dkms (>= 0.0.20191219),
34 Suggests: openresolv | resolvconf,
35 Description: fast, modern, secure kernel VPN tunnel (userland utilities)
36 WireGuard is a novel VPN that runs inside the Linux Kernel and uses

Subscribers

People subscribed via source and target branches