use default python

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3559 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2007-06-16 22:08:41 +00:00
parent 40f7bb7f97
commit 4c0620c498
23 changed files with 22 additions and 26 deletions

3
TODO
View file

@ -1,6 +1,3 @@
- [BUGFIX] Use Py_ssize_t for indizes, according to PEP 353:
http://www.python.org/dev/peps/pep-0353/#conversion-guidelines
- [BUG REPORT] the web interface only runs on the server it is installed on.
The ALLOWED_HOSTS and ALLOWED_SERVERS variables in lc.cgi don't work and
are not (well) documented.

View file

@ -1,4 +1,4 @@
#!/usr/bin/python2.4
#!/usr/bin/python
# -*- coding: iso-8859-1 -*-
# Copyright (C) 2000-2007 Bastian Kleineidam
#

View file

@ -1,4 +1,4 @@
#!/usr/bin/python2.4
#!/usr/bin/python
# -*- coding: iso-8859-1 -*-
# Copyright (C) 2000-2007 Bastian Kleineidam
#

View file

@ -1,4 +1,4 @@
#! /usr/bin/python2.4
#! /usr/bin/python
# -*- coding: iso-8859-1 -*-
# Released to the public domain, by Tim Peters, 03 October 2000.

View file

@ -9,5 +9,5 @@ script. If you want to enable access from other hosts you have
to adjust the ALLOWED_HOSTS and ALLOWED_SERVERS variables in
the /usr/lib/cgi-bin/lc.cgi script.
The --profile option works only if the python2.4-profiler package
is installed.
The --profile option works only if the python2.5 or the
python-profiler package is installed.

2
debian/control vendored
View file

@ -2,7 +2,7 @@ Source: linkchecker
Section: web
Priority: optional
Maintainer: Bastian Kleineidam <calvin@debian.org>
Build-Depends: python-all-dev (>= 2.3.5-11), debhelper (>= 5.0.37.2), gettext, cdbs (>= 0.4.43), python-central (>= 0.5)
Build-Depends: python-all-dev (>= 2.4), debhelper (>= 5.0.37.2), gettext, cdbs (>= 0.4.43), python-central (>= 0.5)
XS-Python-Standards-Version: 0.4
XS-Python-Version: >= 2.4
Standards-Version: 3.7.2.1

2
debian/control.gui vendored
View file

@ -5,7 +5,7 @@
Package: linkchecker-gui
Architecture: all
Depends: linkchecker, python2.4-glade2
Depends: linkchecker, python-glade2
Description: check websites and HTML documents for broken links (GUI version)
Provides a graphical interface "glinkchecker" to check links of websites
and HTML documents.

1
debian/rules vendored
View file

@ -1,7 +1,6 @@
#!/usr/bin/make -f
DEB_PYTHON_SYSTEM=pycentral
DEB_PYTHON_COMPILE_VERSION=2.4
common-install-arch::
$(MAKE) locale

View file

@ -14,7 +14,7 @@ clean:
.PHONY: nav
nav: all
python2.4 ../bfknav.py
python ../bfknav.py
.PHONY: homepage
homepage: nav

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.4
#!/usr/bin/env python
# -*- coding: iso-8859-1 -*-
# Author: David Goodger

View file

@ -1,4 +1,4 @@
PYVER := 2.4
PYVER := 2.5
PYTHON := python$(PYVER)
OPTS := --copyright="Copyright (C) 2005-2007 Bastian Kleineidam" \
--license=py_gpl_head.txt --threads

View file

@ -1,4 +1,4 @@
#!/usr/bin/python2.4
#!/usr/bin/python
# -*- coding: iso-8859-1 -*-
# Copyright (C) 2004 Sandino Flores Moreno

View file

@ -1,4 +1,4 @@
python2.4 setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
# 'brp-compress' compresses the manpages without distutils knowing.
# The sed scripts append ".gz" resp. ".bz2" suffixes to the affected
# manpage filenames.

View file

@ -1,7 +1,7 @@
# this parser needs flex >= 2.5.xx from http://lex.sf.net/
# for reentrant bison parser support!
FLEX = flex
PYVER = 2.4
PYVER = 2.5
PYTHON = python$(PYVER)
all: htmllex.c htmlparse.c

View file

@ -1,4 +1,4 @@
#!/usr/bin/python2.4
#!/usr/bin/python
# -*- coding: iso-8859-1 -*-
# Copyright (C) 2000-2007 Bastian Kleineidam
#

View file

@ -2,7 +2,7 @@ XGETTEXT := xgettext
MSGFMT := msgfmt
MSGMERGE := msgmerge
POSOURCES = $(shell find ../linkcheck -name \*.py) \
../linkchecker /usr/lib/python2.4/optparse.py
../linkchecker /usr/lib/python2.5/optparse.py
LDIR = ../share/locale
PACKAGE = linkchecker
TEMPLATE = $(PACKAGE).pot

View file

@ -1,4 +1,4 @@
#!/usr/bin/python2.4
#!/usr/bin/python
# -*- coding: iso-8859-1 -*-
# Copyright (C) 2004-2007 Bastian Kleineidam
#

View file

@ -1,4 +1,4 @@
#!/usr/bin/python2.4
#!/usr/bin/python
# -*- coding: iso-8859-1 -*-
# Copyright (C) 2004-2007 Bastian Kleineidam
#

View file

@ -1,4 +1,4 @@
#!/usr/bin/python2.4
#!/usr/bin/python
# -*- coding: iso-8859-1 -*-
# Copyright (C) 2004-2007 Bastian Kleineidam
#

View file

@ -2,5 +2,5 @@
# Run python interpreter with current dir as search path, and remove all
# locale and proxy settings.
# Set PYOPTS for options, for example PYOPTS=-O.
PYVER=2.4
PYVER=2.5
env -u ftp_proxy -u http_proxy -u LANGUAGE -u LC_ALL -u LC_CTYPE LANG=C PYTHONPATH=`pwd` python${PYVER} ${PYOPTS:-} "$@"

View file

@ -7,7 +7,7 @@ doc_files = TODO
provides = linkchecker
group = Web/Utilities
install_script = install-rpm.sh
python = python2.4
python = python
[bdist_wininst]
install-script = install-linkchecker.py

View file

@ -1,4 +1,4 @@
#!/usr/bin/python2.4
#!/usr/bin/python
# -*- coding: iso-8859-1 -*-
# Copyright (C) 2000-2007 Bastian Kleineidam
#

View file

@ -1,4 +1,4 @@
#!/usr/bin/python2.4
#!/usr/bin/python
# -*- coding: iso-8859-1 -*-
#
# SchoolTool - common information systems platform for school administration