aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-10-04 18:23:31 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-10-04 18:23:31 -0300
commitd402c7b9acd03c9bf8cb4ac9fc4581839cc540b0 (patch)
tree9d01fc53a01e15bc9a1385d2f233a7cb1ca508bc
parent77c8173424ab96d4ae126ab40d4f1879a48a72a4 (diff)
downloadkeyringer-d402c7b9acd03c9bf8cb4ac9fc4581839cc540b0.tar.gz
keyringer-d402c7b9acd03c9bf8cb4ac9fc4581839cc540b0.tar.bz2
Development: create a signed tag in the debian branch
-rw-r--r--development.mdwn4
1 files changed, 4 insertions, 0 deletions
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`.