Control: tags 1070903 + pending

Dear maintainer,

I've prepared an NMU for axc (versioned as 0.3.7-1.1) and
uploaded it to sid

Regards.
diff -Nru axc-0.3.7/debian/changelog axc-0.3.7/debian/changelog
--- axc-0.3.7/debian/changelog	2022-01-31 21:42:23.000000000 +0100
+++ axc-0.3.7/debian/changelog	2024-07-07 15:34:28.000000000 +0200
@@ -1,3 +1,10 @@
+axc (0.3.7-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Use pkg-config to locate libgcrypt. Closes: #1070903
+
+ -- Andreas Metzler <ametz...@debian.org>  Sun, 07 Jul 2024 15:34:28 +0200
+
 axc (0.3.7-1) unstable; urgency=medium
 
   * New upstream version 0.3.7
diff -Nru axc-0.3.7/debian/patches/01_locate_gcrypt_with_pkg-config.diff axc-0.3.7/debian/patches/01_locate_gcrypt_with_pkg-config.diff
--- axc-0.3.7/debian/patches/01_locate_gcrypt_with_pkg-config.diff	1970-01-01 01:00:00.000000000 +0100
+++ axc-0.3.7/debian/patches/01_locate_gcrypt_with_pkg-config.diff	2024-07-07 15:34:28.000000000 +0200
@@ -0,0 +1,20 @@
+Description: Use pkg-config to locate libgcrypt
+ libgcrypt-config is scheduled for removal.
+Author: Andreas Metzler <ametz...@debian.org>
+Origin: vendor
+Last-Update: 2024-05-11
+Bug-Debian: https://bugs.debian.org/1070903
+
+--- axc-0.3.7.orig/Makefile
++++ axc-0.3.7/Makefile
+@@ -24,8 +24,8 @@ SQLITE3_LDFLAGS ?= $(shell $(PKG_CONFIG)
+ SIGNAL_CFLAGS ?= $(shell $(PKG_CONFIG) --cflags libsignal-protocol-c)
+ SIGNAL_LDFLAGS ?= $(shell $(PKG_CONFIG) --libs libsignal-protocol-c)
+ 
+-LIBGCRYPT_CONFIG ?= libgcrypt-config
+-LIBGCRYPT_LDFLAGS ?= $(shell $(LIBGCRYPT_CONFIG) --libs)
++LIBGCRYPT_CFLAGS ?= $(shell $(PKG_CONFIG) --cflags libgcrypt)
++LIBGCRYPT_LDFLAGS ?= $(shell $(PKG_CONFIG) --libs libgcrypt)
+ 
+ 
+ SDIR = src
diff -Nru axc-0.3.7/debian/patches/series axc-0.3.7/debian/patches/series
--- axc-0.3.7/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ axc-0.3.7/debian/patches/series	2024-07-07 15:34:28.000000000 +0200
@@ -0,0 +1 @@
+01_locate_gcrypt_with_pkg-config.diff

Attachment: signature.asc
Description: PGP signature

Reply via email to