Source: timew
Version: 1.5.0+ds.1-1
Severity: important
Tags: patch

In response to https://gitlab.com/man-db/man-db/-/issues/17, I changed
the mandb program in man-db 2.12.0 to issue a warning if it's run
without the -u/--user-db option but doesn't have the necessary
permissions to write to system databases.  This caused timew's
autopkgtests to fail due to the extra text on stderr.  The following
patch fixes it.

diff --git a/debian/tests/timewarrior b/debian/tests/timewarrior
index 53bea1c..dcd6021 100644
--- a/debian/tests/timewarrior
+++ b/debian/tests/timewarrior
@@ -11,7 +11,7 @@ mkdir src
 ln -s /usr/bin/timew src/timew
 
 # regen man DB, since the tests use it
-mandb
+mandb -u
 
 cd test
 # requires compilation

Thanks,

-- 
Colin Watson (he/him)                              [cjwat...@debian.org]

Reply via email to