From a6e925fc6252476ba25939707e4dfcdfd0ef4972 Mon Sep 17 00:00:00 2001 From: Andrea Righi Date: Fri, 5 May 2023 09:07:01 +0200 Subject: [PATCH] UBUNTU: [Packaging] annotations: use python3 in the shebang Make sure to not depend on python-is-python3 and explicitly use python3 for the main script. Signed-off-by: Andrea Righi --- debian/scripts/misc/annotations | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/scripts/misc/annotations b/debian/scripts/misc/annotations index ea6bc9b5157d..86d858611780 100755 --- a/debian/scripts/misc/annotations +++ b/debian/scripts/misc/annotations @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- mode: python -*- # Manage Ubuntu kernel .config and annotations # Copyright © 2022 Canonical Ltd.