1 [[!meta title="Releasing Torbutton"]]
5 Update the Debian package
6 =========================
8 Add a remote with upstream repository if not already done:
10 $ git remote add upstream-remote https://git.torproject.org/torbutton.git
12 Verify the new upstream tag:
16 Merge the new upstream tag:
20 git tag upstream/<version>
22 Merge `upstream` branch to `master` branch:
25 git merge upstream/<version>
27 Update `debian/changelog`:
29 git-dch -v <version>-1
31 (Do not forget to set the appropriate release.)
35 git commit debian/changelog
37 Build a new Debian package:
41 If everything is fine, tag the release and push the changes:
43 git-buildpackage --git-tag-only --git-sign-tags
44 git push && git push --tags
46 Add the Debian package to Tails
47 ===============================
55 dupload --to tails $CHANGES_FILE