From 43a793709cb344c7a12fa1d7456abe5ce3b48f08 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sun, 26 Jun 2016 12:16:58 +0100 Subject: [PATCH] d/gbp.conf: configure to merge upstream tags into upstream/latest (add https://github.com/ostreedev/ostree as a remote) --- debian/changelog | 2 ++ debian/gbp.conf | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1700f6bf..79442dea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ ostree (2016.5-5) UNRELEASED; urgency=medium upstream to make ostree buildable on Debian jessie * 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 merge upstream tags into upstream/latest + (add https://github.com/ostreedev/ostree as a remote) -- Simon McVittie Wed, 15 Jun 2016 14:05:53 -0400 diff --git a/debian/gbp.conf b/debian/gbp.conf index b444f8e2..2bda9c8b 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -4,3 +4,4 @@ compression = xz debian-branch = debian/master upstream-branch = upstream/latest patch-numbers = False +upstream-vcs-tag = v%(version)s