diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 20 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 19 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 6bec4012..e870885c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -altos (0.9.7.0) unstable; urgency=low +altos (0.9.7.1) unstable; urgency=low [ Keith Packard ] * altos: Lost change that reported flight 0 when log memory was full @@ -31,8 +31,24 @@ altos (0.9.7.0) unstable; urgency=low [ Bdale Garbee ] * turn off auto-tagging during Debian build + * update changelogs for Debian build + * rewind changelog to 0.9.6.0 for rebuild + * update changelogs for Debian build + + [ Keith Packard ] + * altosui: Use system look&feel + * Remove stale tools (ao-dumplog, ao-postflight, ao-view) + * altosui: Add tool-tips to config dialogs + * altosui: Try to get dialogs to look a little better + + [ Bdale Garbee ] + * another test round + * roll changelog back in prep for another test build + * update changelogs for Debian build + * add pkg-config to the build deps + * prepare for another rebuild - -- Bdale Garbee <bdale@gag.com> Tue, 23 Aug 2011 21:36:50 -0600 + -- Bdale Garbee <bdale@gag.com> Wed, 24 Aug 2011 01:52:35 -0600 altos (0.9.6.0) unstable; urgency=low diff --git a/debian/control b/debian/control index f784a702..beac70dc 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: otherosfs Priority: extra Maintainer: Bdale Garbee <bdale@gag.com> Uploaders: Keith Packard <keithp@keithp.com> -Build-Depends: debhelper (>= 7), autoconf, automake, gawk, libreadline-dev, libusb-1.0-0-dev, nickle, sdcc, xsltproc, fop, docbook-xml, docbook-xsl, swig, openjdk-6-jdk, freetts, libtool, libjfreechart-java, libbluetooth-dev +Build-Depends: debhelper (>= 7), autoconf, automake, gawk, libreadline-dev, libusb-1.0-0-dev, nickle, sdcc, xsltproc, fop, docbook-xml, docbook-xsl, swig, openjdk-6-jdk, freetts, libtool, libjfreechart-java, libbluetooth-dev, pkg-config Standards-Version: 3.9.2 Homepage: http://altusmetrum.org/AltOS |