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 )