Dear maintainer,

I've prepared an NMU for xneur (versioned as 0.20.0-3.2). The diff
is attached to this message.

Cheers
-- 
Sebastian Ramacher
diff -Nru xneur-0.20.0/debian/changelog xneur-0.20.0/debian/changelog
--- xneur-0.20.0/debian/changelog	2024-04-24 23:52:01.000000000 +0200
+++ xneur-0.20.0/debian/changelog	2024-05-05 15:23:15.000000000 +0200
@@ -1,3 +1,11 @@
+xneur (0.20.0-3.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/patches: Fix pkgconfig file after porting to PCRE2 (Closes:
+    #999922)
+
+ -- Sebastian Ramacher <sramac...@debian.org>  Sun, 05 May 2024 15:23:15 +0200
+
 xneur (0.20.0-3.1) unstable; urgency=medium
 
   [ Andreas Rönnquist ]
diff -Nru xneur-0.20.0/debian/patches/0004-Port-to-PCRE2.patch xneur-0.20.0/debian/patches/0004-Port-to-PCRE2.patch
--- xneur-0.20.0/debian/patches/0004-Port-to-PCRE2.patch	2024-04-24 23:44:13.000000000 +0200
+++ xneur-0.20.0/debian/patches/0004-Port-to-PCRE2.patch	2024-05-05 15:20:35.000000000 +0200
@@ -9,11 +9,9 @@
  lib/misc/regexp.c | 50 ++++++++++++++++++++++++++++++++------------------
  2 files changed, 33 insertions(+), 19 deletions(-)
 
-diff --git a/configure.ac b/configure.ac
-index 5cae4f4..dcb6207 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -143,7 +143,7 @@ if test "x$with_debug" == "xyes"; then
+@@ -143,7 +143,7 @@
  	AC_DEFINE(WITH_DEBUG, 1, [Define if you want debug support])
  fi
  
@@ -22,8 +20,6 @@
  
  AC_ARG_WITH(keylogger, [  --without-keylogger	  Compile without keylogger function])
  if test "x$with_keylogger" != "xno"; then
-diff --git a/lib/misc/regexp.c b/lib/misc/regexp.c
-index 728036e..aea6029 100644
 --- a/lib/misc/regexp.c
 +++ b/lib/misc/regexp.c
 @@ -21,7 +21,8 @@
@@ -112,3 +108,14 @@
  		
  	return TRUE;
  }
+--- a/xnconfig.pc.in
++++ b/xnconfig.pc.in
+@@ -5,7 +5,7 @@
+ 
+ Name: xnconfig
+ Description: XNeur config library
+-Requires: libpcre
++Requires: libpcre2
+ Version: @VERSION@
+ Libs: -L@libdir@ -lxnconfig @PCRE_LIBS@ @LDFLAGS@ @ADDITIONAL_LIBS@
+ Cflags: -I@includedir@

Reply via email to