]> git.llucax.com Git - personal/website.git/blob - source/blog/posts/2011/04/12-release:-mutt-with-nntp-debian-package-1.5.21-4nntp1.rst
Update resume with The Podcast App
[personal/website.git] / source / blog / posts / 2011 / 04 / 12-release:-mutt-with-nntp-debian-package-1.5.21-4nntp1.rst
1 Title: Release: Mutt with NNTP Debian package 1.5.21-4nntp1
2 Tags: debian, en, mutt, nntp, package, patch, release, ubuntu, vsevolod volkov
3
4 I've updated my `Mutt Debian package with the NNTP patch`__ to the latest Debian
5 `Mutt package`__.
6
7 __ /proj/mutt-nntp-debian/
8 __ http://packages.debian.org/sid/mutt
9
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
12 upgrade =)
13
14 __ http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610191
15
16 If you have Debian testing/unstable and amd64 or i386 arch, just download__ and
17 install the provided packages.
18
19 __ https://llucax.com.nyud.net/proj/mutt-nntp-debian/files/latest/
20
21 For other setups, here are the quick (copy&paste) instructions::
22
23    ver=1.5.21
24    deb_ver=$ver-4nntp1
25    url=https://llucax.com.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
30    cd mutt-$ver
31    dpkg-buildpackage -rfakeroot
32    # install any missing packages reported by dpkg-buildpackage and try again
33    cd ..
34    sudo dpkg -i mutt_${deb_ver}_*.deb mutt-patched_${deb_ver}_*.deb
35
36 See the `project page`__ for more details.
37
38 __ /proj/mutt-nntp-debian/
39
40
41 .. vim: set et sw=3 sts=3 :