From 73bb7a23e21597ed0ca8584211681df516e3d4d4 Mon Sep 17 00:00:00 2001 From: Antonin Kral Date: Mon, 10 May 2010 10:08:16 +0200 Subject: updated watch file to actually work and report available stable releases --- debian/watch | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/debian/watch b/debian/watch index 08ce42b..fe69ebb 100644 --- a/debian/watch +++ b/debian/watch @@ -1,10 +1,9 @@ -# Example watch control file for uscan -# Rename this file to "watch" and then you can run the "uscan" command -# to check for upstream updates and more. -# See uscan(1) for format - # Compulsory line, this is a version 3 file version=3 -# examine a Webserver directory -http://downloads.mongodb.org/linux/mongodb-linux-(.*)\.tar\.gz +# examine the content of the downloads page as the directory listing +# is not allowed anymore +# +# Forced regexp to match only to the current stable release +http://www.mongodb.org/display/DOCS/Downloads \ + http://downloads\.mongodb\.org/src/mongodb-src-r(1\.4[\d\.]+)\.tar\.gz -- cgit v1.2.3