mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-28 01:54:42 +00:00
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:
parent
ea578d7d43
commit
508e39c451
5 changed files with 5 additions and 5 deletions
2
Makefile
2
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
2
debian/linkchecker.postinst
vendored
2
debian/linkchecker.postinst
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
debian/linkchecker.prerm
vendored
2
debian/linkchecker.prerm
vendored
|
|
@ -4,7 +4,7 @@
|
|||
# used by Bastian Kleineidam for LinkChecker
|
||||
|
||||
PACKAGE=linkchecker
|
||||
PYTHON=python2.1
|
||||
PYTHON=python2.2
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
|
|
|
|||
2
debian/rules
vendored
2
debian/rules
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue