Package: powerpc-utils Followup-For: Bug #852575 Hello!
Greeting from the Debian BSP 02/2019 in Berlin! I have just nmu'ed powerpc-utils and uploaded the fix to DELAYED/5. Feel free to remove the package from the queue if you don't agree with the fix or let me know if you want me to remove my upload from the queue. Attaching the debdiff which can also be used for the unblock request. Cheers, Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
diff -Nru powerpc-utils-1.3.2/debian/changelog powerpc-utils-1.3.2/debian/changelog --- powerpc-utils-1.3.2/debian/changelog 2016-07-23 02:26:12.000000000 +0300 +++ powerpc-utils-1.3.2/debian/changelog 2019-02-10 16:35:38.000000000 +0300 @@ -1,3 +1,11 @@ +powerpc-utils (1.3.2-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * 03_udevadm_path.patch: Switch udevadm path prefix + from /sbin to /bin (closes: #852575) + + -- John Paul Adrian Glaubitz <glaub...@physik.fu-berlin.de> Sun, 10 Feb 2019 14:35:38 +0100 + powerpc-utils (1.3.2-1) unstable; urgency=medium * New upstream release, including bashism fix (closes: #830089) diff -Nru powerpc-utils-1.3.2/debian/patches/03_udevadm_path.patch powerpc-utils-1.3.2/debian/patches/03_udevadm_path.patch --- powerpc-utils-1.3.2/debian/patches/03_udevadm_path.patch 1970-01-01 03:00:00.000000000 +0300 +++ powerpc-utils-1.3.2/debian/patches/03_udevadm_path.patch 2019-02-10 16:35:38.000000000 +0300 @@ -0,0 +1,15 @@ +Description: Switch udevadm path prefix from /sbin to /bin +Author: John Paul Adrian Glaubitz <glaub...@physik.fu-berlin.de> +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852575 + +--- powerpc-utils-1.3.2.orig/scripts/ofpathname ++++ powerpc-utils-1.3.2/scripts/ofpathname +@@ -349,7 +349,7 @@ is_pata_dev() + local sysfs_dir + local udev_path + local udevinfo="/usr/bin/udevinfo" +- local udevadm="/sbin/udevadm" ++ local udevadm="/bin/udevadm" + + if [[ -a $udevadm ]]; then + udev_path=`$udevadm info --query=path --name=$DEVNAME` diff -Nru powerpc-utils-1.3.2/debian/patches/series powerpc-utils-1.3.2/debian/patches/series --- powerpc-utils-1.3.2/debian/patches/series 2016-04-11 09:22:12.000000000 +0300 +++ powerpc-utils-1.3.2/debian/patches/series 2019-02-10 16:35:38.000000000 +0300 @@ -1,2 +1,3 @@ 01_ipmitool_check.patch 02_systool_check.patch +03_udevadm_path.patch