diff options
author | Niels Thykier <niels@thykier.net> | 2017-10-11 05:35:53 +0000 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2017-10-11 05:35:53 +0000 |
commit | fedd4ee4a03da8b7d686daf55418c3e1b9c58b18 (patch) | |
tree | cdbba4c627bb13deaf008ece0125e4c7cd1fe27f /debhelper.pod | |
parent | eaf711cbd860c50efcdd780c714583655ddb8a59 (diff) | |
download | debhelper-fedd4ee4a03da8b7d686daf55418c3e1b9c58b18.tar.gz |
debhelper.pod: Correct a compat v12 message
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'debhelper.pod')
-rw-r--r-- | debhelper.pod | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/debhelper.pod b/debhelper.pod index d51a46e9..f9809767 100644 --- a/debhelper.pod +++ b/debhelper.pod @@ -727,12 +727,7 @@ Please use the new name B<--no-stop-on-upgrade> There was a bug in the B<doit> (and similar) functions from L<Debian::Debhelper::Dh_Lib> that made them spawn a shell in one particular circumstance. This bug is now removed and will cause -helpers that rely on the bug to fail with an error. - -In compatibility 11, there is still a detection for this case to -provide a useful error message. This detection will be removed in -compatibility 12, where the string will be interpreted as a literal -command and fail with a "command not found" error. +helpers that rely on the bug to fail with a "command not found"-error. =item - |