[debian-edu-commits] r79962 - in branches/wheezy/debian-edu-config: debian share/ltsp/plugins/ltsp-build-client/Debian-custom
schweer-guest at alioth.debian.org
schweer-guest at alioth.debian.org
Sun May 5 20:17:40 UTC 2013
Author: schweer-guest
Date: 2013-05-05 20:17:39 +0000 (Sun, 05 May 2013)
New Revision: 79962
Modified:
branches/wheezy/debian-edu-config/debian/changelog
branches/wheezy/debian-edu-config/share/ltsp/plugins/ltsp-build-client/Debian-custom/032-edu-pkgs
Log:
ltsp/plugins/ltsp-build-client/Debian-custom/032-edu-pkg:
Don't call update-locale-config in the LTSP chroot, which is no
longer available. It belongs to the package localization-config,
which is no longer of any use and not installed in the chroot.
(The LTSP chroot installation is supposed to fail, if
update-locale is still called.)
Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog 2013-05-05 19:41:45 UTC (rev 79961)
+++ branches/wheezy/debian-edu-config/debian/changelog 2013-05-05 20:17:39 UTC (rev 79962)
@@ -5,6 +5,14 @@
libnss-sss for netgroup lookup and make sure libnss-myhostname is
enabled.
+ [ Wolfgang Schweer ]
+ * ltsp/plugins/ltsp-build-client/Debian-custom/032-edu-pkg:
+ Don't call update-locale-config in the LTSP chroot, which is no
+ longer available. It belongs to the package localization-config,
+ which is no longer of any use and not installed in the chroot.
+ (The LTSP chroot installation is supposed to fail, if
+ update-locale is still called.)
+
-- Petter Reinholdtsen <pere at debian.org> Sun, 05 May 2013 20:09:26 +0200
debian-edu-config (1.704~svn79934) wheezy-test; urgency=low
Modified: branches/wheezy/debian-edu-config/share/ltsp/plugins/ltsp-build-client/Debian-custom/032-edu-pkgs
===================================================================
--- branches/wheezy/debian-edu-config/share/ltsp/plugins/ltsp-build-client/Debian-custom/032-edu-pkgs 2013-05-05 19:41:45 UTC (rev 79961)
+++ branches/wheezy/debian-edu-config/share/ltsp/plugins/ltsp-build-client/Debian-custom/032-edu-pkgs 2013-05-05 20:17:39 UTC (rev 79962)
@@ -247,14 +247,6 @@
# Remove dependencies pulled in by removed packages
in_target apt-get -y autoremove
- # Configure locale specific settings.
- if [ "$LANG" ] ; then
- info "Running update-locale-config $LANG"
- in_target update-locale-config $LANG
- else
- warning "LANG not set, not changing locale setting in chroot."
- fi
-
# Needed to get the loopback interface
only_run_on_rclevel S ifupdown networking
More information about the debian-edu-commits
mailing list