I'm about to do a non-maintainer upload of jlint with the attached patch, as part of the bug squashing party going on this weekend. The bug has been open for about 10 days now, the fix is trivial, there aren't any lintian or linda errors related to the change (there are some warnings about missing manpages and an old FSF address, but I'd like to keep the patch minimal), and so I'll upload directly, not via a delayed queue.
-- I'm a Luddite with neophilia
diff -u jlint-3.0/debian/changelog jlint-3.0/debian/changelog --- jlint-3.0/debian/changelog +++ jlint-3.0/debian/changelog @@ -1,3 +1,11 @@ +jlint (3.0-4.1) unstable; urgency=low + + * Non-maintainer upload. + * Added build-dependency on texinfo, suggested by Matt Kraai. + Closes: #334651. + + -- Lars Wirzenius <[EMAIL PROTECTED]> Sat, 29 Oct 2005 00:31:00 +0300 + jlint (3.0-4) unstable; urgency=low * Fix another "cast from 'const void*' to 'int' loses precision" error. diff -u jlint-3.0/debian/control jlint-3.0/debian/control --- jlint-3.0/debian/control +++ jlint-3.0/debian/control @@ -2,7 +2,7 @@ Section: devel Priority: optional Maintainer: Ganesan Rajagopal <[EMAIL PROTECTED]> -Build-Depends: debhelper (>> 3.0.0), texi2html, tetex-extra, zlib1g-dev +Build-Depends: debhelper (>> 3.0.0), texi2html, tetex-extra, zlib1g-dev, texinfo Standards-Version: 3.6.2 Package: jlint