Package: sozi Severity: wishlist Version: 12.05-1 Hello,
here is a patch that will repair the watch file in sozi. Please let me know if you would like me to commit it directly. Have a nice day, -- Charles Plessy, Tsurumi, Kanagawa, Japan -- >8 -- Subject: Repair the Debian watch file by pointing it to GitHub. --- debian/watch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/watch b/debian/watch index 1335647..c99396c 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,3 @@ version=3 -http://sozi.baierouge.fr/wiki/en:install https://github.*sozi-release-(.*)-\d+.zip +opts=filenamemangle=s/.+\/(\d\S*).tar.gz/sozi-$1.tar.gz/ \ + https://github.com/senshu/Sozi/tags .*/(\d\S*).tar.gz -- 1.8.4.rc0 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

