diff options
author | Michael Vogt <mvo@ubuntu.com> | 2013-05-16 22:38:21 +0200 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2013-05-16 22:38:21 +0200 |
commit | 7bcb849733d67f60b3a10d423d558ff35bbcd7dc (patch) | |
tree | a73b26691fbd939b0fd5b6534595fdfc524ac046 /debian | |
parent | 81199bf040c2070f421ca5f0664700eaad2857d3 (diff) |
debian/gbp.conf: add debian-tag key to ensure git-dch works
Diffstat (limited to 'debian')
-rw-r--r-- | debian/gbp.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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 |