On Fri, 30 Jan 2026 00:35:45 +0000 Santiago Vila <[email protected]> wrote:
dh_install: warning: Cannot find (any matches for) 
"usr/lib/NetworkManager/VPN/nm-iodine-service.name" (tried in ., debian/tmp)


This appears due to changes in pkgconf, which has become stricter and already caused a similar build failure, see

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1126636#22


configure.ac uses

NM_VPN_SERVICE_DIR=`$PKG_CONFIG pkg-config --define-variable prefix='\${prefix}' --variable vpnservicedir libnm`

Changing that to
NM_VPN_SERVICE_DIR=`$PKG_CONFIG --define-variable prefix='\${prefix}' --variable vpnservicedir libnm`


should fix the failure.


Might be that more packages are broken by that changed behaviour of pkgconf.


Michael

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to