Package: golly Version: 1.3-3 Severity: minor Tags: patch --- Please enter the report below this line. --- Golly debian/watch file points to the wrong file; the correct one is golly-<VERSION>-src.tar.gz. The attached patch fixes this.
Regards, Davide Cavalca --- System information. --- Architecture: amd64 Kernel: Linux 2.6.22-3-amd64 Debian Release: lenny/sid 500 testing www.debian-multimedia.org 500 testing security.debian.org 500 testing mi.mirror.garr.it --- Package information. --- Depends (Version) | Installed ======================================-+-==================== libc6 (>= 2.7-1) | 2.7-6 libgcc1 (>= 1:4.1.1-21) | 1:4.3.0~rc2-1 libperl5.8 (>= 5.8.8) | 5.8.8-12 libstdc++6 (>= 4.1.1-21) | 4.3.0~rc2-1 libwxbase2.6-0 (>= 2.6.3.2.2) | 2.6.3.2.2-2 libwxgtk2.6-0 (>= 2.6.3.2.2) | 2.6.3.2.2-2 zlib1g (>= 1:1.2.3.3.dfsg) | 1:1.2.3.3.dfsg-11
diff -auNr golly-1.3-orig/debian/watch golly-1.3/debian/watch --- golly-1.3-orig/debian/watch 2008-03-22 13:29:34.000000000 +0100 +++ golly-1.3/debian/watch 2008-03-22 14:12:08.000000000 +0100 @@ -1,2 +1,2 @@ version=3 -http://sf.net/golly/golly-(.*)\.tar\.gz +http://sf.net/golly/golly-(.*)-src\.tar\.gz

