summaryrefslogtreecommitdiffstats
path: root/dh_installalternatives
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 10:17:26 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 10:17:26 +0000
commit36b03e2bee4497aef85033f4f900f5d89d5dc55e (patch)
treeec9a0e0972bd08cc628efaa53161b44f9361dd37 /dh_installalternatives
parentAdding debian version 13.16. (diff)
downloaddebhelper-36b03e2bee4497aef85033f4f900f5d89d5dc55e.tar.xz
debhelper-36b03e2bee4497aef85033f4f900f5d89d5dc55e.zip
Merging upstream version 13.17.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dh_installalternatives')
-rwxr-xr-xdh_installalternatives9
1 files changed, 8 insertions, 1 deletions
diff --git a/dh_installalternatives b/dh_installalternatives
index 7bfbae5..a770687 100755
--- a/dh_installalternatives
+++ b/dh_installalternatives
@@ -77,7 +77,14 @@ $dh{NAME} = undef;
foreach my $package (@{$dh{DOPACKAGES}}) {
my $tmp = tmpdir($package);
- my $alternatives = pkgfile($package, 'alternatives');
+ my $alternatives = pkgfile(
+ {
+ 'named' => 0,
+ 'support-architecture-restriction' => 0,
+ },
+ $package,
+ 'alternatives',
+ );
if (-f $alternatives) {
_parse_alternatives_file_and_generate_maintscripts($package, $tmp, $alternatives);