diff --git a/debian/changelog b/debian/changelog index f69d75b4..4215896b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +linkchecker (1.7.2-0.1) unstable; urgency=low + + * New upstream release + + -- Bastian Kleineidam Wed, 27 Nov 2002 00:31:56 +0100 + linkchecker (1.6.7-1) unstable; urgency=low * New upstream release. diff --git a/debian/linkchecker.dirs b/debian/linkchecker.dirs index ad6e0b03..d895c486 100644 --- a/debian/linkchecker.dirs +++ b/debian/linkchecker.dirs @@ -1,5 +1,3 @@ etc -usr/share/doc/linkchecker/examples -usr/share/doc/linkchecker/lconline usr/lib/cgi-bin/lconline var/www/lconline diff --git a/debian/rules b/debian/rules index f1c59b54..d483434d 100755 --- a/debian/rules +++ b/debian/rules @@ -50,6 +50,8 @@ install: build cat lc.fcgi | sed 's#/usr/bin/python#/usr/bin/$(PYTHON)#' > $(CGIDIR)/lc.fcgi cat lc.sz_fcgi | sed 's#/usr/bin/python#/usr/bin/$(PYTHON)#' > $(CGIDIR)/lc.sz_fcgi chmod 755 $(CGIDIR)/lc.cgi + chmod 755 $(CGIDIR)/lc.fcgi + chmod 755 $(CGIDIR)/lc.sz_fcgi # install system wide configuration file in etc mv $(ROOT)/usr/share/linkchecker/linkcheckerrc $(ROOT)/etc diff --git a/po/de.po b/po/de.po index d0cad7be..3fc7dfaa 100644 --- a/po/de.po +++ b/po/de.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: Tue Nov 26 02:15:29 2002\n" +"POT-Creation-Date: Wed Nov 27 00:29:46 2002\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Bastian Kleineidam \n" "Language-Team: LANGUAGE \n" diff --git a/po/fr.po b/po/fr.po index 71af4393..e7fb7612 100644 --- a/po/fr.po +++ b/po/fr.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: Tue Nov 26 02:15:29 2002\n" +"POT-Creation-Date: Wed Nov 27 00:29:46 2002\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/po/nl.po b/po/nl.po index 5a9251c9..500b51e0 100644 --- a/po/nl.po +++ b/po/nl.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: Tue Nov 26 02:15:29 2002\n" +"POT-Creation-Date: Wed Nov 27 00:29:46 2002\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Hans Bausewein \n" "Language-Team: LANGUAGE \n" diff --git a/setup.py b/setup.py index 9bdd3272..75023bde 100755 --- a/setup.py +++ b/setup.py @@ -157,7 +157,8 @@ o a (Fast)CGI web interface (requires HTTP server) """, distclass = MyDistribution, cmdclass = {'install': MyInstall}, - packages = ['', 'linkcheck', 'linkcheck.log', 'linkcheck.parser'], + packages = ['', 'linkcheck', 'linkcheck.log', + 'linkcheck.parser', 'linkcheck.DNS'], ext_modules = [Extension('linkcheck.parser.htmlsax', ['linkcheck/parser/htmllex.c', 'linkcheck/parser/htmlparse.c'],