1 Title: Release: Mutt with NNTP Debian package 1.5.20-8luca1
2 Tags: en, debian, mutt, nntp, package, patch, ubuntu, vsevolod volkov, release
4 I've updated my Mutt Debian package with the NNTP patch to the latest Debian
7 If you have Debian testing/unstable and amd64 or i386 arch, just download__ and
8 install the provided packages.
10 __ https://www.llucax.com.ar.nyud.net/proj/mutt-nntp-debian/files/latest/
12 For other setups, here are the quick (copy&paste) instructions::
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
22 dpkg-buildpackage -rfakeroot
23 # install any missing packages reported by dpkg-buildpackage and try again
25 sudo dpkg -i mutt_${deb_ver}_*.deb mutt-patched_${deb_ver}_*.deb
27 See the `project page`__ for more details.
29 __ https://www.llucax.com.ar/proj/mutt-nntp-debian/
32 .. vim: set et sw=3 sts=3 :