[debhelper-devel] [debhelper] 01/01: dwz.pm: Include the name of the sequence in the warning
Niels Thykier
nthykier at moszumanska.debian.org
Sun Nov 12 14:42:28 UTC 2017
This is an automated email from the git hooks/post-receive script.
nthykier pushed a commit to branch master
in repository debhelper.
commit f2a5dba91f33baa47e6ff0da7421ddc35e23baab
Author: Niels Thykier <niels at thykier.net>
Date: Sun Nov 12 14:41:11 2017 +0000
dwz.pm: Include the name of the sequence in the warning
Signed-off-by: Niels Thykier <niels at thykier.net>
---
lib/Debian/Debhelper/Sequence/dwz.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Debian/Debhelper/Sequence/dwz.pm b/lib/Debian/Debhelper/Sequence/dwz.pm
index 16935aa..3db7756 100644
--- a/lib/Debian/Debhelper/Sequence/dwz.pm
+++ b/lib/Debian/Debhelper/Sequence/dwz.pm
@@ -5,7 +5,7 @@ use strict;
use warnings;
use Debian::Debhelper::Dh_Lib qw(warning);
-warning('This sequence is experimental and may change (or be retired) without any notice');
+warning('The "dwz"-sequence is experimental and may change (or be retired) without any notice');
insert_before('dh_strip', 'dh_dwz');
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debhelper/debhelper.git
More information about the debhelper-devel
mailing list