From 451d8f1471d02d72542be0a54b8e3911049eee5d Mon Sep 17 00:00:00 2001 From: calvin Date: Tue, 13 Jun 2000 23:04:44 +0000 Subject: [PATCH] Makefile changes git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@114 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- Makefile | 13 +++++++++++-- TODO | 2 ++ debian/control | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e5928ad5..a540a878 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ TAR = tar ZIP = zip all: - @echo "run python setup.py --help to see how to build and install" + @echo "Read the file INSTALL to see how to build and install" clean: python setup.py clean --all @@ -47,12 +47,21 @@ dist: python setup.py sdist bdist_rpm fakeroot debian/rules binary +packages: + cd .. && dpkg-scanpackages . linkchecker/override.txt | gzip --best > Packages.gz + files: ./$(PACKAGE) $(LCOPTS) $(PROXY) -i$(HOST) http://$(HOST)/~calvin/ -upload: +version: + echo $(VERSION) > VERSION + +upload: version file dist packages scp debian/changelog shell1.sourceforge.net:/home/groups/linkchecker/htdocs/changes.txt + scp VERSION shell1.sourceforge.net:/home/groups/linkchecker/htdocs/raw/ + scp $(DEBPACKAGE) ../Packages.gz shell1.sourceforge.net:/home/groups/linkchecker/htdocs/debian ncftpput download.sourceforge.net /incoming $(ALLPACKAGES) + ssh -C calvin@shell1.sourceforge.net cd /home/groups/linkchecker/htdocs/raw && make test: rm -f test/*.result diff --git a/TODO b/TODO index d3fe04dc..698d21fe 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,7 @@ High priority +o packges file on homepage + o DNS (and some URLs) seem to hang sometimes. This is not entirely true. The SMTP connect has a very long timeout (>200 seconds). But I can not use the signal module with threads. diff --git a/debian/control b/debian/control index a19d9268..601634a2 100644 --- a/debian/control +++ b/debian/control @@ -22,4 +22,4 @@ Description: a link checker written in Python o HTTP proxy support o give username/password for HTTP and FTP authorization o robots.txt exclusion protocol support - o internationalization support (currently english and german) + o internationalization support