El 14/12/24 a las 13:37, Holger Levsen escribió:
On Sat, Dec 14, 2024 at 12:51:27PM +0100, Niels Thykier wrote:
Ok, can someone provide a salsa MR or a patch against debhelper for that
base of what we are pulling into debhelper, so I can easier review what I
would potentially accept?
I believe you just need to add these three lines to d/control:
Breaks: dh-buildinfo
Replaces: dh-buildinfo
Provides: dh-buildinfo
In addition to those three fields, the idea would be to put in
debhelper the minimalistic "do-nothing" dh_buildinfo that we have
recently put in the dh-buildinfo package, namely this:
--------------------------------------
#!/bin/sh
PROGNAME=dh_buildinfo
. /usr/share/dpkg/sh/dpkg-error.sh
setup_colors
warning "dh-buildinfo is obsolete, please remove it from Build-Depends"
--------------------------------------
Thanks.