-
ipmiutil (3.1.3-1) unstable; urgency=medium
* New upstream release.
* Declare compliance with Debian Policy 4.2.1 (No changes needed).
-- Jörg Frings-Fürst <email address hidden> Mon, 01 Oct 2018 23:07:55 +0200
-
ipmiutil (3.1.2-1) unstable; urgency=medium
* New upstream release.
- Refresh patches.
-- Jörg Frings-Fürst <email address hidden> Fri, 03 Aug 2018 18:34:16 +0200
-
ipmiutil (3.1.1-1) unstable; urgency=high
* New upstream release.
* Declare compliance with Debian Policy 4.1.5 (No changes needed).
* Move source.lintian-overrides to the preferred
debian/source/lintian-overrides.
* debian/copyright:
- Use secure copyright format URI.
- Change years for Andy Cress.
* debian/rules:
- Fix FTBFS with dh_installsystemd (Closes: #901731).
* debian/control:
- Switch Vcs-* to new location.
* Refresh debian/patches/0105-typo.patch.
-- Jörg Frings-Fürst <email address hidden> Tue, 10 Jul 2018 18:21:47 +0200
-
ipmiutil (3.0.8-1) unstable; urgency=medium
* New upstream release.
- Refresh debian/patch/0700-init.patch.
* Change to my new mail address:
- debian/control,
- debian/copyright
* Declare compliance with Debian Policy 4.1.3 (No changes needed).
* Migrate to debhelper 11:
- Change debian/compat to 11.
- Bump minimum debhelper version in debian/control to >= 11.
* debian/rules (Closes: #877211):
- Add --no-parallel to fix frequent parallel FTBFS.
Thanks to Adrian Bunk <email address hidden>.
- Switch from deprecated dh_systemd_enable to dh_installsystemd.
-- Jörg Frings-Fürst <email address hidden> Tue, 06 Mar 2018 07:43:32 +0100
-
ipmiutil (3.0.7-1) unstable; urgency=medium
* New upstream release.
* Refresh patches:
- debian/patches/0700-init.patch.
- debian/patches/0705-crontab.patch.
* New source.lintian-overrides to override ancient-libtool warning.
- With compat level 10 autoreconf called every time.
* Add new section at README.source to explain the branching model used.
* Declare compliance with Debian Policy 4.1.1. (No changes needed).
* Drop autotools-dev from Build-Depends and drop "--with autotools-dev"
from dh because this is already default when using dh compatibility
level 10.
-- Jörg Frings-Fürst <email address hidden> Sat, 14 Oct 2017 19:41:11 +0200
-
ipmiutil (3.0.1-1) unstable; urgency=medium
* 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 <email address hidden>!
* 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 <email address hidden>!
* 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 dpkg to Pre-Depends for maintscript.
* debian/copyright:
- Update copyright years for 2017.
-- Jörg Frings-Fürst <email address hidden> Tue, 03 Jan 2017 03:38:28 +0100