On Tue, Jun 19, 2018 at 4:20 PM, Phillip Susi <ps...@ubuntu.com> wrote: > I noticed while trying to build glib that it claims to build-depend on > xterm, which is insane; no package should require xterm to build. I > forced it to build anyway without xterm installed, and it built fine, so > this dependency should be removed.
The xterm dependency is only used for the build tests and it's marked correctly for that. But we could add an alternate dependency of gnome-terminal. https://salsa.debian.org/gnome-team/glib/blob/debian/master/debian/control.in#L25 https://salsa.debian.org/gnome-team/glib/blob/debian/master/gio/gdesktopappinfo.c#L2476 Thanks, Jeremy Bicha