Control: tags 837570 + pending

Dear maintainer,

I've prepared an NMU for msrtool (versioned as 1:20141027-1.1) and
uploaded it to DELAYED/10. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
WBR, wRAR
diff -Nru msrtool-20141027/debian/changelog msrtool-20141027/debian/changelog
--- msrtool-20141027/debian/changelog	2014-10-28 06:17:10.000000000 +0500
+++ msrtool-20141027/debian/changelog	2016-11-26 23:42:53.000000000 +0500
@@ -1,3 +1,10 @@
+msrtool (1:20141027-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with PIE enabled, patch by Adrian Bunk (Closes: #837570).
+
+ -- Andrey Rahmatullin <w...@debian.org>  Sat, 26 Nov 2016 23:42:53 +0500
+
 msrtool (1:20141027-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru msrtool-20141027/debian/patches/fix-pie.patch msrtool-20141027/debian/patches/fix-pie.patch
--- msrtool-20141027/debian/patches/fix-pie.patch	1970-01-01 05:00:00.000000000 +0500
+++ msrtool-20141027/debian/patches/fix-pie.patch	2016-11-26 23:38:39.000000000 +0500
@@ -0,0 +1,17 @@
+Description: Don't build with -fno-pic
+ -fno-pic isn't needed, and it breaks building when
+ the compiler defaults to PIE.
+Author: Adrian Bunk <b...@stusta.de>
+Bug-Debian: https://bugs.debian.org/837570
+
+--- msrtool-20141027.orig/Makefile.in
++++ msrtool-20141027/Makefile.in
+@@ -23,7 +23,7 @@ PROGRAM = msrtool
+ CC      = @CC@
+ INSTALL = @INSTALL@
+ PREFIX  = @PREFIX@
+-CFLAGS  = @CFLAGS@ -fno-pic
++CFLAGS  = @CFLAGS@
+ LDFLAGS = @LDFLAGS@
+ 
+ TARGETS = geodegx2.o geodelx.o cs5536.o k8.o intel_pentium3_early.o intel_pentium3.o intel_pentium4_early.o intel_pentium4_later.o intel_core1.o intel_core2_early.o intel_core2_later.o intel_nehalem.o intel_atom.o
diff -Nru msrtool-20141027/debian/patches/series msrtool-20141027/debian/patches/series
--- msrtool-20141027/debian/patches/series	1970-01-01 05:00:00.000000000 +0500
+++ msrtool-20141027/debian/patches/series	2016-11-26 23:39:47.000000000 +0500
@@ -0,0 +1 @@
+fix-pie.patch

Attachment: signature.asc
Description: PGP signature

Reply via email to