summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiederik de Haas <didi.debian@cknow.org>2023-03-04 13:52:40 +0100
committerNiels Thykier <niels@thykier.net>2023-03-05 12:16:09 +0000
commitdab61554b2dee4f5b34b27934b3e5c1070cc22b8 (patch)
tree207eddeee1ab1e62cbe5deebffd1530d82001765
parent215021133119f1f81fa1e90d51306bbf0f32de90 (diff)
dh_missing: Update link to PROGRAMMING.md.gz
In commit 6c0fc1e7f849af4b207ac780ffa6c88192c27074 there was a conversion from PROGRAMMING to PROGRAMMING.md, but dh_missing still referenced PROGRAMMING.gz which no longer exists.
-rwxr-xr-xdh_missing2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_missing b/dh_missing
index 6524d1e6..f4ad8fa6 100755
--- a/dh_missing
+++ b/dh_missing
@@ -243,7 +243,7 @@ if (@missing) {
nonquiet_print('If the missing files are installed by another tool, please file a bug against it.');
nonquiet_print('When filing the report, if the tool is not part of debhelper itself, please reference the');
nonquiet_print('"Logging helpers and dh_missing" section from the "PROGRAMMING" guide for debhelper (10.6.3+).');
- nonquiet_print(' (in the debhelper package: /usr/share/doc/debhelper/PROGRAMMING.gz)');
+ nonquiet_print(' (in the debhelper package: /usr/share/doc/debhelper/PROGRAMMING.md.gz)');
nonquiet_print("Be sure to test with dpkg-buildpackage -A/-B as the results may vary when only a subset is built");
nonquiet_print("If the omission is intentional or no other helper can take care of this consider adding the");
nonquiet_print("paths to debian/not-installed.");