[neon/backports-noble/libsignon-glib-noble/Neon/unstable] debian/patches: remove pkg-config attribute that is never set. see https://gitlab.com/accounts-sso/libsignon-glib/issues/1
Diane Trout
null at kde.org
Tue Sep 3 02:46:17 BST 2024
Git commit ede3925fa08f3820fce1a052c519710e51475386 by Diane Trout.
Committed on 12/09/2015 at 04:42.
Pushed by carlosdem into branch 'Neon/unstable'.
remove pkg-config attribute that is never set. see https://gitlab.com/accounts-sso/libsignon-glib/issues/1
A +15 -0 debian/patches/remove-pluginlibdir.patch
A +1 -0 debian/patches/series
https://invent.kde.org/neon/backports-noble/libsignon-glib-noble/-/commit/ede3925fa08f3820fce1a052c519710e51475386
diff --git a/debian/patches/remove-pluginlibdir.patch b/debian/patches/remove-pluginlibdir.patch
new file mode 100644
index 0000000..f94592f
--- /dev/null
+++ b/debian/patches/remove-pluginlibdir.patch
@@ -0,0 +1,15 @@
+Author: Diane Trout <diane at debian.org>
+Description: @pluginlibdir@ is never set in 1.12 and so
+ generates a lintian error message, about pkg-config-bad-directive.
+ This removes it for the moment.
+Bug: https://gitlab.com/accounts-sso/libsignon-glib/issues/1
+--- a/libsignon-glib.pc.in
++++ b/libsignon-glib.pc.in
+@@ -2,7 +2,6 @@
+ exec_prefix=@exec_prefix@
+ libdir=@libdir@
+ includedir=@includedir@
+-pluginlibdir=@pluginlibdir@
+
+ Name: libsignon-glib
+ Description: A low-level library for managing account credentials.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e584040
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove-pluginlibdir.patch
More information about the Neon-commits
mailing list