From 5f2a574d6c8989bc7f90612704e3e5f255b5cb58 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Thu, 5 Jul 2012 15:09:32 +0200 Subject: [PATCH] Make mutt-nntp depend on mutt >= 1.5.21-5 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). --- debian/changelog | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index d5e1874..6af4bd6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -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 diff --git a/debian/control b/debian/control index 25ae88d..8a2cf89 100644 --- a/debian/control +++ b/debian/control @@ -51,7 +51,7 @@ Description: Mutt Mail User Agent with extra patches 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. . -- 2.43.0