Your message dated Wed, 15 Dec 2021 18:06:42 +0000
with message-id <e1mxyfq-0006s6...@fasolo.debian.org>
and subject line Bug#932933: fixed in vdr-plugin-skinenigmang 
0.1.2+git20190720-3
has caused the Debian Bug report #932933,
regarding vdr-plugin-skinenigmang 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 ow...@bugs.debian.org
immediately.)


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

vdr-plugin-skinenigmang fails to cross build from source, because it
uses the build architecture pkg-config and thus fails finding its
dependencies. The attached patch makes it use the host architecture
pkg-config and it thus becomes cross buildable. Please consider applying
the patch.

Helmut
diff --minimal -Nru vdr-plugin-skinenigmang-0.1.2+git20190720/debian/changelog 
vdr-plugin-skinenigmang-0.1.2+git20190720/debian/changelog
--- vdr-plugin-skinenigmang-0.1.2+git20190720/debian/changelog  2019-07-20 
06:00:11.000000000 +0200
+++ vdr-plugin-skinenigmang-0.1.2+git20190720/debian/changelog  2019-07-24 
21:53:19.000000000 +0200
@@ -1,3 +1,10 @@
+vdr-plugin-skinenigmang (0.1.2+git20190720-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Use a triplet-prefixed pkg-config. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Wed, 24 Jul 2019 21:53:19 +0200
+
 vdr-plugin-skinenigmang (0.1.2+git20190720-1) unstable; urgency=medium
 
   * New Upstream Snapshot (commit 995b108)
diff --minimal -Nru 
vdr-plugin-skinenigmang-0.1.2+git20190720/debian/patches/cross.patch 
vdr-plugin-skinenigmang-0.1.2+git20190720/debian/patches/cross.patch
--- vdr-plugin-skinenigmang-0.1.2+git20190720/debian/patches/cross.patch        
1970-01-01 01:00:00.000000000 +0100
+++ vdr-plugin-skinenigmang-0.1.2+git20190720/debian/patches/cross.patch        
2019-07-24 21:53:17.000000000 +0200
@@ -0,0 +1,30 @@
+--- vdr-plugin-skinenigmang-0.1.2+git20190720.orig/Makefile
++++ vdr-plugin-skinenigmang-0.1.2+git20190720/Makefile
+@@ -127,19 +127,21 @@
+ 
+ OBJS = $(PLUGIN).o enigma.o config.o logo.o tools.o status.o texteffects.o 
setup.o font.o
+ 
++PKG_CONFIG ?= pkg-config
++
+ ifdef HAVE_IMAGEMAGICK
+ OBJS += bitmap.o
+ ifneq ($(HAVE_IMAGEMAGICK), GRAPHICS)
+-LIBS += $(shell pkg-config --libs Magick++)
+-INCLUDES += $(shell pkg-config --cflags Magick++)
++LIBS += $(shell $(PKG_CONFIG) --libs Magick++)
++INCLUDES += $(shell $(PKG_CONFIG) --cflags Magick++)
+ else
+-LIBS += $(shell pkg-config --libs GraphicsMagick++)
+-INCLUDES += $(shell pkg-config --cflags GraphicsMagick++)
++LIBS += $(shell $(PKG_CONFIG) --libs GraphicsMagick++)
++INCLUDES += $(shell $(PKG_CONFIG) --cflags GraphicsMagick++)
+ endif
+ endif
+ 
+-INCLUDES += $(shell pkg-config --cflags freetype2)
+-LIBS += $(shell pkg-config --libs freetype2)
++INCLUDES += $(shell $(PKG_CONFIG) --cflags freetype2)
++LIBS += $(shell $(PKG_CONFIG) --libs freetype2)
+ 
+ ### The main target:
+ 
diff --minimal -Nru 
vdr-plugin-skinenigmang-0.1.2+git20190720/debian/patches/series 
vdr-plugin-skinenigmang-0.1.2+git20190720/debian/patches/series
--- vdr-plugin-skinenigmang-0.1.2+git20190720/debian/patches/series     
2019-07-20 06:00:11.000000000 +0200
+++ vdr-plugin-skinenigmang-0.1.2+git20190720/debian/patches/series     
2019-07-24 21:52:29.000000000 +0200
@@ -1,2 +1,3 @@
 fix-imagemagick-path.patch
 use-pkg-config-for-freetype.diff
+cross.patch
diff --minimal -Nru vdr-plugin-skinenigmang-0.1.2+git20190720/debian/rules 
vdr-plugin-skinenigmang-0.1.2+git20190720/debian/rules
--- vdr-plugin-skinenigmang-0.1.2+git20190720/debian/rules      2019-07-20 
06:00:11.000000000 +0200
+++ vdr-plugin-skinenigmang-0.1.2+git20190720/debian/rules      2019-07-24 
21:53:19.000000000 +0200
@@ -2,9 +2,10 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
-
+-include /usr/share/dpkg/buildtools.mk
+PKG_CONFIG ?= pkg-config
 MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale 
HAVE_IMAGEMAGICK=1
-CXXFLAGS += $(shell pkg-config vdr --variable=cxxflags)
+CXXFLAGS += $(shell $(PKG_CONFIG) vdr --variable=cxxflags)
 
 %:
        dh $@ --with vdrplugin

--- End Message ---
--- Begin Message ---
Source: vdr-plugin-skinenigmang
Source-Version: 0.1.2+git20190720-3
Done: Tobias Grimm <et...@debian.org>

We believe that the bug you reported is fixed in the latest version of
vdr-plugin-skinenigmang, 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 932...@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-skinenigmang 
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 18:43:23 +0100
Source: vdr-plugin-skinenigmang
Architecture: source
Version: 0.1.2+git20190720-3
Distribution: unstable
Urgency: medium
Maintainer: Debian VDR Team <pkg-vdr-dvb-de...@lists.alioth.debian.org>
Changed-By: Tobias Grimm <et...@debian.org>
Closes: 932933
Changes:
 vdr-plugin-skinenigmang (0.1.2+git20190720-3) unstable; urgency=medium
 .
   [ Helmut Grohne ]
   * Fix FTCBFS: Use a triplet-prefixed pkg-config. (Closes: #932933)
 .
   [ Tobias Grimm ]
   * Depend on debhelper-compat (= 13)
   * Build-Depend on vdr >= 2.4.7
   * Update debian/watch to version 4
Checksums-Sha1:
 bc660fca13fa393fab4860c33a586db6ab9083e5 2271 
vdr-plugin-skinenigmang_0.1.2+git20190720-3.dsc
 6cdbf993dfe49866c3264998db8d3dea8bfa393d 95154 
vdr-plugin-skinenigmang_0.1.2+git20190720.orig.tar.gz
 040933f6e878919ea9338de04dbe91fd949b1614 4636 
vdr-plugin-skinenigmang_0.1.2+git20190720-3.debian.tar.xz
 5d9b710e7674beb38017bd28535839c9dfd357bf 11444 
vdr-plugin-skinenigmang_0.1.2+git20190720-3_amd64.buildinfo
Checksums-Sha256:
 f4bf63d5526bc7733571f05dd3bd3d6fc6dba3df89c6b902900759fb3c507ddf 2271 
vdr-plugin-skinenigmang_0.1.2+git20190720-3.dsc
 20ae0c8ee28b9ff9abdfcab428ee090c89fc1157c7c29e8ba3f053ab41429bf3 95154 
vdr-plugin-skinenigmang_0.1.2+git20190720.orig.tar.gz
 9956966c43b1df41272d1618124f8b995ab6f61bde2df58ac3cca493085dfbd4 4636 
vdr-plugin-skinenigmang_0.1.2+git20190720-3.debian.tar.xz
 d998c62bc79812404b0d550a8f2a167bef1679354a822c580eb46f2eba09c231 11444 
vdr-plugin-skinenigmang_0.1.2+git20190720-3_amd64.buildinfo
Files:
 3822ee4977c5d89d1f216dafbeba1ec3 2271 video optional 
vdr-plugin-skinenigmang_0.1.2+git20190720-3.dsc
 bb5ef293f7bf9096065cbe02d7c153e8 95154 video optional 
vdr-plugin-skinenigmang_0.1.2+git20190720.orig.tar.gz
 4b08690d25af1bbf1f8acfc775fcea83 4636 video optional 
vdr-plugin-skinenigmang_0.1.2+git20190720-3.debian.tar.xz
 dad38281a65907e41daecbb8807450a4 11444 video optional 
vdr-plugin-skinenigmang_0.1.2+git20190720-3_amd64.buildinfo

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

iQIzBAEBCgAdFiEEV6STX5IhiI/eNxSi1i5PWwQTkLwFAmG6KZ4ACgkQ1i5PWwQT
kLyiKA/+J0yQISiAcMLlap9gArnCjBhQWPvk9wEErvvK9tRBGt2jE0mB8qsHMpmo
guC380Z/CNLcYvCJ/ToyOKrR56q3sBw3ZhtHU22aO6EHQJN0RjyxcOjw4pgM2ocx
2plQTsI4us21HCNgOOOxVyO5beqS9Z4jZSlQ5dviP3qhjLNl7mvFrrs57cbmWCEu
nvZy6RTfua4xmFr3VdLXoA2DExWnHFDXK/z2vYMjtFVq72Dx0HKbnYR3D1+6WcaF
O4/wSfBjf0yhbfpD1XKj/WARaEzdMaiXeYigoqlXvjQMkC/Hhk4oKFP1zwbj+x6c
1KIgWlPfLI6dfWPl1MoBocIvVKDk4ogo7wb078CSjuT51HbpHUqLbBieO/z+hVx3
IA1MHa6Hp/UzLm7PkHqZnxe8kwc5BE8mJAPQpliqXU5JFXTmY+ek8pSO7JX8Nhlf
bZpShD2in8nQfJG1wKAxMlz8Mht0J9Y6ASLYmcjIiVoplCTgBr9/2Rlt13aqSmSl
G90P46iY/kFy75U/AP+esZozJ830tvP9NwWAoH4Yk1wdoWGV85ZJpEGu7IzfrrFU
6SbY6DQG2rrdPYVj3H3OcllGKMHaArzZP0qKPbG/a9Vxa9hS8Co5MXIMmv3T3r4E
Gf1d+xz+NwhsexLCoKOaeHGh8jUwE38NRQEW2E4F8uchajsz8cU=
=4dTc
-----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