summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rw-r--r--debian/control2
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index b93dd07..aa8b2d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ipmiutil (3.0.0-2) UNRELEASED; urgency=medium
+
+ * debian/control:
+ - Switch Build-Depeds from libssl-dev to libssl1.0-dev.
+ We can't yet use libssl 1.1.
+
+ -- Jörg Frings-Fürst <debian@jff-webhosting.net> Fri, 18 Nov 2016 11:53:56 +0100
+
ipmiutil (3.0.0-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/control b/debian/control
index f980f3a..72a4d6e 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends:
dh-autoreconf,
dh-systemd (>= 1.5),
libfreeipmi-dev (>= 1.1.5) | libopenipmi-dev (>=2.0.18),
- libssl-dev,
+ libssl1.0-dev,
libtool-bin
Standards-Version: 3.9.8
Homepage: https://sourceforge.net/projects/ipmiutil/