tags 939739 patch Attached is a patch to fix this.
Also attached is a debdiff for an NMU that fixes this and some other small issues. -- Richard
diff -Nru openipmi-2.0.25/debian/openipmi.init openipmi-2.0.25/debian/openipmi.init --- openipmi-2.0.25/debian/openipmi.init 2018-05-19 04:04:51.000000000 -0500 +++ openipmi-2.0.25/debian/openipmi.init 2020-03-07 00:50:04.000000000 -0600 @@ -77,7 +77,7 @@ DEV_IPMI_TIMEOUT=15 UDEV_EXISTS=0 -if [ -e /sbin/udev -o -e /sbin/udevd ]; then +if [ -e /lib/systemd/systemd-udevd ]; then UDEV_EXISTS=1 fi
diff -Nru openipmi-2.0.25/debian/changelog openipmi-2.0.25/debian/changelog --- openipmi-2.0.25/debian/changelog 2019-03-27 16:57:19.000000000 -0500 +++ openipmi-2.0.25/debian/changelog 2020-03-07 01:19:35.000000000 -0600 @@ -1,3 +1,13 @@ +openipmi (2.0.25-2.2) unstable; urgency=medium + + * Non-maintainer upload. + * Fix udev detection (Closes: 939739) + * Update Standards-Version to 4.5.0 + - Set Rules-Requires-Root: no + * Add LGPL-2+ license grant to debian/copyright + + -- Richard Laager <rlaa...@wiktel.com> Sat, 07 Mar 2020 01:19:35 -0600 + openipmi (2.0.25-2.1) unstable; urgency=medium * Non-maintainer upload, with pre-approval from current maintainer. diff -Nru openipmi-2.0.25/debian/control openipmi-2.0.25/debian/control --- openipmi-2.0.25/debian/control 2018-05-18 17:15:41.000000000 -0500 +++ openipmi-2.0.25/debian/control 2020-03-07 01:16:36.000000000 -0600 @@ -3,7 +3,8 @@ Priority: optional Maintainer: Noël Köthe <n...@debian.org> Build-Depends: debhelper (>> 11.0.0), libsnmp-dev, libpopt-dev, libncurses5-dev, chrpath, libssl-dev -Standards-Version: 4.1.4 +Standards-Version: 4.5.0 +Rules-Requires-Root: no Homepage: http://openipmi.sourceforge.net/ Package: openipmi diff -Nru openipmi-2.0.25/debian/copyright openipmi-2.0.25/debian/copyright --- openipmi-2.0.25/debian/copyright 2018-05-19 04:04:51.000000000 -0500 +++ openipmi-2.0.25/debian/copyright 2020-03-07 01:19:35.000000000 -0600 @@ -6,6 +6,11 @@ Files: * Copyright: 2004- MontaVista Software Inc., Corey Minyard <cminy...@mvista.com> License: LGPL + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public License + as published by the Free Software Foundation; either version 2 of + the License, or (at your option) any later version. + . On Debian systems, the full text of the LGPL License can be found in the file `/usr/share/common-licenses/LGPL'. diff -Nru openipmi-2.0.25/debian/openipmi.init openipmi-2.0.25/debian/openipmi.init --- openipmi-2.0.25/debian/openipmi.init 2018-05-19 04:04:51.000000000 -0500 +++ openipmi-2.0.25/debian/openipmi.init 2020-03-07 00:50:04.000000000 -0600 @@ -77,7 +77,7 @@ DEV_IPMI_TIMEOUT=15 UDEV_EXISTS=0 -if [ -e /sbin/udev -o -e /sbin/udevd ]; then +if [ -e /lib/systemd/systemd-udevd ]; then UDEV_EXISTS=1 fi
signature.asc
Description: OpenPGP digital signature