summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-11-18 11:55:46 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-11-18 11:55:46 +0100
commit52dbc7c76229752caa2e90e6a270f784ae486efa (patch)
tree6b049259645aebf54f1d06baeb11f6749316f1e5 /debian
parent5f191cb7df374c58fafed32fbdc2726adab03186 (diff)
Switch Build-Depeds from libssl-dev to libssl1.0-dev
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/