d/gbp.conf: configure to merge upstream tags into upstream/latest (add https://github.com/ostreedev/ostree as a remote)
This commit is contained in:
parent
20ad748b6d
commit
43a793709c
|
|
@ -9,6 +9,8 @@ ostree (2016.5-5) UNRELEASED; urgency=medium
|
||||||
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
|
* d/gbp.conf: configure to use upstream/latest for upstream imports
|
||||||
|
* d/gbp.conf: configure to merge upstream tags into upstream/latest
|
||||||
|
(add https://github.com/ostreedev/ostree as a remote)
|
||||||
|
|
||||||
-- 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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,3 +4,4 @@ compression = xz
|
||||||
debian-branch = debian/master
|
debian-branch = debian/master
|
||||||
upstream-branch = upstream/latest
|
upstream-branch = upstream/latest
|
||||||
patch-numbers = False
|
patch-numbers = False
|
||||||
|
upstream-vcs-tag = v%(version)s
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue