Your message dated Sun, 18 Feb 2018 00:35:10 +0000 with message-id <[email protected]> and subject line Bug#887721: fixed in grub2 2.02+dfsg1-1 has caused the Debian Bug report #887721, regarding grub2: Detect freetype2 using pkg-config 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.) -- 887721: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887721 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: grub2 Version: 2.02-2 Severity: important Dear Maintainer, The next version of libfreetype6-dev will *not* ship the 'freetype-config' script or freetype2.m4. Please use pkg-config to detect the freetype2 headers and libraries instead. Thank you -- Package-specific info: *********************** BEGIN /proc/mounts /dev/sda1 / ext4 rw,relatime,errors=remount-ro,data=ordered 0 0 *********************** END /proc/mounts *********************** BEGIN /boot/grub/grub.cfg # # DO NOT EDIT THIS FILE # # It is automatically generated by grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # ### BEGIN /etc/grub.d/00_header ### if [ -s $prefix/grubenv ]; then set have_grubenv=true load_env fi if [ "${next_entry}" ] ; then set default="${next_entry}" set next_entry= save_env next_entry set boot_once=true else set default="0" fi if [ x"${feature_menuentry_id}" = xy ]; then menuentry_id_option="--id" else menuentry_id_option="" fi export menuentry_id_option if [ "${prev_saved_entry}" ]; then set saved_entry="${prev_saved_entry}" save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z "${boot_once}" ]; then saved_entry="${chosen}" save_env saved_entry fi } function load_video { if [ x$feature_all_video_module = xy ]; then insmod all_video else insmod efi_gop insmod efi_uga insmod ieee1275_fb insmod vbe insmod vga insmod video_bochs insmod video_cirrus fi } if [ x$feature_default_font_path = xy ] ; then font=unicode else insmod part_msdos insmod ext2 set root='hd0,msdos1' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 e112236d-31fe-4e29-86ea-0b4cf64afc5e else search --no-floppy --fs-uuid --set=root e112236d-31fe-4e29-86ea-0b4cf64afc5e fi font="/usr/share/grub/unicode.pf2" fi if loadfont $font ; then set gfxmode=auto load_video insmod gfxterm set locale_dir=$prefix/locale set lang=en_AU insmod gettext fi terminal_output gfxterm if [ "${recordfail}" = 1 ] ; then set timeout=30 else if [ x$feature_timeout_style = xy ] ; then set timeout_style=menu set timeout=5 # Fallback normal timeout code in case the timeout_style feature is # unavailable. else set timeout=5 fi fi ### END /etc/grub.d/00_header ### ### BEGIN /etc/grub.d/05_debian_theme ### insmod part_msdos insmod ext2 set root='hd0,msdos1' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 e112236d-31fe-4e29-86ea-0b4cf64afc5e else search --no-floppy --fs-uuid --set=root e112236d-31fe-4e29-86ea-0b4cf64afc5e fi insmod png if background_image /usr/share/desktop-base/softwaves-theme/grub/grub-4x3.png; then set color_normal=white/black set color_highlight=black/white else set menu_color_normal=cyan/blue set menu_color_highlight=white/blue fi ### END /etc/grub.d/05_debian_theme ### ### BEGIN /etc/grub.d/10_linux ### function gfxmode { set gfxpayload="${1}" } set linux_gfx_mode= export linux_gfx_mode menuentry 'Debian GNU/Linux' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-e112236d-31fe-4e29-86ea-0b4cf64afc5e' { load_video insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod part_msdos insmod ext2 set root='hd0,msdos1' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 e112236d-31fe-4e29-86ea-0b4cf64afc5e else search --no-floppy --fs-uuid --set=root e112236d-31fe-4e29-86ea-0b4cf64afc5e fi echo 'Loading Linux 4.14.0-3-amd64 ...' linux /boot/vmlinuz-4.14.0-3-amd64 root=UUID=e112236d-31fe-4e29-86ea-0b4cf64afc5e ro quiet echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-4.14.0-3-amd64 } submenu 'Advanced options for Debian GNU/Linux' $menuentry_id_option 'gnulinux-advanced-e112236d-31fe-4e29-86ea-0b4cf64afc5e' { menuentry 'Debian GNU/Linux, with Linux 4.14.0-3-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.14.0-3-amd64-advanced-e112236d-31fe-4e29-86ea-0b4cf64afc5e' { load_video insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod part_msdos insmod ext2 set root='hd0,msdos1' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 e112236d-31fe-4e29-86ea-0b4cf64afc5e else search --no-floppy --fs-uuid --set=root e112236d-31fe-4e29-86ea-0b4cf64afc5e fi echo 'Loading Linux 4.14.0-3-amd64 ...' linux /boot/vmlinuz-4.14.0-3-amd64 root=UUID=e112236d-31fe-4e29-86ea-0b4cf64afc5e ro quiet echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-4.14.0-3-amd64 } menuentry 'Debian GNU/Linux, with Linux 4.14.0-3-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.14.0-3-amd64-recovery-e112236d-31fe-4e29-86ea-0b4cf64afc5e' { load_video insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod part_msdos insmod ext2 set root='hd0,msdos1' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 e112236d-31fe-4e29-86ea-0b4cf64afc5e else search --no-floppy --fs-uuid --set=root e112236d-31fe-4e29-86ea-0b4cf64afc5e fi echo 'Loading Linux 4.14.0-3-amd64 ...' linux /boot/vmlinuz-4.14.0-3-amd64 root=UUID=e112236d-31fe-4e29-86ea-0b4cf64afc5e ro single echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-4.14.0-3-amd64 } menuentry 'Debian GNU/Linux, with Linux 4.14.0-2-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.14.0-2-amd64-advanced-e112236d-31fe-4e29-86ea-0b4cf64afc5e' { load_video insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod part_msdos insmod ext2 set root='hd0,msdos1' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 e112236d-31fe-4e29-86ea-0b4cf64afc5e else search --no-floppy --fs-uuid --set=root e112236d-31fe-4e29-86ea-0b4cf64afc5e fi echo 'Loading Linux 4.14.0-2-amd64 ...' linux /boot/vmlinuz-4.14.0-2-amd64 root=UUID=e112236d-31fe-4e29-86ea-0b4cf64afc5e ro quiet echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-4.14.0-2-amd64 } menuentry 'Debian GNU/Linux, with Linux 4.14.0-2-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.14.0-2-amd64-recovery-e112236d-31fe-4e29-86ea-0b4cf64afc5e' { load_video insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod part_msdos insmod ext2 set root='hd0,msdos1' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 e112236d-31fe-4e29-86ea-0b4cf64afc5e else search --no-floppy --fs-uuid --set=root e112236d-31fe-4e29-86ea-0b4cf64afc5e fi echo 'Loading Linux 4.14.0-2-amd64 ...' linux /boot/vmlinuz-4.14.0-2-amd64 root=UUID=e112236d-31fe-4e29-86ea-0b4cf64afc5e ro single echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-4.14.0-2-amd64 } menuentry 'Debian GNU/Linux, with Linux 4.14.0-1-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.14.0-1-amd64-advanced-e112236d-31fe-4e29-86ea-0b4cf64afc5e' { load_video insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod part_msdos insmod ext2 set root='hd0,msdos1' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 e112236d-31fe-4e29-86ea-0b4cf64afc5e else search --no-floppy --fs-uuid --set=root e112236d-31fe-4e29-86ea-0b4cf64afc5e fi echo 'Loading Linux 4.14.0-1-amd64 ...' linux /boot/vmlinuz-4.14.0-1-amd64 root=UUID=e112236d-31fe-4e29-86ea-0b4cf64afc5e ro quiet echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-4.14.0-1-amd64 } menuentry 'Debian GNU/Linux, with Linux 4.14.0-1-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.14.0-1-amd64-recovery-e112236d-31fe-4e29-86ea-0b4cf64afc5e' { load_video insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod part_msdos insmod ext2 set root='hd0,msdos1' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 e112236d-31fe-4e29-86ea-0b4cf64afc5e else search --no-floppy --fs-uuid --set=root e112236d-31fe-4e29-86ea-0b4cf64afc5e fi echo 'Loading Linux 4.14.0-1-amd64 ...' linux /boot/vmlinuz-4.14.0-1-amd64 root=UUID=e112236d-31fe-4e29-86ea-0b4cf64afc5e ro single echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-4.14.0-1-amd64 } menuentry 'Debian GNU/Linux, with Linux 4.12.0-1-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.12.0-1-amd64-advanced-e112236d-31fe-4e29-86ea-0b4cf64afc5e' { load_video insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod part_msdos insmod ext2 set root='hd0,msdos1' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 e112236d-31fe-4e29-86ea-0b4cf64afc5e else search --no-floppy --fs-uuid --set=root e112236d-31fe-4e29-86ea-0b4cf64afc5e fi echo 'Loading Linux 4.12.0-1-amd64 ...' linux /boot/vmlinuz-4.12.0-1-amd64 root=UUID=e112236d-31fe-4e29-86ea-0b4cf64afc5e ro quiet echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-4.12.0-1-amd64 } menuentry 'Debian GNU/Linux, with Linux 4.12.0-1-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.12.0-1-amd64-recovery-e112236d-31fe-4e29-86ea-0b4cf64afc5e' { load_video insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod part_msdos insmod ext2 set root='hd0,msdos1' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 e112236d-31fe-4e29-86ea-0b4cf64afc5e else search --no-floppy --fs-uuid --set=root e112236d-31fe-4e29-86ea-0b4cf64afc5e fi echo 'Loading Linux 4.12.0-1-amd64 ...' linux /boot/vmlinuz-4.12.0-1-amd64 root=UUID=e112236d-31fe-4e29-86ea-0b4cf64afc5e ro single echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-4.12.0-1-amd64 } } ### END /etc/grub.d/10_linux ### ### BEGIN /etc/grub.d/20_linux_xen ### ### END /etc/grub.d/20_linux_xen ### ### BEGIN /etc/grub.d/30_os-prober ### ### END /etc/grub.d/30_os-prober ### ### BEGIN /etc/grub.d/30_uefi-firmware ### ### END /etc/grub.d/30_uefi-firmware ### ### BEGIN /etc/grub.d/40_custom ### # This file provides an easy way to add custom menu entries. Simply type the # menu entries you want to add after this comment. Be careful not to change # the 'exec tail' line above. ### END /etc/grub.d/40_custom ### ### BEGIN /etc/grub.d/41_custom ### if [ -f ${config_directory}/custom.cfg ]; then source ${config_directory}/custom.cfg elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then source $prefix/custom.cfg; fi ### END /etc/grub.d/41_custom ### *********************** END /boot/grub/grub.cfg *********************** BEGIN /proc/mdstat cat: /proc/mdstat: No such file or directory *********************** END /proc/mdstat *********************** BEGIN /dev/disk/by-id total 0 lrwxrwxrwx 1 root root 9 Jan 19 19:02 ata-VBOX_CD-ROM_VB2-01700376 -> ../../sr0 lrwxrwxrwx 1 root root 9 Jan 19 19:02 ata-VBOX_HARDDISK_VB036777cf-f81e92eb -> ../../sda lrwxrwxrwx 1 root root 10 Jan 19 19:02 ata-VBOX_HARDDISK_VB036777cf-f81e92eb-part1 -> ../../sda1 lrwxrwxrwx 1 root root 10 Jan 19 19:02 ata-VBOX_HARDDISK_VB036777cf-f81e92eb-part2 -> ../../sda2 lrwxrwxrwx 1 root root 10 Jan 19 19:02 ata-VBOX_HARDDISK_VB036777cf-f81e92eb-part5 -> ../../sda5 *********************** END /dev/disk/by-id *********************** BEGIN /dev/disk/by-uuid total 0 lrwxrwxrwx 1 root root 10 Jan 19 19:02 bf57e22c-ed57-41bd-80ab-198102f2d4f4 -> ../../sda5 lrwxrwxrwx 1 root root 10 Jan 19 19:02 e112236d-31fe-4e29-86ea-0b4cf64afc5e -> ../../sda1 *********************** END /dev/disk/by-uuid -- System Information: Debian Release: buster/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.14.0-3-amd64 (SMP w/1 CPU core) Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8), LANGUAGE=en_AU:en (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages grub2 depends on: ii dpkg 1.19.0.5 ii grub-common 2.02-2 ii grub-pc 2.02-2 grub2 recommends no packages. grub2 suggests no packages. -- no debconf information
--- End Message ---
--- Begin Message ---Source: grub2 Source-Version: 2.02+dfsg1-1 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: Sat, 17 Feb 2018 21:28:41 +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-amd64-bin grub-efi-amd64-dbg grub-efi-amd64 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-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-1 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 binaries) 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 binaries) grub-efi-amd64-dbg - GRand Unified Bootloader, version 2 (EFI-AMD64 debug files) grub-efi-arm - GRand Unified Bootloader, version 2 (ARM UEFI version) grub-efi-arm-bin - GRand Unified Bootloader, version 2 (ARM UEFI binaries) 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 binaries) grub-efi-arm64-dbg - GRand Unified Bootloader, version 2 (ARM64 UEFI debug files) grub-efi-ia32 - GRand Unified Bootloader, version 2 (EFI-IA32 version) grub-efi-ia32-bin - GRand Unified Bootloader, version 2 (EFI-IA32 binaries) grub-efi-ia32-dbg - GRand Unified Bootloader, version 2 (EFI-IA32 debug files) grub-efi-ia64 - GRand Unified Bootloader, version 2 (IA64 version) grub-efi-ia64-bin - GRand Unified Bootloader, version 2 (IA64 binaries) 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 binaries) 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 binaries) 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 binaries) 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 binaries) 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 binaries) 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: 745409 874497 881730 883193 884883 887721 890431 Changes: grub2 (2.02+dfsg1-1) unstable; urgency=medium . * Switch to tracking debian/grub-extras/ using "git subtree" rather than submodules. * Update debian/README.source for Salsa migration. * Use pkg-config to find FreeType (closes: #887721). * Change various binary packages' priorities to optional, since "Priority: extra" is now deprecated. * Repack upstream tarball without grub-core/lib/libgcrypt*/cipher/crc.c, and provide a replacement implementation backported from more recent versions of libgcrypt (closes: #745409). * Cherry-pick upstream patch to avoid -Werror=unused-value build failure (closes: #890431). * Handle the case where udevadm exists but is non-functional, as warned about by Lintian 2.5.75. . grub2 (2.02-3) unstable; urgency=medium . * Use current location for upstream signing key (debian/upstream/signing-key.asc). * Update upstream signing key to a non-expired version. * Install bootinfo.txt and grub.chrp in grub-ieee1275-bin for ppc64, and install and use prep-bootdev on powerpc and ppc64 as well as ppc64el (thanks, John Paul Adrian Glaubitz; closes: #881730). * Cherry-pick upstream patch to change the default TSC calibration method to pmtimer on EFI systems (closes: #883193). * Move VCS to salsa.debian.org. * Consistently create /boot/grub in the postinst of all grub-<platform> packages (closes: #884883). . [ Debconf translations ] * [sq] Albanian (Silva Arapi; closes: #874497). Checksums-Sha1: df4e5bbaa909a69d86cda6688daf22dedfbc3637 6358 grub2_2.02+dfsg1-1.dsc 7a7b17051b32cef09493aaf21ac54f680ddc37b1 6217988 grub2_2.02+dfsg1.orig.tar.xz 57b16e87c0fe4f614b857f45ccfb08dc8e0442dc 1049968 grub2_2.02+dfsg1-1.debian.tar.xz 228866f8c7d65d240e51ffd660ee018da31d6ea1 14989 grub2_2.02+dfsg1-1_source.buildinfo Checksums-Sha256: 8a4f9663c5529b6375185ec53cf1613bebbb07ddf574207ff5b21bb5257a14ed 6358 grub2_2.02+dfsg1-1.dsc 7ceb97380b2924de2b857f1e962f57aa65603a679ce120ee9a1ca11464636a1e 6217988 grub2_2.02+dfsg1.orig.tar.xz 603c6dd06762f12bfc56cd3bd869b4d6bfed06efc2c7b1369242ab54c4ff031b 1049968 grub2_2.02+dfsg1-1.debian.tar.xz fc8b47e703b61a7529013ee8a46c5875986c54e1b1ad3355f2276062d2f30f98 14989 grub2_2.02+dfsg1-1_source.buildinfo Files: 3a8558976c967134ff542276c3355cac 6358 admin optional grub2_2.02+dfsg1-1.dsc 20a33f95edb3786aca5e01cd46a87e01 6217988 admin optional grub2_2.02+dfsg1.orig.tar.xz 12bf29ba17f94981f4d38fb51afe0ac0 1049968 admin optional grub2_2.02+dfsg1-1.debian.tar.xz 78418de380e743fadd3904b5ee12c5bd 14989 admin optional grub2_2.02+dfsg1-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAlqInt0ACgkQOTWH2X2G UAvicxAAqMzq02/f5UI0oyZK+lKfUGGWMUDMaJPkhs1WyMxIoEU+wwI2HgjwSfmF HsayZRtGpHBJfkT0pdcLTwZZ1dyB2lPGvAYO7vrPSwYAWf/G0e/EwxK2FE2rZB0a 0BHB4kWktCOVKOmuBH3h36DjvQLEN9aiVa+GqD/3Ujuj2PvG/E1qiV0YoaHEDM3K I6RWsMIIFEF8pjqaqRZ5j2EheAH+Y8By+wgOwe9FpcnqYD9XNeLf8Cf/+YN84fLZ dgZEPITnVQNm48vsrRqP5lkv9vDK11p8pNpnCwBC9uk0MePpMlgF0pBZGNA0bmxz eqcuzvH2Auyhpq+a4hj9trEZoo9dCbLUO3BqHdbOrDIxREXrEtYX0XD02KCUbnnW QptfJZLmFQeE+TMuqqJ1DKedoXt47xma2f7Ch3htEwTO8pu/mhdjw9bK9+deR4Ma CsU765Ff2k7f6/aw8P6yh3od5b9QvcBfxNWBX2RnOQ7j116qJI4v4FyCcjIA1tqI RTojIfkN1wtTjeYUVeFMXMaHjJd62ozMLuCBbl6Y4H/Py9cxwUiWqgS3w27/mlEQ VwCvMt5XHQH6GB4wZgPGQsRbXZ9Rz/rQ+w7XEfpRlwUCLYvoZFRRODnXpOUFXHk+ kH893Mb49Lq+XDKS5q1OUYkW+02bUpw4XpyxBNemskSF+sgKOl8= =OB8l -----END PGP SIGNATURE-----
--- End Message ---

