Package: linkchecker Severity: normal Tags: patch As Fabrice Coutadeur wrote in the bug report https://bugs.launchpad.net/bugs/598608 :
"As squeeze will be released with python2.6, all FTBFS because of python2.6 are RC bugs, so they get fixed quickly. So please forward the patch to Debian, using the correct tags and get it fixed there. This way, we will be able to sync the package." I did a patch for the linkchecker package, attaching it.
# Description: Bump from python 2.5 to python 2.6 # Forwarded: no # Origin: vendor # Author: Lorenzo De Liso <[email protected]> # Last-Update: 2010-06-26 --- linkchecker-gui.install 2010-06-26 10:35:26.146719415 +0200 +++ linkchecker-gui.install 2010-06-26 10:49:32.548009586 +0200 @@ -1,5 +1,5 @@ usr/bin/linkchecker-gui -usr/lib/python2.5/site-packages/linkcheck/gui +usr/lib/python*/*-packages/linkcheck/gui usr/share/man/man1/linkchecker-gui.1 usr/share/man/de/man1/linkchecker-gui.1 usr/share/linkchecker/lccollection.qhc --- linkchecker.install 2010-06-26 10:36:01.436719468 +0200 +++ linkchecker.install 2010-06-26 10:50:30.636717296 +0200 @@ -3,14 +3,15 @@ usr/share/man/man5/linkcheckerrc.5 usr/share/man/de/man1/linkchecker.1 usr/share/man/de/man5/linkcheckerrc.5 -usr/lib/python2.5/site-packages/_LinkChecker_configdata.py -usr/lib/python2.5/site-packages/linkcheck/*.py -usr/lib/python2.5/site-packages/linkcheck/HtmlParser -usr/lib/python2.5/site-packages/linkcheck/cache -usr/lib/python2.5/site-packages/linkcheck/checker -usr/lib/python2.5/site-packages/linkcheck/configuration -usr/lib/python2.5/site-packages/linkcheck/director -usr/lib/python2.5/site-packages/linkcheck/dns -usr/lib/python2.5/site-packages/linkcheck/htmlutil -usr/lib/python2.5/site-packages/linkcheck/logger -usr/lib/python2.5/site-packages/linkcheck/network +usr/lib/python*/*-packages/_LinkChecker_configdata.py +usr/lib/python*/*-packages/linkcheck/*.py +usr/lib/python*/*-packages/linkcheck/HtmlParser +usr/lib/python*/*-packages/linkcheck/cache +usr/lib/python*/*-packages/linkcheck/checker +usr/lib/python*/*-packages/linkcheck/configuration +usr/lib/python*/*-packages/linkcheck/director +usr/lib/python*/*-packages/linkcheck/dns +usr/lib/python*/*-packages/linkcheck/htmlutil +usr/lib/python*/*-packages/linkcheck/logger +usr/lib/python*/*-packages/linkcheck/network

