Your message dated Mon, 06 Dec 2021 08:36:06 +0000
with message-id <e1mu9ti-000hhx...@fasolo.debian.org>
and subject line Bug#958140: fixed in vdr-plugin-epgsearch 2.4.1-1
has caused the Debian Bug report #958140,
regarding vdr-plugin-epgsearch FTCBFS: uses 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 ow...@bugs.debian.org
immediately.)


-- 
958140: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=958140
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: vdr-plugin-epgsearch
Version: 2.4.0+git20191101-1
Tags: patch upstream
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

vdr-plugin-epgsearch fails to cross build from source, because the
upstream Makefile hard codes the build architecture pkg-config. After
making it substitutable, vdr-plugin-epgsearch cross builds successfully.
Please consider applying the attached patch.

Helmut
--- vdr-plugin-epgsearch-2.4.0+git20191101.orig/Makefile
+++ vdr-plugin-epgsearch-2.4.0+git20191101/Makefile
@@ -63,8 +63,9 @@
 ### The directory environment:
 
 # Use package data if installed...otherwise assume we're under the VDR source directory:
-#PKGCFG   = $(if $(VDRDIR),$(shell pkg-config --variable=$(1) $(VDRDIR)/vdr.pc),$(shell pkg-config --variable=$(1) vdr || pkg-config --variable=$(1) ../../../vdr.pc))
-PKGCFG   = $(if $(VDRDIR),$(shell pkg-config --variable=$(1) $(VDRDIR)/vdr.pc),$(shell PKG_CONFIG_PATH="$$PKG_CONFIG_PATH:../../.." pkg-config --variable=$(1) vdr))
+PKG_CONFIG ?= pkg-config
+#PKGCFG   = $(if $(VDRDIR),$(shell $(PKG_CONFIG) --variable=$(1) $(VDRDIR)/vdr.pc),$(shell $(PKG_CONFIG) --variable=$(1) vdr || $(PKG_CONFIG) --variable=$(1) ../../../vdr.pc))
+PKGCFG   = $(if $(VDRDIR),$(shell $(PKG_CONFIG) --variable=$(1) $(VDRDIR)/vdr.pc),$(shell PKG_CONFIG_PATH="$$PKG_CONFIG_PATH:../../.." $(PKG_CONFIG) --variable=$(1) vdr))
  
 LIBDIR   = $(call PKGCFG,libdir)
 LOCDIR   = $(call PKGCFG,locdir)
@@ -84,9 +85,9 @@
 
 ### configuring modules
 ifeq ($(AUTOCONFIG),1)
-	ifeq (exists, $(shell pkg-config libpcre && echo exists))
+	ifeq (exists, $(shell $(PKG_CONFIG) libpcre && echo exists))
 		REGEXLIB = pcre
-	else ifeq (exists, $(shell pkg-config tre && echo exists))
+	else ifeq (exists, $(shell $(PKG_CONFIG) tre && echo exists))
 		REGEXLIB = tre
 	endif
 	ifeq (exists, $(shell test -e ../pin && echo exists))
@@ -140,10 +141,10 @@
 INCLUDE += $(shell pcre-config --cflags)
 DEFINES += -DHAVE_PCREPOSIX
 else ifeq ($(REGEXLIB), tre)
-LIBS += -L$(shell pkg-config --variable=libdir tre) $(shell pkg-config --libs tre)
+LIBS += -L$(shell $(PKG_CONFIG) --variable=libdir tre) $(shell $(PKG_CONFIG) --libs tre)
 #LIBS += -L/usr/lib -ltre
 DEFINES += -DHAVE_LIBTRE
-INCLUDE += $(shell pkg-config --cflags tre)
+INCLUDE += $(shell $(PKG_CONFIG) --cflags tre)
 endif
 
 ifdef USE_PINPLUGIN

--- End Message ---
--- Begin Message ---
Source: vdr-plugin-epgsearch
Source-Version: 2.4.1-1
Done: Tobias Grimm <et...@debian.org>

