Your message dated Mon, 27 May 2019 12:33:44 +0000
with message-id <[email protected]>
and subject line Bug#925173: fixed in ltsp 5.18.12-2
has caused the Debian Bug report #925173,
regarding ltsp: codename detection code not useful for stable
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.)
--
925173: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925173
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ltsp
Version: 5.18.12-1
Severity: important
Tags: patch
Hi,
while testing Debian Edu offline installation I noticed that the code I proposed
a while ago to determine the DIST value is working ok in testing, but will be
totally useless once Buster is stable.
The attached patch reverts the change; use 'lsb_release -s -c' again to detect
the codename.
Please check.
Wolfgang
>From 57c25bc3a2ac224253265e9f7a149cb52c0a81db Mon Sep 17 00:00:00 2001
From: Wolfgang Schweer <[email protected]>
Date: Wed, 20 Mar 2019 18:40:32 +0100
Subject: [PATCH] Revert "Make
'ltsp-build-client/Debian/000-basic-configuration' more robust."
This reverts commit 1a695ea6b4431fe628d1f36e410da636226fae24.
While it made sense to use /etc/debian_release in testing (the file contains
text like 'buster/sid') it fails to work in stable (the file content is a plain
version number like 9.8). 'lsb_release -s -c' is supposed to work in stable also
in standalone mode.
---
.../plugins/ltsp-build-client/Debian/000-basic-configuration | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/server/share/ltsp/plugins/ltsp-build-client/Debian/000-basic-configuration
b/server/share/ltsp/plugins/ltsp-build-client/Debian/000-basic-configuration
index 30d04dcf..983605f4 100644
--- a/server/share/ltsp/plugins/ltsp-build-client/Debian/000-basic-configuration
+++ b/server/share/ltsp/plugins/ltsp-build-client/Debian/000-basic-configuration
@@ -2,7 +2,7 @@ case "$MODE" in
configure)
ARCH=${ARCH:-"$(dpkg --print-architecture)"}
APT_GET_OPTS=${APT_GET_OPTS:-"-y"}
- DIST=${DIST:-"$(cat /etc/debian_version | cut -d'/' -f1)"}
+ DIST=${DIST:-"$(lsb_release -s -c)"}
MIRROR=${MIRROR:-"http://deb.debian.org/debian"}
COMPONENTS=${COMPONENTS:-"main"}
EARLY_PACKAGES=${EARLY_PACKAGES:-"ltsp-client"}
--
2.20.1
--- End Message ---
--- Begin Message ---
Source: ltsp
Source-Version: 5.18.12-2
We believe that the bug you reported is fixed in the latest version of
ltsp, 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.
Vagrant Cascadian <[email protected]> (supplier of updated ltsp 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: SHA512
Format: 1.8
Date: Mon, 27 May 2019 04:58:46 -0700
Source: ltsp
Architecture: source
Version: 5.18.12-2
Distribution: unstable
Urgency: medium
Maintainer: Debian LTSP Maintainers <[email protected]>
Changed-By: Vagrant Cascadian <[email protected]>
Closes: 924103 925173
Changes:
ltsp (5.18.12-2) unstable; urgency=medium
.
[ Frans Spiesschaert ]
* [INTL:nl] Dutch translation of debconf messages (Closes: #924103).
.
[ Vagrant Cascadian ]
* Add patch to fix loop mounting and ensure mount is read-only. Thanks
to Alkis Georgopoulos.
* Add patch to fix codename detection (Closes: #925173). Thanks to
Wolfgang Schweer.
Checksums-Sha1:
bb9adb94d33572a05d936ec58b334308991fd2bf 1684 ltsp_5.18.12-2.dsc
b6614d48bbd440b348b4df8953d47ff6b6d6f9e8 76920 ltsp_5.18.12-2.debian.tar.xz
fa06e045efeff44265de31a1a2105237e6cbc0e2 6859 ltsp_5.18.12-2_amd64.buildinfo
Checksums-Sha256:
2b09bada0ca2cd409d8a8628088907aa6645757d0370c916339061ce330b3b79 1684
ltsp_5.18.12-2.dsc
c6c2ead5d42f718a5e334536b3d23143b889b63c223b9f0f51c538b8983e8143 76920
ltsp_5.18.12-2.debian.tar.xz
14496e5e09c049c055b40ae738dd92cc0afccb95724beaa288c55e2b101b8725 6859
ltsp_5.18.12-2_amd64.buildinfo
Files:
2ef52c62263d01b6ced3ba7498a15b71 1684 misc optional ltsp_5.18.12-2.dsc
5a90a99cf63b479ea89e5e5c40bdf54c 76920 misc optional
ltsp_5.18.12-2.debian.tar.xz
8938e475d0f4e2364b481b042e0bd0cd 6859 misc optional
ltsp_5.18.12-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iIkEARYKADEWIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCXOvSixMcdmFncmFudEBk
ZWJpYW4ub3JnAAoJENxRj8h/lxaqUr0A/RjcwK7dItB5DT86pnrepVdI79tT3UZv
KLSQCFScQXVjAP96xxovxfARGTjnGPbRhmFrUpD5aKrBPLL8kfzCX4ZwAA==
=cIfS
-----END PGP SIGNATURE-----
--- End Message ---