summaryrefslogtreecommitdiffstats
path: root/lib/Debian/Debhelper/SequencerUtil.pm
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 16:37:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 16:37:29 +0000
commit02d0b2a8ef5a2dff3f22d29dee7800d9a5928e86 (patch)
tree879d7ae69586f509481289e50746748c098500b8 /lib/Debian/Debhelper/SequencerUtil.pm
parentAdding upstream version 13.15.3. (diff)
downloaddebhelper-02d0b2a8ef5a2dff3f22d29dee7800d9a5928e86.tar.xz
debhelper-02d0b2a8ef5a2dff3f22d29dee7800d9a5928e86.zip
Adding upstream version 13.16.upstream/13.16
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'lib/Debian/Debhelper/SequencerUtil.pm')
-rw-r--r--lib/Debian/Debhelper/SequencerUtil.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Debian/Debhelper/SequencerUtil.pm b/lib/Debian/Debhelper/SequencerUtil.pm
index 2fe5824..b01e920 100644
--- a/lib/Debian/Debhelper/SequencerUtil.pm
+++ b/lib/Debian/Debhelper/SequencerUtil.pm
@@ -228,6 +228,7 @@ sub rules_explicit_target {
my ($target) = @_;
if (! $RULES_PARSED) {
+ Debian::Debhelper::Dh_Lib::assert_unsafe_execution_is_ok();
my $processing_targets = 0;
my $not_a_target = 0;
my $current_target;