Package: libsvn-web-perl
Version: 0.63-1

The 0.63-1 version of libsvn-web-perl sets the locale for running tests
in debian/rules with:

override_dh_auto_test:
        dh_auto_test -- LC_CTYPE=C.UTF-8

On Ubuntu, this causes an FTBFS, which is resolved by changing it to:

override_dh_auto_test:
        dh_auto_test -- LC_ALL=C.UTF-8

With this fix, it passes all tests, and the package builds successfully.

See the Ubuntu bug report:

https://bugs.launchpad.net/ubuntu/+source/libsvn-web-perl/+bug/1106378

Thanks,
Allison


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to