Control: tags 1126645 + patch
Control: tags 1126645 + pending

Dear maintainer,

I've prepared an NMU for network-manager-iodine (versioned as 1.2.0-3.4) 
and uploaded it to DELAYED/14. Please feel free to tell me if I should 
cancel it.

cu
Adrian
diffstat for network-manager-iodine-1.2.0 network-manager-iodine-1.2.0

 changelog                                                      |    8 +++
 patches/0001-build-fix-pkg-config-calls-with-pkgconf-2.1.patch |   25 ++++++++++
 patches/series                                                 |    1 
 3 files changed, 34 insertions(+)

diff -Nru network-manager-iodine-1.2.0/debian/changelog network-manager-iodine-1.2.0/debian/changelog
--- network-manager-iodine-1.2.0/debian/changelog	2023-10-21 13:36:31.000000000 +0300
+++ network-manager-iodine-1.2.0/debian/changelog	2026-02-27 23:05:36.000000000 +0200
@@ -1,3 +1,11 @@
+network-manager-iodine (1.2.0-3.4) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Backport upstream fix for FTBFS with recent pkgconf,
+    thanks to Michael Biebl. (Closes: #1126645)
+
+ -- Adrian Bunk <[email protected]>  Fri, 27 Feb 2026 23:05:36 +0200
+
 network-manager-iodine (1.2.0-3.3) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru network-manager-iodine-1.2.0/debian/patches/0001-build-fix-pkg-config-calls-with-pkgconf-2.1.patch network-manager-iodine-1.2.0/debian/patches/0001-build-fix-pkg-config-calls-with-pkgconf-2.1.patch
--- network-manager-iodine-1.2.0/debian/patches/0001-build-fix-pkg-config-calls-with-pkgconf-2.1.patch	1970-01-01 02:00:00.000000000 +0200
+++ network-manager-iodine-1.2.0/debian/patches/0001-build-fix-pkg-config-calls-with-pkgconf-2.1.patch	2026-02-27 23:05:06.000000000 +0200
@@ -0,0 +1,25 @@
+From 868ce352e13f85deec53d15d6188609ad2334f8e Mon Sep 17 00:00:00 2001
+From: Dominique Leuenberger <[email protected]>
+Date: Thu, 15 Feb 2024 10:08:21 +0000
+Subject: build: fix pkg-config calls with pkgconf 2.1
+
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 4109715..57ba8b3 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -80,7 +80,7 @@ PKG_CHECK_MODULES(LIBNM, libnm >= 1.1.0)
+ LIBNM_CFLAGS="$LIBNM_CFLAGS -DNM_VERSION_MIN_REQUIRED=NM_VERSION_1_2"
+ LIBNM_CFLAGS="$LIBNM_CFLAGS -DNM_VERSION_MAX_ALLOWED=NM_VERSION_1_2"
+ 
+-NM_VPN_SERVICE_DIR=`$PKG_CONFIG pkg-config --define-variable prefix='\${prefix}' --variable vpnservicedir libnm`
++NM_VPN_SERVICE_DIR=`$PKG_CONFIG --define-variable prefix='\${prefix}' --variable vpnservicedir libnm`
+ AC_SUBST(NM_VPN_SERVICE_DIR)
+ 
+ test x"$enable_absolute_paths" = x"yes" && NM_PLUGIN_DIR='$(libdir)/NetworkManager/'
+-- 
+2.47.3
+
diff -Nru network-manager-iodine-1.2.0/debian/patches/series network-manager-iodine-1.2.0/debian/patches/series
--- network-manager-iodine-1.2.0/debian/patches/series	2022-12-30 12:19:21.000000000 +0200
+++ network-manager-iodine-1.2.0/debian/patches/series	2026-02-27 23:05:36.000000000 +0200
@@ -2,3 +2,4 @@
 Let-dh-handle-any-autoreconf-configure-invocations.patch
 Install-appdata-into-metainfo.patch
 Use-full-path-to-auth-dialog-in-service-file.patch
+0001-build-fix-pkg-config-calls-with-pkgconf-2.1.patch

Reply via email to