Control: tags 928832 + pending

Dear maintainer,

as previously discussed I've prepared an NMU for elfutils
(versioned as 0.176-1.1) and will upload it shortly.

Regards,
Karsten
-- 
Ich widerspreche hiermit ausdrücklich der Nutzung sowie der
Weitergabe meiner personenbezogenen Daten für Zwecke der Werbung
sowie der Markt- oder Meinungsforschung.
diff -Nru elfutils-0.176/debian/changelog elfutils-0.176/debian/changelog
--- elfutils-0.176/debian/changelog	2019-02-16 14:54:50.000000000 +0100
+++ elfutils-0.176/debian/changelog	2019-05-28 20:53:12.000000000 +0200
@@ -1,3 +1,10 @@
+elfutils (0.176-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload with maintainer permission
+  * Fixes FTBFS on riscv64 (Closes: #928832)
+
+ -- Karsten Merker <mer...@debian.org>  Tue, 28 May 2019 20:53:12 +0200
+
 elfutils (0.176-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru elfutils-0.176/debian/control elfutils-0.176/debian/control
--- elfutils-0.176/debian/control	2018-06-24 20:54:48.000000000 +0200
+++ elfutils-0.176/debian/control	2019-05-28 20:52:01.000000000 +0200
@@ -1,7 +1,7 @@
 Source: elfutils
 Priority: optional
 Maintainer: Kurt Roeckx <k...@roeckx.be>
-Build-Depends: debhelper (>= 9), autotools-dev, autoconf, automake, bzip2, zlib1g-dev, zlib1g-dev:native, libbz2-dev, liblzma-dev, m4, gettext, autoconf, automake, gawk, dpkg-dev (>= 1.16.1~), gcc-multilib [any-amd64 sparc64] <!nocheck>, libc6-dbg [powerpc powerpcspe ppc64 ppc64el armel armhf arm64 sparc64], flex, bison
+Build-Depends: debhelper (>= 9), autotools-dev, autoconf, automake, bzip2, zlib1g-dev, zlib1g-dev:native, libbz2-dev, liblzma-dev, m4, gettext, autoconf, automake, gawk, dpkg-dev (>= 1.16.1~), gcc-multilib [any-amd64 sparc64] <!nocheck>, libc6-dbg [powerpc powerpcspe ppc64 ppc64el armel armhf arm64 sparc64 riscv64], flex, bison
 Build-Conflicts: autoconf2.13, automake1.4
 Standards-Version: 4.1.0
 Section: libs
diff -Nru elfutils-0.176/debian/patches/riscv-retval-workaround.patch elfutils-0.176/debian/patches/riscv-retval-workaround.patch
--- elfutils-0.176/debian/patches/riscv-retval-workaround.patch	1970-01-01 01:00:00.000000000 +0100
+++ elfutils-0.176/debian/patches/riscv-retval-workaround.patch	2019-05-28 20:52:01.000000000 +0200
@@ -0,0 +1,11 @@
+--- a/backends/riscv_retval.c
++++ b/backends/riscv_retval.c
+@@ -111,7 +111,7 @@
+ 		       Dwarf_Die *arg1 __attribute__ ((unused)))
+ {
+   /* ??? */
+-  return 1;
++  return 0;
+ }
+ 
+ static int
diff -Nru elfutils-0.176/debian/patches/series elfutils-0.176/debian/patches/series
--- elfutils-0.176/debian/patches/series	2019-02-16 14:54:50.000000000 +0100
+++ elfutils-0.176/debian/patches/series	2019-05-28 20:52:01.000000000 +0200
@@ -11,3 +11,4 @@
 ignore_strmerge.diff
 disable_werror.patch
 mips_cfi.patch
+riscv-retval-workaround.patch

Reply via email to