summaryrefslogtreecommitdiff
path: root/development.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'development.mdwn')
-rw-r--r--development.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/development.mdwn b/development.mdwn
index 3a1ed34..26d8d73 100644
--- a/development.mdwn
+++ b/development.mdwn
@@ -53,6 +53,10 @@ Then go back to the develop branch:
git checkout develop
+Cleanup symlink:
+
+ rm ../keyringer_$VERSION.orig.tar.bz2
+
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`.