--- /dev/null
+++ b/debian/dummy_dh_buildinfo
@@ -0,0 +1,2 @@
+#!/bin/sh
+echo "Warning: dh-buildinfo is obsolete, please remove it from Build-Depends"
Perhaps using instead the following, would give a bit more visibility
to the warning:
,--- dh_buildinfo ---
#!/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"
`---
Nice! Yes, this is a lot better, and also in line with other
deprecation warnings I've seen elsewhere.
Ok, I believe there is enough consensus to do the change.
Yann: I'm going to NMU this package tomorrow, using the patch
I posted several weeks ago plus the color changes from Guillem.
I will not make any other change.
Please speak up if for any reason you do not agree.
Thanks.