d/watch: fetch releases from GitHub instead of GNOME
This commit is contained in:
parent
e3f9319dd0
commit
dcf46b2b5e
|
|
@ -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 <smcv@debian.org> Wed, 15 Jun 2016 14:05:53 -0400
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue