Thank-you for taking the time to help me with this! I've put that patch into my upstream repository.
I'm not sure if an NMU is easy, as I'm new to the whole debian packaging thing. If it's a five-minute task for you, please feel free, otherwise I'll be happy to do a new package Thanks, Gary On Sun, Jul 10, 2011 at 12:35:36PM -0400, Aaron M. Ucko wrote: > Source: obdgpslogger > Version: 0.16-1 > Severity: important > Tags: patch > > fluid 1.3.x, which is currently available in experimental and which I > plan to upload to unstable in a few days, generates somewhat different > output from 1.1.x. Most of the differences are purely formal, such > that fluid 1.3.x output is generally compatible with FLTK 1.1 > development environments and vice versa. One change, however, affects > obdgpslogger: per http://www.fltk.org/str.php?L2259, fluid no longer > produces (empty) implementations for totally empty functions in .fl > files -- in this case, obdconvertwindow::~obdconvertwindow. > > It's possible to force fluid's hand by adding comments to such > functions' bodies, but in this case it makes more sense to retire the > (non-virtual) destructor as redundant: > > --- obdgpslogger-0.16.orig/src/gui/convertwindow.fl > +++ obdgpslogger-0.16/src/gui/convertwindow.fl > @@ -102,8 +102,6 @@ if(0 < f.count()) > } > code {mMainui = obdui;} {} > } > - Function {~obdconvertwindow()} {open > - } {} > decl {OBDUI *mMainui;} {} > decl {enum obd_convert_type mConvertType;} {} > Function {show()} {open > > Could you please do so, or let me know if you'd agree to an NMU? > > Thanks! > -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org