Your message dated Sat, 18 Mar 2017 10:44:02 +0000
with message-id <e1cpbq6-0006ok...@respighi.debian.org>
and subject line unblock biosig4c++
has caused the Debian Bug report #858091,
regarding unblock: biosig4c++/1.3.0-2.2
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 ow...@bugs.debian.org
immediately.)
--
858091: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858091
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: patch
User: release.debian....@packages.debian.org
Usertags: unblock
Hi!
biosig4c++_1.3.0-2.2 contains a small patch provided by upstream
which fixes an FTBFS on architectures where char is unsigned by
default.
Thanks,
Adrian
unblock biosig4c++/1.3.0-2.2
-- System Information:
Debian Release: 9.0
APT prefers buildd-unstable
APT policy: (500, 'buildd-unstable'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.10.0-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru biosig4c++-1.3.0/debian/changelog biosig4c++-1.3.0/debian/changelog
--- biosig4c++-1.3.0/debian/changelog 2015-08-19 20:32:12.000000000 +0200
+++ biosig4c++-1.3.0/debian/changelog 2017-03-18 08:37:44.000000000 +0100
@@ -1,3 +1,12 @@
+biosig4c++ (1.3.0-2.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * debian/patches:
+ - added fix_STR_END_signage_FTBFS from upstream to fix FTBFS
+ on architectures where char is unsigned (Closes: #857121)
+
+ -- John Paul Adrian Glaubitz <glaub...@physik.fu-berlin.de> Sat, 18 Mar 2017
08:37:44 +0100
+
biosig4c++ (1.3.0-2.1) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru biosig4c++-1.3.0/debian/patches/fix_STR_END_signage_FTBFS
biosig4c++-1.3.0/debian/patches/fix_STR_END_signage_FTBFS
--- biosig4c++-1.3.0/debian/patches/fix_STR_END_signage_FTBFS 1970-01-01
01:00:00.000000000 +0100
+++ biosig4c++-1.3.0/debian/patches/fix_STR_END_signage_FTBFS 2017-03-18
08:37:10.000000000 +0100
@@ -0,0 +1,16 @@
+Description: Fix FTBFS on architectures where char is unsigned
+Author: Christoph Schmidt-Hieber <christoph.schmidthie...@googlemail.com>
+Origin: upstream, 8e7c3d7e485e1d3af3f3094641282274424b7385
+Last-Update: 2017-03-18
+
+--- biosig4c++-1.3.0.orig/t210/codes.h
++++ biosig4c++-1.3.0/t210/codes.h
+@@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place - Suit
+ #ifndef __CODES_H__
+ #define __CODES_H__
+
+-static const char STR_END[]={-1,'\0'};
++static const char STR_END[]={(char)-1,'\0'};
+ static char STR_NULL[]=" unspecified/unknown ";
+
+ static alfabetic _special[]={
diff -Nru biosig4c++-1.3.0/debian/patches/series
biosig4c++-1.3.0/debian/patches/series
--- biosig4c++-1.3.0/debian/patches/series 2015-08-19 20:15:58.000000000
+0200
+++ biosig4c++-1.3.0/debian/patches/series 2017-03-18 08:36:01.000000000
+0100
@@ -1,3 +1,4 @@
deb_no_mex_copy_upstairs
deb_no_locals
up_memcpy_str_cast
+fix_STR_END_signage_FTBFS
--- End Message ---
--- Begin Message ---
Unblocked biosig4c++.
--- End Message ---