u...@debian.org (Aaron M. Ucko) writes:

> I could issue one reasonably quickly, as I've already prepared the
> necessary patch; however, I believe it's still best practice for
> packages' regular maintainers (or fellow members of any relevant teams)
> to upload fixes themselves if available, so I'd appreciate it if you
> could please do so.

I'm about to go ahead with my FLTK uploads, so I'll proceed with an NMU,
per the below patch; thanks for agreeing to it.  Please do upload the
fix yourself when you get a chance, though.

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu

Description: Upstream changes introduced in version 0.16-1.1
 This patch has been created by dpkg-source during the package build.
 Here's the last changelog entry, hopefully it gives details on why
 those changes were made:
 .
 obdgpslogger (0.16-1.1) unstable; urgency=low
 .
   * Non-maintainer upload with maintainer's permission.
   * src/gui/convertwindow.fl: drop empty obdconvertwindow::~obdconvertwindow
     to avoid build errors with fluid 1.3.x, which omits its definition
     altogether per http://www.fltk.org/str.php?L2259.  (Closes: #633474.)
 .
 The person named in the Author field signed this changelog entry.
Author: Aaron M. Ucko <u...@debian.org>
Bug-Debian: http://bugs.debian.org/633474

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- 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

Reply via email to