diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-10-03 18:00:52 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-10-03 18:00:52 -0300 |
commit | 7185eab583383d8eff826755f93e972ce8d3add3 (patch) | |
tree | 7aca00c73aede4b84e848eac7d3d83d09d7af261 | |
parent | 0782a40478fff9be02c5cdde166d199b8f09cf90 (diff) | |
download | keyringer-7185eab583383d8eff826755f93e972ce8d3add3.tar.gz keyringer-7185eab583383d8eff826755f93e972ce8d3add3.tar.bz2 |
Adding debian/gbp.conf
-rw-r--r-- | debian/gbp.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..9734d4d --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,10 @@ +[DEFAULT] +debian-branch = debian +upstream-branch = upstream +upstream-tag = upstream_keyringer_%(version)s +debian-tag = debian_keyringer_%(version)s +pristine-tar = True + +[git-import-orig] +dch = False +postimport = git-dch -N%(version)s -S -a --debian-branch=$GBP_BRANCH |