1 Title: Release: Mutt with NNTP Debian package 1.5.21-4nntp1
2 Tags: debian, en, mutt, nntp, package, patch, release, ubuntu, vsevolod volkov
4 I've updated my `Mutt Debian package with the NNTP patch`__ to the latest Debian
7 __ http://www.llucax.com.ar/proj/mutt-nntp-debian/
8 __ http://packages.debian.org/sid/mutt
10 If you have downloaded the previous version, you probably noted `an extremely
11 annoying bug`__, which is fixed in this new package, so I'm sure you want to
14 __ http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610191
16 If you have Debian testing/unstable and amd64 or i386 arch, just download__ and
17 install the provided packages.
19 __ http://www.llucax.com.ar.nyud.net/proj/mutt-nntp-debian/files/latest/
21 For other setups, here are the quick (copy&paste) instructions::
25 url=http://www.llucax.com.ar.nyud.net/proj/mutt-nntp-debian/files/latest
26 wget $url/mutt_$deb_ver.dsc $url/mutt_$deb_ver.diff.gz \
27 http://ftp.de.debian.org/debian/pool/main/m/mutt/mutt_$ver.orig.tar.gz
28 sudo apt-get build-dep mutt
29 dpkg-source -x mutt_$deb_ver.dsc
31 dpkg-buildpackage -rfakeroot
32 # install any missing packages reported by dpkg-buildpackage and try again
34 sudo dpkg -i mutt_${deb_ver}_*.deb mutt-patched_${deb_ver}_*.deb
36 See the `project page`__ for more details.
38 __ http://www.llucax.com.ar/proj/mutt-nntp-debian/
41 .. vim: set et sw=3 sts=3 :