[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#797209: jessie-pu: package grub-installer/1.117+deb8u1



Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian.org@packages.debian.org
Usertags: pu

[ cc: debian-boot@lists.debian.org, ijc@hellion.org.uk ]

Hi,

Ian prepared a backport of a fix to grub-installer, which currently
fails to propagate a variable to the installed system. Changelog entry:
| grub-installer (1.117+deb8u1) jessie; urgency=medium
| 
|   [ Ian Campbell ]
|   * Correctly propagate grub-installer/force-efi-extra-removable to installed
|     system. (Closes: #792247).
| 
|  -- Cyril Brulebois <kibi@debian.org>  Fri, 28 Aug 2015 17:20:01 +0200

and patch attached.

Please tell us whether that looks OK and if timing for next point
release still allows that.

Thanks for your time.

Mraw,
KiBi.
diff -Nru grub-installer-1.117/debian/changelog grub-installer-1.117+deb8u1/debian/changelog
--- grub-installer-1.117/debian/changelog	2015-04-22 06:48:31.000000000 +0200
+++ grub-installer-1.117+deb8u1/debian/changelog	2015-08-28 17:20:41.000000000 +0200
@@ -1,3 +1,11 @@
+grub-installer (1.117+deb8u1) jessie; urgency=medium
+
+  [ Ian Campbell ]
+  * Correctly propagate grub-installer/force-efi-extra-removable to installed
+    system. (Closes: #792247).
+
+ -- Cyril Brulebois <kibi@debian.org>  Fri, 28 Aug 2015 17:20:01 +0200
+
 grub-installer (1.117) unstable; urgency=low
 
   [ Updated translations ]
diff -Nru grub-installer-1.117/grub-installer grub-installer-1.117+deb8u1/grub-installer
--- grub-installer-1.117/grub-installer	2015-01-13 05:01:14.000000000 +0100
+++ grub-installer-1.117+deb8u1/grub-installer	2015-08-28 17:19:14.000000000 +0200
@@ -809,7 +809,7 @@
 			grub_install_params="$grub_install_params --force-extra-removable"
 			# Make sure this happens on upgrades too
 			$chroot $ROOT 'debconf-set-selections' <<EOF
-grub2/force_efi_extra_removable boolean true
+$grub_package grub2/force_efi_extra_removable boolean true
 EOF
 		fi
 

Reply to: