Package: five-or-more Version: 1:3.14.0-1 Severity: serious Tags: patch Justification: Policy 7.6.1, Policy 10.1
Hi, when upgrading five-or-more to 1:3.14.0-1 (i.e. today's upgrade in testing) while gnome-accessibility-themes is still at 3.12.0-1, a file conflict is reported: Unpacking five-or-more (1:3.14.0-1) over (1:3.12.2-1) ... dpkg: error processing archive /var/cache/apt/archives/five-or-more_1%3a3.14.0-1_amd64.deb (--unpack): trying to overwrite '/usr/share/icons/HighContrast/48x48/apps/five-or-more.png', which is also in package gnome-accessibility-themes 3.12.0-1 It seems like the HighContrast icons of five-or-more moved in 3.14 from gnome-accessibility-themes to five-or-more itself, so Breaks+Replaces is missing here. Patch attached for it. Thanks, -- Pino
--- a/debian/control.in +++ b/debian/control.in @@ -23,8 +23,8 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: yelp -Breaks: glines (<< 1:3.7.2) -Replaces: glines (<< 1:3.7.2) +Breaks: glines (<< 1:3.7.2), gnome-accessibility-themes (<< 3.14.0) +Replaces: glines (<< 1:3.7.2), gnome-accessibility-themes (<< 3.14.0) Description: make color lines of five or more length This is a GNOME port of the once popular “Color Lines” game. .