diff --git a/Makefile b/Makefile
index 1b3d945c..76534a1a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
# This Makefile is only used by developers.
-PYVER := 2.3
+PYVER := 2.4
PYTHON := python$(PYVER)
PACKAGE := linkchecker
NAME = $(shell $(PYTHON) setup.py --name)
diff --git a/config/reindent.py b/config/reindent.py
index 39b52517..1f89488f 100644
--- a/config/reindent.py
+++ b/config/reindent.py
@@ -1,4 +1,4 @@
-#! /usr/bin/python2.3
+#! /usr/bin/python2.4
# Released to the public domain, by Tim Peters, 03 October 2000.
diff --git a/debian/changelog b/debian/changelog
index db2fe2cf..e42172f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
linkchecker (2.3-1) unstable; urgency=low
* New upstream release.
+ * Depend on python 2.4 packages.
-- Bastian Kleineidam Mon, 24 Jan 2005 20:24:12 +0100
diff --git a/debian/control b/debian/control
index 50d475ed..ff451ff6 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,14 @@ Source: linkchecker
Section: web
Priority: optional
Maintainer: Bastian Kleineidam
-Build-Depends: python-dev (>= 2.3), python-dev (<< 2.4), python, debhelper (>= 4.1.51), gettext, cdbs
+Build-Depends: python2.4-dev, python, debhelper (>= 4.1.51), gettext, cdbs
Standards-Version: 3.6.1
Package: linkchecker
Architecture: any
-Depends: ${python:Depends}, python-optcomplete
+Depends: ${python:Depends}, python2.4-optcomplete
Conflicts: linkchecker-ssl
-Suggests: apache | httpd, python-psyco
+Suggests: apache | httpd, python2.4-psyco
Description: check HTML documents for broken links
Features:
o recursive checking
diff --git a/debian/rules b/debian/rules
index d374a9e4..9f18461d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ include /usr/share/cdbs/1/class/python-distutils.mk
PACKAGE = linkchecker
ROOT = $(CURDIR)/debian/$(PACKAGE)
DOCDIR = $(ROOT)/usr/share/doc/$(PACKAGE)
-PYTHON = python
+PYTHON = python2.4
CGIDIR = $(ROOT)/usr/lib/cgi-bin/lconline
HTMLDIR = $(ROOT)/var/www/lconline
SHARE = $(ROOT)/usr/share/linkchecker
diff --git a/doc/Makefile b/doc/Makefile
index e8a0fbc1..10271155 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -9,7 +9,7 @@ all: $(HTMLFILES)
./rest2htmlnav --stylesheet-path=lc.css --time $< $@
nav: all
- python bfknav.py
+ python2.4 bfknav.py
homepage: nav
cp *.html *.css *.jpg *.png $(HTMLDIR)/htdocs
diff --git a/doc/documentation.html b/doc/documentation.html
index 3c10f0e3..c6ee76b2 100644
--- a/doc/documentation.html
+++ b/doc/documentation.html
@@ -29,6 +29,7 @@ window.onload = function() {
Upgrading
Documentation
Other
+Robots
diff --git a/doc/index.html b/doc/index.html
index 4e50c4b5..7fd0905c 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -27,6 +27,7 @@ window.onload = function() {
Upgrading
Documentation
Other
+Robots
diff --git a/doc/install.html b/doc/install.html
index 39e98e9f..763499d4 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -27,6 +27,7 @@ window.onload = function() {
Upgrading
Documentation
Other
+Robots
@@ -52,7 +53,7 @@ This is available in gettext >= 0.12.
-Python >= 2.3 from http://www.python.org/ with zlib support
+Python >= 2.4 from http://www.python.org/ with zlib support
Be sure to also have installed the included distutils module.
On most distributions, the distutils module is included in
an extra "python-dev" package.
@@ -69,7 +70,7 @@ Psyco from http://psyc