Your message dated Wed, 15 Dec 2021 18:21:07 +0000
with message-id <e1mxytn-0009zi...@fasolo.debian.org>
and subject line Bug#933199: fixed in vdr-plugin-svdrpservice 1.0.0-9
has caused the Debian Bug report #933199,
regarding vdr-plugin-svdrpservice 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.)


-- 
933199: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=933199
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: vdr-plugin-svdrpservice
Version: 1.0.0-7
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

vdr-plugin-svdrpservice fails to cross build from source, because it
uses the build architecture pkg-config. The attached patch makes it
substitutable and exports a PKG_CONFIG for all targets as only
dh_auto_build supplies it normally. Please consider applying it.

Helmut
diff --minimal -Nru vdr-plugin-svdrpservice-1.0.0/debian/changelog 
vdr-plugin-svdrpservice-1.0.0/debian/changelog
--- vdr-plugin-svdrpservice-1.0.0/debian/changelog      2019-07-19 
07:30:14.000000000 +0200
+++ vdr-plugin-svdrpservice-1.0.0/debian/changelog      2019-07-27 
14:49:28.000000000 +0200
@@ -1,3 +1,10 @@
+vdr-plugin-svdrpservice (1.0.0-7.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Use the host architecture pkg-config. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Sat, 27 Jul 2019 14:49:28 +0200
+
 vdr-plugin-svdrpservice (1.0.0-7) unstable; urgency=medium
 
   * Build-depend on vdr-dev >= 2.4.1
diff --minimal -Nru vdr-plugin-svdrpservice-1.0.0/debian/patches/cross.patch 
vdr-plugin-svdrpservice-1.0.0/debian/patches/cross.patch
--- vdr-plugin-svdrpservice-1.0.0/debian/patches/cross.patch    1970-01-01 
01:00:00.000000000 +0100
+++ vdr-plugin-svdrpservice-1.0.0/debian/patches/cross.patch    2019-07-27 
14:49:28.000000000 +0200
@@ -0,0 +1,12 @@
+--- vdr-plugin-svdrpservice-1.0.0.orig/Makefile
++++ vdr-plugin-svdrpservice-1.0.0/Makefile
+@@ -16,7 +16,8 @@
+ ### 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))
++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))
+ LIBDIR = $(call PKGCFG,libdir)
+ LOCDIR = $(call PKGCFG,locdir)
+ PLGCFG = $(call PKGCFG,plgcfg)
diff --minimal -Nru vdr-plugin-svdrpservice-1.0.0/debian/patches/series 
vdr-plugin-svdrpservice-1.0.0/debian/patches/series
--- vdr-plugin-svdrpservice-1.0.0/debian/patches/series 1970-01-01 
01:00:00.000000000 +0100
+++ vdr-plugin-svdrpservice-1.0.0/debian/patches/series 2019-07-27 
14:49:00.000000000 +0200
@@ -0,0 +1 @@
+cross.patch
diff --minimal -Nru vdr-plugin-svdrpservice-1.0.0/debian/rules 
vdr-plugin-svdrpservice-1.0.0/debian/rules
--- vdr-plugin-svdrpservice-1.0.0/debian/rules  2019-07-19 07:30:14.000000000 
+0200
+++ vdr-plugin-svdrpservice-1.0.0/debian/rules  2019-07-27 14:49:28.000000000 
+0200
@@ -2,6 +2,8 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
+-include /usr/share/dpkg/buildtools.mk
+export PKG_CONFIG ?= pkg-config
 
 %:
        dh $@ --with vdrplugin

--- End Message ---
--- Begin Message ---
Source: vdr-plugin-svdrpservice
Source-Version: 1.0.0-9
Done: Tobias Grimm <et...@debian.org>

