diff options
Diffstat (limited to 'dh_compress')
-rwxr-xr-x | dh_compress | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/dh_compress b/dh_compress index ac72687..f8f2695 100755 --- a/dh_compress +++ b/dh_compress @@ -85,7 +85,14 @@ on_pkgs_in_parallel { foreach my $package (@_) { my $tmp=tmpdir($package); - my $compress=pkgfile($package,"compress"); + my $compress = pkgfile( + { + 'named' => 0, + 'support-architecture-restriction' => 0, + }, + $package, + "compress", + ); # Run the file name gathering commands from within the directory # structure that will be effected. |