Package: mailcap
Version: 3.67
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu hirsute ubuntu-patch

Hi Charles,

The mailcap package has a Breaks/Replaces on mime-support (<= 3.64).  This
is incorrect in the limit, because 3.65 is the first version of mime-support
anywhere that has the required behavior; so anyone that has a modified
package based on mime-support 3.64 and properly versioned (such as in Ubuntu)
will get the wrong behavior on upgrade.

Please adjust the limit of the Breaks/Replaces as in the attached patch.

Thanks,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                   https://www.debian.org/
slanga...@ubuntu.com                                     vor...@debian.org
diff -Nru mailcap-3.67/debian/control mailcap-3.67ubuntu1/debian/control
--- mailcap-3.67/debian/control 2020-10-07 13:26:46.000000000 -0700
+++ mailcap-3.67ubuntu1/debian/control  2020-11-20 11:24:06.000000000 -0800
@@ -11,8 +11,8 @@
 Architecture: all
 Multi-Arch: foreign
 Depends: perl, media-types
-Replaces: mime-support (<= 3.64)
-Breaks: mime-support (<= 3.64)
+Replaces: mime-support (<< 3.65)
+Breaks: mime-support (<< 3.65)
 Recommends: bzip2,
             file,
             xz-utils

Reply via email to