From deeb2239baae1a72bf60d0a00268394ac3d76cde Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Wed, 21 Nov 2018 21:27:55 +0000 Subject: [PATCH] debian/source/options: Delete redundant compression setting; satisfy lintian The default compression for the Debian tarball has been xz since dpkg 1.16.5 (pre-wheezy). lintian now warns about setting the compression option, even though we don't change the default. --- debian/changelog | 2 ++ debian/source/options | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 debian/source/options diff --git a/debian/changelog b/debian/changelog index 6a8bc3a0d..d602a1db2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -300,6 +300,8 @@ linux (4.19.2-1~exp1) UNRELEASED; urgency=medium * Move generation of CONFIG_BUILD_SALT to gencontrol.py * [x86] hyperv-daemons: Make all services conditional on device existence * debian/rules.real: Fix build failure with pkg.linux.nosource profile + * debian/source/options: Delete redundant compression setting; satisfy + lintian [ Karsten Merker ] * [riscv64] Build a kernel image and udebs for riscv64 (Closes: #908161) diff --git a/debian/source/options b/debian/source/options deleted file mode 100644 index b7bc1f2b7..000000000 --- a/debian/source/options +++ /dev/null @@ -1 +0,0 @@ -compression = "xz"