Hey Simon,

On 12.12.22 10:02, Simon Josefsson wrote:
Philipp Kern <pk...@debian.org> writes:

Hey Simon,

On Thu, Nov 17, 2022 at 12:46:19PM +0100, Sebastian Ramacher wrote:
I see.  If so, it would be good if pkgconf was made consistent with
pkg-config here, if the intention is to replace it.

This discussion needs to happen with the pkgconf maintainer / upstream.
But since this is the only package where the extra whitespace seems to
be an issue, I'd just be pragmatic on the libgssglue side.

Could we be pragmatic here and fix it in Debian in the meantime? It'd be
a shame if we had a couple of packages autoremoved from testing due to
this, if it's basically a one character change somewhere.

Feel free to work on the pkgconf bug upstream, or within Debian, or work
around the pkgconf bug within libgssglue, or something else, as you (or
someone else) prefers.  I'm tagging the bug report with 'help'; the
package is already marked LowNMU and I've sent [VAC] to debian-private.

Right, thanks for pointing that out - I had missed that. NMU debdiff attached. Thanks!

Kind regards
Philipp Kern
diff -Nru libgssglue-0.7/debian/changelog libgssglue-0.7/debian/changelog
--- libgssglue-0.7/debian/changelog     2022-08-16 01:29:01.000000000 +0200
+++ libgssglue-0.7/debian/changelog     2022-12-12 13:03:24.000000000 +0100
@@ -1,3 +1,12 @@
+libgssglue (0.7-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Be more lenient when checking for pkg-config's cflags output
+    in the autopkgtest. libs output was already leniently checked.
+    (Closes: #1024278)
+
+ -- Philipp Kern <pk...@debian.org>  Mon, 12 Dec 2022 13:03:24 +0100
+
 libgssglue (0.7-1) unstable; urgency=medium
 
   * New upstream version 0.7
diff -Nru libgssglue-0.7/debian/tests/libgssglue 
libgssglue-0.7/debian/tests/libgssglue
--- libgssglue-0.7/debian/tests/libgssglue      2022-08-16 01:26:24.000000000 
+0200
+++ libgssglue-0.7/debian/tests/libgssglue      2022-12-12 13:03:16.000000000 
+0100
@@ -6,7 +6,7 @@
 trap "rm -rf $WORKDIR" 0 INT QUIT ABRT PIPE TERM
 
 pkg-config --cflags libgssglue
-pkg-config --cflags libgssglue | grep '^-I/usr/include/gssglue$'
+pkg-config --cflags libgssglue | grep '^-I/usr/include/gssglue'
 echo PASS: pkg-config --cflags libgssglue
 
 pkg-config --libs libgssglue

Reply via email to