]> git.llucax.com Git - personal/website.git/blob - source/blog/posts/2012/02/04-release:-mutt-with-nntp-debian-package-1.5.21-5nntp2.rst
Move from llucax.com.ar to llucax.com
[personal/website.git] / source / blog / posts / 2012 / 02 / 04-release:-mutt-with-nntp-debian-package-1.5.21-5nntp2.rst
1 Title: Release: Mutt with NNTP Debian package 1.5.21-5nntp2
2 Tags: debian, en, mutt, nntp, package, patch, release, ubuntu, vsevolod volkov
3
4 A new version of `Mutt with NNTP support`__ is available. This version only
5 moves Mutt with NNTP support to a separate package in the hopes of having
6 a smoother interaction with the distribution packages (avoiding automatic
7 updates with less hassle). Now a new ``mutt-nntp`` package is generated.
8
9 __ /proj/mutt-nntp-debian/
10
11 If you have Ubuntu 12.04 (Precise) and amd64 or i386 arch, just download__ and
12 install the provided packages.
13
14 __ https://llucax.com.nyud.net/proj/mutt-nntp-debian/files/latest/
15
16 For other setups, here are the quick (copy&paste) instructions::
17
18    ver=1.5.21
19    deb_ver=$ver-5nntp2
20    url=https://llucax.com.nyud.net/proj/mutt-nntp-debian/files/latest
21    wget $url/mutt_$deb_ver.dsc $url/mutt_$deb_ver.diff.gz \
22       http://ftp.de.debian.org/debian/pool/main/m/mutt/mutt_$ver.orig.tar.gz
23    sudo apt-get build-dep mutt
24    dpkg-source -x mutt_$deb_ver.dsc
25    cd mutt-$ver
26    dpkg-buildpackage -rfakeroot
27    # install any missing packages reported by dpkg-buildpackage and try again
28    cd ..
29    sudo dpkg -i mutt-nntp_${deb_ver}_*.deb
30
31 Now you can enjoy reading your favourite newsgroups and your favourite mailing
32 lists via Gmane__ with Mutt__ without leaving the beauty of your packaging
33 system.  No need to thank me, I'm glad to be helpful (but if you want to make
34 a donation, just let me know ;).
35
36 __ http://www.mutt.org/
37 __ http://gmane.org/
38
39 .. note::
40
41    You should always install the same ``mutt`` version as the one the
42    ``mutt-nntp`` is based on (i.e. the version number without the ``nntpX``
43    suffix, for example if mutt-nntp version is 1.5.21-5nntp1, your mutt
44    version should be 1.5.21-5). I'm not forcing that in the dependencies
45    because in general it shouldn't be a big issue using an older version. You
46    could also install the generated/provided mutt package, but that might be
47    problematic when upgrading your distribution.
48
49 See the `project page`__ for more details.
50
51 __ /proj/mutt-nntp-debian/
52
53
54 .. vim: set et sw=3 sts=3 :