Bug#931883: gnome-pkg-tools: References soon to be removed dh_gconf in gnome.pm (dh sequence add-on)
Niels Thykier
niels at thykier.net
Thu Jul 11 20:56:16 BST 2019
Package: gnome-pkg-tools
Version: 0.21.1
Severity: important
Control: block 908845 by -1
Hi,
Per Jeremy Bicha request, we are expecting to remove dh_gconf during
the Bullseye release cycle. Unfortunately, gnome-pkg-tools appears to
depend on this tool via its gnome.pm (dh sequencer add-on).
"""
#!/usr/bin/perl
use warnings;
use strict;
use Debian::Debhelper::Dh_Lib;
insert_before("dh_gconf", "dh_gnome");
insert_before("dh_clean", "dh_gnome_clean");
1;
"""
https://sources.debian.org/src/gnome-pkg-tools/0.21.1/dh/gnome.pm/?hl=7#L7
Please replace this reference with "dh_icons" to keep the same ordering.
Thanks,
~Niels
More information about the pkg-gnome-maintainers
mailing list