summaryrefslogtreecommitdiffstats
path: root/dh_compress
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 10:17:26 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 10:17:26 +0000
commit36b03e2bee4497aef85033f4f900f5d89d5dc55e (patch)
treeec9a0e0972bd08cc628efaa53161b44f9361dd37 /dh_compress
parentAdding debian version 13.16. (diff)
downloaddebhelper-36b03e2bee4497aef85033f4f900f5d89d5dc55e.tar.xz
debhelper-36b03e2bee4497aef85033f4f900f5d89d5dc55e.zip
Merging upstream version 13.17.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dh_compress')
-rwxr-xr-xdh_compress9
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.