summaryrefslogtreecommitdiffstats
path: root/dh_installcatalogs
diff options
context:
space:
mode:
Diffstat (limited to 'dh_installcatalogs')
-rwxr-xr-xdh_installcatalogs9
1 files changed, 8 insertions, 1 deletions
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");