d/gbp.conf: configure to use upstream/latest for upstream imports
This commit is contained in:
parent
f3738d69e9
commit
20ad748b6d
|
|
@ -8,6 +8,7 @@ ostree (2016.5-5) UNRELEASED; urgency=medium
|
||||||
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
|
* d/watch: fetch releases from GitHub instead of GNOME
|
||||||
|
* d/gbp.conf: configure to use upstream/latest for upstream imports
|
||||||
|
|
||||||
-- 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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,5 +2,5 @@
|
||||||
pristine-tar = True
|
pristine-tar = True
|
||||||
compression = xz
|
compression = xz
|
||||||
debian-branch = debian/master
|
debian-branch = debian/master
|
||||||
upstream-branch = upstream/master
|
upstream-branch = upstream/latest
|
||||||
patch-numbers = False
|
patch-numbers = False
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue