Your message dated Mon, 29 Oct 2018 13:19:25 +0000
with message-id <[email protected]>
and subject line Bug#630224: fixed in grub2 2.02+dfsg1-8
has caused the Debian Bug report #630224,
regarding grub-pc-bin: confusing package description
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
630224: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=630224
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: grub-pc-bin
Version: 1.99-6
Severity: wishlist
Tags: patch

grub-pc-bin's long description describes what GRUB is, then to
explain how grub-pc-bin fits into the grub2 package family it says:

# This package contains a version of GRUB that has been built for use with
# traditional PC/BIOS architecture. It will not automatically install GRUB as
# the active boot loader, nor will it automatically update grub.cfg on upgrade,
# so most people should install grub-pc instead.

The first sentence is the same text as grub-pc's corresponding
paragraph, but the end of the second is a bit confusing - grub-pc has
a strict dependency on grub-pc-bin, so getting grub-pc installed
instead of grub-pc-bin isn't an option.  (Perhaps whoever wrote this
was thinking in terms of "most people should 'apt-get install grub-pc'
instead of starting from grub-pc-bin"?)

The relationship between grub-pc and grub-pc-bin is rather hard to
deduce from the package names and current descriptions - after all,
grub-pc-bin contains no normal executables in (s)bin directories,
while grub-pc has several.  Going by the explanations in
changelog.Debian.gz, I would suggest the following replacement text:

Package: grub-pc
Description: GRand Unified Bootloader, version 2 (PC/BIOS version)
 [...]
 This package will automatically install as the active boot loader a version
 of GRUB built for the traditional PC/BIOS architecture, and will automatically
 update grub.cfg on upgrade.

Package: grub-pc-bin
Description: GRand Unified Bootloader, version 2 (PC/BIOS modules)
 [...]
 This package contains a set of GRUB modules built for the traditional
 PC/BIOS architecture.  It can be installed in parallel with other flavors
 (for instance as build dependencies), but will not be set up as the active
 boot loader unless grub-pc is also installed.

