Control: tags 1024578 + pending

Dear maintainer,

I've prepared an NMU for mandos (versioned as 1.8.15-1.2) and uploaded 
it to DELAYED/14. Please feel free to tell me if I should cancel it.

cu
Adrian
diff -Nru mandos-1.8.15/debian/changelog mandos-1.8.15/debian/changelog
--- mandos-1.8.15/debian/changelog	2022-10-15 13:19:48.000000000 +0300
+++ mandos-1.8.15/debian/changelog	2022-12-20 08:17:19.000000000 +0200
@@ -1,3 +1,11 @@
+mandos (1.8.15-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add patch from Andreas Metzler to fix building without gpgme-config.
+    (Closes: #1024578)
+
+ -- Adrian Bunk <b...@debian.org>  Tue, 20 Dec 2022 08:17:19 +0200
+
 mandos (1.8.15-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru mandos-1.8.15/debian/patches/gpgme-pkgconf.diff mandos-1.8.15/debian/patches/gpgme-pkgconf.diff
--- mandos-1.8.15/debian/patches/gpgme-pkgconf.diff	1970-01-01 02:00:00.000000000 +0200
+++ mandos-1.8.15/debian/patches/gpgme-pkgconf.diff	2022-12-20 08:14:19.000000000 +0200
@@ -0,0 +1,13 @@
+--- mandos-1.8.15.orig/Makefile
++++ mandos-1.8.15/Makefile
+@@ -96,8 +96,8 @@ GNUTLS_CFLAGS:=$(shell $(PKG_CONFIG) --c
+ GNUTLS_LIBS:=$(shell $(PKG_CONFIG) --libs gnutls)
+ AVAHI_CFLAGS:=$(shell $(PKG_CONFIG) --cflags-only-I avahi-core)
+ AVAHI_LIBS:=$(shell $(PKG_CONFIG) --libs avahi-core)
+-GPGME_CFLAGS:=$(shell gpgme-config --cflags; getconf LFS_CFLAGS)
+-GPGME_LIBS:=$(shell gpgme-config --libs; getconf LFS_LIBS; \
++GPGME_CFLAGS:=$(shell $(PKG_CONFIG) --cflags-only-I gpgme; getconf LFS_CFLAGS)
++GPGME_LIBS:=$(shell $(PKG_CONFIG) --libs gpgme; getconf LFS_LIBS; \
+ 	getconf LFS_LDFLAGS)
+ LIBNL3_CFLAGS:=$(shell $(PKG_CONFIG) --cflags-only-I libnl-route-3.0)
+ LIBNL3_LIBS:=$(shell $(PKG_CONFIG) --libs libnl-route-3.0)
diff -Nru mandos-1.8.15/debian/patches/series mandos-1.8.15/debian/patches/series
--- mandos-1.8.15/debian/patches/series	1970-01-01 02:00:00.000000000 +0200
+++ mandos-1.8.15/debian/patches/series	2022-12-20 08:17:18.000000000 +0200
@@ -0,0 +1 @@
+gpgme-pkgconf.diff

Reply via email to