From 9fea107c173c4005faabf004a1107ccef5b7b07f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 24 Jun 2017 11:37:42 +0200 Subject: d/watch: Rewrite to find only stable releases --- debian/changelog | 2 ++ debian/watch | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 111bd6c..f0d088b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,8 @@ shotwell (0.26.2-1) UNRELEASED; urgency=medium + Don't install the .a file either. - Remove build-depend m4 since debhelper version 10 use autoconf. - Thanks to Jeremy Bicha + * debian/watch: + Rewrite to find only stable releases. -- Jörg Frings-Fürst Wed, 22 Mar 2017 06:51:19 +0100 diff --git a/debian/watch b/debian/watch index 99c74ae..81fb209 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,3 @@ version=4 -http://ftp.gnome.org/pub/gnome/sources/shotwell/([\d\.]+)/shotwell-([\d\.]+)\.tar\.xz +https://download.gnome.org/sources/@PACKAGE@/([\d\.]+[02468])/ \ + @PACKAGE@@ANY_VERSION@\.tar\.xz -- cgit v1.2.3