summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 35621b4..5f71a10 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
-rust-wgconfd (0.2.1-1) unstable; urgency=medium
+rust-wgconfd (0.2.1-2) unstable; urgency=medium
+
+ * Depend on wireguard-tools, not wireguard.
* Package wgconfd 0.2.1 from crates.io using debcargo 2.2.10
- -- Hristo Venev <hristo@venev.name> Mon, 30 Sep 2019 15:59:40 +0000
+ -- Hristo Venev <hristo@venev.name> Tue, 01 Oct 2019 05:44:11 +0000
diff --git a/debian/control b/debian/control
index 4c747d1..bb844c7 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Package: wgconfd
Architecture: any
Multi-Arch: allowed
Depends:
- wireguard, curl,
+ wireguard-tools, curl,
${misc:Depends},
${shlibs:Depends},
${cargo:Depends},