We believe that the bug you reported is fixed in the latest version of
vdr-plugin-epgsearch, 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 958...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tobias Grimm <et...@debian.org> (supplier of updated vdr-plugin-epgsearch 
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 ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Sun, 05 Dec 2021 20:31:22 +0100
Source: vdr-plugin-epgsearch
Architecture: source
Version: 2.4.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian VDR Team <pkg-vdr-dvb-de...@lists.alioth.debian.org>
Changed-By: Tobias Grimm <et...@debian.org>
Closes: 958140 984386
Changes:
 vdr-plugin-epgsearch (2.4.1-1) unstable; urgency=medium
 .
   * Included git repository in debian/watch to get latest releases
   * New upstream version 2.4.1 (Closes: #958140)
   * Remove 03_fix-docs.patch - fixed upstream
   * Standards-Version: 4.6.0
   * Update debhelper compatibility to 13
   * Convert epg2taste.sh and rememberevent.sh to UTF-8
   * Rename debian/TODO.Debian to debian/TODO
   * Build-depend on vdr-dev >= 2.4.7 (Closes: #984386)
Checksums-Sha1:
 7819266c73a26a4b310b5ff663eeec499fbd939c 2152 vdr-plugin-epgsearch_2.4.1-1.dsc
 51564de0a9bd246811ca68fecb13a96e93c9a083 481519 
vdr-plugin-epgsearch_2.4.1.orig.tar.gz
 824737499729e8be039a4ce78169fa514df054ff 11012 
vdr-plugin-epgsearch_2.4.1-1.debian.tar.xz
 2388883d5cab2603b1242393896e79b4b0c3c953 6129 
vdr-plugin-epgsearch_2.4.1-1_amd64.buildinfo
Checksums-Sha256:
 5062e1598ee82c00308c8cd0195f51b67ba1f83e3a7a340b35276cdcc8b09b4e 2152 
vdr-plugin-epgsearch_2.4.1-1.dsc
 328031a4d41275d152d1d4b80165e287ccf1b54bd37747c3f295b1cfd8badcfe 481519 
vdr-plugin-epgsearch_2.4.1.orig.tar.gz
 de57833a65246991df119748690834207572aa6cb4519091609857522e776ba3 11012 
vdr-plugin-epgsearch_2.4.1-1.debian.tar.xz
 911dfb5e90ae9a0c32fc957fc8994be09e44a27bacda095f1a51ae0a2780ac98 6129 
vdr-plugin-epgsearch_2.4.1-1_amd64.buildinfo
Files:
 59c1ca688dc7ea7b7b8b5be4789febc3 2152 video optional 
vdr-plugin-epgsearch_2.4.1-1.dsc
 6d0f93ef68f6795e1c6d160585195508 481519 video optional 
vdr-plugin-epgsearch_2.4.1.orig.tar.gz
 1aa46f61162c1c9aabdb75472a5982fe 11012 video optional 
vdr-plugin-epgsearch_2.4.1-1.debian.tar.xz
 1e4db2dd07eff878209e3a7934a66e6e 6129 video optional 
vdr-plugin-epgsearch_2.4.1-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEV6STX5IhiI/eNxSi1i5PWwQTkLwFAmGtxM4ACgkQ1i5PWwQT
kLxvEg//WVtxHvT9jVtoqVhz/trPuBaG2LGfy17uoP6upedL2/X+0uROShwqS1Vq
AkpBa6z8Mf1OsNaCsBWrgo5FL9Sv9zMqMglGOUJuR8CbNyNrHLNBcJAg22DBDkOD
nDAXl6ounNIssqW/O7d6Qh74XivUIQerT5FaS/L2g1vWsB5IXOp5u7abZRwelFsw
ve5zGoE75gHX0AWVkFVyhP89q/xndVKBbt4XsZRQLqa6ULg9oqZ+Eh2cXYn2PZaz
sgBfZz3pMSJRJwVX7woTTdnz1QPGSTEJNle515OBy/6JEC0fvMPb6NyJKV9eAgTQ
OmKO48f7cAwX5lWZbZQleeB2kSPCNELDdpwQ/+7tqDJT5/r60b7TRxouZC9nZ+DJ
rKKrhpk8eKtfXWT9RnC/JqFEsqNoAYTPYSWeJe4fJY1ywjeEB4l9XulEkwoB/Xx3
MDRUJM1Ck5nq8Ik4/YspGyqICJF8bmlgAiZ4QS7sX0xEGW5+/8iNz7DIM6F39Pn4
QiSUcGmjZ7Gu3nOg3Q5/Txxbig+72cpz/LXLfLIgTKA6cRPQxl9/5bQuCmdpATX8
5p3VEBvOlwoxRMNEeY8c5C/vx+v8YnYOPdXujBW6qfSVAJlrruLsOXk3uezVLImD
H7lmLS+wr1Z7gtHb4hQOl5Cbq7IUczwKZ5vDLaZa1+d0+T2F2is=
=5RUL
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
pkg-vdr-dvb-devel mailing list
pkg-vdr-dvb-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-vdr-dvb-devel

Reply via email to