Your message dated Wed, 22 Dec 2021 07:34:16 +0000
with message-id <e1mzw8e-000fkc...@fasolo.debian.org>
and subject line Bug#933084: fixed in vdr-plugin-fritzbox 1.5.4-1
has caused the Debian Bug report #933084,
regarding vdr-plugin-fritzbox 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.)


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

vdr-plugin-fritzbox 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-fritzbox-1.5.3/debian/changelog 
vdr-plugin-fritzbox-1.5.3/debian/changelog
--- vdr-plugin-fritzbox-1.5.3/debian/changelog  2019-07-19 08:11:14.000000000 
+0200
+++ vdr-plugin-fritzbox-1.5.3/debian/changelog  2019-07-26 15:28:31.000000000 
+0200
@@ -1,3 +1,10 @@
+vdr-plugin-fritzbox (1.5.3-8.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Use the host architecture pkg-config. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Fri, 26 Jul 2019 15:28:31 +0200
+
 vdr-plugin-fritzbox (1.5.3-8) unstable; urgency=medium
 
   * Build-depend on vdr-dev >= 2.4.1
diff --minimal -Nru vdr-plugin-fritzbox-1.5.3/debian/patches/cross.patch 
vdr-plugin-fritzbox-1.5.3/debian/patches/cross.patch
--- vdr-plugin-fritzbox-1.5.3/debian/patches/cross.patch        1970-01-01 
01:00:00.000000000 +0100
+++ vdr-plugin-fritzbox-1.5.3/debian/patches/cross.patch        2019-07-26 
15:28:28.000000000 +0200
@@ -0,0 +1,12 @@
+--- vdr-plugin-fritzbox-1.5.3.orig/Makefile
++++ vdr-plugin-fritzbox-1.5.3/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-fritzbox-1.5.3/debian/patches/series 
vdr-plugin-fritzbox-1.5.3/debian/patches/series
--- vdr-plugin-fritzbox-1.5.3/debian/patches/series     2019-07-19 
08:11:14.000000000 +0200
+++ vdr-plugin-fritzbox-1.5.3/debian/patches/series     2019-07-26 
15:28:11.000000000 +0200
@@ -1,2 +1,3 @@
 boost-1.67.diff
 format-security.patch
+cross.patch
diff --minimal -Nru vdr-plugin-fritzbox-1.5.3/debian/rules 
vdr-plugin-fritzbox-1.5.3/debian/rules
--- vdr-plugin-fritzbox-1.5.3/debian/rules      2019-07-19 08:11:14.000000000 
+0200
+++ vdr-plugin-fritzbox-1.5.3/debian/rules      2019-07-26 15:28:31.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-fritzbox
Source-Version: 1.5.4-1
Done: Tobias Grimm <et...@debian.org>

We believe that the bug you reported is fixed in the latest version of
vdr-plugin-fritzbox, 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-fritzbox 
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: Mon, 20 Dec 2021 16:27:39 +0100
Source: vdr-plugin-fritzbox
Architecture: source
Version: 1.5.4-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: 933084 998892
Changes:
 vdr-plugin-fritzbox (1.5.4-1) unstable; urgency=medium
 .
   [ Helmut Grohne ]
   * Fix FTCBFS: Use the host architecture pkg-config. (Closes: #933084)
 .
   [ Tobias Grimm ]
   * New upstream version 1.5.4
   * Drop libcommoncpp2-dev build dependency (Closes: #998892)
   * Update patches
   * Disable building tests
   * Update debian/watch to version 4
Checksums-Sha1:
 755378007bf6a21c50d98212d17082a37ed14ea2 2214 vdr-plugin-fritzbox_1.5.4-1.dsc
 7b7d64a5837e6595b77ca503a15ecfcb1c01090f 1072094 
vdr-plugin-fritzbox_1.5.4.orig.tar.gz
 f211f4512f74654edfcc94ea73b19412aef919c9 4720 
vdr-plugin-fritzbox_1.5.4-1.debian.tar.xz
 43f78f120fde1c879ed6f772e8e752e5975b79ba 6923 
vdr-plugin-fritzbox_1.5.4-1_amd64.buildinfo
Checksums-Sha256:
 60b25c5df639e4836e5a9f55f96a48c117d0159ebe8bb2db9a21f8f4092b8f8a 2214 
vdr-plugin-fritzbox_1.5.4-1.dsc
 115c9711e259beb05c648d71ded345748efee44280e79a34c3ef77017c97e75b 1072094 
vdr-plugin-fritzbox_1.5.4.orig.tar.gz
 bce962cf5b2c45e3b3ad18317ffdcd00332955ee1fad5e666bc4cf4592628c74 4720 
vdr-plugin-fritzbox_1.5.4-1.debian.tar.xz
 b198f5f9bd2540589d73e6dd258ffa2748f419d25ed2754a49cb97959b0252a2 6923 
vdr-plugin-fritzbox_1.5.4-1_amd64.buildinfo
Files:
 d73b54726e5f956fb82a11ced5276279 2214 video optional 
vdr-plugin-fritzbox_1.5.4-1.dsc
 1c6b9f692c24302f625c3650d362c275 1072094 video optional 
vdr-plugin-fritzbox_1.5.4.orig.tar.gz
 e038403cb692edae826330ec4924e57e 4720 video optional 
vdr-plugin-fritzbox_1.5.4-1.debian.tar.xz
 140ef4d1ec1dd634a1a097a6ef1a8f84 6923 video optional 
vdr-plugin-fritzbox_1.5.4-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEV6STX5IhiI/eNxSi1i5PWwQTkLwFAmHC0eMACgkQ1i5PWwQT
kLyRQw/6A9lgE+AgN4swarILNRmtKkeTCAcb4tJxAqscTD0OyaDvD03WefH7OZ6Y
8BSfRhyYpZ87jlaePaYIpmY0Cgjork6qaxcUw7phDyDN/CoOGNrPBBaNj3RufpBe
qWgSw0ghCRuWK5n/cHatJ+9EU+so+Sk7FmgFAvOLS78Y6cZWLiuShh71U5zL7K06
HgIgbRPUbu0mugtnfzL2PbWEcs0+7fA1+bYfWRVhqiK/5Hu59Dmm17Dbi0slcQKp
6ghxi+txn9vJboDY8Z58xCUUGrBjlCD1YJwkxnuF2i3F9FcvlTFt+iOZeX5NOSfV
N2AhkYYv/7LP74QbgY+FYe6kdGHtiT2mUJlVAE/c24ZPKVhLMOz7D/dI2v5oQgX/
7GmDO7eaZ16mtYVTsGCAYF8s/AutAJ0aLT0mB/FZBfaDc7Ktan0Mpz8yTqLy4UYW
XHrg1JWcdvzxKyaASvyBJhc+8Lz5sBvXxsSBIrc1mPbnZFOJAVYueXvFo0GhuGbc
Che3YPtfUY4h0Ieq6G+CNEU1m6oRpybuGJAk3I5plHQnd46R7pZu6wKBCKjwtSiU
hlCFPonNyVelu4OhuZhEdK+uWiWsRxHe1lIG4vkXUDt1X8IM4HKqnwhqX3VG+wxb
OF79XZsNieCak1i6k6XwXcDbiboC3NRIYq1rEEMVe/+ZPQ8VscM=
=mcg5
-----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