diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-11-18 11:55:46 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-11-18 11:55:46 +0100 |
commit | 52dbc7c76229752caa2e90e6a270f784ae486efa (patch) | |
tree | 6b049259645aebf54f1d06baeb11f6749316f1e5 /debian/control | |
parent | 5f191cb7df374c58fafed32fbdc2726adab03186 (diff) |
Switch Build-Depeds from libssl-dev to libssl1.0-dev
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
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/ |