diff -u ume-config-common-0.10-1/debian/changelog ume-config-common-0.10-1/debian/changelog --- ume-config-common-0.10-1/debian/changelog +++ ume-config-common-0.10-1/debian/changelog @@ -1,3 +1,9 @@ +ume-config-common (0.10-1-0ubuntu4) hardy; urgency=low + + * Add a default locale for builds to support UTF8, etc. + + -- Emmet Hikory Tue, 20 May 2008 11:24:28 +0200 + ume-config-common (0.10-1-0ubuntu3) hardy; urgency=low * Extend the hack of 0.10+upstream-0ubuntu1~804um2 to also symlink only in patch2: unchanged: --- ume-config-common-0.10-1.orig/locale +++ ume-config-common-0.10-1/locale @@ -0,0 +1 @@ +LANG=en_US.UTF8 only in patch2: unchanged: --- ume-config-common-0.10-1.orig/Makefile +++ ume-config-common-0.10-1/Makefile @@ -4,4 +4,5 @@ install -m755 -D ume-gui-start $(DESTDIR)/usr/share/ume-config-common/ume-gui-start install -m755 -D ume-xephyr-start $(DESTDIR)/usr/bin/ume-xephyr-start install -m644 -D moblin.xpm.gz $(DESTDIR)/boot/grub/moblin.xpm.gz + install -m644 -D locale $(DESTDIR)/etc/default/locale