1 [[!meta title="Releasing tails-greeter"]]
3 *Tails Greeter* is a native Debian package.
7 Update POT and PO files
8 =======================
10 ./setup.py build_i18n && \
12 for po in *.po ; do msgmerge --update "$po" \
13 tails-greeter.pot ; done \
15 git commit po -m 'Update POT and PO files.'
17 Update the Debian package
18 =========================
20 Checkout the correct branch:
24 Update `debian/changelog`:
28 (Do not forget to set the appropriate release.)
32 git commit debian/changelog -m "$(head -n 1 debian/changelog | sed -e 's,).*,),')"
34 Build a new Debian package (use a Wheezy/i386 chroot):
38 If everything is fine, tag the release and push the changes:
40 git-buildpackage --git-tag-only --git-sign-tags --git-keyid=$PGP_PUB_KEY && \
41 git push && git push --tags
43 Add the Debian package to Tails
44 ===============================
52 dupload --to tails $CHANGES_FILE