[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#855807: marked as done (unblock: fltk1.3/1.3.4-3)



Your message dated Tue, 21 Feb 2017 22:30:38 +0000
with message-id <E1cgIxC-0003c9-KD@respighi.debian.org>
and subject line unblock fltk1.3
has caused the Debian Bug report #855807,
regarding unblock: fltk1.3/1.3.4-3
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
855807: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=855807
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
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 <locutusofborg@d.o>.
+    (Closes: #855040.)
+
+ -- Aaron M. Ucko <ucko@debian.org>  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/?amu@monk.mit.edu

--- End Message ---
--- Begin Message ---
Unblocked.

--- End Message ---

Reply to: