Control: tags 953618 + patch
Control: tags 953618 + pending
Control: tags 976450 + patch
Control: tags 976450 + pending

Dear maintainer,

I've prepared an NMU for libelfin (versioned as 0.3-2.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Cheers
-- 
Sebastian Ramacher
diff -Nru libelfin-0.3/debian/changelog libelfin-0.3/debian/changelog
--- libelfin-0.3/debian/changelog	2020-09-02 18:49:43.000000000 +0200
+++ libelfin-0.3/debian/changelog	2020-12-06 12:44:01.000000000 +0100
@@ -1,3 +1,11 @@
+libelfin (0.3-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/patches: Remove const qualifier from setter (Closes: #953618,
+    #976450)
+
+ -- Sebastian Ramacher <sramac...@debian.org>  Sun, 06 Dec 2020 12:44:01 +0100
+
 libelfin (0.3-2) unstable; urgency=medium
 
   [ LluĂ­s Vilanova ]
diff -Nru libelfin-0.3/debian/patches/0002-Remove-const-qualifier-from-setter.patch libelfin-0.3/debian/patches/0002-Remove-const-qualifier-from-setter.patch
--- libelfin-0.3/debian/patches/0002-Remove-const-qualifier-from-setter.patch	1970-01-01 01:00:00.000000000 +0100
+++ libelfin-0.3/debian/patches/0002-Remove-const-qualifier-from-setter.patch	2020-12-06 12:42:43.000000000 +0100
@@ -0,0 +1,22 @@
+From 8d00031176c2025e53336992c1575d73b4f66b2b Mon Sep 17 00:00:00 2001
+From: Smertig <akara...@mail.ru>
+Date: Sun, 6 Sep 2020 20:19:00 +0300
+Subject: [PATCH] Remove const qualifier from setter
+
+---
+ elf/data.hh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/elf/data.hh b/elf/data.hh
+index ed5c7a1..4a60944 100644
+--- a/elf/data.hh
++++ b/elf/data.hh
+@@ -553,7 +553,7 @@ struct Sym<Elf64, Order>
+                 return (stb)(info >> 4);
+         }
+ 
+-        void set_binding(stb v) const
++        void set_binding(stb v)
+         {
+                 info = (info & 0xF) | ((unsigned char)v << 4);
+         }
diff -Nru libelfin-0.3/debian/patches/series libelfin-0.3/debian/patches/series
--- libelfin-0.3/debian/patches/series	2020-09-02 18:44:56.000000000 +0200
+++ libelfin-0.3/debian/patches/series	2020-12-06 12:43:15.000000000 +0100
@@ -1 +1,2 @@
 0001-Let-d-rules-override-library-version.patch
+0002-Remove-const-qualifier-from-setter.patch

Attachment: signature.asc
Description: PGP signature

Reply via email to