diff options
| -rw-r--r-- | ChangeLog | 49 | ||||
| -rw-r--r-- | debian/changelog | 11 | 
2 files changed, 59 insertions, 1 deletions
@@ -1,3 +1,52 @@ +commit 6c0ae7e966a81ece35bccbe89d626a58afe899a2 +Author: Keith Packard <keithp@keithp.com> +Date:   Thu Sep 9 15:25:18 2010 -0700 + +    altosui: remove FATJAR from all-local to avoid building fat .jar file +     +    the fat .jar file is used in non-native builds to run from a directory +    containing all of the freetts jar files along with the altosui jar +    file. We don't want this on a real install where freetts is installed separately. +     +    Signed-off-by: Keith Packard <keithp@keithp.com> + +commit 737a64c57a8f979f51c3fa6b3f214520c736cf8a +Author: Keith Packard <keithp@keithp.com> +Date:   Thu Sep 9 15:22:14 2010 -0700 + +    altosui: hack to make JAVAROOT directory get created before javac runs +     +    This ensures that the JAVAROOT directory gets created by adding it to +    the variable used to set the CLASSPATH environment value. +     +    Signed-off-by: Keith Packard <keithp@keithp.com> + +commit b456bd9d7bcd9d968e43c38eeb6fa6ad8c58f895 +Author: Keith Packard <keithp@keithp.com> +Date:   Thu Sep 9 15:11:41 2010 -0700 + +    altosui: fix telemetrum.inf FFFE:000A product names on AMD64 and ia64 +     +    This appears to matter to Vista. Dunno why. +     +    Signed-off-by: Keith Packard <keithp@keithp.com> + +commit 16980b848651a6b20a0b458446f0a19fb517539d +Author: Keith Packard <keithp@keithp.com> +Date:   Thu Sep 9 15:10:25 2010 -0700 + +    altosui: Add explicit requirement to create classes directory +     +    The implicit ordering doesn't appear reliable. +     +    Signed-off-by: Keith Packard <keithp@keithp.com> + +commit 15da683c2f747baef49c8b8d321a86faede0de30 +Author: Bdale Garbee <bdale@gag.com> +Date:   Thu Sep 9 15:51:50 2010 -0600 + +    update changelogs for Debian build +  commit 012e7176954a6b74b3b667317be0f6dc41d7ab70  Author: Bdale Garbee <bdale@gag.com>  Date:   Thu Sep 9 15:51:02 2010 -0600 diff --git a/debian/changelog b/debian/changelog index 572af3e6..d46b0346 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,13 @@ -altos (0.7+81+g012e717) unstable; urgency=low +altos (0.7+86+g6c0ae7e) unstable; urgency=low + +  [ Keith Packard ] +  * altosui: Add explicit requirement to create classes directory +  * altosui: fix telemetrum.inf FFFE:000A product names on AMD64 and +    ia64 +  * altosui: hack to make JAVAROOT directory get created before javac +    runs +  * altosui: remove FATJAR from all-local to avoid building fat .jar +    file    [ Bdale Garbee ]    * add libtool to build deps  | 
