Since Ubuntu uses a revision -5ubuntu, and our package revision,
-5nntpX, revision is lexicographically lower than that, using a version
specification of <= fails to install mutt from Ubuntu with mutt-nntp.
Using a specification of >= will fail on Debian (which uses just -5).
Instead we use a manually specified revision matching the Debian
package, as is the one only with a numeric revision which is also used
by Ubuntu. Now mutt-nntp requires mutt >= 1.5.21-5, which should be
satisfied by both Debian and Ubuntu (1.5.21-5ubuntuX).
-mutt (1.5.21-5nntp2) unstable; urgency=low
+mutt (1.5.21-5nntp3) unstable; urgency=low
* Add new package mutt-nntp with NNTP patch:
http://mutt.org.ua/download/mutt-1.5.21/patch-1.5.21.vvv.nntp.gz
Package: mutt-nntp
Architecture: any
Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}, mutt (<= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, mutt (>= 1.5.21)
Description: Mutt Mail User Agent with extra patches and NNTP support
Mutt is a sophisticated text-based Mail User Agent.
.