Package: acl Version: 2.2.52-1 Severity: important Tags: patch Please use the default compression for the acl binary package. It currently cannot be installed by d-i[1], but is a dependency of systemd which is installed by default.
[1] <https://bugs.debian.org/759327> A patch to switch to the default compression (xz) for both source and all binary packages is attached (not tested, but trivial). Ansgar
>From 62803b4c4497966ebe83d6d305f1a10303e16f29 Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt <[email protected]> Date: Tue, 26 Aug 2014 20:26:29 +0200 Subject: [PATCH] Use default compression. --- debian/rules | 4 +--- debian/source/options | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 debian/source/options diff --git a/debian/rules b/debian/rules index 1ef9244..eb5cb05 100755 --- a/debian/rules +++ b/debian/rules @@ -87,9 +87,7 @@ binary-arch: checkroot built dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb -p$(package) -- -Zbzip2 -z9 - dh_builddeb -p$(develop) -- -Zbzip2 -z9 - dh_builddeb -p$(library) + dh_builddeb binary: binary-indep binary-arch diff --git a/debian/source/options b/debian/source/options deleted file mode 100644 index 779dbfd..0000000 --- a/debian/source/options +++ /dev/null @@ -1,2 +0,0 @@ -compression = "bzip2" -compression-level = 9 -- 2.1.0

