From d6e1d2323492fd53d142c79c1816f132ec161b83 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 26 Aug 2024 12:17:26 +0200 Subject: Adding upstream version 13.17. Signed-off-by: Daniel Baumann --- dh_installdebconf | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'dh_installdebconf') diff --git a/dh_installdebconf b/dh_installdebconf index 79d50d2..4055513 100755 --- a/dh_installdebconf +++ b/dh_installdebconf @@ -191,8 +191,22 @@ if (defined($dh{U_PARAMS})) { foreach my $package (@{$dh{DOPACKAGES}}) { my $tmp=tmpdir($package); - my $config=pkgfile($package,"config"); - my $templates=pkgfile($package,"templates"); + my $config = pkgfile( + { + 'named' => 0, + 'support-architecture-restriction' => 0, + }, + $package, + "config", + ); + my $templates = pkgfile( + { + 'named' => 0, + 'support-architecture-restriction' => 0, + }, + $package, + "templates", + ); install_dir("$tmp/DEBIAN"); -- cgit v1.2.3