Package: tidy Version: 20051018-1 Severity: important
Whereas the manpage mentions /etc/tidy.conf as global configuration file the package ships /etc/tidy/tidy.conf which isn't used by the tidy binary at all. A patch which fixes the issue is attached. regards, -mika-
diff -urN tidy-20051018/debian/changelog tidy-20051018.fixed/debian/changelog --- tidy-20051018/debian/changelog 2007-01-21 18:26:40.000000000 +0100 +++ tidy-20051018.fixed/debian/changelog 2007-01-21 18:35:26.000000000 +0100 @@ -1,3 +1,12 @@ +tidy (20051018-2) unstable; urgency=low + + * Non-maintainer upload. + * Adjust location for configuration file, it should be + /etc/tidy.conf (as stated in the manpage as well) + and not /etc/tidy/tidy.conf. + + -- Michael Prokop <[EMAIL PROTECTED]> Sun, 21 Jan 2007 18:33:37 +0100 + tidy (20051018-1) unstable; urgency=low * New upstream release diff -urN tidy-20051018/debian/tidy.install tidy-20051018.fixed/debian/tidy.install --- tidy-20051018/debian/tidy.install 2007-01-21 18:26:40.000000000 +0100 +++ tidy-20051018.fixed/debian/tidy.install 2007-01-21 18:43:46.000000000 +0100 @@ -1,2 +1,2 @@ debian/tmp/usr/bin/tidy -debian/tidy.conf /etc/tidy/ +debian/tidy.conf /etc/