summaryrefslogtreecommitdiffstats
path: root/dh_movefiles
diff options
context:
space:
mode:
Diffstat (limited to 'dh_movefiles')
-rwxr-xr-xdh_movefiles9
1 files changed, 8 insertions, 1 deletions
diff --git a/dh_movefiles b/dh_movefiles
index 7c5c8ff..385bb5e 100755
--- a/dh_movefiles
+++ b/dh_movefiles
@@ -84,7 +84,14 @@ my $ret=0;
foreach my $package (@{$dh{DOPACKAGES}}) {
my $tmp=tmpdir($package);
- my $files=pkgfile($package,"files");
+ my $files=pkgfile(
+ {
+ 'named' => 0,
+ 'support-architecture-restriction' => 0,
+ },
+ $package,
+ "files",
+ );
my $sourcedir="debian/tmp";
if ($dh{SOURCEDIR}) {