diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rw-r--r-- | debian/control | 2 | ||||
| -rw-r--r-- | debian/files | 1 | 
3 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index ea5ea39..84216ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +ipmitool (1.8.18-2) unstable; 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 10:50:13 +0100 +  ipmitool (1.8.18-1) unstable; urgency=medium    * New upstream release: diff --git a/debian/control b/debian/control index 62bb397..0d58f17 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends:   libncurses-dev,   libfreeipmi-dev [!hurd-i386],   libreadline-dev, - libssl-dev + libssl1.0-dev  Standards-Version: 3.9.8  Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/ipmitool.git  Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/ipmitool.git diff --git a/debian/files b/debian/files new file mode 100644 index 0000000..5a233e9 --- /dev/null +++ b/debian/files @@ -0,0 +1 @@ +ipmitool_1.8.18-2_20161118T095529z-4a69cdf2.buildinfo utils optional  | 
