Debian packaging for Mailpile

I am the maintainer for Mailpile in Debian. The purpose of this page is to allow people to test the Mailpile packages before I upload them to Debian. It can also be useful for those that want new versions faster. The packages are signed with my GPG key, which is available in the Debian keyring. This repositoriy will follow Mailpile releases closely, and only contains mailpile packages.

Note: For now, packages are built from the HEAD. Things can be a bit unstable.

Note: The packages should be compatible for Ubuntu. Mailpile has very few dependencies and the packaging currently embeds the javascript, so there is low risk of incompatibilities.

Installing the repository

apt-key adv --keyserver keyring.debian.org --recv 3CCC3A3A
echo 'deb https://people.debian.org/~aviau/debian mailpile/' > /etc/apt/sources.list.d/mailpile.list

Installing Mailpile

apt-get update
apt-get install mailpile
Enjoy!