Package: bogofilter
Version: 1.2.5-1
Severity: minor
Tags: patch

The debian/watch file uses an outdated SourceForge URL pattern that no
longer matches any files:

    http://sf.net/bogofilter/ bogofilter-([\d.]*).tar.gz debian uupdate

Two problems:

1. The URL http://sf.net/bogofilter/ does not resolve to a usable file
   listing. The upstream files are now at:
   https://sourceforge.net/projects/bogofilter/files/bogofilter-stable/

2. The upstream tarball format changed from .tar.gz to .tar.xz. The
   current stable release (1.2.5) is only available as .tar.xz.

A corrected watch file is attached. It has been tested with uscan and
correctly detects 1.2.5 as the newest upstream release.

Regards,
James Montgomery
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,4 @@
 version=4
-opts=dversionmangle=s/\+dfsg\d+$// \
-    http://sf.net/bogofilter/ bogofilter-([\d.]*).tar.gz debian uupdate
+opts="dversionmangle=s/\+dfsg\d*$//" \
+https://sourceforge.net/projects/bogofilter/files/bogofilter-stable/ \
+https://sourceforge.net/projects/bogofilter/files/bogofilter-stable/bogofilter-([\d.]+)\.tar\.xz/download

Reply via email to