[debhelper-devel] [debhelper] 01/01: dh_builddeb: Bump udeb compression to -z6

Niels Thykier nthykier at moszumanska.debian.org
Sun Sep 17 08:54:29 UTC 2017


This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository debhelper.

commit c673ebf304f5ff02936f5500da5e54399aff7499
Author: Niels Thykier <niels at thykier.net>
Date:   Sun Sep 17 08:53:18 2017 +0000

    dh_builddeb: Bump udeb compression to -z6
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 debian/changelog | 3 +++
 dh_builddeb      | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3414e35..a11fdee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,9 @@ debhelper (10.9) UNRELEASED; urgency=medium
     "Important" field.
   * dh_installinfo: Merge two chmod calls into one to save a
     fork+exec.
+  * dh_builddeb: Use -z6 compression for udebs (up from -z1).
+    Thanks to Adrian Bunk for the suggestion and Aurelien Jarno
+    for confirming it would be fine for d-i.  (Closes: #870201)
 
   [ Felipe Sateler ]
   * dh_systemd_enable: Refactor and add support for timer units.
diff --git a/dh_builddeb b/dh_builddeb
index 85c921b..6015729 100755
--- a/dh_builddeb
+++ b/dh_builddeb
@@ -154,7 +154,7 @@ on_items_in_parallel(\@items, sub {
 		}
 		else {
 			my $filename=$dh{FILENAME};
-			my @cmd = qw(dpkg-deb -z1 -Zxz -Sextreme);
+			my @cmd = qw(dpkg-deb -z6 -Zxz -Sextreme);
 			push(@cmd, @{$dh{U_PARAMS}}) if $dh{U_PARAMS};
 			push(@cmd, '--build', $tmp);
 			if (! $filename) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debhelper/debhelper.git




More information about the debhelper-devel mailing list