]> git.llucax.com Git - software/mutt-debian.git/commitdiff
Make mutt-nntp depend on mutt >= 1.5.21-5 nntp nntp/1.5.21-5nntp3
authorLeandro Lucarella <luca@nibbler.(none)>
Thu, 5 Jul 2012 13:09:32 +0000 (15:09 +0200)
committerLeandro Lucarella <luca@nibbler.(none)>
Thu, 5 Jul 2012 17:44:00 +0000 (19:44 +0200)
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
debian/control

index d5e18741e78b29ddd9c3997e4e6b603d92550929..6af4bd62e2c90540f23ea1e791f9a622ffa73c84 100644 (file)
@@ -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
index 25ae88d4018742f537d0ba7aa0d60ec9b9ddb665..8a2cf896d48e9875c18a63d3d15002dbfa5b01de 100644 (file)
@@ -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.
  .