diff options
| author | Anthony Towns <aj@erisian.com.au> | 2010-08-24 00:02:31 -0600 | 
|---|---|---|
| committer | Anthony Towns <aj@erisian.com.au> | 2010-08-24 00:02:31 -0600 | 
| commit | afea6c264c5ebf12f1d629bd4bc724da86d11b7a (patch) | |
| tree | 4171cf0dbcfdfea90212fd8708f01134ed4ae011 /debian | |
| parent | 0e17853c08f77debef3e8cf82e9cdb6a5079fc9b (diff) | |
| parent | 9d1b27fa147fc8b765d5be165ebef7ee0f85bd37 (diff) | |
Merge branch 'master' of git://git.gag.com/fw/altos
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/altos.desktop | 2 | ||||
| -rw-r--r-- | debian/changelog | 31 | ||||
| -rw-r--r-- | debian/control | 2 | 
3 files changed, 33 insertions, 2 deletions
diff --git a/debian/altos.desktop b/debian/altos.desktop index ae9bdc63..4281ad3a 100644 --- a/debian/altos.desktop +++ b/debian/altos.desktop @@ -7,4 +7,4 @@ Icon=/usr/share/pixmaps/altusmetrum.xpm  Exec=/usr/bin/ao-view %f  Terminal=false  MimeType=text/plain; -Categories=Viewer;Network; +Categories=Education;Science; diff --git a/debian/changelog b/debian/changelog index 8d6412f0..6a47c8a7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,34 @@ +altos (0.6+303+gb6da90b) unstable; urgency=low + +  * add freetts as a build dep +  * move to science menu +  * working on java packaging details + + -- Bdale Garbee <bdale@gag.com>  Wed, 11 Aug 2010 22:11:28 -0400 + +altos (0.6+292+g8fc261c) unstable; urgency=low + +  * see if my new freetts package works + + -- Bdale Garbee <bdale@gag.com>  Sat, 31 Jul 2010 10:55:21 -0600 + +altos (0.6+290+g7877496) unstable; urgency=low + +  [ Keith Packard ] +  * altosui: check for closed serial device before reading +  * altosui: Remove unnecessary freetts .jar files +  * altosui: Close serial, join reader thread, free altos_file +  * altosui: remove debug printf +  * libaltos: build with java src encoding UTF8 +  * altosui: construct Darwin application directory +  * Add Mac OS X packaging bits +  * altosui: Switch eeprom extension back to .eeprom +  * Moved Mac OS packaging to altosui dir +  * altosui: remove option to install to alternate volume +  * Make altosui test script executable + + -- Bdale Garbee <bdale@gag.com>  Thu, 29 Jul 2010 13:30:19 -0600 +  altos (0.6+277+gd184819) unstable; urgency=low    [ Bdale Garbee ] diff --git a/debian/control b/debian/control index ba9354b8..cc8fda94 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, 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 +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  Standards-Version: 3.9.0  Homepage: http://altusmetrum.org/AltOS  | 
