From 78137f92ddb3bd7bf530ccce94b2307c29f8c49b Mon Sep 17 00:00:00 2001 From: calvin Date: Mon, 11 Sep 2000 10:37:04 +0000 Subject: [PATCH] changelog git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@162 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- Makefile | 2 +- debian/changelog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0a808285..f4da0921 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ distclean: clean dist: mo rm -rf debian/tmp python setup.py sdist --formats=gztar,zip bdist_rpm - python setup.py bdist_wininst +# python setup.py bdist_wininst fakeroot debian/rules binary mv -f ../$(DEBPACKAGE) dist diff --git a/debian/changelog b/debian/changelog index 4d09e5d5..4c86ef84 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,7 +6,7 @@ linkchecker (1.2.5) unstable; urgency=low * adjust #! line in linkchecker script to correct python interpreter (Adam Feuer ) * proper proxy config handling - * distribution restructuring (now with .rpm and .zip and .exe packages) + * distribution restructuring (now with .rpm and .zip packages) * catch EOFError with ftp links (reported by Stan Mulder )