Package: iagno
Version: 1:3.14.0-1
Severity: serious
Tags: patch
Justification: Policy 7.6.1, Policy 10.1

Hi,

when upgrading iagno 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 .../iagno_1%3a3.14.0-1_amd64.deb ...
Unpacking iagno (1:3.14.0-1) over (1:3.12.2-1) ...
dpkg: error processing archive 
/var/cache/apt/archives/iagno_1%3a3.14.0-1_amd64.deb (--unpack):
 trying to overwrite '/usr/share/icons/HighContrast/48x48/apps/iagno.png', 
which is also in package gnome-accessibility-themes 3.12.0-1

It seems like the HighContrast icons of iagno moved in 3.14 from
gnome-accessibility-themes to iagno itself, so Breaks+Replaces is
missing here. Patch attached for it.

Thanks,
-- 
Pino
--- a/debian/control.in
+++ b/debian/control.in
@@ -25,6 +25,8 @@ Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends}
 Recommends: yelp
+Breaks: gnome-accessibility-themes (<< 3.14.0)
+Replaces: gnome-accessibility-themes (<< 3.14.0)
 Description: popular Othello game for GNOME
  Iagno is a computer version of the game Reversi, more popularly called
  Othello. Iagno is a two player strategy game similar to Go. The board

Reply via email to