From: Michael Vogt Date: Thu, 16 May 2013 20:38:21 +0000 (+0200) Subject: debian/gbp.conf: add debian-tag key to ensure git-dch works X-Git-Tag: 0.9.9~15 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/7bcb849733d67f60b3a10d423d558ff35bbcd7dc debian/gbp.conf: add debian-tag key to ensure git-dch works --- diff --git a/debian/gbp.conf b/debian/gbp.conf index 0d48f8317..db22e3e1e 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -3,3 +3,4 @@ prebuild = ./prepare-release pre-export postbuild = ./prepare-release post-build export-dir = ../build-area debian-branch = debian/sid +debian-tag = %(version)s