Control: tags 951887 + patch
Control: tags 951887 + pending

Dear maintainer,

I've prepared an NMU for mutrace (versioned as 0.2.0-3.1) and
uploaded it to mentors for sponsoring. Please feel free to tell me if I
should remove it from mentors.

--
Regards
Sudip

diff -u mutrace-0.2.0/debian/changelog mutrace-0.2.0/debian/changelog
--- mutrace-0.2.0/debian/changelog
+++ mutrace-0.2.0/debian/changelog
@@ -1,3 +1,10 @@
+mutrace (0.2.0-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with binutils. (Closes: #951887)
+
+ -- Sudip Mukherjee <[email protected]>  Thu, 05 Mar 2020 20:25:10 
+0000
+
 mutrace (0.2.0-3) unstable; urgency=medium
 
   [ Fernando Seiti Furusato ]
only in patch2:
unchanged:
--- mutrace-0.2.0.orig/backtrace-symbols.c
+++ mutrace-0.2.0/backtrace-symbols.c
@@ -134,7 +134,7 @@
        if (pc < vma)
                return;
 
-       size = bfd_section_size(abfd, section);
+       size = bfd_section_size(section);
        if (pc >= vma + size)
                return;
 

Reply via email to