Accepted debian-edu-router 2.12.5 (source) into unstable
- To: debian-devel-changes@lists.debian.org
- Subject: Accepted debian-edu-router 2.12.5 (source) into unstable
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Mon, 20 Mar 2023 08:49:01 +0000
- Debian: DAK
- Debian-architecture: source
- Debian-archive-action: accept
- Debian-changes: debian-edu-router_2.12.5_source.changes
- Debian-source: debian-edu-router
- Debian-suite: unstable
- Debian-version: 2.12.5
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ftp-master.debian.org; s=smtpauto.fasolo; h=Date:Message-Id: Content-Transfer-Encoding:Content-Type:Subject:MIME-Version:To:Reply-To:From: Cc:Content-ID:Content-Description:In-Reply-To:References; bh=fIR6bw+/btgrsD92n1NjIhTGWFzhqtLj4hQmw/BglcA=; b=fjPAM7e5zaK60kTj1/WTnt32sv ZaX1KU4Oq0slfb+DWpuliIeTb0YvA7y8N6pUae1Lk+vsKcvbg959lzdhubdBVbhqKndDnHSM14pMf UgHet61uZbyIL+uFJlS3/7P2r5yHgC1rm1o5ydBdhNYsOE65yQX+ibVW2jFdakp98C2BgLe9qE7ji nuPA0h2B+p4BuaJuFDRzWtBnYiylvc/KC7g3S2VJgfIXqWlVqbzFdpVIfBFCIgyLBZdIuoOD/bajT zrW4ENj9XNpzDV6Cy2nnx9CWi0dInU+wWcLJq4VJZHi08zsUf1+OcA6w/mdbNnQ+lqn+EB/TBw4sm VMoDcDBQ==;
- Mail-followup-to: debian-devel@lists.debian.org
- Message-id: <E1peBCP-00A9UX-Cu@fasolo.debian.org>
- Reply-to: debian-devel@lists.debian.org
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Mon, 20 Mar 2023 08:49:18 +0100
Source: debian-edu-router
Architecture: source
Version: 2.12.5
Distribution: unstable
Urgency: medium
Maintainer: Debian Edu Developers <debian-edu@lists.debian.org>
Changed-By: Mike Gabriel <sunweaver@debian.org>
Closes: 1032534 1033016
Changes:
debian-edu-router (2.12.5) unstable; urgency=medium
.
[ Daniel Teichmann ]
* Makefile.iso: Split CHROOT_LOCATION via 'tr' to avoid possible
'Union Directory' entries.
* debian/d-e-r-c.postinst: Remove 'WARNING' from skip-network-setup msg to
avoid it being shown at FAI installation.
* debian/d-e-r-c.config: Remove old color codes and replace them with new
color variables.
* debian/d-e-r-c.config: Make bailout_on_too_many_failures() colorful.
* {po/de.po, po/templates.pot, debian/d-e-r-config.templates}: Update
translation.
* debian/d-e-r-c.config: Make DNS nameserver question more reliable + support
IPv6.
* debian/d-e-r-c.config: IPv4 DNS NS's can provide IPv6 NS's and vice versa.
So don't force both IPv4 and IPv6 nameservers.
* debian/d-e-r-c.lintian-overrides: udevadm guard warning has been fixed.
* debian/d-e-r-c.postrm: Set title to 'Debian Edu Router'.
* debian/d-e-r-c.{templates,config,lintian-overrides}: Remove
debian-edu-router-config/title.
* debian/d-e-r-c.config: Add '|| true' guard to udevadm call. Thanks, Lintian.
* debian/d-e-r-config.templates: Don't break '_Description:' line. Update
translation.
* po/{de.po,templates.pot}: Update template language files.
.
[ Mike Gabriel ]
* package_config/DEVELOPMENT.{asc -> gpg}: Rename file. Support for .asc files
has been dropped in FAI.
* fai/config/_obsolete-files.d/debian-edu-router-fai.removed: Mark
package_config/DEVELOPMENT.asc as obsolete file.
* bin/debian-edu-router-fai_instal: Mount /proc and /sys in nfsroot prior to
creating/updating it. Those mountpoints are needed by dracut's 45url-libs
module.
* debian/copyright: Adjust for renamed DEVELOPMENT.{asc|gpg} file.
* bin/debian-edu-router-fai_*: Drop support for Debian versions older than
bullseye.
* bin/debian-edu-router-fai_install: Drop non-free-firmware repo area if
preparing a bullseye nfsroot.
* conf/debian-edu/fai/debian-edu-router-fai.TEMPLATE/NFSROOT: Forward-port
changes from NFSROOT in FAI 6.0.
* conf/debian-edu/fai/debian-edu-router-fai.TEMPLATE/NFSROOT: Add libnss3.
Required by dracut's 45url-libs module.
* conf/debian-edu/fai/debian-edu-router-fai.TEMPLATE/apt/sources.list.in:
Add non-free-firmware package repo area.
* fai/config/package_config/: Temporarily stop using 'aptitude' installation
type, switch to legacy 'install' (i.e. apt-get).
* conf/debian-edu/fai/debian-edu-router-fai.TEMPLATE/nfsroot.conf.in: Drop
'--include=aptitude' from FAI_DEBOOTSTRAP_OPTS. Not supported by FAI 6.0
currently.
* conf/debian-edu/fai/debian-edu-router-fai.TEMPLATE/nfsroot.conf.in: Add
'--include=ca-certificates' to FAI_DEBOOTSTRAP_OPTS. For https deb-URLs it
is vital to have ca-certificates already installed in FAI's base.tar.xz
chroot tarball.
* fai/config/package_config/FAIBASE: Drop libnss-sss and libpam-sss. (Remnant
from Debian LAN which we used as a starting point).
* conf/debian-edu/fai/debian-edu-router-fai.TEMPLATE/grub.cfg: Mark
simultaneous DHCP discovery as experimental, not BROKEN. It has been working
quite well during recent tests.
* debian/debian-edu-router-config.postinst: Assure that /etc/dnsmasq.d/ exists
before placing files into it.
* debian/debian-edu-router-config.postinst: Silence and ignore errors if
/etc/dnsmasq.d/ is empty when attempting to remove files from it.
* fai/config/class/90-development: Disable DEVELOPMENT class.
* conf/debian-edu/fai/debian-edu-router-fai.TEMPLATE/apt/sources.list.in:
Comment out DEVELOPMENT APT repository.
* conf/debian-edu/fai/debian-edu-router-fai.TEMPLATE/apt/trusted.gpg.d/:
Rename itzks-keyring.gpg to DEVELOPMENT.gpg
* fai/config/class/90-development: Disable DEVELOPMENT class.
* debian/debian-edu-router-config.lintian-overrides: update line number.
.
[ Camaleón ]
* debian/po: Add es.po. Thanks to Camaleón. (Closes: #1033016).
.
[ Frans Spiesschaert ]
* debian/po: Add nl.po. Thanks to Frans Spiesschaert. (Closes: #1032534).
Checksums-Sha1:
577bd3e1b01511a7a2586b335fbfe8728cf48cb8 1920 debian-edu-router_2.12.5.dsc
0f2a0b8c068b11042e604765572efcdd76fd0fbb 116064 debian-edu-router_2.12.5.tar.xz
65c2a60e77535fb27a45daa00c7158a8cb7ac66f 6308 debian-edu-router_2.12.5_source.buildinfo
Checksums-Sha256:
5d238dfdeeb8ec599de957d7afe03c79ddf95983d96939c66b65f24afa6c4aee 1920 debian-edu-router_2.12.5.dsc
0d05d81a13b5182599f681589b191b540fbb7ef554602cde5a623812a4d95fb8 116064 debian-edu-router_2.12.5.tar.xz
55573af83737c21fb19d82ee36e4e8388bbe3eca2a38102e5cb4dc464e91ba37 6308 debian-edu-router_2.12.5_source.buildinfo
Files:
1daf34f84769a918e0ba54206a34191c 1920 admin optional debian-edu-router_2.12.5.dsc
1dd314cab2de7928a44915fabcd4d808 116064 admin optional debian-edu-router_2.12.5.tar.xz
16d260925ad18bad20ee45005d63bf29 6308 admin optional debian-edu-router_2.12.5_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJJBAEBCAAzFiEEm/uu6GwKpf+/IgeCmvRrMCV3GzEFAmQYF58VHHN1bndlYXZl
ckBkZWJpYW4ub3JnAAoJEJr0azAldxsxf+EQAI80DZ3rly9khvZjvHG7BwG/eTAP
+a4AtwpvI4fXni43O9xbeuXYpGiFQ5vEDBttJEv3OhrLZs5MD+6cgcfCidUaiBAC
gUG8dD2WyWj1F62LUZQG4QeUhhLgeyYZ7dLxaIdB17r9X3xGitCBCkVKf3tantYu
cetA/yowQ9nGmwEnP/hM/qfoCcSkhW7spjHUflm2ocnTUxxfpJmGN3COGkAix2Ps
qKX7db4UjCDI+M4IHUQ96M3yN+vnRd2qKenzs39G2GQAPJJKRoYD4PB2OuuTyxiT
6J+OwAqBK3pmNSTPk0EObPJ8+JOxNmPfXrhYFlLcJrMVE4tCTQONJDMPgfQXF2OH
drjMIZkYCvzo46ajxnnRRNNjckVWKFGiIXf+8zd72Lb2TcD2gK6Bng7whKnNkvfC
7Gz9HWCbaGXot0VMkxXu2UsK356V1MoDySUsfi4Stj5mXvBCFfBTzrCrCu74sqOW
zJQPYBR4oTm1JfWYNNZgLSCu+RmgMXYlmtNiviDc/Clkn3d6PdmwZ/1rzpPuw+P5
W/kt2C7xHfTI1VQ2Rr/z64zZeSgrK8y5DkGVhza0+cn4JnCG1ALNnyV/BEv9vsvF
0b1+NDLVfctaVkI/tNj8Z1gRkBBL7auIzsqa856NM3qCkoe5rmcxqZDINS1igiq9
kIFWTCToWG6KMN4x
=20EL
-----END PGP SIGNATURE-----