From 0343988a9aeaadfb21bc7f074c1ef37dbddae797 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Wed, 12 Sep 2018 23:42:14 +0100 Subject: [PATCH] debian/watch: Add options for signature validation Fixes lintian warning debian-watch-could-verify-download. --- debian/changelog | 1 + debian/watch | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3747069ed..0dd1b27f5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ linux (4.18.6-2) UNRELEASED; urgency=medium * linux-headers: Stop linking the doc directory, which is not binNMU-safe * debian/copyright: Simplify exclusions to work with mk-origtargz * debian/{watch,bin/uscan-hook}: Drop uscan hook in favour of uupdate + * debian/watch: Add options for signature validation [ Salvatore Bonaccorso ] * mac80211: don't update the PM state of a peer upon a multicast frame diff --git a/debian/watch b/debian/watch index d2fa8b6ea..54040107b 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,4 @@ # Find first non-rc tarball linked from kernel.org. version=3 +opts="pgpmode=mangle, pgpsigurlmangle=s|\.xz$|.sign|, decompress" \ https://www.kernel.org/ .*/linux-([0-9.]+).tar.xz debian uupdate