Package: gnome-mines
Version: 1:3.14.0-1
Severity: serious
Tags: patch
Justification: Policy 7.6.1, Policy 10.1
Hi,
when upgrading gnome-mines 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:
Preparing to unpack .../gnome-mines_1%3a3.14.0-1_amd64.deb ...
Unpacking gnome-mines (1:3.14.0-1) over (1:3.12.2-2) ...
dpkg: error processing archive
/var/cache/apt/archives/gnome-mines_1%3a3.14.0-1_amd64.deb (--unpack):
trying to overwrite
'/usr/share/icons/HighContrast/24x24/apps/gnome-mines.png', which is also in
package gnome-accessibility-themes 3.12.0-1
It seems like the HighContrast icons of gnome-mines moved in 3.14 from
gnome-accessibility-themes to gnome-mines 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: gnomine (<< 1:3.7.2)
-Replaces: gnomine (<< 1:3.7.2)
+Breaks: gnomine (<< 1:3.7.2), gnome-accessibility-themes (<< 3.14.0)
+Replaces: gnomine (<< 1:3.7.2), gnome-accessibility-themes (<< 3.14.0)
Description: popular minesweeper puzzle game for GNOME
Mines is a puzzle game where you locate mines floating in an ocean
using only your brain and a little bit of luck.