From 7b3d5890037484a6ee4573744869f28301902a8b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 26 Aug 2024 12:17:27 +0200 Subject: Merging upstream version 13.17. Signed-off-by: Daniel Baumann --- dh_installcatalogs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'dh_installcatalogs') diff --git a/dh_installcatalogs b/dh_installcatalogs index aa5f45d..d7f151e 100755 --- a/dh_installcatalogs +++ b/dh_installcatalogs @@ -78,7 +78,14 @@ init(); foreach my $package (@{$dh{DOPACKAGES}}) { my $tmpdir = tmpdir($package); - my $sgmlcatlistfile = pkgfile($package, "sgmlcatalogs"); + my $sgmlcatlistfile = pkgfile( + { + 'named' => 0, + 'support-architecture-restriction' => 0, + }, + $package, + "sgmlcatalogs", + ); my @sgmlinstalled; # catalogs we've installed if ($#ARGV >= 0) { error("extra command-line arguments"); -- cgit v1.2.3