Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Please unblock package fltk1.3. It's been available for all architectures for just over a week without incident (but can wait the full ten days if you prefer), and the only difference between 1.3.4-2 (currently in testing) and 1.3.4-3 is a small fix for Severity: important bug #855040: https://anonscm.debian.org/cgit/users/ucko/fltk1.3.git/commit/?id=6f73807ca4ad2cefc969deb1020b88674f2fb2a6 (inlined below) In short: unblock fltk1.3/1.3.4-3 Thanks! diff --git a/debian/changelog b/debian/changelog index cc7571f..6e491ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +fltk1.3 (1.3.4-3) unstable; urgency=medium + + * debian/fix-fltk-targets-noconfig: Append logic to refrain from + enforcing the existence of fluid in FLTK_SKIP_FLUID mode, based + on a suggestion from Gianfranco Costamagna <[email protected]>. + (Closes: #855040.) + + -- Aaron M. Ucko <[email protected]> Mon, 13 Feb 2017 22:26:35 -0500 + fltk1.3 (1.3.4-2) unstable; urgency=medium * debian/fix-fltk-targets-noconfig: Update for current CMake output diff --git a/debian/fix-fltk-targets-noconfig b/debian/fix-fltk-targets-noconfig index e223940..8ef02d7 100755 --- a/debian/fix-fltk-targets-noconfig +++ b/debian/fix-fltk-targets-noconfig @@ -23,3 +23,12 @@ while (<>) { } print; } + +print <<EOF; + +# Don't enforce the existence of fluid when asked to skip it. +# (See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=855040.) +if(FLTK_SKIP_FLUID) + list(REMOVE_ITEM _IMPORT_CHECK_TARGETS fluid) +endif() +EOF -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/[email protected]

