Bug#1072273: inotify-tools: Please mark str::~str()@Base as optional

2024-05-31 Thread Benjamin Drung
Package: inotify-tools
Version: 4.23.9.0-1
Severity: normal
Tags: patch
X-Debbugs-Cc: bdr...@debian.org
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oracular ubuntu-patch

Dear Maintainer,

inotify-tools 4.23.9.0-1 fails to build on Ubuntu, because the symbol
str::~str()@Base is not present there. In Ubuntu, the attached patch was
applied to achieve the following:

  * Mark new str::~str()@Base symbol as optional (LP: #2067614)


Thanks for considering the patch.

-- 
Benjamin Drung
Debian & Ubuntu Developer
diff -Nru inotify-tools-4.23.9.0/debian/libinotifytools0.symbols 
inotify-tools-4.23.9.0/debian/libinotifytools0.symbols
--- inotify-tools-4.23.9.0/debian/libinotifytools0.symbols  2023-09-14 
03:31:24.0 +0200
+++ inotify-tools-4.23.9.0/debian/libinotifytools0.symbols  2024-05-30 
15:25:49.0 +0200
@@ -24,8 +24,7 @@
  (c++)"rbsearch(void const*, rbtree*)@Base" 4.23.8.0
  (c++)"stat_ptr(watch*, int)@Base" 4.23.8.0
  (c++)"rbdestroy(rbtree*)@Base" 4.23.8.0
- (c++)"str::~str()@Base" 4.23.8.0
- (c++)"str::~str()@Base" 4.23.8.0
+ (c++|optional)"str::~str()@Base" 4.23.8.0
  collect_stats@Base 3.21.9.5
  fanotify_mark_type@Base 3.21.9.5
  fanotify_mode@Base 3.21.9.5


Bug#1072273: inotify-tools: Please mark str::~str()@Base as optional

2024-06-06 Thread Eriberto
Em sex., 31 de mai. de 2024 às 05:06, Benjamin Drung
 escreveu:
>
> Package: inotify-tools
> Version: 4.23.9.0-1
> Severity: normal
> Tags: patch
> X-Debbugs-Cc: bdr...@debian.org
> User: ubuntu-de...@lists.ubuntu.com
> Usertags: origin-ubuntu oracular ubuntu-patch
>
> Dear Maintainer,
>
> inotify-tools 4.23.9.0-1 fails to build on Ubuntu, because the symbol
> str::~str()@Base is not present there. In Ubuntu, the attached patch was
> applied to achieve the following:
>
>   * Mark new str::~str()@Base symbol as optional (LP: #2067614)
>
>
> Thanks for considering the patch.
>
> --
> Benjamin Drung
> Debian & Ubuntu Developer

Hi Benjamin,

Thanks a lot for your patch. I will apply it.

Regards,

Eriberto