Author: Sergei Golovan
Description: Patch silences warnings about Erlang language features
 deprecated in Erlang 29. This fixes FTBFS. It cannot be considered
 a proper fix, so forwarding upstream is not needed.
Last-Modified: Sun, 14 Jun 2026 16:54:58 +0300
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1138826
Forwarded: not-needed

--- a/rebar.config
+++ b/rebar.config
@@ -12,6 +12,8 @@
   {platform_define, "^2", unicode_str},
   {platform_define, "^(R|1|20)", fun_stacktrace},
   debug_info,
+  nowarn_match_alias_pats,
+  nowarn_deprecated_catch,
   warnings_as_errors]}.
 
 %% EUnit =======================================================================
