Merge ~juliank/grub/+git/bionic:bionic into ~ubuntu-core-dev/grub/+git/bionic:master

Proposed by Julian Andres Klode
Status: Merged
Merged at revision: dc4566b524354934df5e7bc3c5e38ec8d4e7364b
Proposed branch: ~juliank/grub/+git/bionic:bionic
Merge into: ~ubuntu-core-dev/grub/+git/bionic:master
Diff against target: 51 lines (+12/-4)
4 files modified
debian/changelog (+8/-0)
debian/control (+2/-2)
debian/grub2-common.install (+2/-0)
debian/install.in (+0/-2)
Reviewer Review Type Date Requested Status
Ubuntu Core Development Team Pending
Review via email: mp+433035@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index 59dd791..dd62890 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,11 @@
6+grub2 (2.02-2ubuntu8.25) bionic; urgency=medium
7+
8+ [ Colin Watson ]
9+ * Move kernel maintainer script snippets into grub2-common (thanks,
10+ Bastian Blank; closes: #910959) (LP: #1995751)
11+
12+ -- Julian Andres Klode <juliank@ubuntu.com> Tue, 15 Nov 2022 12:13:43 +0100
13+
14 grub2 (2.02-2ubuntu8.23) bionic; urgency=medium
15
16 [ Dimitri John Ledkov & Steve Langasek ]
17diff --git a/debian/control b/debian/control
18index e94dfc5..708ba7b 100644
19--- a/debian/control
20+++ b/debian/control
21@@ -91,9 +91,9 @@ Priority: optional
22 # of the package is not very useful in a utilities-only build.
23 Architecture: any-i386 any-amd64 any-powerpc any-ppc64 any-ppc64el any-sparc any-sparc64 any-mipsel any-ia64 any-arm any-arm64
24 Depends: grub-common (= ${binary:Version}), dpkg (>= 1.15.4) | install-info, ${shlibs:Depends}, ${misc:Depends}
25-Replaces: grub, grub-legacy, ${legacy-doc-br}, grub-common (<< 1.99-1), grub-pc (<< 2.00-4), grub-ieee1275 (<< 2.00-4), grub-efi (<< 1.99-1), grub-coreboot (<< 2.00-4), grub-linuxbios (<< 1.99-1), grub-efi-ia32 (<< 2.00-4), grub-efi-amd64 (<< 2.00-4), grub-efi-ia64 (<< 2.00-4), grub-yeeloong (<< 2.00-4)
26+Replaces: grub, grub-legacy, ${legacy-doc-br}, grub-common (<< 1.99-1), grub-pc (<< 2.02-2ubuntu8.25), grub-coreboot (<< 2.02-2ubuntu8.25), grub-efi-ia32 (<< 2.02-2ubuntu8.25), grub-efi-amd64 (<< 2.04-1ubuntu47.4), grub-efi-ia64 (<< 2.02-2ubuntu8.25), grub-efi-arm (<< 2.02-2ubuntu8.25), grub-efi-arm64 (<< 2.04-1ubuntu47.4), grub-ieee1275 (<< 2.02-2ubuntu8.25), grub-uboot (<< 2.02-2ubuntu8.25), grub-xen (<< 2.02-2ubuntu8.25), grub-yeeloong (<< 2.02-2ubuntu8.25)
27 Conflicts: grub-legacy
28-Breaks: grub (<< 0.97-54), ${legacy-doc-br}, shim (<< 13)
29+Breaks: grub (<< 0.97-54), ${legacy-doc-br}, shim (<< 13), grub-pc (<< 2.02-2ubuntu8.25), grub-coreboot (<< 2.02-2ubuntu8.25), grub-efi-ia32 (<< 2.02-2ubuntu8.25), grub-efi-amd64 (<< 2.04-1ubuntu47.4), grub-efi-ia64 (<< 2.02-2ubuntu8.25), grub-efi-arm (<< 2.02-2ubuntu8.25), grub-efi-arm64 (<< 2.04-1ubuntu47.4), grub-ieee1275 (<< 2.02-2ubuntu8.25), grub-uboot (<< 2.02-2ubuntu8.25), grub-xen (<< 2.02-2ubuntu8.25), grub-yeeloong (<< 2.02-2ubuntu8.25)
30 Multi-Arch: foreign
31 Description: GRand Unified Bootloader (common files for version 2)
32 This package contains common files shared by the distinct flavours of GRUB.
33diff --git a/debian/grub2-common.install b/debian/grub2-common.install
34index 8f617d4..74020d9 100644
35--- a/debian/grub2-common.install
36+++ b/debian/grub2-common.install
37@@ -1,5 +1,7 @@
38 ../../debian/default usr/share/grub
39 ../../debian/update-grub usr/sbin
40+../../debian/kernel/zz-update-grub etc/kernel/postinst.d
41+../../debian/kernel/zz-update-grub etc/kernel/postrm.d
42
43 usr/sbin/grub-install
44 usr/sbin/grub-reboot
45diff --git a/debian/install.in b/debian/install.in
46index f003e41..e69de29 100644
47--- a/debian/install.in
48+++ b/debian/install.in
49@@ -1,2 +0,0 @@
50-../../debian/kernel/zz-update-grub etc/kernel/postinst.d
51-../../debian/kernel/zz-update-grub etc/kernel/postrm.d

Subscribers

People subscribed via source and target branches