summaryrefslogtreecommitdiffstats
path: root/dh_installinfo
diff options
context:
space:
mode:
Diffstat (limited to 'dh_installinfo')
-rwxr-xr-xdh_installinfo9
1 files changed, 8 insertions, 1 deletions
diff --git a/dh_installinfo b/dh_installinfo
index 3a25542..e445884 100755
--- a/dh_installinfo
+++ b/dh_installinfo
@@ -80,7 +80,14 @@ $default_error_handler = \&glob_expand_error_handler_silently_ignore if $nodocs;
foreach my $package (getpackages()) {
my $tmp=tmpdir($package);
- my $file=pkgfile($package,"info");
+ my $file = pkgfile(
+ {
+ 'named' => 0,
+ 'support-architecture-restriction' => 0,
+ },
+ $package,
+ "info",
+ );
my @search_dirs = ('.');
my @ignored_files;
my $skip_install = process_pkg($package) ? 0 : 1;