summaryrefslogtreecommitdiffstats
path: root/dh_ucf
diff options
context:
space:
mode:
Diffstat (limited to 'dh_ucf')
-rwxr-xr-xdh_ucf9
1 files changed, 8 insertions, 1 deletions
diff --git a/dh_ucf b/dh_ucf
index 99d5b87..e8a031b 100755
--- a/dh_ucf
+++ b/dh_ucf
@@ -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) {