Package: d-push Severity: wishlist Hi Wolfi,
I attached patch for a watch file to check for new upstream versions using uscan. The current regex matches on z-push-(\d+)\.(\d+)\.(\d+)-\d+\.tar\.gz that means versions like 1.5.6 but not 2.0 or 2.0alpha. So it needs to be tweaked if the upstream version scheme changes from three digits to two or something. Cheers, Matthias
>From a3fd17ec2d7c6d33eb5454b9b892be798d0fd2b1 Mon Sep 17 00:00:00 2001 From: Matthias Geerdsen <matth...@vorlons.info> Date: Thu, 19 Jan 2012 21:43:38 +0100 Subject: [PATCH] add watch file --- debian/watch | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) create mode 100644 debian/watch diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..47d722a --- /dev/null +++ b/debian/watch @@ -0,0 +1,6 @@ +version=3 + +opts=downloadurlmangle=s/prdownload/download/ \ + http://developer.berlios.de/project/showfiles.php?group_id=8963 \ + http://prdownload.berlios.de/z-push/z-push-(\d+)\.(\d+)\.(\d+)-\d+\.tar\.gz + -- 1.7.8.3