]> git.llucax.com Git - personal/website.git/blob - source/blog/posts/2010/06/06-release:-mutt-with-nntp-debian-package-1.5.20-8luca1.rst
Make https:// compatible
[personal/website.git] / source / blog / posts / 2010 / 06 / 06-release:-mutt-with-nntp-debian-package-1.5.20-8luca1.rst
1 Title: Release: Mutt with NNTP Debian package 1.5.20-8luca1
2 Tags: en, debian, mutt, nntp, package, patch, ubuntu, vsevolod volkov, release
3
4 I've updated my Mutt Debian package with the NNTP patch to the latest Debian
5 Mutt package.
6
7 If you have Debian testing/unstable and amd64 or i386 arch, just download__ and
8 install the provided packages.
9
10 __ https://www.llucax.com.ar.nyud.net/proj/mutt-nntp-debian/files/latest/
11
12 For other setups, here are the quick (copy&paste) instructions::
13
14    ver=1.5.20
15    deb_ver=$ver-8luca1
16    url=https://www.llucax.com.ar.nyud.net/proj/mutt-nntp-debian/files/latest
17    wget $url/mutt_$deb_ver.dsc $url/mutt_$deb_ver.diff.gz \
18       http://ftp.de.debian.org/debian/pool/main/m/mutt/mutt_$ver.orig.tar.gz
19    sudo apt-get build-dep mutt
20    dpkg-source -x mutt_$deb_ver.dsc
21    cd mutt-$ver
22    dpkg-buildpackage -rfakeroot
23    # install any missing packages reported by dpkg-buildpackage and try again
24    cd ..
25    sudo dpkg -i mutt_${deb_ver}_*.deb mutt-patched_${deb_ver}_*.deb
26
27 See the `project page`__ for more details.
28
29 __ https://www.llucax.com.ar/proj/mutt-nntp-debian/
30
31
32 .. vim: set et sw=3 sts=3 :