diff options
Diffstat (limited to 'dh_ucf')
-rwxr-xr-x | dh_ucf | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -73,7 +73,14 @@ init(); # PROMISE: DH NOOP WITHOUT ucf cli-options() foreach my $package (@{$dh{DOPACKAGES}}) { - my $file=pkgfile($package,"ucf"); + my $file = pkgfile( + { + 'named' => 0, + 'support-architecture-restriction' => 0, + }, + $package, + "ucf", + ); my @ucf; if ($file) { |