diff options
| -rw-r--r-- | debian/changelog | 49 | 
1 files changed, 27 insertions, 22 deletions
| diff --git a/debian/changelog b/debian/changelog index 1c03a73..f398544 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,28 +1,33 @@  ipmiutil (3.0.1-1) unstable; urgency=medium -  * New upstream release: -    - Correct some systemd issues (Closes: #848861): -      + debian/rules: Add overright_dh_systemd_enable to install *.service -        files and add option --no-enable to all services which need a ipmi -        driver. -      + Add override_dh_system_start with --no-start --restart-after-upgrade -        for all daemons which need a ipmi driver. -      (Thanks to Andreas Henriksson <andreas@fatal.se>) -    - Switch to OpenSSL 1.1.0 (Closes: #828353) -      + Switch Build-Depends from libssl1.0-dev to libssl-dev. -      + Add openssl to Build-Depends (requested for the configure script). -  * Drop both dh-autoreconf/dh-systemd from both build-depends -    and dh --with arguments because this is all defaults when -    using dh compat 10. -    (Thanks to Andreas Henriksson <andreas@fatal.se>) -  * Move purge action from prerm to postrm to clean /var/lib/ipmiutil -    correctly. -  * debian/rules: remove overright_dh_installinit to prevent -    side effects with systemd. -  * Remove unwanted conf files from /etc/init.d: +  * New upstream release. +  * Fix configuration issues with service files (Closes: #848861): +    - debian/rules: +      + Add override_dh_systemd_enable to install *.service +        files and add --no-enable option to all services which +        need an IPMI driver. +      + Remove override_dh_installinit so no conflicting +        init scripts are installed. +      + Add override_dh_system_start with --no-start and +        --restart-after-upgrade for all daemons which need +        an IPMI driver. +    Thanks to Andreas Henriksson <andreas@fatal.se>! +  * Drop both dh-autoreconf and dh-systemd from both Build-Depends +    and drop "--with systemd --with autoreconf" from dh because +    this is already default when using dh compatibility level 10. +    Thanks to Andreas Henriksson <andreas@fatal.se>! +  * Migrate to OpenSSL 1.1.0 (Closes: #828353) +    - debian/control: +      + Replace libssl1.0-dev with libssl-dev in Build-Depends. +      + Add openssl to Build-Depends (required for configure script). +  * Move purge action from prerm to postrm script to +    properly clean up /var/lib/ipmiutil/ directory. +  * Remove cruft files from /etc/init.d/:      - New debian/maintscript. -    - debian/control: Add Pre-Depends dpkg for maintscript. -  * debian/copyright: Add year 2017 to debian/*. +    - debian/control: +      + Add dpkg to Pre-Depends for maintscript. +  * debian/copyright: +    - Update copyright years for 2017.   -- Jörg Frings-Fürst <debian@jff-webhosting.net>  Tue, 03 Jan 2017 03:38:28 +0100 | 
