Your message dated Sun, 01 Dec 2019 15:04:08 +0000
with message-id <[email protected]>
and subject line Bug#931128: fixed in an 1.2-6
has caused the Debian Bug report #931128,
regarding an FTCBFS: uses the wrong 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.)
--
931128: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=931128
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: an
Version: 1.2-5
Tags: patch upstream
User: [email protected]
Usertags: ftcbfs
an fails to cross build from source, because the upstream Makefile hard
codes the build architecture pkg-config. The attached patch makes it
substitutable to make an cross buildable. Please consider applying it.
Helmut
--- an-1.2.orig/Makefile
+++ an-1.2/Makefile
@@ -22,9 +22,10 @@
CC:=gcc
INSTALL:=install
-CFLAGS += $(shell pkg-config --cflags icu-i18n)
+PKG_CONFIG ?= pkg-config
+CFLAGS += $(shell $(PKG_CONFIG) --cflags icu-i18n)
CPPFLAGS += -D_DEFAULT_SOURCE
-LIBS += $(shell pkg-config --libs icu-i18n)
+LIBS += $(shell $(PKG_CONFIG) --libs icu-i18n)
BIN=an
MAN=an.6
--- End Message ---
--- Begin Message ---
Source: an
Source-Version: 1.2-6
We believe that the bug you reported is fixed in the latest version of
an, 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.
Paride Legovini <[email protected]> (supplier of updated an 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: Sun, 01 Dec 2019 14:22:46 +0000
Source: an
Architecture: source
Version: 1.2-6
Distribution: unstable
Urgency: medium
Maintainer: Paride Legovini <[email protected]>
Changed-By: Paride Legovini <[email protected]>
Closes: 931128
Changes:
an (1.2-6) unstable; urgency=medium
.
* Bump Standards-Version to 4.4.1 (no changes needed).
* Bump the dh compat level to 12 (no changes needed).
* Fix a FTCBFS by making pkg-config substitutable.
Closes: #931128. Thanks: Helmut Grohne.
* d/control: add Rules-Requires-Root: no.
* d/gbp.conf: make the options DEFAULT; use pristine-tar.
Checksums-Sha1:
c89592f6ef90d1ebe23136369d9e50b4cbc309e5 1477 an_1.2-6.dsc
c68ba8cd9ba2b4351b2873fd1b7729b0d1862e8e 4432 an_1.2-6.debian.tar.xz
766a2208ced33796e5d44a549836ce23e901e24a 5303 an_1.2-6_amd64.buildinfo
Checksums-Sha256:
390f64959055db5ab3ef0eccccc3f98e5870467338fe7d59d939b102d0351b2a 1477
an_1.2-6.dsc
f70d83edcd0008b130ab48f389afdbdcb458014b340da649e8faa414de91a20f 4432
an_1.2-6.debian.tar.xz
64bce386c5130510ced7b428864136d453cf48f265bb4ea22abbc22f1989d17f 5303
an_1.2-6_amd64.buildinfo
Files:
9698040c56b6a1fb5e7f341fb96fff9a 1477 games optional an_1.2-6.dsc
40bec9c14fcc40fcfbf8e9a643f7e9fe 4432 games optional an_1.2-6.debian.tar.xz
3b7f30a7bbbbb8ea51b6ca54270cd850 5303 games optional an_1.2-6_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAl3j0CMSHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU250T8H/jY0CgrNEjRIpKuo8jAhsA3uTb5mMYBb
fxdwyAwt0fXOeo4OdYOCgetJ360mEblZVQc44+RWREBBeb0G0rcRr0JEDysdv9AJ
dZQl0r7xlgF3I9UrA6ZAdAKHLWsuEBrKb8P6/tziR6CNkhxCOu9QF3Eb49dkakiS
+JS8nDZen4TEO0EqIs9iLY+vIRnzMNt97Z25pP8cARfWndITnEt8sqS9BaLvCxQD
LAYclHwXZaV8gt4QfF1kntLnDIjwbn6Le4YPZo6ytS6JjIR/bFdBY0el1NRe3SKu
wpdqr6KVOoan4ggm1mGrEUE5u9J578t5/mGbWEO4Vc1I5R0yUmMf1nM=
=EPEk
-----END PGP SIGNATURE-----
--- End Message ---