diff options
Diffstat (limited to 'dh_installlogrotate')
-rwxr-xr-x | dh_installlogrotate | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/dh_installlogrotate b/dh_installlogrotate index fc3d60a..b5be855 100755 --- a/dh_installlogrotate +++ b/dh_installlogrotate @@ -42,7 +42,14 @@ init(); foreach my $package (@{$dh{DOPACKAGES}}) { my $tmp=tmpdir($package); - my $file=pkgfile($package,"logrotate"); + my $file = pkgfile( + { + 'named' => 0, + 'support-architecture-restriction' => 0, + }, + $package, + "logrotate", + ); if ($file) { install_dir("$tmp/etc/logrotate.d"); |