...and so on for grub-yeeloong-bin etc.  I'm also standardising a couple
of inconsistent uses of "flavour" in the direction of the en_US spellings
used elsewhere, but not performing a full debian-l10n-english review.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (50, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.39-2-686-pae (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages grub-pc-bin depends on:
ii  grub-common                  1.99-6      GRand Unified Bootloader (common f
ii  libc6                        2.13-4      Embedded GNU C Library: Shared lib
ii  libdevmapper1.02.1           2:1.02.63-3 The Linux Kernel Device Mapper use

grub-pc-bin recommends no packages.

Versions of packages grub-pc-bin suggests:
pn  desktop-base                  <none>     (no description available)

-- no debconf information
-- 
JBR
Ankh kak! (Ancient Egyptian blessing)
diff -ru grub2-1.99.pristine/debian/control grub2-1.99/debian/control
--- grub2-1.99.pristine/debian/control	2011-06-11 20:36:21.000000000 +0100
+++ grub2-1.99/debian/control	2011-06-11 21:48:36.273960751 +0100
@@ -75,7 +75,7 @@
 Breaks: lupin-support (<< 0.30)
 Multi-Arch: foreign
 Description: GRand Unified Bootloader (common files)
- This package contains common files shared by the distinct flavours of GRUB.
+ This package contains common files shared by the distinct flavors of GRUB.
  It is shared between GRUB Legacy and GRUB 2, although a number of files
  specific to GRUB 2 are here as long as they do not break GRUB Legacy.
 
@@ -87,7 +87,7 @@
 Conflicts: grub (<< 0.97-54), grub-legacy, grub-doc (<< 0.97-32), grub-legacy-doc (<< 0.97-59)
 Multi-Arch: foreign
 Description: GRand Unified Bootloader (common files for version 2)
- This package contains common files shared by the distinct flavours of GRUB.
+ This package contains common files shared by the distinct flavors of GRUB.
  The files in this package are specific to GRUB 2, and would break GRUB
  Legacy if installed on the same system.
 
@@ -107,7 +107,7 @@
 Replaces: grub2 (<< ${source:Version}), grub-common (<= 1.97~beta2-1), grub-pc (<< 1.99-1)
 Suggests: desktop-base (>= 4.0.6)
 Multi-Arch: foreign
-Description: GRand Unified Bootloader, version 2 (PC/BIOS binaries)
+Description: GRand Unified Bootloader, version 2 (PC/BIOS modules)
  GRUB is a portable, powerful bootloader.  This version of GRUB is based on a
  cleaner design than its predecessors, and provides the following new features:
  .
@@ -121,10 +121,10 @@
   - Support for extended charsets.  Users can write UTF-8 text to their menu
     entries.
  .
- This package contains a version of GRUB that has been built for use with
- traditional PC/BIOS architecture.  It will not automatically install GRUB
- as the active boot loader, nor will it automatically update grub.cfg on
- upgrade, so most people should install grub-pc instead.
+ This package contains a set of GRUB modules built for the traditional PC/BIOS
+ architecture.  It can be installed in parallel with other versions (for
+ instance as build dependencies), but will not be set up as the active boot
+ loader unless grub-pc is also installed.
 
 Package: grub-pc
 Priority: optional
@@ -147,8 +147,9 @@
   - Support for extended charsets.  Users can write UTF-8 text to their menu
     entries.
  .
- This package contains a version of GRUB that has been built for use with
- traditional PC/BIOS architecture.
+ This package will automatically install as the active boot loader a version of
+ GRUB built for the traditional PC/BIOS architecture, and will automatically
+ update grub.cfg on upgrade.
 
 Package: grub-rescue-pc
 Architecture: any-i386 any-amd64
@@ -168,7 +169,7 @@
 Replaces: grub2 (<< ${source:Version}), grub-common (<= 1.97~beta2-1), grub-linuxbios, grub-coreboot (<< 1.99-1)
 Conflicts: grub-linuxbios (<< ${source:Version})
 Multi-Arch: foreign
-Description: GRand Unified Bootloader, version 2 (Coreboot binaries)
+Description: GRand Unified Bootloader, version 2 (Coreboot modules)
  GRUB is a portable, powerful bootloader.  This version of GRUB is based on a
  cleaner design than its predecessors, and provides the following new features:
  .
@@ -178,10 +179,10 @@
     add-ons can plug in their own script rules and trigger updates by invoking
     update-grub2.
  .
- This package contains a version of GRUB that has been built for use with
- platforms running the Coreboot firmware.  It will not automatically install
- GRUB as the active boot loader, nor will it automatically update grub.cfg
- on upgrade, so most people should install grub-coreboot instead.
+ This package contains a set of GRUB modules built for platforms running the
+ Coreboot firmware.  It can be installed in parallel with other versions (for
+ instance as build dependencies), but will not be set up as the active boot
+ loader unless grub-coreboot is also installed.
 
 Package: grub-coreboot
 Architecture: any-i386 any-amd64
@@ -199,15 +200,16 @@
     add-ons can plug in their own script rules and trigger updates by invoking
     update-grub2.
  .
- This package contains a version of GRUB that has been built for use with
- platforms running the Coreboot firmware.
+ This package will automatically install as the active boot loader a version of
+ GRUB built for platforms running the Coreboot firmware, and will automatically
+ update grub.cfg on upgrade.
 
 Package: grub-efi-ia32-bin
 Architecture: any-i386 any-amd64
 Depends: ${shlibs:Depends}, ${misc:Depends}, grub-common (= ${binary:Version}), efibootmgr [i386 amd64]
 Replaces: grub2 (<< ${source:Version}), grub-common (<= 1.97~beta2-1), grub-efi, grub-efi-ia32 (<< 1.99-1)
 Multi-Arch: foreign
-Description: GRand Unified Bootloader, version 2 (EFI-IA32 binaries)
+Description: GRand Unified Bootloader, version 2 (EFI-IA32 modules)
  GRUB is a portable, powerful bootloader.  This version of GRUB is based on a
  cleaner design than its predecessors, and provides the following new features:
  .
@@ -217,11 +219,11 @@
     add-ons can plug in their own script rules and trigger updates by invoking
     update-grub2.
  .
- This package contains a version of GRUB that has been built for use with
- EFI-IA32 architecture, such as the one provided by Intel Macs (that is, unless
- a BIOS interface has been activated).  It will not automatically install
- GRUB as the active boot loader, nor will it automatically update grub.cfg
- on upgrade, so most people should install grub-efi-ia32 instead.
+ This package contains a set of GRUB modules built for the EFI-IA32
+ architecture, as used by Intel Macs (unless a BIOS interface has been
+ activated).  It can be installed in parallel with other versions (for
+ instance as build dependencies), but will not be set up as the active boot
+ loader unless grub-efi-ia32 is also installed.
 
 Package: grub-efi-ia32
 Architecture: any-i386 any-amd64
@@ -239,16 +241,17 @@
     add-ons can plug in their own script rules and trigger updates by invoking
     update-grub2.
  .
- This package contains a version of GRUB that has been built for use with
- EFI-IA32 architecture, such as the one provided by Intel Macs (that is, unless
- a BIOS interface has been activated).
+ This package will automatically install as the active boot loader a version of
+ GRUB built for the EFI-IA32 architecture, as used by Intel Macs (unless a BIOS
+ interface has been activated), and will automatically update grub.cfg on
+ upgrade.
 
 Package: grub-efi-amd64-bin
 Architecture: i386 kopensolaris-i386 any-amd64
 Depends: ${shlibs:Depends}, ${misc:Depends}, grub-common (= ${binary:Version}), efibootmgr [i386 amd64]
 Replaces: grub2 (<< ${source:Version}), grub-common (<= 1.97~beta2-1), grub-efi-amd64 (<< 1.99-1)
 Multi-Arch: foreign
-Description: GRand Unified Bootloader, version 2 (EFI-AMD64 binaries)
+Description: GRand Unified Bootloader, version 2 (EFI-AMD64 modules)
  GRUB is a portable, powerful bootloader.  This version of GRUB is based on a
  cleaner design than its predecessors, and provides the following new features:
  .
@@ -258,11 +261,11 @@
     add-ons can plug in their own script rules and trigger updates by invoking
     update-grub2.
  .
- This package contains a version of GRUB that has been built for use with
- EFI-AMD64 architecture, such as the one provided by Intel Macs (that is, unless
- a BIOS interface has been activated).  It will not automatically install
- GRUB as the active boot loader, nor will it automatically update grub.cfg
- on upgrade, so most people should install grub-efi-amd64 instead.
+ This package contains a set of GRUB modules built for the EFI-AMD64
+ architecture, as used by Intel Macs (unless a BIOS interface has been
+ activated). It can be installed in parallel with other versions (for
+ instance as build dependencies), but will not be set up as the active boot
+ loader unless grub-efi-amd64 is also installed.
 
 Package: grub-efi-amd64
 Architecture: i386 kopensolaris-i386 any-amd64
@@ -280,9 +283,10 @@
     add-ons can plug in their own script rules and trigger updates by invoking
     update-grub2.
  .
- This package contains a version of GRUB that has been built for use with
- EFI-AMD64 architecture, such as the one provided by Intel Macs (that is, unless
- a BIOS interface has been activated).
+ This package will automatically install as the active boot loader a version of
+ GRUB built for the EFI-AMD64 architecture, as used by Intel Macs (unless a
+ BIOS interface has been activated), and will automatically update grub.cfg on
+ upgrade.
 
 Package: grub-ieee1275-bin
 Architecture: any-i386 any-amd64 any-powerpc any-ppc64 any-sparc
@@ -291,7 +295,7 @@
 Replaces: grub2 (<< ${source:Version}), grub-common (<= 1.97~beta2-1), grub-ieee1275 (<< 1.99-1)
 Suggests: genisoimage [any-powerpc any-ppc64]
 Multi-Arch: foreign
-Description: GRand Unified Bootloader, version 2 (Open Firmware binaries)
+Description: GRand Unified Bootloader, version 2 (Open Firmware modules)
  GRUB is a portable, powerful bootloader.  This version of GRUB is based on a
  cleaner design than its predecessors, and provides the following new features:
  .
@@ -301,10 +305,10 @@
     add-ons can plug in their own script rules and trigger updates by invoking
     update-grub2.
  .
- This package contains a version of GRUB that has been built for use with
- Open Firmware implementations.  It will not automatically install GRUB as
- the active boot loader, nor will it automatically update grub.cfg on
- upgrade, so most people should install grub-ieee1275 instead.
+ This package contains a set of GRUB modules built for use with Open Firmware
+ implementations.  It can be installed in parallel with other versions (for
+ instance as build dependencies), but will not be set up as the active boot
+ loader unless grub-ieee1275 is also installed.
 
 Package: grub-ieee1275
 Architecture: any-i386 any-amd64 any-powerpc any-ppc64 any-sparc
@@ -322,8 +326,9 @@
     add-ons can plug in their own script rules and trigger updates by invoking
     update-grub2.
  .
- This package contains a version of GRUB that has been built for use with
- Open Firmware implementations.
+ This package will automatically install as the active boot loader a version of
+ GRUB built for use with Open Firmware implementations, and will automatically
+ update grub.cfg on upgrade.
 
 Package: grub-firmware-qemu
 Architecture: any-i386 any-amd64
@@ -349,7 +354,7 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}, grub-common (= ${binary:Version})
 Replaces: grub-common (<< 1.98+20100617-2), grub-yeeloong (<< 1.99-1)
 Multi-Arch: foreign
-Description: GRand Unified Bootloader, version 2 (Yeeloong binaries)
+Description: GRand Unified Bootloader, version 2 (Yeeloong modules)
  GRUB is a portable, powerful bootloader.  This version of GRUB is based on a
  cleaner design than its predecessors, and provides the following new features:
  .
@@ -359,10 +364,10 @@
     add-ons can plug in their own script rules and trigger updates by invoking
     update-grub2.
  .
- This package contains a version of GRUB that has been built for use with
- the Lemote Yeeloong laptop.  It will not automatically install GRUB as the
- active boot loader, nor will it automatically update grub.cfg on upgrade,
- so most people should install grub-yeeloong instead.
+ This package contains a set of GRUB modules built for use with the Lemote
+ Yeeloong laptop.  It can be installed in parallel with other versions (for
+ instance as build dependencies), but will not be set up as the active boot
+ loader unless grub-yeeloong is also installed.
 
 Package: grub-yeeloong
 Architecture: any-mipsel
@@ -379,8 +384,9 @@
     add-ons can plug in their own script rules and trigger updates by invoking
     update-grub2.
  .
- This package contains a version of GRUB that has been built for use with
- the Lemote Yeeloong laptop.
+ This package will automatically install as the active boot loader a version of
+ GRUB built for use with the Lemote Yeeloong laptop, and will automatically
+ update grub.cfg on upgrade.
 
 Package: grub-mount-udeb
 XC-Package-Type: udeb

--- End Message ---
--- Begin Message ---
Source: grub2
Source-Version: 2.02+dfsg1-8

We believe that the bug you reported is fixed in the latest version of
grub2, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Colin Watson <[email protected]> (supplier of updated grub2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 29 Oct 2018 13:02:08 +0000
Source: grub2
Binary: grub2 grub-linuxbios grub-efi grub-common grub2-common grub-emu 
grub-emu-dbg grub-pc-bin grub-pc-dbg grub-pc grub-rescue-pc grub-coreboot-bin 
grub-coreboot-dbg grub-coreboot grub-efi-ia32-bin grub-efi-ia32-dbg 
grub-efi-ia32 grub-efi-ia32-signed-template grub-efi-amd64-bin 
grub-efi-amd64-dbg grub-efi-amd64 grub-efi-amd64-signed-template 
grub-efi-ia64-bin grub-efi-ia64-dbg grub-efi-ia64 grub-efi-arm-bin 
grub-efi-arm-dbg grub-efi-arm grub-efi-arm64-bin grub-efi-arm64-dbg 
grub-efi-arm64 grub-efi-arm64-signed-template grub-ieee1275-bin 
grub-ieee1275-dbg grub-ieee1275 grub-firmware-qemu grub-uboot-bin 
grub-uboot-dbg grub-uboot grub-xen-bin grub-xen-dbg grub-xen grub-xen-host 
grub-yeeloong-bin grub-yeeloong-dbg grub-yeeloong grub-theme-starfield 
grub-mount-udeb
Architecture: source
Version: 2.02+dfsg1-8
Distribution: unstable
Urgency: medium
Maintainer: GRUB Maintainers <[email protected]>
Changed-By: Colin Watson <[email protected]>
Description:
 grub-common - GRand Unified Bootloader (common files)
 grub-coreboot - GRand Unified Bootloader, version 2 (Coreboot version)
 grub-coreboot-bin - GRand Unified Bootloader, version 2 (Coreboot modules)
 grub-coreboot-dbg - GRand Unified Bootloader, version 2 (Coreboot debug files)
 grub-efi   - GRand Unified Bootloader, version 2 (dummy package)
 grub-efi-amd64 - GRand Unified Bootloader, version 2 (EFI-AMD64 version)
 grub-efi-amd64-bin - GRand Unified Bootloader, version 2 (EFI-AMD64 modules)
 grub-efi-amd64-dbg - GRand Unified Bootloader, version 2 (EFI-AMD64 debug 
files)
 grub-efi-amd64-signed-template - GRand Unified Bootloader, version 2 
(EFI-AMD64 signing template)
 grub-efi-arm - GRand Unified Bootloader, version 2 (ARM UEFI version)
 grub-efi-arm-bin - GRand Unified Bootloader, version 2 (ARM UEFI modules)
 grub-efi-arm-dbg - GRand Unified Bootloader, version 2 (ARM UEFI debug files)
 grub-efi-arm64 - GRand Unified Bootloader, version 2 (ARM64 UEFI version)
 grub-efi-arm64-bin - GRand Unified Bootloader, version 2 (ARM64 UEFI modules)
 grub-efi-arm64-dbg - GRand Unified Bootloader, version 2 (ARM64 UEFI debug 
files)
 grub-efi-arm64-signed-template - GRand Unified Bootloader, version 2 (ARM64 
UEFI signing template)
 grub-efi-ia32 - GRand Unified Bootloader, version 2 (EFI-IA32 version)
 grub-efi-ia32-bin - GRand Unified Bootloader, version 2 (EFI-IA32 modules)
 grub-efi-ia32-dbg - GRand Unified Bootloader, version 2 (EFI-IA32 debug files)
 grub-efi-ia32-signed-template - GRand Unified Bootloader, version 2 (EFI-IA32 
signing template)
 grub-efi-ia64 - GRand Unified Bootloader, version 2 (IA64 version)
 grub-efi-ia64-bin - GRand Unified Bootloader, version 2 (IA64 modules)
 grub-efi-ia64-dbg - GRand Unified Bootloader, version 2 (IA64 debug files)
 grub-emu   - GRand Unified Bootloader, version 2 (emulated version)
 grub-emu-dbg - GRand Unified Bootloader, version 2 (emulated debug files)
 grub-firmware-qemu - GRUB firmware image for QEMU
 grub-ieee1275 - GRand Unified Bootloader, version 2 (Open Firmware version)
 grub-ieee1275-bin - GRand Unified Bootloader, version 2 (Open Firmware modules)
 grub-ieee1275-dbg - GRand Unified Bootloader, version 2 (Open Firmware debug 
files)
 grub-linuxbios - GRand Unified Bootloader, version 2 (dummy package)
 grub-mount-udeb - export GRUB filesystems using FUSE (udeb)
 grub-pc    - GRand Unified Bootloader, version 2 (PC/BIOS version)
 grub-pc-bin - GRand Unified Bootloader, version 2 (PC/BIOS modules)
 grub-pc-dbg - GRand Unified Bootloader, version 2 (PC/BIOS debug files)
 grub-rescue-pc - GRUB bootable rescue images, version 2 (PC/BIOS version)
 grub-theme-starfield - GRand Unified Bootloader, version 2 (starfield theme)
 grub-uboot - GRand Unified Bootloader, version 2 (ARM U-Boot version)
 grub-uboot-bin - GRand Unified Bootloader, version 2 (ARM U-Boot modules)
 grub-uboot-dbg - GRand Unified Bootloader, version 2 (ARM U-Boot debug files)
 grub-xen   - GRand Unified Bootloader, version 2 (Xen version)
 grub-xen-bin - GRand Unified Bootloader, version 2 (Xen modules)
 grub-xen-dbg - GRand Unified Bootloader, version 2 (Xen debug files)
 grub-xen-host - GRand Unified Bootloader, version 2 (Xen host version)
 grub-yeeloong - GRand Unified Bootloader, version 2 (Yeeloong version)
 grub-yeeloong-bin - GRand Unified Bootloader, version 2 (Yeeloong modules)
 grub-yeeloong-dbg - GRand Unified Bootloader, version 2 (Yeeloong debug files)
 grub2      - GRand Unified Bootloader, version 2 (dummy package)
 grub2-common - GRand Unified Bootloader (common files for version 2)
Closes: 630224 851964 863801 872637 886178 906470 911147
Changes:
 grub2 (2.02+dfsg1-8) unstable; urgency=medium
 .
   * Revise grub-<platform>-bin and grub-<platform> package descriptions to
     try to explain better how they fit together and which one should be used
     (based loosely on work by Justin B Rye, for which thanks; closes:
     #630224).
   * Skip flaky grub_cmd_set_date test (closes: #906470).
   * Work around bug in obsolete init-select package: add Conflicts/Replaces
     from grub-common, and take over /etc/default/grub.d/init-select.cfg with
     a no-op stub (thanks to Guillem Jover for the suggestion; closes:
     #863801).
   * Build-depend on dosfstools and mtools on non-Linux variants of
     i386/amd64/arm64 as well, to match debian/rules.
   * Cherry-pick from upstream:
     - i386/linux: Add support for ext_lfb_base (LP: #1785033).
   * Don't source /etc/default/grub.d/*.cfg in config maintainer scripts,
     since otherwise we incorrectly merge settings from there into
     /etc/default/grub (closes: #872637, LP: #1797894).
   * Add xfs module to signed UEFI images (closes: #911147, LP: #1652822).
   * Cope with / being on a ZFS root dataset (closes: #886178).
 .
   [ Debconf translations ]
   * [sv] Swedish (Martin Bagge and Anders Jonsson; closes: #851964).
Checksums-Sha1:
 5db51ebb26dbccdff7875553609ef517a340b25b 6697 grub2_2.02+dfsg1-8.dsc
 16a2900cf08374ca41816e3c8bcc9ce4877e2e11 1069940 
grub2_2.02+dfsg1-8.debian.tar.xz
 5a244ebb716d0c410d8164237d6703b579c80b67 14639 
grub2_2.02+dfsg1-8_source.buildinfo
Checksums-Sha256:
 20fa6652d4cddfc0ccc5d3050f05bf74e64142f999540ecc285f4e8065da2af2 6697 
grub2_2.02+dfsg1-8.dsc
 20c4b385c673af955ade111472bb7f2489963824d75c5d1793a1b7c1e57a48f6 1069940 
grub2_2.02+dfsg1-8.debian.tar.xz
 91aa43cb87c4f32c1b7237cff722956f42b927567939d3b68af25f8caa41344b 14639 
grub2_2.02+dfsg1-8_source.buildinfo
Files:
 ca4776a6fbfc07c7515174c8718f9cbd 6697 admin optional grub2_2.02+dfsg1-8.dsc
 84c0b2351f4295ae2be33fe84d746708 1069940 admin optional 
grub2_2.02+dfsg1-8.debian.tar.xz
 2ad08030ab750f0b4c8c9319f4fd96c9 14639 admin optional 
grub2_2.02+dfsg1-8_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAlvXBOoACgkQOTWH2X2G
UAuQ5A/+N+AEkUV2xRh1YUt0v42p32wT+6cz+y/H3nbQR2WxDjUR2oHz8ZJdMAZX
f2T2/sydyzdd91G6ZapN3i2QF2oyKeeKvbuZL4EBt5RasB4PnZNNDNSDymnfyJw3
toqGX5UeABm7gOefS3BgIchKHvFdHHFaeybLdkcjPDM3vTOC6wjikEy8M5w2UyjK
oP00zpAte3zXnEq5z4MJl+bP5Dho12Td4qR/KExNZYhmzQ7u9dO7WNLzUBpu2Lln
tS7bhW7rsjtu5+SY3aqN8fEPzsjwvkoHC2EPgyFxty79mxHcuQqi3WwgXHdDMbGe
jOV/wmwmpvoqTJErhvLX/2hbARyNROuZnYcoYyHuEKFXZiAltS6/qEcCrdff3uPm
bw2hTA8TivHesgFt6gH03pkFpAyYFRf3aA+tMLjHJYy22LxJsg57NNnopQpTR3Wx
ULDE3F4pcVXd5lJCtSCCQEj//DzheaOrNoAPPNB//6a+E9KkIEnX6MgWLYbmbvFs
9Pl1XXmR+iEN4A+FbwUQtY7WfuBDl3xC8QfLJQd93bUvxG+qc/DdJYHLF1aZtqHI
bpmzmZ7WtQkQB1Lu11Eaa8JWAtvZWifvnvX3r3GOiXUx5QKHJoQr+dXkH8wAnQqN
wbZqbyLFPsGJwD02t6yrFBinxp7a0m1E1c7bkbjWVfoyDb5ayLM=
=eNoH
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to