From dcf46b2b5ecc7f3874618ecb78e86152fcca9ec9 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sun, 26 Jun 2016 12:12:09 +0100 Subject: [PATCH] d/watch: fetch releases from GitHub instead of GNOME --- debian/changelog | 7 ++++--- debian/watch | 3 +-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6308aa0e..410cc328 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,13 @@ ostree (2016.5-5) UNRELEASED; urgency=medium + [ Jeremy Bicha ] + * Fix debian/watch (Closes: #827440) + [ Simon McVittie ] * d/p/Build-on-older-versions-of-glib.patch, d/p/tests-Fix-build-with-old-glib.patch: apply patches from upstream to make ostree buildable on Debian jessie - - [ Jeremy Bicha ] - * Fix debian/watch (Closes: #827440) + * d/watch: fetch releases from GitHub instead of GNOME -- Simon McVittie Wed, 15 Jun 2016 14:05:53 -0400 diff --git a/debian/watch b/debian/watch index 1ac9c2eb..0d9ef4e8 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,2 @@ version=4 -https://git.gnome.org/browse/ostree/refs/ \ -/browse/ostree/snapshot/ostree-([\d.]+)\.tar\.xz +https://github.com/ostreedev/ostree/releases .*/ostree-(\d\S*)\.tar\.xz