diff options
author | Michael Vogt <mvo@debian.org> | 2013-05-16 22:43:06 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-05-16 22:43:06 +0200 |
commit | 76f6e07ec8c08c011ee9ab8f46d77972e42e73cf (patch) | |
tree | 55fdf8dac382cc09fa8ac1332cd047612d2e301d | |
parent | e99a288866a8aec27df87d927eb127dc43641e0e (diff) | |
download | python-apt-76f6e07ec8c08c011ee9ab8f46d77972e42e73cf.tar.gz |
debian/gbp.conf: add debian-tag so that git-dch works out of the box
-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 d6708fce..9a5cb4f8 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -2,3 +2,4 @@ prebuild = ./pre-build.sh export-dir = ../build-area debian-branch = debian/sid +debian-tag = %(version)s |