summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2021-02-06 17:29:53 +0000
committerColin Watson <cjwatson@debian.org>2021-02-06 17:30:07 +0000
commit9ad751adbf25ac763e2766a156de1fd4696a8bfd (patch)
tree5ee0e66b1b9ea08ef54c394f5314d890e2dbe356
parent793c28d8a39bf7bb02cf50b1d2e4b30077d891aa (diff)
parentc65654e97ea4037c257267f3470d8ad296edd69b (diff)
Give previous patch a Patch-Name header
-rw-r--r--debian/.git-dpm4
-rw-r--r--debian/patches/series2
-rw-r--r--debian/patches/uefi-firmware-efivarfs.patch (renamed from debian/patches/0101-Switch-to-using-the-efivarfs-interface-for-detecting.patch)4
3 files changed, 6 insertions, 4 deletions
diff --git a/debian/.git-dpm b/debian/.git-dpm
index 619010d16..1fc26a2f0 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -1,6 +1,6 @@
# see git-dpm(1) from git-dpm package
-5478c9d0919b3e070b24a8485096152a1551b31f
-5478c9d0919b3e070b24a8485096152a1551b31f
+c65654e97ea4037c257267f3470d8ad296edd69b
+c65654e97ea4037c257267f3470d8ad296edd69b
578bb115fbd47e1c464696f1f8d6183e5443975d
578bb115fbd47e1c464696f1f8d6183e5443975d
grub2_2.04.orig.tar.xz
diff --git a/debian/patches/series b/debian/patches/series
index ab1cc700e..383a33525 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -98,4 +98,4 @@ grub-install-backup-and-restore.patch
tftp-roll-over-block-counter.patch
mdraid1x-linux-gcc-10.patch
zfs-gcc-10.patch
-0101-Switch-to-using-the-efivarfs-interface-for-detecting.patch
+uefi-firmware-efivarfs.patch
diff --git a/debian/patches/0101-Switch-to-using-the-efivarfs-interface-for-detecting.patch b/debian/patches/uefi-firmware-efivarfs.patch
index c2422d2e7..65f0c1e37 100644
--- a/debian/patches/0101-Switch-to-using-the-efivarfs-interface-for-detecting.patch
+++ b/debian/patches/uefi-firmware-efivarfs.patch
@@ -1,10 +1,12 @@
-From 5478c9d0919b3e070b24a8485096152a1551b31f Mon Sep 17 00:00:00 2001
+From c65654e97ea4037c257267f3470d8ad296edd69b Mon Sep 17 00:00:00 2001
From: Steve McIntyre <93sam@debian.org>
Date: Tue, 5 Jan 2021 00:00:02 +0000
Subject: Switch to using the efivarfs interface for detecting "system setup"
The old efivarfs interface is deprecated and has been disabled in
newer Debian kernels.
+
+Patch-Name: uefi-firmware-efivarfs.patch
---
util/grub.d/30_uefi-firmware.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)