Package: usbauth-notifier
Version: 1.0.1+git20190124.b308d5b-2
Severity: important
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu eoan ubuntu-patch

Dear Kun-Hung,

As for libusbauth-configparser, usbauth-notifier's autopkgtest is failing on
armhf in Ubuntu.  The cause, and the fix, are the same: do not wrap ldconfig
-p in a call to sudo.

Thanks,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                   https://www.debian.org/
slanga...@ubuntu.com                                     vor...@debian.org
diff -Nru usbauth-notifier-1.0.1+git20190124.b308d5b/debian/tests/test 
usbauth-notifier-1.0.1+git20190124.b308d5b/debian/tests/test
--- usbauth-notifier-1.0.1+git20190124.b308d5b/debian/tests/test        
2019-04-20 21:44:46.000000000 -0700
+++ usbauth-notifier-1.0.1+git20190124.b308d5b/debian/tests/test        
2019-04-29 21:56:39.000000000 -0700
@@ -6,7 +6,7 @@
 set -e
 
 echo "run: Check if library file exist"
-if sudo ldconfig -p | grep libusbauth-configparser
+if ldconfig -p | grep libusbauth-configparser
 then
     echo "run: Found libary"
 else

Reply via email to