summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHristo Venev <hristo@venev.name>2019-10-01 08:47:01 +0300
committerHristo Venev <hristo@venev.name>2019-10-01 08:47:01 +0300
commitae0c8ff74df227b5859ada26e3069f79de439cc7 (patch)
treee41fe604853ed597f39d115dd299ec43ef0502cd
parentb9fe48752ea9fb6b0d8f17f4aacf77ed831acf6b (diff)
Depend on wireguard-tools, not wireguard.
-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},