Your message dated Tue, 13 Oct 2015 22:49:09 +0000
with message-id <[email protected]>
and subject line Bug#798607: fixed in grub2 2.02~beta2-29
has caused the Debian Bug report #798607,
regarding grub2: docs, mpi, and other cleanup
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.)
--
798607: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798607
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: grub2
Version: 2.02~beta2-28
Severity: normal
Tags: patch
override_dh_clean does not remove all necessary files to rebuild from source
using gbp. This cleanup was part of Makefile.in before the conversion to
Automake.
Example failure message:
dpkg-source: error: cannot represent change to
grub-core/lib/libgcrypt-grub/mpi/mpih-rshift.c:
dpkg-source: error: new version is symlink to generic/mpih-rshift.c
dpkg-source: error: old version is plain file
[...]
dpkg-source: error: unrepresentable changes to source
dpkg-buildpackage: error: dpkg-source -i -I -b grub gave error exit status 2
>From 7e71ef3ee91b17fc1be084608bb569d466a74819 Mon Sep 17 00:00:00 2001
From: Linn Crosetto <[email protected]>
Date: Fri, 4 Sep 2015 12:57:39 -0600
Subject: [PATCH] override_dh_clean cleanup
Remove files and soft links created during the build. The cleanup used to be
part of Makefile.in. Removed files:
grub-core/lib/libgcrypt-grub/mpi/:
mpi-asm-defs.h
mpih-add1.c
mpih-sub1.c
mpih-mul1.c
mpih-mul2.c
mpih-mul3.c
mpih-lshift.c
mpih-rshift.c
docs/:
*.info
stamp-vti
version.texi
stamp-1
version-dev.texi
include/grub/gcrypt/g10lib.h
po/grub.pot
---
debian/rules | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/debian/rules b/debian/rules
index cc192ce..bf1e003 100755
--- a/debian/rules
+++ b/debian/rules
@@ -495,6 +495,15 @@ override_dh_auto_clean:
-rm -rf debian/grub-extras-enabled debian/stamps obj
-rm -f contrib grub-core/contrib
+MPI_CLEAN_FILES = $(patsubst %,grub-core/lib/libgcrypt-grub/mpi/%, \
+ mpi-asm-defs.h mpih-add1.c mpih-sub1.c mpih-mul1.c \
+ mpih-mul2.c mpih-mul3.c mpih-lshift.c mpih-rshift.c)
+DOCS_CLEAN_FILES = $(patsubst %,docs/%, \
+ stamp-vti version.texi stamp-1 version-dev.texi) \
+ $(shell ls docs/*.info)
+CLEAN_FILES = $(MPI_CLEAN_FILES) $(DOCS_CLEAN_FILES) \
+ include/grub/gcrypt/g10lib.h po/grub.pot
+
override_dh_clean:
dh_autoreconf_clean
dh_clean
@@ -506,6 +515,13 @@ override_dh_clean:
done
rm -f debian/grub-common.maintscript
rm -rf debian/tmp-*/
+
+ for i in $(CLEAN_FILES) ; do \
+ if [ -e "$$i" ] || [ -h "$$i" ]; then \
+ rm "$$i"; \
+ fi ; \
+ done
+
ifneq (,$(SB_PACKAGE))
rm -rf debian/grub2-images
endif
--
2.1.4
--- End Message ---
--- Begin Message ---
Source: grub2
Source-Version: 2.02~beta2-29
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: Tue, 13 Oct 2015 23:36:46 +0100
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~beta2-29
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: 798607
Changes:
grub2 (2.02~beta2-29) unstable; urgency=medium
.
[ Linn Crosetto ]
* Clean up docs, mpi, and other files (closes: #798607).
.
[ dann frazier ]
* progress: avoid NULL dereference for net files. (LP: #1459872)
Checksums-Sha1:
fca77de310073446f66cc596bae63e84ff7a1987 6331 grub2_2.02~beta2-29.dsc
732b4597f6b52e4781448ffdc129fd5ea29f0eea 1021700
grub2_2.02~beta2-29.debian.tar.xz
Checksums-Sha256:
1db3232ec563f785dc56756825f5e384a3aba90ea3b6999ddb08f949214c7187 6331
grub2_2.02~beta2-29.dsc
e06761642305cb3c2c6b32f1e49a11d50a8e0c7c5c95fbff02a27c5a0017586d 1021700
grub2_2.02~beta2-29.debian.tar.xz
Files:
a6c75ba3d857c13ac48d1cfef035bfc8 6331 admin extra grub2_2.02~beta2-29.dsc
ff41355fb18fd76b6a2a17d1bda90f04 1021700 admin extra
grub2_2.02~beta2-29.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
Comment: Colin Watson <[email protected]> -- Debian developer
iQIVAwUBVh2IAjk1h9l9hlALAQiQdQ/+PA4v8Ut2rb6OSF1C6JWDLUH5gfsioFBl
Mg5f1k3BQAmYHWADlf42S37DA+ovo50lNmVhz2v1eKWwVEqtfUo8w10A268LIQZj
TzIWJvgSfMRyRyzzuA1AALZgIUCVCOpmkYtqnmt07HBmaVXOtW5vqvFrKuXQebJD
tYgvSjwNHJ2qtw9IjEz/CJIoBWttHVzDSV+qzX3t8zHNNTwQoFf8nja4nWCIIUjW
5AL363d6paK2dE+53h0Msr7xgTiFKlU5LmnTpwcNy4bOHf6GpYAeTSknrk63OF4k
uCMfDSZqr2LF48ESs2eHkiUXA5HQevMMmYDe0fCXVC0mc+IFErDT98cbJf/3+75q
XDfOCpC8T0oo1FewLumqHBjwyiowFjPx4NcfrhBby9twxtSEIC6qGRmpqtQymrE5
SPPPcf0L4ckn1W72TLbLideFSb1mf3/IySZejDTBb064V2/SSiWov7Zy6Rp3qL9d
R0atW+N6pqyrssOzULCOxK4CznGpNo1igfGVmWp7WIVArMAlNuxDMyaOZ8orXMUA
6XmZ4XE32NlVuay6Fq00hyvmFJXxOZkohzyiA9FWIMb5ECROHgjDqwh+KXFRQtV1
eIHQysYMR1sacwtzYCDJOeZC9NTySYNGJGvoPxrT0JCR0nY1iDLxyvAHizy7fICg
mkVYiHsL1K8=
=zdkf
-----END PGP SIGNATURE-----
--- End Message ---