Your message dated Tue, 08 Sep 2020 22:48:27 +0000
with message-id <[email protected]>
and subject line Bug#969281: fixed in btscanner 2.1-9
has caused the Debian Bug report #969281,
regarding btscanner FTCBFS: hard codes the build architecture pkg-config
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
969281: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=969281
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: btscanner
Version: 2.1-8
Tags: patch upstream
User: [email protected]
Usertags: ftcbfs

btscanner fails to cross build from source, because configure.in hard
codes the build architecture pkg-config. It is best to use the standard
PKG_CHECK_MODULES macro instead. Please consider applying the attached
patch.

Helmut
--- btscanner-2.1.orig/configure.in
+++ btscanner-2.1/configure.in
@@ -39,9 +39,10 @@
 #CFLAGS="-g -ggdb"
 
 # config for libxml2 check
-CFLAGS="$CFLAGS `pkg-config libxml-2.0 --cflags`"
+PKG_CHECK_MODULES([XML2],[libxml-2.0])
+CFLAGS="$CFLAGS $XML2_CFLAGS"
 CPPFLAGS="$CPPFLAGS"
-LDFLAGS="$LDFLAGS `pkg-config libxml-2.0 --libs`"
+LDFLAGS="$LDFLAGS $XML2_LIBS"
 
 # check for libxml2 heads/libs
 AC_CHECK_HEADERS([libxml/parser.h libxml/tree.h],,

--- End Message ---
--- Begin Message ---
Source: btscanner
Source-Version: 2.1-9
Done: =?utf-8?q?Rapha=C3=ABl_Hertzog?= <[email protected]>

We believe that the bug you reported is fixed in the latest version of
btscanner, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Raphaël Hertzog <[email protected]> (supplier of updated btscanner package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 09 Sep 2020 00:30:57 +0200
Source: btscanner
Architecture: source
Version: 2.1-9
Distribution: unstable
Urgency: medium
Maintainer: Debian Security Tools <[email protected]>
Changed-By: Raphaël Hertzog <[email protected]>
Closes: 969281
Changes:
 btscanner (2.1-9) unstable; urgency=medium
 .
   * Team upload
 .
   [ Samuel Henrique ]
   * Configure git-buildpackage for Debian
 .
   [ Debian Janitor ]
   * Trim trailing whitespace.
 .
   [ Raphaël Hertzog ]
   * Add patch to fix cross-building.
     Thanks to Helmut Grohne <[email protected]> (Closes: #969281)
Checksums-Sha1:
 3713cddc34eb437c88a1e5910966f77453efdb15 1679 btscanner_2.1-9.dsc
 f2fdbe299b935ed3577f0ed9d36e7a30929b8188 6016 btscanner_2.1-9.debian.tar.xz
 e2daf808cf04bcfd93cb03591387fa23ee37bb85 5801 btscanner_2.1-9_source.buildinfo
Checksums-Sha256:
 6b94677f2b61210491510e0d7c3ad882e92c1c989df33a69d2025e375d145ccf 1679 
btscanner_2.1-9.dsc
 aa3b5fa07e45d485918c5488c5b52407e9b212a67f48e5fff553d4b1cefbb847 6016 
btscanner_2.1-9.debian.tar.xz
 8374ac737515babd727d8f18d447eeb5bc0196456b7e4e5d01a5594e77913649 5801 
btscanner_2.1-9_source.buildinfo
Files:
 1db164c232ef18d80b4647e29b8a0a60 1679 net optional btscanner_2.1-9.dsc
 edf04498434de7aa31d4c19c5bbc659d 6016 net optional 
btscanner_2.1-9.debian.tar.xz
 85c4488a07dce06634dc291c608d9f1c 5801 net optional 
btscanner_2.1-9_source.buildinfo

-----BEGIN PGP SIGNATURE-----
Comment: Signed by Raphael Hertzog

iQEzBAEBCgAdFiEE1823g1EQnhJ1LsbSA4gdq+vCmrkFAl9YBk0ACgkQA4gdq+vC
mrn65Qf+JJWQ+sarekACy1s6loI7E9gZ0Rf3mQqnbBrQTKsRoNzmJznFm9L/GJhD
njw/nD+DwcJdYpUrCRlCJ0+vIXSpdp1Vli9kgnt9Nf/QDi2lLcUO81w2x5VgL8Wj
lb9cQelUNHvnU/sRO2L5+e/qPm2SfXrLA07oanNOus2zJwGz9E4yIlcl6qtYXt3w
f0sqDc7faeVcVTRt4F5aII77xzQlUxoxgOmByzyi0eh8DKYcH7Dv8uqV3INW6iko
ivY558aLrV6MSAnJjAh52OJXLhMe8OJsR76DTYz8VlfbvShl0IWEcntmmISxbPbi
xWFDTsQxcXGa4bGSOuyck36FPlc6kg==
=MwWt
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to