]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Development: create a signed tag in the debian branch
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 4 Oct 2013 21:23:31 +0000 (18:23 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 4 Oct 2013 21:23:31 +0000 (18:23 -0300)
development.mdwn

index cde0561262fcbcd2f6675a9bc759c7a5bbafe6ba..035f9aa5a48f7faf3ba69dca7b04e4d01b24a624 100644 (file)
@@ -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`.