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
|
ostree (2016.5-5) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
[ Jeremy Bicha ]
|
||||||
|
* Fix debian/watch (Closes: #827440)
|
||||||
|
|
||||||
[ Simon McVittie ]
|
[ Simon McVittie ]
|
||||||
* d/p/Build-on-older-versions-of-glib.patch,
|
* d/p/Build-on-older-versions-of-glib.patch,
|
||||||
d/p/tests-Fix-build-with-old-glib.patch: apply patches from
|
d/p/tests-Fix-build-with-old-glib.patch: apply patches from
|
||||||
upstream to make ostree buildable on Debian jessie
|
upstream to make ostree buildable on Debian jessie
|
||||||
|
* d/watch: fetch releases from GitHub instead of GNOME
|
||||||
[ Jeremy Bicha ]
|
|
||||||
* Fix debian/watch (Closes: #827440)
|
|
||||||
|
|
||||||
-- Simon McVittie <smcv@debian.org> Wed, 15 Jun 2016 14:05:53 -0400
|
-- Simon McVittie <smcv@debian.org> Wed, 15 Jun 2016 14:05:53 -0400
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,2 @@
|
||||||
version=4
|
version=4
|
||||||
https://git.gnome.org/browse/ostree/refs/ \
|
https://github.com/ostreedev/ostree/releases .*/ostree-(\d\S*)\.tar\.xz
|
||||||
/browse/ostree/snapshot/ostree-([\d.]+)\.tar\.xz
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue