From ab96cc6e646efad668fef1202f80e2eeb6c7e137 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 19 Sep 2012 11:27:32 -0700 Subject: [PATCH] ignore odd minor versions, as they are developmental versions --- debian/watch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/watch b/debian/watch index a18e8f7015..14d1d67a29 100644 --- a/debian/watch +++ b/debian/watch @@ -2,5 +2,6 @@ # Rename this file to "watch" and then you can run the "uscan" command # to check for upstream updates and more. # Site Directory Pattern Version Script +# we will ignore all odd minor version numbers, because they are developmental versions version=3 -http://lilypond.org/download/sources/v(\d+\.\d+)/lilypond-(.*)\.tar\.gz debian uupdate +http://lilypond.org/download/sources/v(\d+\.\d*[02468])/lilypond-(.*)\.tar\.gz debian uupdate -- 2.39.5