Your message dated Wed, 15 Dec 2021 18:06:47 +0000
with message-id <e1mxyfv-0006t0...@fasolo.debian.org>
and subject line Bug#933082: fixed in vdr-plugin-streamdev 0.6.1+git20180514-4
has caused the Debian Bug report #933082,
regarding vdr-plugin-streamdev 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.)


-- 
933082: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=933082
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: vdr-plugin-streamdev
Version: 0.6.1+git20180514-2
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

vdr-plugin-streamdev 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-streamdev-0.6.1+git20180514/debian/changelog 
vdr-plugin-streamdev-0.6.1+git20180514/debian/changelog
--- vdr-plugin-streamdev-0.6.1+git20180514/debian/changelog     2019-07-20 
06:09:21.000000000 +0200
+++ vdr-plugin-streamdev-0.6.1+git20180514/debian/changelog     2019-07-26 
15:22:38.000000000 +0200
@@ -1,3 +1,10 @@
+vdr-plugin-streamdev (0.6.1+git20180514-2.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:22:38 +0200
+
 vdr-plugin-streamdev (0.6.1+git20180514-2) unstable; urgency=medium
 
   * Build-depend on vdr-dev >= 2.4.1
diff --minimal -Nru 
vdr-plugin-streamdev-0.6.1+git20180514/debian/patches/cross.patch 
vdr-plugin-streamdev-0.6.1+git20180514/debian/patches/cross.patch
--- vdr-plugin-streamdev-0.6.1+git20180514/debian/patches/cross.patch   
1970-01-01 01:00:00.000000000 +0100
+++ vdr-plugin-streamdev-0.6.1+git20180514/debian/patches/cross.patch   
2019-07-26 15:22:36.000000000 +0200
@@ -0,0 +1,12 @@
+--- vdr-plugin-streamdev-0.6.1+git20180514.orig/Makefile
++++ vdr-plugin-streamdev-0.6.1+git20180514/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-streamdev-0.6.1+git20180514/debian/patches/series 
vdr-plugin-streamdev-0.6.1+git20180514/debian/patches/series
--- vdr-plugin-streamdev-0.6.1+git20180514/debian/patches/series        
2019-07-20 06:09:21.000000000 +0200
+++ vdr-plugin-streamdev-0.6.1+git20180514/debian/patches/series        
2019-07-26 15:22:17.000000000 +0200
@@ -1,2 +1,3 @@
 makefile_fix.patch
 locking-issue.patch
+cross.patch
diff --minimal -Nru vdr-plugin-streamdev-0.6.1+git20180514/debian/rules 
vdr-plugin-streamdev-0.6.1+git20180514/debian/rules
--- vdr-plugin-streamdev-0.6.1+git20180514/debian/rules 2019-07-20 
06:09:21.000000000 +0200
+++ vdr-plugin-streamdev-0.6.1+git20180514/debian/rules 2019-07-26 
15:22:38.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-streamdev
Source-Version: 0.6.1+git20180514-4
Done: Tobias Grimm <et...@debian.org>

We believe that the bug you reported is fixed in the latest version of
vdr-plugin-streamdev, 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-streamdev 
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:51:51 +0100
Source: vdr-plugin-streamdev
Architecture: source
Version: 0.6.1+git20180514-4
Distribution: unstable
Urgency: medium
Maintainer: Debian VDR Team <pkg-vdr-dvb-de...@lists.alioth.debian.org>
Changed-By: Tobias Grimm <et...@debian.org>
Closes: 933082
Changes:
 vdr-plugin-streamdev (0.6.1+git20180514-4) unstable; urgency=medium
 .
   [ Helmut Grohne ]
   * Fix FTCBFS: Use the host architecture pkg-config. (Closes: #933082)
 .
   [ Tobias Grimm ]
   * Depend on debhelper-compat (= 13)
   * Build-Depend on vdr >= 2.4.7
   * Update debian/watch to version 4
Checksums-Sha1:
 e4014a7b685877503f7b82cb12342f45e12eaa8d 2359 
vdr-plugin-streamdev_0.6.1+git20180514-4.dsc
 a180d329d212fd825027ccb6f77ae52c80a42a54 200711 
vdr-plugin-streamdev_0.6.1+git20180514.orig.tar.gz
 a4953d7cf3f06dbb3706c91d7cdf17278f88d683 7100 
vdr-plugin-streamdev_0.6.1+git20180514-4.debian.tar.xz
 e00efe4a9a24beb2def9689758b1c6f4e4623d63 7069 
vdr-plugin-streamdev_0.6.1+git20180514-4_amd64.buildinfo
Checksums-Sha256:
 252003de382b401547d73cf49524b8114df12ac89671b61a3c3b6fd800832358 2359 
vdr-plugin-streamdev_0.6.1+git20180514-4.dsc
 c1c0b1e3e89f63225547b23201438e4fadbf99bcb80c44e513bb32fa410fad9a 200711 
vdr-plugin-streamdev_0.6.1+git20180514.orig.tar.gz
 229ed5923fe3a5c0aa9773c9ec1a10dae06db6ee7142f69347dc53a9110da5e9 7100 
vdr-plugin-streamdev_0.6.1+git20180514-4.debian.tar.xz
 49a2e707221a0c131b11d8ca7aa8b0624ee58848a7d37ac0bb5b47f000759403 7069 
vdr-plugin-streamdev_0.6.1+git20180514-4_amd64.buildinfo
Files:
 fc18020fa95bd72aa354ab73db9f05c3 2359 video optional 
vdr-plugin-streamdev_0.6.1+git20180514-4.dsc
 5276bf5195092433a1f37dda469599c3 200711 video optional 
vdr-plugin-streamdev_0.6.1+git20180514.orig.tar.gz
 d9f8e5d70353398f82fb3a0c8f861c7a 7100 video optional 
vdr-plugin-streamdev_0.6.1+git20180514-4.debian.tar.xz
 c3132e926d62bc204265890d6781e2e3 7069 video optional 
vdr-plugin-streamdev_0.6.1+git20180514-4_amd64.buildinfo

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

iQIzBAEBCgAdFiEEV6STX5IhiI/eNxSi1i5PWwQTkLwFAmG6K5AACgkQ1i5PWwQT
kLwAOQ/+JfiBl8zg+vkD0X280peWP5cFDqmCEs/rCfBHQGYKPx61MEpi51jjFmGA
v6h0QZ3yYYUa28d47OHDC5NhtZ2fxdcnSoV1U7/yrK1/6FHXsiBENmtTN91OnOiL
fJzTYX3VvxjsOHqsF1HXsxBBK2vLlZeY0ONjgmDAgYtCXQ6MbPjid8yk6UCpAiYE
ro4FxkXIkmhCtQJCKnh7mpSNZuTnhPCsDh4E4biILEecUmg4DhYOd4ETEjTafWKK
A1IQrTsTucXUAaZjsrNYrdsY9nDU7foDkWcosNCN83cWorghesgJKZQPq98t6D4+
3+Don53AMU3zb6LzWYF5v/QyWUsP95oxMfAfJnLR7ZOM9qvXBh1UOe7B7hilKgvk
HDMT/k1wioyGKFLI31lKin0QPoVaXuoqFntrNZ7UQ79LAt2TlzeOx5k71uAPRgEh
It62EgtuF2Ue6/x6fmcKoxTyCbtFVVxhQKp++IkBnAVWv+u8Pxb8VA0ANjGwHAPC
/MmAxr3eDsvi03rmxoo78KaDiiZXnKFN7bWXIOi41QclhyucLO5PGRqieLISL7JC
f4SEispeUH/4ApctjQMhHno/SbT47dJlWc/emlsxuaRS5HmbpCI3/OoUYhAybu4n
xKmJOn0Zecll+8FCuhdWTIJEXxdX3dLh6UODrNkuvE4XgB7yfsk=
=6ilT
-----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