From 9456f984adaf550976992536f78046679017121c Mon Sep 17 00:00:00 2001 From: xinpeng wang Date: Fri, 21 Feb 2025 14:15:19 +0800 Subject: [PATCH] fix: compile error --- debian/changelog | 6 ++++++ debian/sbat.deepin.csv.in | 4 ++++ debian/sbat.uos.csv.in | 4 ++++ 3 files changed, 14 insertions(+) create mode 100644 debian/sbat.deepin.csv.in create mode 100644 debian/sbat.uos.csv.in diff --git a/debian/changelog b/debian/changelog index 1172c1f..7ba8bbc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grub2 (2.12-1deepin16) unstable; urgency=medium + + * fix compile error. + + -- xinpeng.wang Fri, 21 Feb 2025 14:28:48 +0800 + grub2 (2.12-1deepin15) unstable; urgency=medium * Adapting to immutable systems. diff --git a/debian/sbat.deepin.csv.in b/debian/sbat.deepin.csv.in new file mode 100644 index 0000000..f579e55 --- /dev/null +++ b/debian/sbat.deepin.csv.in @@ -0,0 +1,4 @@ +sbat,1,SBAT Version,sbat,1,https://github.com/rhboot/shim/blob/main/SBAT.md +grub,4,Free Software Foundation,grub,@UPSTREAM_VERSION@,https://www.gnu.org/software/grub/ +grub.debian,4,Debian,grub2,2.12-1,https://tracker.debian.org/pkg/grub2 +grub.deepin,1,Deepin,grub2,@DEB_VERSION@,https://github.com/deepin-community/grub2 diff --git a/debian/sbat.uos.csv.in b/debian/sbat.uos.csv.in new file mode 100644 index 0000000..a7fb00b --- /dev/null +++ b/debian/sbat.uos.csv.in @@ -0,0 +1,4 @@ +sbat,1,SBAT Version,sbat,1,https://github.com/rhboot/shim/blob/main/SBAT.md +grub,4,Free Software Foundation,grub,@UPSTREAM_VERSION@,https://www.gnu.org/software/grub/ +grub.debian,4,Debian,grub2,2.12-1,https://tracker.debian.org/pkg/grub2 +grub.uos,1,Uos,grub2,@DEB_VERSION@,https://github.com/deepin-community/grub2