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.
This commit is contained in:
Ben Hutchings 2018-11-21 21:27:55 +00:00
parent 74f0c27f7d
commit deeb2239ba
2 changed files with 2 additions and 1 deletions

2
debian/changelog vendored
View File

@ -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)

View File

@ -1 +0,0 @@
compression = "xz"