← Back to team overview

tieto team mailing list archive

[Branch ~ubuntu-core-dev/debian-installer/ubuntu] Rev 1679: Add all characters in /usr/share/console-setup-mini/kbdnames.gz to the

 

------------------------------------------------------------
revno: 1679
fixes bug: https://launchpad.net/bugs/985614
committer: Colin Watson <cjwatson@xxxxxxxxxxxxx>
branch nick: ubuntu
timestamp: Thu 2012-04-19 14:26:31 +0100
message:
  Add all characters in /usr/share/console-setup-mini/kbdnames.gz to the
  reduced font (LP: #985614).
modified:
  build/Makefile
  debian/changelog


--
lp:~ubuntu-core-dev/debian-installer/ubuntu
https://code.launchpad.net/~ubuntu-core-dev/debian-installer/ubuntu

Your team Tieto is subscribed to branch lp:~ubuntu-core-dev/debian-installer/ubuntu.
To unsubscribe from this branch go to https://code.launchpad.net/~ubuntu-core-dev/debian-installer/ubuntu/+edit-subscription
=== modified file 'build/Makefile'
--- build/Makefile	2012-04-18 05:24:59 +0000
+++ build/Makefile	2012-04-19 13:26:31 +0000
@@ -576,6 +576,9 @@
 	if test -f $(TREE)/usr/share/keymaps/decision-tree ; then \
 		cat $(TREE)/usr/share/keymaps/decision-tree >> $(TEMP)/all.utf; \
 	fi
+	if [ -f $(TREE)/usr/share/console-setup-mini/kbdnames.gz ]; then \
+		zcat $(TREE)/usr/share/console-setup-mini/kbdnames.gz >> $(TEMP)/all.utf; \
+	fi
 	find $(TREE)/usr/share/console-setup-mini -name \*.tree -print0 | \
 		xargs -0r cat >> $(TEMP)/all.utf
 

=== modified file 'debian/changelog'
--- debian/changelog	2012-04-18 10:00:34 +0000
+++ debian/changelog	2012-04-19 13:26:31 +0000
@@ -1,6 +1,8 @@
 debian-installer (20101020ubuntu135) UNRELEASED; urgency=low
 
   * Update help text translations from Launchpad.
+  * Add all characters in /usr/share/console-setup-mini/kbdnames.gz to the
+    reduced font (LP: #985614).
 
  -- Colin Watson <cjwatson@xxxxxxxxxx>  Wed, 18 Apr 2012 11:00:12 +0100