summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHristo Venev <hristo@venev.name>2020-02-05 16:13:42 +0000
committerHristo Venev <hristo@venev.name>2020-02-05 16:16:17 +0000
commitd0c4a5ac8ce6be72a127b0e3ea30984377f082c9 (patch)
treefdc900c008ae2e896b1e9a3471ecdcb978f8b465
parentae0c8ff74df227b5859ada26e3069f79de439cc7 (diff)
0.3.0?
Fails to build because arrayref >= 0.3.6 is not available.
-rw-r--r--debian/changelog6
-rw-r--r--debian/control5
-rwxr-xr-xdebian/rules1
-rw-r--r--debian/wgconfd.install2
4 files changed, 12 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 5f71a10..1e42d1d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+rust-wgconfd (0.3.0-1) unstable; urgency=medium
+
+ * Update to version 0.3.0
+
+ -- Hristo Venev <hristo@venev.name> Tue, 05 Feb 2020 14:29:50 +0000
+
rust-wgconfd (0.2.1-2) unstable; urgency=medium
* Depend on wireguard-tools, not wireguard.
diff --git a/debian/control b/debian/control
index bb844c7..f28f1c6 100644
--- a/debian/control
+++ b/debian/control
@@ -7,12 +7,13 @@ Build-Depends: debhelper (>= 11),
rustc:native,
libstd-rust-dev,
librust-arrayref-0.3+default-dev (>= 0.3.5-~~),
- librust-base64-0.10+default-dev (>= 0.10.1-~~),
+ librust-base64-0.11+default-dev (>= 0.11.0-~~),
librust-chrono-0.4-dev (>= 0.4.6-~~),
librust-serde-1+default-dev,
librust-serde-derive-1+default-dev,
librust-serde-json-1+default-dev,
- librust-toml-0.5+default-dev
+ librust-toml-0.5+default-dev,
+ scdoc
Maintainer: Hristo Venev <hristo@venev.name>
Standards-Version: 4.2.0
Vcs-Git: https://git.venev.name/hristo/debian/rust-wgconfd.git
diff --git a/debian/rules b/debian/rules
index da9b12c..4fba27b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
%:
dh $@ --buildsystem cargo
+ make -C man
override_dh_auto_configure:
dh_auto_configure
diff --git a/debian/wgconfd.install b/debian/wgconfd.install
index be180b8..2fa8631 100644
--- a/debian/wgconfd.install
+++ b/debian/wgconfd.install
@@ -1,2 +1,4 @@
dist/systemd/wgconfd@.service lib/systemd/system/
dist/systemd/wgconfd-state@.service lib/systemd/system/
+man/wgconfd.5 usr/share/man/man5/
+man/wgconfd.8 usr/share/man/man8/