From 8172e52f919c1537e6b6e3f612173afc35db9685 Mon Sep 17 00:00:00 2001 From: calvin Date: Thu, 16 Nov 2000 12:45:16 +0000 Subject: [PATCH] release git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@200 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- MANIFEST.in | 2 +- Makefile | 22 ++-------------------- setup.cfg | 2 ++ 3 files changed, 5 insertions(+), 21 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 1f3eef0f..a53a9d33 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -10,6 +10,6 @@ include debian/prerm include DNS/README include test/viewprof.py test/profiletest.py test/*.html recursive-include locale *.mo -recursive-include po * +recursive-include po *.po *.py Makefile recursive-include lconline * recursive-include tests *.py diff --git a/Makefile b/Makefile index c608377f..cb12f367 100644 --- a/Makefile +++ b/Makefile @@ -4,27 +4,9 @@ VERSION=$(shell python setup.py --version) PACKAGE = linkchecker NAME = $(shell python setup.py --name) -HOST=fsinfo.cs.uni-sb.de -LCOPTS=-ocolored -Ftext -Fhtml -Fgml -Fsql -Fcsv -Fxml -R -t0 -v +HOST=treasure.calvinsplayground.de +LCOPTS=-ocolored -Ftext -Fhtml -Fgml -Fsql -Fcsv -Fxml -R -t0 -v -s DEBPACKAGE = $(PACKAGE)_$(VERSION)_i386.deb -SOURCES = \ -linkcheck/Config.py \ -linkcheck/FileUrlData.py \ -linkcheck/FtpUrlData.py \ -linkcheck/GopherUrlData.py \ -linkcheck/HostCheckingUrlData.py \ -linkcheck/HttpUrlData.py \ -linkcheck/HttpsUrlData.py \ -linkcheck/JavascriptUrlData.py \ -linkcheck/Logging.py \ -linkcheck/MailtoUrlData.py \ -linkcheck/NntpUrlData.py \ -linkcheck/TelnetUrlData.py \ -linkcheck/Threader.py \ -linkcheck/UrlData.py \ -linkcheck/__init__.py \ -linkcheck/lc_cgi.py \ -linkchecker DESTDIR=/. .PHONY: test clean distclean package files upload dist locale all diff --git a/setup.cfg b/setup.cfg index 9bc4ebf6..92c717ec 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,3 +8,5 @@ doc_files = INSTALL lconline/ test/ tests/ +provides = linkchecker +group = Web/Utilities