aboutsummaryrefslogtreecommitdiff
path: root/development.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'development.mdwn')
-rw-r--r--development.mdwn6
1 files changed, 1 insertions, 5 deletions
diff --git a/development.mdwn b/development.mdwn
index 3857b3a..bbc688d 100644
--- a/development.mdwn
+++ b/development.mdwn
@@ -68,11 +68,7 @@ Create and upload a new release:
Update the debian branch:
- git checkout debian
- git-import-orig --upstream-vcs-tag=$VERSION ../tarballs/keyringer-$VERSION.tar.bz2
- dch -e # fine tune the changelog prepared by git-dch
- git commit -a -m "Updating debian/changelog"
- git-buildpackage --git-tag-only --git-sign-tags
+ make debian
Push everything: