Work around #977961 by adding Build-Conflicts with ImageMagick

The deprecated gtester(1) is meant to look for test programs in the
current working directory without searching PATH, but due to a GLib
regression, it searches /usr/bin first. One of GTK's tests happens
to be named 'display', causing FTBFS if gtester accidentally runs
ImageMagick's display(1) instead.
This commit is contained in:
Simon McVittie
2021-01-27 11:09:53 +00:00
parent f8b56051c4
commit 2994f0d282
2 changed files with 6 additions and 0 deletions

3
debian/control vendored
View File

@ -56,6 +56,9 @@ Build-Depends-Indep: docbook-xml,
libglib2.0-doc,
libpango1.0-doc,
xsltproc
Build-Conflicts: graphicsmagick-imagemagick-compat <!nocheck>,
imagemagick <!nocheck>,
imagemagick-6.q16 <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/gnome-team/gtk3