diff options
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..607164f --- /dev/null +++ b/debian/changelog @@ -0,0 +1,90 @@ +ipmiutil (3.0.0-3) unstable; urgency=medium + + * 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. + - New debian/patches/0710-systemd.patch to remove not supported + characters. + - Add override_dh_system_start with --no-start --restart-after-upgrade for + all daemons which need aipmi driver. + (Thanks to Andreas Henriksson <andreas@fatal.se>) + * 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 debian/maintscript. + - debian/control: Add Pre-Depends dpkg for maintscript. + + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Wed, 21 Dec 2016 18:00:03 +0100 + +ipmiutil (3.0.0-2) unstable; urgency=medium + + * debian/control: + - Switch Build-Depends from libssl-dev to libssl1.0-dev + until ipmiutil has been ported to OpenSSL 1.1.0. + - Bump debhelper Build-Depends minimum version to 10. + - Add missing lsb-base to Depends for binary:ipmiutil + as suggested by lintian. + * debian/compat: + - Bump compat level to 10. + + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Fri, 18 Nov 2016 13:59:54 +0100 + +ipmiutil (3.0.0-1) unstable; urgency=medium + + * New upstream release. + * debian/control: + - Add missing build dependency libtool-bin. + + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Wed, 24 Aug 2016 20:50:13 +0200 + +ipmiutil (2.9.9-1) unstable; urgency=medium + + * New upstream release. + * Refresh patches. + * debian/control: + - Correct Vcs-Git. + - Bump Standards-Version to 3.9.8 (no changes required). + * New debian/patches/0705-crontab.patch (LP: #1535408): + - Prevent running watchdog to send mails and log entries every minute. + + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 15 May 2016 23:06:42 +0200 + +ipmiutil (2.9.8-1) unstable; urgency=medium + + * New upstream release. + - Refresh patches. + * debian/copyright: Add year 2016. + * debian/control: + - Bump Standards-Version to 3.9.7 (no changes required). + - Change Vcs-* to secure uri. + * debian/watch: Bump Version to 4 (no changes required). + * New debian/patches/0105-typo.patch. + + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Thu, 18 Feb 2016 03:19:27 +0100 + +ipmiutil (2.9.7-1) unstable; urgency=medium + + * New upstream release. + * Refresh and rename patches. + * Remove erroneous debian/ipmiutuil.ipmi_port.init. + * Replace deprecated portmap with rpcbind (Closes: #796364): + - debian/patches/0700-init.patch: + + Replace portmap with rpcbind in scripts/ipmi_port.sh. + - debian/control: + + Add rpcbind to Depends. + * debian/rules: + - Pass "--with autoreconf" to dh. + + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Thu, 17 Dec 2015 21:42:37 +0100 + +ipmiutil (2.9.6-1) unstable; urgency=low + + * Initial release (Closes: #753881). + + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Fri, 29 May 2015 08:27:28 +0200 |