Control: tags 1070905 + patch
Control: tags 1070905 + pending

Dear maintainer,

I've prepared an NMU for collectd (versioned as 5.12.0-18.1) and
uploaded it to unstable.

Regards
Andreas
diff -Nru collectd-5.12.0/debian/changelog collectd-5.12.0/debian/changelog
--- collectd-5.12.0/debian/changelog	2024-04-20 00:49:01.000000000 +0200
+++ collectd-5.12.0/debian/changelog	2024-07-07 18:42:43.000000000 +0200
@@ -1,3 +1,12 @@
+collectd (5.12.0-18.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Invoke ./configure with --with-libgcrypt=/usr GCRYPT_LIBS=-lgcrypt
+    to sidestep ./configure's reliance on libgcrypt-config to locate
+    libgcrypt. Closes: #1070905
+
+ -- Andreas Metzler <ametz...@debian.org>  Sun, 07 Jul 2024 18:42:43 +0200
+
 collectd (5.12.0-18) unstable; urgency=medium
 
   * [e3c9674] add .gitignore to ignore swp files
diff -Nru collectd-5.12.0/debian/.gitignore collectd-5.12.0/debian/.gitignore
--- collectd-5.12.0/debian/.gitignore	2024-04-20 00:49:01.000000000 +0200
+++ collectd-5.12.0/debian/.gitignore	1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-*.swp
diff -Nru collectd-5.12.0/debian/rules collectd-5.12.0/debian/rules
--- collectd-5.12.0/debian/rules	2024-04-20 00:49:01.000000000 +0200
+++ collectd-5.12.0/debian/rules	2024-07-07 18:42:43.000000000 +0200
@@ -57,7 +57,9 @@
 			--without-libstatgrab \
 			--disable-static \
 			--disable-silent-rules \
-			--enable-all-plugins
+			--enable-all-plugins \
+			--with-libgcrypt=/usr \
+			GCRYPT_LIBS=-lgcrypt
 
 # java doesn't link on i386. (see blocking bug for #1057712)
 ifeq ($(DEB_HOST_ARCH),i386)

Attachment: signature.asc
Description: PGP signature

Reply via email to