Your message dated Wed, 10 Apr 2019 20:33:55 +0000
with message-id <e1hejut-0009px...@fasolo.debian.org>
and subject line Bug#920353: fixed in debian-installer 20190410
has caused the Debian Bug report #920353,
regarding debian-installer configuration on alpha
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 ow...@bugs.debian.org
immediately.)
--
920353: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=920353
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: debian-installer
Version: 20190118
Severity: wishlist
Tags: patch
X-Debbugs-CC: John Paul Adrian Glaubitz <glaub...@physik.fu-berlin.de>,
debian-al...@lists.debian.org, debian-powe...@lists.debian.org
Dear Maintainer,
- The debian installer currently downloads udebs
from the buster/testing suite - which doesn't exist
for alpha and other non released architectures
(powerpc is similar, see [1])
I propose to set
DEBIAN_RELEASE = unstable
in the alpha configuration file.
- It is required to include debian-ports-archive-keyring-udeb
in netboot images to check Release signatures (it shouldn't
hurt in cdrom images too - to build a business-card cdrom or to
download additional udebs)
Including pata-modules-${kernel:Version} would ease testing with
qemu.
Thanks in advance for your comments and for all your work on
the debian-installer.
Regards,
JH Chatenet
[1] : http://lists.debian.org/debian-powerpc/2019/01/msg00083.txt
diff -Naur a/build/config/alpha.cfg b/build/config/alpha.cfg
--- a/build/config/alpha.cfg
+++ b/build/config/alpha.cfg
@@ -10,6 +10,9 @@
KEYRING = /usr/share/keyrings/debian-ports-archive-keyring.gpg
+# alpha is presently a non released architecture
+DEBIAN_RELEASE = unstable
+
# include firmware files (qlogic, cciss, radeon)
# EXTRAFILES = `find /lib/firmware/ -type f`
diff -Naur a/build/pkg-lists/cdrom/alpha.cfg b/build/pkg-lists/cdrom/alpha.cfg
--- a/build/pkg-lists/cdrom/alpha.cfg
+++ b/build/pkg-lists/cdrom/alpha.cfg
@@ -16,3 +16,7 @@
# Added optionally as udeb may not yet be available
sata-modules-${kernel:Version} ?
virtio-modules-${kernel:Version} ?
+
+debian-ports-archive-keyring-udeb
+
+pata-modules-${kernel:Version}
diff -Naur a/build/pkg-lists/netboot/alpha.cfg
b/build/pkg-lists/netboot/alpha.cfg
--- a/build/pkg-lists/netboot/alpha.cfg
+++ b/build/pkg-lists/netboot/alpha.cfg
@@ -26,3 +26,5 @@
serial-modules-${kernel:Version} ?
usb-serial-modules-${kernel:Version} ?
uinput-modules-${kernel:Version} ?
+
+debian-ports-archive-keyring-udeb
--- End Message ---
--- Begin Message ---
Source: debian-installer
Source-Version: 20190410
We believe that the bug you reported is fixed in the latest version of
debian-installer, 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 920...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Cyril Brulebois <k...@debian.org> (supplier of updated debian-installer 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 10 Apr 2019 20:55:32 +0200
Source: debian-installer
Binary: debian-installer
Architecture: source
Version: 20190410
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Cyril Brulebois <k...@debian.org>
Description:
debian-installer - Debian Installer documentation
Closes: 820911 900918 920353 920631 920676 921951
Changes:
debian-installer (20190410) unstable; urgency=medium
.
[ Cyril Brulebois ]
* Bump debhelper build-dep and compat from 7 to 11. Finally!
* Fix “build-depends-on-1-revision build-depends u-boot-rockchip”,
thanks to lintian.
* Set dpkg source format explicitly as both dpkg-source and lintian
are being excessively noisy.
* Drop source.lintian-overrides: the only override was about the
e2fsprogs build-dependency when it was still “Essential: yes”; as
anticipated it's now only “Priority: required”.
* Bump Standards-Version from 3.9.5 to 4.3.0; no changes required, with
the usual exception regarding network access.
* Review and merge Chris Lamb's work making d-i build reproducibly
(Closes: #900918), with many thanks! Remaining issues seem related to
fontconfig's cache and xorriso calls.
* gen-tarball: specify the complete gzip command through a tar option
instead of using the now-deprecated GZIP environment variable.
* gen-tarball: use pigz if available, reducing build time.
* Bump Linux kernel ABI from 4.19.0-1 to 4.19.0-4
* Update translation-status for the release.
.
[ Chris Lamb ]
* Set BUILD_DATE based on SOURCE_DATE_EPOCH, rather than the other way
around.
* Ensure the GRUB memdisk images do not vary on filesystem ordering.
* Ensure the GRUB memdisk images do not vary on filesystem timestamps.
* Ensure that generated EFI images have a determinstic FAT volume ID.
* When generating CPIO archives (initramfs, etc), ensure they are
reproducible.
* build/Makefile: Add a clamp_mtimes utility to avoid DRY violations.
* 'clamp' the mtimes of various files before they are added to archives
or media.
* Specify --invariant to mkfs.fat(8) to ensure deterministic filesystem
timestamps.
* Increase the BUILD_DATE resolution to include the seconds component.
* Clamp mtimes of the final build results in the destination directory.
* Ensure that running the 'release' target does not alter the mtimes
under dest/.
* debian/control: Document that #900409 and #900410 are required for a
reproducible build.
* Ensure build is reproducible regardless of the user's
umask(2). (Closes: #920631)
* Ensure build is reproducible regardless of the underlying filesystem
ordering. (Closes: #920676)
.
[ John Paul Adrian Glaubitz ]
* config: Set DEBIAN_RELEASE to unstable for all architectures
in Debian Ports. (Closes: #920353)
* pkg-lists: Add debian-ports-archive-keyring-udeb package for all
architectures in Debian Ports for cdrom and netboot images.
.
[ Holger Wansing ]
* Add dark theme shortcut (Closes: #820911)
.
[ Samuel Thibault ]
* Rework dark theme shortcut.
* Introduce dark menu theme.
* Fix loading background image on netboot grub.
.
[ Ben Hutchings ]
* armel: Delete unused package list for ixp4xx (Closes: #921951)
.
[ Vagrant Cascadian ]
* [armhf] Add images for Novena.
* Update versioned Build-Depends on u-boot-imx.
* [armhf] Add images for BananaPiM2Berry. Thanks to Lucas Nussbaum.
* Update versioned Build-Depends on u-boot-sunxi.
.
[ Steve McIntyre ]
* Switch to using buster artwork for the splash screen
Checksums-Sha1:
5a159c724cc20717d81828774bc1930983deb8d3 3724 debian-installer_20190410.dsc
7c5cff20f36c1bdd729aa21ad6e01cffd9337c29 1390608
debian-installer_20190410.tar.gz
404016f403c419425e8a2597d1c18f5d3ae8aac0 10977
debian-installer_20190410_source.buildinfo
Checksums-Sha256:
70caf5d7354a4168036eb7069c7a89613c8f4e712d5aaef0f03dd7f0dfaa2e31 3724
debian-installer_20190410.dsc
3fdfc093aa16fa2badd47d3c26f97d8a7f687528dee0e3b04a601f39b8e7c615 1390608
debian-installer_20190410.tar.gz
d493bb82137c793ddc170819375e1b20b4f8755c22ce3d56c6988f4a6415df9a 10977
debian-installer_20190410_source.buildinfo
Files:
1e50c39a7a13837568dcbb12b2a6a0ae 3724 devel optional
debian-installer_20190410.dsc
12dfff029664dff64dac3f695055cf7e 1390608 devel optional
debian-installer_20190410.tar.gz
4fdb0a438924e87bbf2292ca09ce2938 10977 devel optional
debian-installer_20190410_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEtg6/KYRFPHDXTPR4/5FK8MKzVSAFAlyuSL0ACgkQ/5FK8MKz
VSAsKQ//UFlDyFDKVv7/WlFDfXqBu/1PS93puO8wKUyFE1yNXcnSeb6DG2NE+CRG
zJokPYR+CQwJqoWoQ9PIEGO3vI0pramWRig5oj0mHBOGbcq5vX2Ls/LEnIMTP4b9
z5FYsMiWwlmw7ANeqQStdAsK26K/DjePVgvDJ219ud0UJf01DbSkJdhSdyktDRRs
+NSXPjoWQJKcokUzKQY9XeG/KuJbgJrrl6CThTPWnELnW6mcIsVIbKG25Cq4QKkB
gIpMjWRyaStVnHq3yRjFVZnjOWiEOtjr4AmHo1zkEQ+b4IOkOlu61duhTXnPLhsm
TqkGs9BawQG8zLAv90GfUug+neSh9rKU9r/ooqCz5vIPCtWIGWCqtSVG/OKJLOmD
iN0SXp/P+841pP5yr0LYukcmbnn5gyCNJCAMl0+WiitX2sGdGVLZJBoSn9oxH8QW
BHKrKnhrADd4H3E8Sf+gXN5Q53L9J7SLgn5RsDvBUEA7vsmG2IKHfP+MAq6A68/i
g+72gxkqIu0/Yp6fTcK1EiIdsp83KaM4ceS18M7QMoIa3PLtES5ZZpFujHzNWuEQ
6ElnNPZJRRm+ZJ8xS5GXNSy6Ap8U61T1Xizm/E/isli41uNrQYQvVlu3EmGKdQIO
f7a+tBkiWmjykbr+xEp/Z2FPTQaotvOt6XjLbS5J4oAmpYi+o3I=
=S4VB
-----END PGP SIGNATURE-----
--- End Message ---