Your message dated Tue, 17 Feb 2015 18:45:38 +0100
with message-id <[email protected]>
and subject line Re: Bug#778368: unblock: ltsp/5.5.4-3
has caused the Debian Bug report #778368,
regarding unblock: ltsp/5.5.4-3
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.)


-- 
778368: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778368
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock

Please unblock package ltsp

ltsp 5.5.4-3 fixes an RC bug in ltsp removing obsolete config files from
pre-wheezy versions of ltsp. It also removes an ugly, hackish workaround
no longer required due to fixing an RC bug in LDM.

It does ship a .udeb, but there are no changes to anything that would
impact the .udeb, and the .udeb isn't used in debian-installer by
default.


diff -Nru ltsp-5.5.4/debian/changelog ltsp-5.5.4/debian/changelog
--- ltsp-5.5.4/debian/changelog 2014-12-01 15:22:13.000000000 -0800
+++ ltsp-5.5.4/debian/changelog 2015-02-12 14:22:57.000000000 -0800
@@ -1,3 +1,16 @@
+ltsp (5.5.4-3) unstable; urgency=medium
+
+  * Add debian/ltsp-client-core.maintscript to remove obsolete
+    /etc/init.d/ltsp-client-setup and /etc/default/ltsp-client-setup
+    leftover from squeeze upgrades (Closes: #777184). Thanks to Andreas
+    Beckmann!
+
+  * Apply patch from upstream to no longer remove nouveau_vieux driver on
+    boot, which is terribly hackish and no longer appropriate with current
+    versions of LDM (Closes: #767764).
+
+ -- Vagrant Cascadian <[email protected]>  Thu, 12 Feb 2015 14:22:07 -0800
+
 ltsp (5.5.4-2) unstable; urgency=medium
 
   * ltsp-update-kernels/update-kernels: Fix kernel version sorting that
diff -Nru ltsp-5.5.4/debian/ltsp-client-core.maintscript 
ltsp-5.5.4/debian/ltsp-client-core.maintscript
--- ltsp-5.5.4/debian/ltsp-client-core.maintscript      1969-12-31 
16:00:00.000000000 -0800
+++ ltsp-5.5.4/debian/ltsp-client-core.maintscript      2015-02-10 
10:30:16.000000000 -0800
@@ -0,0 +1,2 @@
+rm_conffile /etc/init.d/ltsp-client-setup 5.5.4-3~
+rm_conffile /etc/default/ltsp-client-setup 5.5.4-3~
diff -Nru ltsp-5.5.4/debian/patches/series ltsp-5.5.4/debian/patches/series
--- ltsp-5.5.4/debian/patches/series    2014-12-01 15:16:53.000000000 -0800
+++ ltsp-5.5.4/debian/patches/series    2015-02-09 00:51:21.000000000 -0800
@@ -8,3 +8,4 @@
 upstream/0016-update-kernels-Fix-issues-with-kernel-version-varian.patch
 upstream/0017-Debian-update-kernels.conf-Prefer-586-over-486-in-fo.patch
 upstream/0018-update-kernels-Quiet-down-mkimage-output-when-genera.patch
+upstream/0020-Drop-hack-to-remove-nouveau_vieux-driver-as-newer-ve.patch
diff -Nru 
ltsp-5.5.4/debian/patches/upstream/0020-Drop-hack-to-remove-nouveau_vieux-driver-as-newer-ve.patch
 
ltsp-5.5.4/debian/patches/upstream/0020-Drop-hack-to-remove-nouveau_vieux-driver-as-newer-ve.patch
--- 
ltsp-5.5.4/debian/patches/upstream/0020-Drop-hack-to-remove-nouveau_vieux-driver-as-newer-ve.patch
  1969-12-31 16:00:00.000000000 -0800
+++ 
ltsp-5.5.4/debian/patches/upstream/0020-Drop-hack-to-remove-nouveau_vieux-driver-as-newer-ve.patch
  2015-02-09 00:48:21.000000000 -0800
@@ -0,0 +1,25 @@
+From 79a57b29d5d4ec6c0ec2945ef60a6c81ff365b90 Mon Sep 17 00:00:00 2001
+From: Vagrant Cascadian <[email protected]>
+Date: Sun, 8 Feb 2015 22:40:45 -0800
+Subject: [PATCH] Drop hack to remove nouveau_vieux driver, as newer versions
+ of LDM will no longer hard-code LIBGL_ALWAYS_INDIRECT.
+ https://bugs.launchpad.net/ltsp/+bug/1072711
+
+---
+ client/share/ltsp/init-ltsp.d/50-opengl | 4 ----
+ 1 file changed, 4 deletions(-)
+ delete mode 100644 client/share/ltsp/init-ltsp.d/50-opengl
+
+diff --git a/client/share/ltsp/init-ltsp.d/50-opengl 
b/client/share/ltsp/init-ltsp.d/50-opengl
+deleted file mode 100644
+index d9de1eb..0000000
+--- a/client/share/ltsp/init-ltsp.d/50-opengl
++++ /dev/null
+@@ -1,4 +0,0 @@
+-if boolean_is_true "$LDM_DIRECTX" && ! boolean_is_true "$LTSP_FATCLIENT"; then
+-    # Work around LP bug #1072711
+-    rm -f /usr/lib/i386-linux-gnu/dri/nouveau_vieux_dri.so
+-fi
+-- 
+2.1.4
+


unblock ltsp/5.5.4-3


Thanks for all your work on the release team!


live well,
  vagrant

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Le 2015-02-17 18:24, Cyril Brulebois a écrit :
Adam D. Barratt <[email protected]> (2015-02-14):
Control: tags -1 + confirmed d-i

On Fri, 2015-02-13 at 21:41 -0800, Vagrant Cascadian wrote:
ltsp 5.5.4-3 fixes an RC bug in ltsp removing obsolete config files from pre-wheezy versions of ltsp. It also removes an ugly, hackish workaround
no longer required due to fixing an RC bug in LDM.

Unblocked, thanks.

No objections.


Added an unblock-udeb hint. Thanks.

--
Mehdi

--- End Message ---

Reply via email to