We believe that the bug you reported is fixed in the latest version of
vdr-plugin-svdrpservice, 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 933...@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-svdrpservice 
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: Wed, 15 Dec 2021 19:02:49 +0100
Source: vdr-plugin-svdrpservice
Architecture: source
Version: 1.0.0-9
Distribution: unstable
Urgency: medium
Maintainer: Debian VDR Team <pkg-vdr-dvb-de...@lists.alioth.debian.org>
Changed-By: Tobias Grimm <et...@debian.org>
Closes: 933199
Changes:
 vdr-plugin-svdrpservice (1.0.0-9) unstable; urgency=medium
 .
   [ Helmut Grohne ]
   * Fix FTCBFS: Use the host architecture pkg-config. (Closes: #933199)
 .
   [ Tobias Grimm ]
   * Depend on debhelper-compat (= 13)
   * Build-Depend on vdr >= 2.4.7
   * Update debian/watch to version 4
   * Install translations
Checksums-Sha1:
 bd8058771212b90228dc4f98e2a26af49919634b 2220 
vdr-plugin-svdrpservice_1.0.0-9.dsc
 7785e0a6e6d17ce8141ac8c554b8d7b7083c96b6 16979 
vdr-plugin-svdrpservice_1.0.0.orig.tar.gz
 aa2e21d729dbaca5a6fc1483d61cb351044b2a34 3600 
vdr-plugin-svdrpservice_1.0.0-9.debian.tar.xz
 7eb20ebdb97c396afd3fa94eeabbb2d9c58d1055 6436 
vdr-plugin-svdrpservice_1.0.0-9_amd64.buildinfo
Checksums-Sha256:
 f292cb615947b6055a4b1f1f28c5f70769383d080a92eef8f19c32b7434aab9a 2220 
vdr-plugin-svdrpservice_1.0.0-9.dsc
 c25147163c7abf864ca99d9d4c1a821242f3c4eddb658d8b691edb3f543818d8 16979 
vdr-plugin-svdrpservice_1.0.0.orig.tar.gz
 532a80b128fa7e5829384df66b031a6ca8e16d51cfce2d5ff34ad654800244df 3600 
vdr-plugin-svdrpservice_1.0.0-9.debian.tar.xz
 d9f442d516b7651647482c5e6d647f6fa56fb0e7201c7bdf6992a7500a38449b 6436 
vdr-plugin-svdrpservice_1.0.0-9_amd64.buildinfo
Files:
 963fb0bc65aa150f5908e78ded1e7631 2220 video optional 
vdr-plugin-svdrpservice_1.0.0-9.dsc
 b4debde708ed897e1b77152d6f00c571 16979 video optional 
vdr-plugin-svdrpservice_1.0.0.orig.tar.gz
 2053b5bfed37e54aa97e6660baf04e61 3600 video optional 
vdr-plugin-svdrpservice_1.0.0-9.debian.tar.xz
 198ecb43a6f05e61a7770958e50e9d85 6436 video optional 
vdr-plugin-svdrpservice_1.0.0-9_amd64.buildinfo

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

iQIzBAEBCgAdFiEEV6STX5IhiI/eNxSi1i5PWwQTkLwFAmG6LfwACgkQ1i5PWwQT
kLw95g/+OZY18hbfSeByR3L5lcgchZ5zgDMc0sDe1FEly84Rp4Tq17LrKVYhsSxX
ZMzAGUnE4P72Ue6eFvKRS/Hq4dMV5jZlybv6vtpUZcOtheFANeQpp3bZow2ZufoO
pP2X7kPKi2Udmm8D7PDGdxUI7u0UrmeDnWGhGA7KCpDJcZBK3JH0HF+e0e2vUdPN
IkroviJNNUHBNKpKMUmvxPbybJ6JL8xGXRSyj+DRedXzdk209LsAB5RgCCB/kkb7
tZRlrpHI8CZ44a3yRU1wlYcC4E/C+QQzWcmEqRrvw/Pi69WzkOP6fWfz12W031rh
mFSgEIDL+XVHA71CA4nifBcHNlZJFhtHWfDphQ0TQAX3xJnmgTIFELOtvM4C96gY
W7fNibroaZEpvhmind12DVA0nUK4ixCiXzPEb3fpmIkPK0tNKxsR0oP2LYyQLCGw
Y7rMwsdcac8SYnhzeRXGmT6+DJGh4pfMRTuN/Vq2uz6xjh5obG2Qx4HiwZypIe0X
u5ZnHxfqIfoGJjfPmQ+ouO0X8KoeBdsBxNfk5VCM6awNjpU+9DjTBbAyPLfL5NCV
/VfQsZoT2zoOd4yB8Yh+gRTeAQG8i2GazdyAlDh5AJNhu7tinQ4D4ayIjQ4n+R+t
ntYkXHOqG9GiIYlHUZgym+qmjKugGe8hF0+TGqlTg0jKrfaITfA=
=BitN
-----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