022a05be3859485843e337abcadbe2a26f37f527
[fw/altos] / debian / changelog
1 altos (0.7) unstable; urgency=low
2
3   * update changelogs for Debian build
4   * fix up for an 0.7 release
5
6  -- Bdale Garbee <bdale@gag.com>  Fri, 27 Aug 2010 22:25:38 -0600
7
8 altos (0.6+375+g0bd4cc0) unstable; urgency=low
9
10   * fix path to installed shared library
11
12  -- Bdale Garbee <bdale@gag.com>  Fri, 27 Aug 2010 13:13:14 -0600
13
14 altos (0.6+373+gcf65c6b) unstable; urgency=low
15
16   [ Keith Packard ]
17   * altosui: rename AltosEeprom -> AltosEepromDownload, split out Altos
18     constants
19   * altosui: Capture config and version info in .eeprom files
20   * altosui: Merge gps date and time classes into gps class
21   * altosui: Clear displayed data rows as needed.
22   * altosui: Split status and info panels into separate files
23   * altosui: Explicitly initialize Altos class
24   * altosui: Split flight record out of telemetry class
25   * altosui: Compute flight state from eeprom data
26   * altosui: Add comments to Eeprom reader
27   * altos: add callsign to packet mode, increase payload to 64 bytes
28   * altosui: Start adding code to write csv files from eeprom/telem
29     files
30   * ao-dumplog: add --channel option (for use with -R option)
31   * libaltos: integrate Windows support.
32   * altosui: Select devices by USB vendor/product ID.
33   * altos: Define USB product ID in per-product Makefile.defs file
34   * altosui: Make teledongle callsign configurable
35   * altosui: Add TeleMetrum configuration
36   * altosui: Set callsign when fetching eeprom data over the air
37
38   [ Bdale Garbee ]
39   * add freetts as a build dep
40   * working on java packaging details
41
42   [ Keith Packard ]
43   * altosui: Add .ihx file reading code and stub out flashing UI
44   * altosui: Add debug dongle API, split flash UI out
45   * ao-dumplog: Fix --remote and --channel options to actually work
46   * altosui: pad TM config dialog values to avoid clipping descenders
47   * libaltos: use pipe to wake up getchar on close. use mutexes
48   * altosui: Add lots more cc1111 debug interface functions
49   * altosui: remove debug printf from AltosHexfile
50   * altosui: flush serial output before waiting for reply
51   * altosui: Remove debug printf from AltosRomconfig
52   * altosui: Finish device programming code
53   * altos: Place rom config variables in fixed location
54   * altosui: make default Manifest look for built-in freetts
55   * altosui: Separate out log file choosing dialog to share with CSV
56     generator
57   * altosui: refactor logfile chooser dialog to share more code
58   * altosui: Add ability to create CSV file from telem or eeprom files
59   * altosui: disable radio monitoring while using serial line for
60     debugging
61   * altosui: Delay mapping Flash UI until flashing actually starts
62   * altosui: fetch existing romconfig for flashing
63   * altosui: always display romconfig ui while flashing
64   * altosui: write USB serial number string while flashing
65   * altosui: flush replies from serial link when entering debug mode
66   * altos: always rebuild ao_product.c to track git version
67   * altos: print GPS state flags in GPS 'g' command
68   * altos: mark gps date written only after it gets into eeprom
69   * altosui: Move number parsing code to Altos general class
70   * altosui: Add AltosGreatCircle constructors
71   * altosui: add rssi and distance/dir from pad to CSV files
72   * altosui: AltosEepromReader was mis-setting boost tick
73   * altosui: Add support for old (version < 3) telemetry files
74   * altosui: Serial line is in UTF-8 encoding. Deal with it.
75   * altosui: When parsing saved telem files, errors shouldn't abort file
76   * altosui: Remove debug printf from AltosState.java
77   * altosui: command line args are converted to csv format
78   * altos: prepare for sdcc 2.9.1
79
80   [ Bdale Garbee ]
81   * add a dummy install target
82   * lose the prebuild hook for now while I'm fumbling
83   * add install target for libaltos
84   * add an install target for altosui
85
86   [ Keith Packard ]
87   * altosui: add elevation and range information
88
89   [ Bdale Garbee ]
90   * fix up the wrapper's path to the jar file
91   * update Debian standards version
92   * fix permissions on installed jar file, switch from ao-view to
93     altosui in
94   * install altosui man page
95   * fix man page delivery path
96   * Revert "lose the prebuild hook for now while I'm fumbling"
97
98  -- Bdale Garbee <bdale@gag.com>  Fri, 27 Aug 2010 12:40:04 -0600
99
100 altos (0.6+303+gb6da90b) unstable; urgency=low
101
102   * add freetts as a build dep
103   * move to science menu
104   * working on java packaging details
105
106  -- Bdale Garbee <bdale@gag.com>  Wed, 11 Aug 2010 22:11:28 -0400
107
108 altos (0.6+292+g8fc261c) unstable; urgency=low
109
110   * see if my new freetts package works
111
112  -- Bdale Garbee <bdale@gag.com>  Sat, 31 Jul 2010 10:55:21 -0600
113
114 altos (0.6+290+g7877496) unstable; urgency=low
115
116   [ Keith Packard ]
117   * altosui: check for closed serial device before reading
118   * altosui: Remove unnecessary freetts .jar files
119   * altosui: Close serial, join reader thread, free altos_file
120   * altosui: remove debug printf
121   * libaltos: build with java src encoding UTF8
122   * altosui: construct Darwin application directory
123   * Add Mac OS X packaging bits
124   * altosui: Switch eeprom extension back to .eeprom
125   * Moved Mac OS packaging to altosui dir
126   * altosui: remove option to install to alternate volume
127   * Make altosui test script executable
128
129  -- Bdale Garbee <bdale@gag.com>  Thu, 29 Jul 2010 13:30:19 -0600
130
131 altos (0.6+277+gd184819) unstable; urgency=low
132
133   [ Bdale Garbee ]
134   * fix text since TM only has one led to blink
135   * add swig as a build dep
136   * add a jdk to the build deps
137
138   [ Keith Packard ]
139   * When the EP0 IN buffer is full, don't panic, just skip sending
140     another
141   * Add libaltos which talks to USB connected altos devices
142   * Switch AltosUI to libaltos for device access
143   * Present list of altos devices in nice format
144   * Re-enable freetts
145   * Re-enable Linux support for altosui.
146   * Darwin doesn't have strndup.
147   * libaltos needs -I. on all systems
148   * libaltos: make clean remove all built files
149   * libaltos: build fat 10.5-compatible library
150   * Add Mac OS X packaging files for altosui
151   * Add application icons for Mac OS X
152   * Clean up altosui build a bit
153   * Remove directories as .class file dependencies; it makes them get
154     rebuilt all the time
155   * Java clean ups -- use varargs where possible, remove
156     AltosSerialReader
157   * Java voice reporting cleanups.
158   * Force java source encoding to UTF-8
159   * Make ao_log_data re-entrant as it is used for both sensor and GPS
160     logs
161   * altosui: Catch errors opening USB devices. Limit list to relevant
162     devices
163   * Make voice and channel menus work.
164   * Add voice test command for help in adjusting volume.
165   * Remove debug printf
166   * altosui: Add eeprom data capture function. No UI yet.
167   * altosui: Add progress bar for eeprom downloading status
168   * altosui: Fix Save flight data monitor layout, add cancel
169   * altosui: Replace device dialog. Center eeprom monitor.
170   * altosui: report rocket ground bearing at landing only if known
171   * Reset GPS ready status when GPS comes unlocked on the pad
172
173  -- Bdale Garbee <bdale@gag.com>  Thu, 29 Jul 2010 12:50:40 -0600
174
175 altos (0.6+236+gcd8aa79) unstable; urgency=low
176
177   [ Keith Packard ]
178   * Telemetry code was mis-computing RSSI
179   * Switch DBG pins to GPIO when using any debug commands. Reboot to
180     restore.
181
182   [ Bdale Garbee ]
183   * significant documentation update
184   * add build dep for sndfile
185   * reflect documentation file name change
186   * update to latest Debian standards version
187
188  -- Bdale Garbee <bdale@gag.com>  Tue, 20 Jul 2010 22:24:14 -0600
189
190 altos (0.6+224+g4766b13) unstable; urgency=low
191
192   [ Bdale Garbee ]
193   * documentation updates from Bob
194
195   [ Mike Beattie ]
196   * Extension to KML output format, and minor bug fix
197
198   [ Keith Packard ]
199   * ao-view: disable radio telemetry monitoring during channel change
200   * Add special code for USB panic's.
201   * ao-postflight: was walking off state.data array
202   * Abort any in-progress radio operation when changing radio channel
203
204  -- Bdale Garbee <bdale@gag.com>  Thu, 24 Jun 2010 12:37:34 -0700
205
206 altos (0.6+214+g16c4cae) unstable; urgency=low
207
208   [ Bdale Garbee ]
209   * updates including a typo fix from Bob Finch to the PKGBUILD-git.altos
210   * merge a derivative of Bob Finch's mere mortals guide as getting started
211   * merge the altusmetrum-themes package
212
213   [ Keith Packard ]
214   * Fix telemetrum.inf, tested by Adrian and Keithp
215   * Finish basic flight monitoring UI with voice using FreeTTS
216
217  -- Bdale Garbee <bdale@gag.com>  Tue, 18 May 2010 00:24:40 -0600
218
219 altos (0.6+204+g6bd8513) unstable; urgency=low
220
221   * lose the quotes since they apparently aren't necessary
222
223  -- Bdale Garbee <bdale@gag.com>  Wed, 12 May 2010 19:53:58 -0600
224
225 altos (0.6+202+gae6854d) unstable; urgency=low
226
227   * update desktop file for conformance with current standards
228
229  -- Bdale Garbee <bdale@gag.com>  Wed, 12 May 2010 17:04:31 -0600
230
231 altos (0.6+200+g68eaaa6) unstable; urgency=low
232
233   * add initial package build scripts for Arch Linux from Bob Finch
234   * add desktop file provided by Bob Finch
235
236  -- Bdale Garbee <bdale@gag.com>  Wed, 12 May 2010 16:44:27 -0600
237
238 altos (0.6+195+gcde60f1) unstable; urgency=low
239
240   * Revert "Merge remote branch 'remotes/origin/fix-reset'"
241
242  -- Bdale Garbee <bdale@gag.com>  Thu, 06 May 2010 13:59:16 -0600
243
244 altos (0.6+193+g314d27a) unstable; urgency=low
245
246   [ Keith Packard ]
247   * Don't change dbg clock while changing reset_n. Use 20ms everywhere
248
249  -- Bdale Garbee <bdale@gag.com>  Thu, 06 May 2010 12:47:51 -0600
250
251 altos (0.6+190+g8b6767e) unstable; urgency=low
252
253   [ Keith Packard ]
254   * Fix all stdio reading functions to be __critical
255   * Use ao_delay to sleep for 2 seconds instead of trying ao_sleep
256
257  -- Bdale Garbee <bdale@gag.com>  Wed, 05 May 2010 02:34:06 -0600
258
259 altos (0.6+187+g8702f49) unstable; urgency=low
260
261   [ Bdale Garbee ]
262   * more text created during SFO->DEN flight
263   * initial attempt at a telemetrum turn on script .. needs work
264
265   [ Keith Packard ]
266   * Revert "Add optional 's' command to packet slave to enable/disable
267     slave mode"
268   * Disable interrupts while reading from stdin
269
270  -- Bdale Garbee <bdale@gag.com>  Wed, 05 May 2010 01:52:27 -0600
271
272 altos (0.6+180+g99094f0) unstable; urgency=low
273
274   [ Keith Packard ]
275   * Increase reset switch time to 100ms
276   * Add optional 's' command to packet slave to enable/disable slave
277     mode
278   * More ALtosUI changes
279   * Autodetect flite voice registration function
280
281   [ Bdale Garbee ]
282   * capture work done on SFO->DEN flight
283   * add some RF usage information from an email reply sent today, and
284     re-indent
285
286  -- Bdale Garbee <bdale@gag.com>  Tue, 27 Apr 2010 00:17:57 -0600
287
288 altos (0.6+171+g9394393) unstable; urgency=low
289
290   [ Bdale Garbee ]
291   * wrong Yaesu model
292
293   [ Keith Packard ]
294   * Only have the slave return a packet if it received one.
295
296  -- Bdale Garbee <bdale@gag.com>  Sat, 10 Apr 2010 15:01:04 -0600
297
298 altos (0.6+168+gc0ee1ae) unstable; urgency=low
299
300   [ Bdale Garbee ]
301   * INSTALL file changed by auto tools
302
303   [ Keith Packard ]
304   * libflite may forget to reference libasound
305
306  -- Bdale Garbee <bdale@gag.com>  Fri, 09 Apr 2010 00:08:24 -0600
307
308 altos (0.6+164+g5c3b6e2) unstable; urgency=low
309
310   [ Keith Packard ]
311   * Start adding java-based UI
312   * Add telemetry data parsing code
313   * Add Windows install .inf file
314   * Fix windows install file
315   * Add telem parsing code
316   * Steal C code from ao-view
317   * Display table of flight info. gps is not working yet though
318   * Fix up table formatting
319   * Fix status update
320   * Fix state updates
321   * Clean up GPS data formatting
322   * Report current gps nsat, not last locked nsat
323   * Remove GPS data missing from skytraq. Save max height/accel/speed
324   * Remove unused cell renderer class
325   * Make .jar file
326   * Use RXTX for serial comm. Add logdir preference saving
327   * Make ao_radio_idle keep trying to get the radio to idle.
328   * Don't abort the radio when enabling telemetry monitoring
329   * Clean up some altosui comments
330   * Switch TeleMetrum from v0.2 to v1.0
331   * Add Linux device discovery
332   * Interrupt running replay thread when starting another replay
333   * serial port read function cannot be interrupted. poll every 1 second
334   * TD reports "not-connected" when GPS has 0 sats
335   * Tasks may move in task structure as a result of ao_exit
336   * Enable telemetry monitoring
337   * Use 16-bit flite voice (which appears to have changed symbols
338     recently)
339   * When changing RESET line, delay 20ms
340
341   [ Bdale Garbee ]
342   * choose a better set of docbook xsl files
343
344  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 19:56:27 -0600
345
346 altos (0.6+131+g6629ec5) unstable; urgency=low
347
348   * lose the url entirely for now
349
350  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 12:43:01 -0600
351
352 altos (0.6+129+g934434f) unstable; urgency=low
353
354   * fix typo in url
355
356  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 12:41:38 -0600
357
358 altos (0.6+127+g05ad583) unstable; urgency=low
359
360   * need another build dep
361
362  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 12:35:04 -0600
363
364 altos (0.6+125+g8f1d47e) unstable; urgency=low
365
366   * make lintian happy
367   * tweak copyright assertion
368   * crudely incorporate "day in the life" info from web page
369   * rewrite urls in docbook format
370
371  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 12:28:04 -0600
372
373 altos (0.6+119+g00f49c8) unstable; urgency=low
374
375   [ Bdale Garbee ]
376   * update changelogs for Debian build
377   * move gbp.conf into debian/
378   * initial harness for documentation
379   * fix typo
380
381   [ Keith Packard ]
382   * Round radio calibration value instead of truncating
383   * Document the ao-dumplog '--remote' flag for radio-link downloads
384
385  -- Bdale Garbee <bdale@gag.com>  Tue, 30 Mar 2010 23:19:15 -0600
386
387 altos (0.6+108+g6e61170) unstable; urgency=low
388
389   [ Keith Packard ]
390   * Need to duplicate new altitude conversion code in aoview.
391
392  -- Bdale Garbee <bdale@gag.com>  Thu, 04 Mar 2010 17:33:27 -0700
393
394 altos (0.6+106+ga1478f6) unstable; urgency=low
395
396   [ Keith Packard ]
397   * Add ao_radio_xmit to help test boards without flashing them.
398   * Allow product names to have suffixes (like board revisions)
399   * Fix and document the ao-rawload --run flag
400   * Add LED test
401   * Leave .ihx files in the build directory too - easier to debug that way
402   * Eliminate deadlock when writing config from radio link
403   * Fix up LED colors for each product.
404   * Add .gitignore for ao-bringup
405
406   [ Bdale Garbee ]
407   * create a turn on script for lighting up TeleDongle v0.2 boards
408
409  -- Bdale Garbee <bdale@gag.com>  Sat, 27 Feb 2010 17:35:32 -0700
410
411 altos (0.6+95+g2f45953) unstable; urgency=low
412
413   * update changelogs for Debian build
414   * conditionalize use of git on executability of /usr/bin/git binary
415
416  -- Bdale Garbee <bdale@gag.com>  Wed, 24 Feb 2010 17:30:00 -0700
417
418 altos (0.6+88+gdeccc10) unstable; urgency=low
419
420   * add gawk as a build dependency since strtonum is a gawk extension
421
422  -- Bdale Garbee <bdale@gag.com>  Wed, 24 Feb 2010 16:44:35 -0700
423
424 altos (0.6+86+g2491282) unstable; urgency=low
425
426   [ Keith Packard ]
427   * Disable monitor mode before attempting radio test.
428   * Ensure that ao_alarm waits at least the specified time
429   * Remove dbg driver code from telemetrum/teledongle
430   * Add AT45DBxx1D driver
431   * Remove green LED and temp sensor from v0.2 code
432   * Add at45db161d.h header file for new flash part.
433   * Add 'f' command to display flash status register contents
434   * Dump more flash parameters for the flash_status command
435   * Dump config block from read/write config and flash_status commands
436   * Don't set ao_flash_setup_done until we're actually done.
437   * Remove flash debugging printfs
438   * Add simple gps dump command 'g'
439   * Force idle mode by shorting the SPI clock to ground at boot time.
440   * Switch to using internal cc1111 temperature sensor
441   * Missing ao_mutex_put in gps_dump
442   * Compute daytime using GPS as time base
443   * Pull in a bit more data for filtering the start of the boost
444   * Log GPS data on pad after boost detect.
445   * Change barometer conversion code to shrink conversion table
446   * Change altos build process to support per-product compile-time
447     changes
448   * Update .gitignore files
449   * Quiet make output.
450   * Add back stack size checking to altos linking phase
451   * Must install .map files for ao-load to work
452
453  -- Bdale Garbee <bdale@gag.com>  Wed, 24 Feb 2010 14:53:01 -0700
454
455 altos (0.6+60+g10d1bbc) unstable; urgency=low
456
457   [ Keith Packard ]
458   * Use ao_radio_get/ao_radio_put in packet code.
459
460  -- Bdale Garbee <bdale@gag.com>  Sat, 19 Dec 2009 13:53:32 -0700
461
462 altos (0.6+58+gbbb152c) unstable; urgency=low
463
464   [ Keith Packard ]
465   * Re-order config values. Change frequency to cal
466   * Allow radio calibration to be set from ao-load
467   * Add --cal to man page
468
469  -- Bdale Garbee <bdale@gag.com>  Sat, 19 Dec 2009 12:05:26 -0700
470
471 altos (0.6+53+gcd49847) unstable; urgency=low
472
473   [ Keith Packard ]
474   * Remove send_serial and serial_baud commands.
475   * Make ao_cmd_decimal produce both 32 and 16 bit values.
476   * Add radio calibration configuration.
477
478  -- Bdale Garbee <bdale@gag.com>  Sat, 05 Dec 2009 11:02:49 -0700
479
480 altos (0.6+49+g9a1d7dd) unstable; urgency=low
481
482   [ Keith Packard ]
483   * Change default callsign to "N0CALL"
484
485  -- Bdale Garbee <bdale@gag.com>  Fri, 04 Dec 2009 21:01:55 -0700
486
487 altos (0.6+47+g4053309) unstable; urgency=low
488
489   * fix absolute path in debian/dirs, add Suggests for slim-altusmetrum
490   * change home URL in control file to be the AltOS page
491
492  -- Bdale Garbee <bdale@gag.com>  Thu, 26 Nov 2009 11:15:47 -0700
493
494 altos (0.6+43+gd6ba07e) unstable; urgency=low
495
496   [ Keith Packard ]
497   * Decode HDOP data from skytraq GPS
498   * Document ao-postflight --gps and --kml options.
499   * Make ao-postflight create filenames using input filenames.
500   * Make TD print 0000-00-00 for invalid dates.
501   * Fix --plot arg handling. Add -all option.
502   * Convert telemetry file GPS satellite information in cc_log_read
503   * Don't crash if --plot isn't passed on ao-postflight command line
504   * ao-postflight: compute barometric alt for each GPS position
505   * ao-postflight: don't try to use missing gps sat data
506   * Automatically extract flight number for eeprom and telem filenames.
507
508  -- Bdale Garbee <bdale@gag.com>  Sun, 22 Nov 2009 10:18:26 -0700
509
510 altos (0.6+32+g87e6f3e) unstable; urgency=low
511
512   [ Bdale Garbee ]
513   * fix typo in comment
514
515   [ Keith Packard ]
516   * Reduce igniter firing time from 500ms to 50ms.
517   * Add GPS date/time output to ao-postflight.
518   * Eliminate SiRF state values from ao-view.
519
520  -- Bdale Garbee <bdale@gag.com>  Fri, 20 Nov 2009 13:18:06 -0700
521
522 altos (0.6+27+gb0d7e3f) unstable; urgency=low
523
524   [ Keith Packard ]
525   * Add two-point accelerometer calibration.
526   * Remove "l" command as ao-dumplong no longer uses it
527   * Remove "d" command
528   * Remove "f" command
529   * Reformat ADC values to show all 16 bits
530   * ao_flight_test was using accel value for pressure too
531   * Pass accel calibration over telemetry stream. Telemetry data format
532     change.
533   * Add ability to dump eeprom data over radio link.
534   * In packet master, move USB flush from packet thread to echo thread
535   * In USB pollchar, wait for packet before re-checking USB out len
536   * Explicitly use USB I/O routines in packet code
537   * Flush pending input when switching to remote packet mode
538   * Stop recording in ao-dumplog after receiving an invalid block
539   * Move ao_match_word from ao_ignite.c to ao_cmd.c
540   * Add Watchdog Timer Control register definitions
541   * Add reboot command.
542   * Return radio to telemetry settings when packet system closed.
543   * ao-postflight: fix sloppy gps sat data realloc code (was crashing).
544   * Loosen tolerances for main->landed transition
545   * Provide a dummy 'uninstall' target in the src directory.
546   * Share telemetry parsing code in cc library.
547   * Enable telemetry receive in ao_view
548   * Switch order of serial/flight in ao-postflight summary
549   * Add flight number to telemetry stream.
550   * Add date to GPS data, captured from GPRMC packet.
551   * Stop using SiRF state info.
552
553  -- Bdale Garbee <bdale@gag.com>  Fri, 20 Nov 2009 11:43:56 -0700
554
555 altos (0.6) unstable; urgency=low
556
557   [ Keith Packard ]
558   * Add support for the SkyTraq GPS unit
559   * Build two versions of TM, one for SiRF, one for SkyTraq
560   * Save some DSEG space by marking cmd functions __reentrant
561   * Add ao_wake_task and ao_exit
562   * Add keyhole-markup generation for ao-postflight.
563   * Initial packet bits. Just testing transmission
564   * Add radio carrier command
565   * Wait for TX to finish sending data
566   * Add ao_alarm
567   * Remove reason from ao_dma_abort
568   * Switch packet code from timer thread to ao_alarm
569   * Use ao_radio_done to wait for TX to completely finish with packet
570   * Send SYN packet to set sequence numbers
571   * Add RFIM register
572   * Do more flushing in packet test code
573   * Use ao_alarm for ao_delay so it can be easily interrupted
574   * Poke master to speed up packet rate when things are busy
575   * No need to wakeup &ao_tick_count now
576   * Enable packet-based communcation to command processor
577   * Add more docs to the README file
578   * Disable interrupts while removing tasks from task list
579   * Add ao_usb_pollchar to ao.h
580
581  -- Bdale Garbee <bdale@gag.com>  Mon, 02 Nov 2009 16:53:45 -0700
582
583 altos (0.5+90+g127c312) unstable; urgency=low
584
585   * de-version the libreadline-dev build dependency
586
587  -- Bdale Garbee <bdale@gag.com>  Mon, 02 Nov 2009 15:57:29 -0700
588
589 altos (0.5+86+g2de548f) unstable; urgency=low
590
591   * automate push of updated and tagged master branch during
592     debian/rules prebuild
593   * flush repetitive junk out of debian/changelog, and update the
594     prebuild target
595   * add support for tagging git repository on each Debian package build
596
597  -- Bdale Garbee <bdale@gag.com>  Mon, 12 Oct 2009 16:54:28 -0600
598
599 altos (0.5+77+gc57bd7f) unstable; urgency=low
600
601   * build for Debian from git
602
603  -- Bdale Garbee <bdale@gag.com>  Mon, 12 Oct 2009 15:57:19 -0600
604