diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/watch | 3 |
2 files changed, 4 insertions, 1 deletions
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 <jbicha@ubuntu.com> + * debian/watch: + Rewrite to find only stable releases. -- Jörg Frings-Fürst <debian@jff-webhosting.net> 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 |