From: Silvio Rhatto Date: Fri, 4 Oct 2013 21:23:31 +0000 (-0300) Subject: Development: create a signed tag in the debian branch X-Git-Tag: 0.2.7~44 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d402c7b9acd03c9bf8cb4ac9fc4581839cc540b0;p=keyringer.git Development: create a signed tag in the debian branch --- diff --git a/development.mdwn b/development.mdwn index cde0561..035f9aa 100644 --- a/development.mdwn +++ b/development.mdwn @@ -82,6 +82,10 @@ Run lintian (or [add it to your pbuilder hooks](http://askubuntu.com/questions/1 lintian --info --display-info --pedantic --color auto \ ../build-area/keyringer_$VERSION*.changes +Create a signed tag in the debian branch: + + git-buildpackage --git-tag-only --git-sign-tags + Notes: * `git-import-orig` takes care of running `pristine-tar commit`, of merging of the tag and orig tarball into the upstream branch, and then it merges the result into the debian branch. With the above configuration, it also runs git-dch to do the bulk of the work in `debian/changelog`.