d/gbp.conf: configure to use upstream/latest for upstream imports

This commit is contained in:
Simon McVittie 2016-06-26 12:16:05 +01:00
parent f3738d69e9
commit 20ad748b6d
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -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
debian/gbp.conf vendored
View File

@ -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