diff --git a/debian/changelog b/debian/changelog index 8753499c..5c4c2440 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +linkchecker (1.3.13) unstable; urgency=low + + * remove deleted source files from po/Makefile + + -- Bastian Kleineidam Wed, 2 Jan 2002 16:51:31 +0100 + linkchecker (1.3.12) unstable; urgency=low * use string methods where possible diff --git a/po/Makefile b/po/Makefile index f9911255..cb449bd6 100644 --- a/po/Makefile +++ b/po/Makefile @@ -6,16 +6,14 @@ MSGFMT=$(PYTHON) $(I18NTOOLS)/msgfmt.py #MSGFMT=msgfmt MSGMERGE=msgmerge SOURCES=\ -../linkcheck/ChromeUrlData.py \ ../linkcheck/Config.py \ ../linkcheck/FileUrlData.py \ -../linkcheck/FindUrlData.py \ +../linkcheck/IgnoredUrlData.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 \ diff --git a/setup.py b/setup.py index 2e9deab0..8914cf0a 100755 --- a/setup.py +++ b/setup.py @@ -129,7 +129,7 @@ myname = "Bastian Kleineidam" myemail = "calvin@users.sourceforge.net" setup (name = "linkchecker", - version = "1.3.12", + version = "1.3.13", description = "check HTML documents for broken links", author = myname, author_email = myemail,