Package: datefudge
Version: 1.18
Severity: minor
User: [email protected]
Usertags: multiarch
datefudge is marked as "Multi-Arch: same", but the following file is
different on hurd-i386 than on other architectures:
/usr/bin/datefudge
Diff between i386 and hurd-i386 is attached.
--
Jakub Wilk
diff -ur datefudge_1.18_i386/usr/bin/datefudge
datefudge_1.18_hurd-i386/usr/bin/datefudge
--- datefudge_1.18_i386/usr/bin/datefudge 2013-05-11 19:05:02.000000000
+0200
+++ datefudge_1.18_hurd-i386/usr/bin/datefudge 2013-05-12 01:32:45.000000000
+0200
@@ -47,7 +47,7 @@
{
lib="datefudge.so"
libpath="/usr/lib/datefudge"
- set -- "$libpath"/*-*-*/"$lib"
+ set -- "$libpath"/*-*/"$lib"
if [ ! -e "$1" ]; then
echo "Cannot find $lib in $libpath" >&2
[ -z "$POSH_VERSION" ] || echo "You might have just encountered
posh bug#636601, please try using another shell." >&2