python2.1->2.2 switch

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@496 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2002-08-26 22:19:17 +00:00
parent ea578d7d43
commit 508e39c451
5 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
# This Makefile is only used by developers.
PYTHON=python2.1
PYTHON=python2.2
VERSION=$(shell $(PYTHON) setup.py --version)
PACKAGE=linkchecker
NAME=$(shell $(PYTHON) setup.py --name)

View file

@ -3,7 +3,7 @@
# Written 1998 by Gregor Hoffleit <flight@debian.org>.
# used by Bastian Kleineidam for LinkChecker
PYTHON=python2.1
PYTHON=python2.2
SITEPACKAGES=/usr/lib/$PYTHON/site-packages
DIRLIST=linkcheck
FILELIST=_linkchecker_configdata.py

View file

@ -4,7 +4,7 @@
# used by Bastian Kleineidam for LinkChecker
PACKAGE=linkchecker
PYTHON=python2.1
PYTHON=python2.2
#DEBHELPER#

2
debian/rules vendored
View file

@ -3,7 +3,7 @@
# GNU copyright 1997 to 1999 by Joey Hess.
PACKAGE=linkchecker
DOCDIR = debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)
PYTHON=python2.1
PYTHON=python2.2
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

View file

@ -129,7 +129,7 @@ myname = "Bastian Kleineidam"
myemail = "calvin@users.sourceforge.net"
setup (name = "linkchecker",
version = "1.6.0",
version = "1.6.1",
description = "check HTML documents for broken links",
author = myname,
author_email = myemail,