From 3e5824b9a71971ce99bfe38a1e860b421e265f02 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Thu, 9 Sep 2010 15:43:47 -0600 Subject: update changelogs for Debian build --- debian/changelog | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 2005b64f..f46dfe82 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,36 @@ +altos (0.7+79+g3d49d5f) unstable; urgency=low + + [ Keith Packard ] + * altosui: Add windows installer build using 'nsis' + * altosui: ignore built files + * altosui: oops. renamed the nsis file to altos-windows.nsi + * icon: add some icons for application programs + * altosui: Add icons to application and Windows menus. + * Use autotools for altosui and libaltos + * altos: add some SDCDB config files + * Ignore libtool files. + * Add version numbers to released files. Set version to 0.7.1 + * Add top-level 'fat' target to aid building distribution files + * altosui: Fix windows installer to ship correct files + * altosui: Fix up Mac OSX .zip file + * altosui: Fix linux fat distribution + * altosui: Return AO_LOG_INVALID instead of exception for eeprom files + * altosui: Remove debugging printf from AltosEepromReader + * altosui: Eeprom files contain only one date; save it. + * altosui: Add elevation and range data to main display + * altosui: When replay thread is interrupted, don't make final report + * altosui: Start idle thread after the rocket leaves the pad + * altosui: Add AltosVoice.drain() to wait for queued speech to finish + * altosui: Prevent voice altitude data from queueing up + * altosui: Use local .class files in the classpath + * altosui: Record flight number when scanning file, not when running + * altosui: eeprom files place 'boost' time in the flight number + record. + * altosui: ensure that 'altosui' script is installed. Pass arguments + along. + + -- Bdale Garbee Thu, 09 Sep 2010 15:43:28 -0600 + altos (0.7+53+g59798c6) unstable; urgency=low [ Keith Packard ] -- cgit v1.2.3 From 012e7176954a6b74b3b667317be0f6dc41d7ab70 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Thu, 9 Sep 2010 15:51:02 -0600 Subject: add libtool to build deps --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/control b/debian/control index 690eb78f..712e00d3 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: otherosfs Priority: extra Maintainer: Bdale Garbee Uploaders: Keith Packard -Build-Depends: debhelper (>= 7), autoconf, automake, flite1-dev, gawk, libasound2-dev, libgconf2-dev, libglade2-dev, libgtk2.0-dev, libreadline-dev, libusb-1.0-0-dev, nickle, sdcc, libplplot-dev, xsltproc, fop, docbook-xml, docbook-xsl, libsndfile1-dev, swig, openjdk-6-jdk, freetts +Build-Depends: debhelper (>= 7), autoconf, automake, flite1-dev, gawk, libasound2-dev, libgconf2-dev, libglade2-dev, libgtk2.0-dev, libreadline-dev, libusb-1.0-0-dev, nickle, sdcc, libplplot-dev, xsltproc, fop, docbook-xml, docbook-xsl, libsndfile1-dev, swig, openjdk-6-jdk, freetts, libtool Standards-Version: 3.9.1 Homepage: http://altusmetrum.org/AltOS -- cgit v1.2.3 From 15da683c2f747baef49c8b8d321a86faede0de30 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Thu, 9 Sep 2010 15:51:50 -0600 Subject: update changelogs for Debian build --- ChangeLog | 12 ++++++++++++ debian/changelog | 5 ++++- 2 files changed, 16 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/ChangeLog b/ChangeLog index de8a8fb0..e87431ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +commit 012e7176954a6b74b3b667317be0f6dc41d7ab70 +Author: Bdale Garbee +Date: Thu Sep 9 15:51:02 2010 -0600 + + add libtool to build deps + +commit 3e5824b9a71971ce99bfe38a1e860b421e265f02 +Author: Bdale Garbee +Date: Thu Sep 9 15:43:47 2010 -0600 + + update changelogs for Debian build + commit 3d49d5f69b41c27003dbc5ccf1899014bd13bd99 Author: Keith Packard Date: Sun Sep 5 02:05:06 2010 -0700 diff --git a/debian/changelog b/debian/changelog index f46dfe82..572af3e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,7 @@ -altos (0.7+79+g3d49d5f) unstable; urgency=low +altos (0.7+81+g012e717) unstable; urgency=low + + [ Bdale Garbee ] + * add libtool to build deps [ Keith Packard ] * altosui: Add windows installer build using 'nsis' -- cgit v1.2.3 From c286ada6457579d64e9d8ca44b927258b4a561da Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Thu, 9 Sep 2010 16:27:40 -0600 Subject: update changelogs for Debian build --- ChangeLog | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ debian/changelog | 11 ++++++++++- 2 files changed, 59 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/ChangeLog b/ChangeLog index e87431ba..39903ed2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,52 @@ +commit 6c0ae7e966a81ece35bccbe89d626a58afe899a2 +Author: Keith Packard +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 + +commit 737a64c57a8f979f51c3fa6b3f214520c736cf8a +Author: Keith Packard +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 + +commit b456bd9d7bcd9d968e43c38eeb6fa6ad8c58f895 +Author: Keith Packard +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 + +commit 16980b848651a6b20a0b458446f0a19fb517539d +Author: Keith Packard +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 + +commit 15da683c2f747baef49c8b8d321a86faede0de30 +Author: Bdale Garbee +Date: Thu Sep 9 15:51:50 2010 -0600 + + update changelogs for Debian build + commit 012e7176954a6b74b3b667317be0f6dc41d7ab70 Author: Bdale Garbee 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 -- cgit v1.2.3 From 5c4e437975054d33604402591e1ea2f314932593 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Thu, 9 Sep 2010 20:06:09 -0600 Subject: update changelogs for Debian build --- ChangeLog | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ debian/changelog | 14 ++++++++++++++ 2 files changed, 66 insertions(+) (limited to 'debian') diff --git a/ChangeLog b/ChangeLog index 39903ed2..a6db0da8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,55 @@ +commit 0ea75761416bff299233991e961ba25b6c7dcf89 +Merge: 35d70c9 8ee3464 +Author: Bdale Garbee +Date: Thu Sep 9 20:05:27 2010 -0600 + + Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos + +commit 8ee3464d8064ebe1694c7b20177878c0d9961451 +Author: Keith Packard +Date: Thu Sep 9 17:54:41 2010 -0700 + + altosui: Display error dialog when AltOS JNI library can't be loaded + + Having an error dialog appear at application startup seems better than + simply failing to present the device dialog later on. + + Signed-off-by: Keith Packard + +commit 4224a7526e51eb8fbf1f0a31bae7ee68c6385095 +Author: Keith Packard +Date: Thu Sep 9 17:52:46 2010 -0700 + + altosui: Store libaltos.so in $(libdir)/altos + + It's not a public library, so hide it away in a subdirectory. + + Signed-off-by: Keith Packard + +commit 1e4c18777d982061f5e507a4d4f4f1cd4d685268 +Author: Keith Packard +Date: Thu Sep 9 17:49:37 2010 -0700 + + altosui: Need to have JVM include path substituted into libaltos Makefile + + The libaltos Makefile needs to find the relevant jni.h file, which is + found in the JVM_INCLUDE path, all nicely located by the configure.ac script. + + Signed-off-by: Keith Packard + +commit 35d70c92307dd478bc619b2f6c5a88e155cdad28 +Author: Bdale Garbee +Date: Thu Sep 9 17:27:07 2010 -0600 + + handle versioning of ihx files (poorly) by just wildcarding the file name, + which assumes there's only one matching .. probably ok on Debian? + +commit c286ada6457579d64e9d8ca44b927258b4a561da +Author: Bdale Garbee +Date: Thu Sep 9 16:27:40 2010 -0600 + + update changelogs for Debian build + commit 6c0ae7e966a81ece35bccbe89d626a58afe899a2 Author: Keith Packard Date: Thu Sep 9 15:25:18 2010 -0700 diff --git a/debian/changelog b/debian/changelog index d46b0346..5f5204ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +altos (0.7+92+g0ea7576) unstable; urgency=low + + [ Bdale Garbee ] + * handle versioning of ihx files (poorly) by just wildcarding the file + name + + [ Keith Packard ] + * altosui: Need to have JVM include path substituted into libaltos + Makefile + * altosui: Store libaltos.so in $(libdir)/altos + * altosui: Display error dialog when AltOS JNI library can't be loaded + + -- Bdale Garbee Thu, 09 Sep 2010 20:05:44 -0600 + altos (0.7+86+g6c0ae7e) unstable; urgency=low [ Keith Packard ] -- cgit v1.2.3 From 632d276118ab04de67561104be650f8fb69a0450 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Thu, 9 Sep 2010 20:34:43 -0600 Subject: update changelogs for Debian build --- ChangeLog | 12 ++++++++++++ debian/changelog | 6 ++++++ 2 files changed, 18 insertions(+) (limited to 'debian') diff --git a/ChangeLog b/ChangeLog index a6db0da8..bda61ce0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +commit 1ac3d7e3ba52d1b0dc834eaa5d7886c730eaf307 +Author: Bdale Garbee +Date: Thu Sep 9 20:34:22 2010 -0600 + + initial cut at an altosui man page + +commit 5c4e437975054d33604402591e1ea2f314932593 +Author: Bdale Garbee +Date: Thu Sep 9 20:06:09 2010 -0600 + + update changelogs for Debian build + commit 0ea75761416bff299233991e961ba25b6c7dcf89 Merge: 35d70c9 8ee3464 Author: Bdale Garbee diff --git a/debian/changelog b/debian/changelog index 5f5204ec..2549c1c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +altos (0.7+94+g1ac3d7e) unstable; urgency=low + + * initial cut at an altosui man page + + -- Bdale Garbee Thu, 09 Sep 2010 20:34:38 -0600 + altos (0.7+92+g0ea7576) unstable; urgency=low [ Bdale Garbee ] -- cgit v1.2.3 From fcaa480b1dfeb2fd4044f9c4e1b6d50c46fc9984 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Thu, 9 Sep 2010 21:29:20 -0600 Subject: update changelogs for Debian build --- ChangeLog | 21 +++++++++++++++++++++ debian/changelog | 7 +++++++ 2 files changed, 28 insertions(+) (limited to 'debian') diff --git a/ChangeLog b/ChangeLog index bda61ce0..8c6759ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +commit 48f57997452e17564e28fe3e37403f6f63d32dea +Author: Keith Packard +Date: Thu Sep 9 20:24:42 2010 -0700 + + altosui: conflating USB product and vendor IDs is a bad idea + + We've now got a USB vendor ID called 'altusmetrum' for generic + altusmetrum devices (old USB ID 0x000A) while the general vendor name + for all devices is 'altusmetrum' as well. + + This patch splits vendors and products into separate name spaces, + products are prefixed with product_ and vendor with (oddly) vendor_. + + Signed-off-by: Keith Packard + +commit 632d276118ab04de67561104be650f8fb69a0450 +Author: Bdale Garbee +Date: Thu Sep 9 20:34:43 2010 -0600 + + update changelogs for Debian build + commit 1ac3d7e3ba52d1b0dc834eaa5d7886c730eaf307 Author: Bdale Garbee Date: Thu Sep 9 20:34:22 2010 -0600 diff --git a/debian/changelog b/debian/changelog index 2549c1c9..39708acf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +altos (0.7+96+g48f5799) unstable; urgency=low + + [ Keith Packard ] + * altosui: conflating USB product and vendor IDs is a bad idea + + -- Bdale Garbee Thu, 09 Sep 2010 21:29:13 -0600 + altos (0.7+94+g1ac3d7e) unstable; urgency=low * initial cut at an altosui man page -- cgit v1.2.3 From 96ca7051f60ea299e3e05bafbe5717fc83c3afd2 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Thu, 9 Sep 2010 22:50:03 -0600 Subject: update changelogs for Debian build --- ChangeLog | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ debian/changelog | 12 ++++++++++++ 2 files changed, 60 insertions(+) (limited to 'debian') diff --git a/ChangeLog b/ChangeLog index 8c6759ee..8e1be97c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,51 @@ +commit 2d5e48c5dc0e822fdf430f43804c1e5e79fdbf84 +Author: Keith Packard +Date: Thu Sep 9 21:28:10 2010 -0700 + + Add --with-fat-dir configure option to publish finished stand-alone bits + + --with-fat-dir specifies a directory to copy the finished + linux/macosx/windows stand-alone ("fat") packages to. A sub-directory + will be created under the specified directory based on the product + version number and the files copied there. + + Signed-off-by: Keith Packard + +commit dd2b77b2a516a055f29191dcdfeb727e637aae86 +Author: Keith Packard +Date: Thu Sep 9 20:59:29 2010 -0700 + + altosui: libaltos.so is built with libtool -- it's in ../libaltos/.libs + + It used to be in ../libaltos + + Signed-off-by: Keith Packard + +commit 72a5c1258db92d0ddd660bfa875e8e55cab47af7 +Author: Keith Packard +Date: Thu Sep 9 20:39:41 2010 -0700 + + altosui: Remove some debug printfs. + + Signed-off-by: Keith Packard + +commit 031fd9a954f2e3447d0150eb4ecc81af7b620dca +Author: Keith Packard +Date: Thu Sep 9 20:36:12 2010 -0700 + + Add firmware and libaltos to 'fat' target at top-level + + This ensures that all of the necessary bits are available to construct + the distribution images. + + Signed-off-by: Keith Packard + +commit fcaa480b1dfeb2fd4044f9c4e1b6d50c46fc9984 +Author: Bdale Garbee +Date: Thu Sep 9 21:29:20 2010 -0600 + + update changelogs for Debian build + commit 48f57997452e17564e28fe3e37403f6f63d32dea Author: Keith Packard Date: Thu Sep 9 20:24:42 2010 -0700 diff --git a/debian/changelog b/debian/changelog index 39708acf..c808c50d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +altos (0.7.1) unstable; urgency=low + + [ Keith Packard ] + * Add firmware and libaltos to 'fat' target at top-level + * altosui: Remove some debug printfs. + * altosui: libaltos.so is built with libtool -- it's in + ../libaltos/.libs + * Add --with-fat-dir configure option to publish finished stand-alone + bits + + -- Bdale Garbee Thu, 09 Sep 2010 22:49:54 -0600 + altos (0.7+96+g48f5799) unstable; urgency=low [ Keith Packard ] -- cgit v1.2.3