Your message dated Tue, 13 Sep 2016 10:06:00 +0000
with message-id <[email protected]>
and subject line Bug#837610: fixed in gupnp-av 0.12.8-3
has caused the Debian Bug report #837610,
regarding please install gupnp-av-1.0.pc in a multiarch location
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 [email protected]
immediately.)


-- 
837610: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=837610
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libgupnp-av-1.0-dev
Version: 0.12.8-2
Tags: patch
User: [email protected]
Usertags: rebootstrap

dleyna-server fails to cross build from source, because pkg-config does
not find gupnp-av-1.0.pc. That's due to cross pkg-config not considering
/usr/lib/pkgconfig, which is a deliberate choice by the pkg-config
maintainer. Thus libgupnp-av-1.0-dev needs to move its .pc file to a
multiarch location to be useful for cross compilation. The attached
patch does just that.

This patch/bug is not about multiarch in general. It may be feasible to
add Multi-Arch headers to debian/control after applying it, but that's
not required for making cross builds work. So this patch only does the
minimum amount of work to support cross builds. Making multiarch work is
welcome nonetheless.

Helmut
diff --minimal -Nru gupnp-av-0.12.8/debian/changelog 
gupnp-av-0.12.8/debian/changelog
--- gupnp-av-0.12.8/debian/changelog    2016-03-09 17:00:20.000000000 +0100
+++ gupnp-av-0.12.8/debian/changelog    2016-09-12 22:40:41.000000000 +0200
@@ -1,3 +1,10 @@
+gupnp-av (0.12.8-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Move gupnp-av-1.0.pc to a multiarch path (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]>  Mon, 12 Sep 2016 22:40:15 +0200
+
 gupnp-av (0.12.8-2) unstable; urgency=medium
 
   * debian/copyright: Updated and switched to DEP5 format
diff --minimal -Nru gupnp-av-0.12.8/debian/gir1.2-gupnp-av-1.0.install 
gupnp-av-0.12.8/debian/gir1.2-gupnp-av-1.0.install
--- gupnp-av-0.12.8/debian/gir1.2-gupnp-av-1.0.install  2016-03-09 
16:48:35.000000000 +0100
+++ gupnp-av-0.12.8/debian/gir1.2-gupnp-av-1.0.install  2016-09-12 
22:41:54.000000000 +0200
@@ -1 +1 @@
-usr/lib/girepository-1.0/GUPnPAV-1.0.typelib
+usr/lib/*/girepository-1.0/GUPnPAV-1.0.typelib
diff --minimal -Nru gupnp-av-0.12.8/debian/libgupnp-av-1.0-2.install 
gupnp-av-0.12.8/debian/libgupnp-av-1.0-2.install
--- gupnp-av-0.12.8/debian/libgupnp-av-1.0-2.install    2016-03-09 
16:48:35.000000000 +0100
+++ gupnp-av-0.12.8/debian/libgupnp-av-1.0-2.install    2016-09-12 
22:39:51.000000000 +0200
@@ -1,2 +1,2 @@
-usr/lib/*.so.*
+usr/lib/*/*.so.*
 usr/share/gupnp-av/*.xsd
diff --minimal -Nru gupnp-av-0.12.8/debian/libgupnp-av-1.0-dev.install 
gupnp-av-0.12.8/debian/libgupnp-av-1.0-dev.install
--- gupnp-av-0.12.8/debian/libgupnp-av-1.0-dev.install  2016-03-09 
16:48:35.000000000 +0100
+++ gupnp-av-0.12.8/debian/libgupnp-av-1.0-dev.install  2016-09-12 
22:39:58.000000000 +0200
@@ -1,7 +1,7 @@
 usr/include/gupnp-av-1.0/*
-usr/lib/*.so
-usr/lib/*.a
-usr/lib/pkgconfig/*
+usr/lib/*/*.so
+usr/lib/*/*.a
+usr/lib/*/pkgconfig/*
 usr/share/gir-1.0/GUPnPAV-1.0.gir
 usr/share/vala/vapi/gupnp-av-1.0.vapi
 usr/share/vala/vapi/gupnp-av-1.0.deps
diff --minimal -Nru gupnp-av-0.12.8/debian/rules gupnp-av-0.12.8/debian/rules
--- gupnp-av-0.12.8/debian/rules        2016-03-09 16:56:39.000000000 +0100
+++ gupnp-av-0.12.8/debian/rules        2016-09-12 22:39:38.000000000 +0200
@@ -1,5 +1,6 @@
 #! /usr/bin/make -f 
 
+include /usr/share/dpkg/architecture.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/utils.mk
@@ -9,5 +10,7 @@
 
 DEB_DH_MAKESHLIBS_ARGS_ALL := -V -- -c4
 
+DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
+
 common-binary-predeb-arch:: list-missing
 

--- End Message ---
--- Begin Message ---
Source: gupnp-av
Source-Version: 0.12.8-3

We believe that the bug you reported is fixed in the latest version of
gupnp-av, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Henriksson <[email protected]> (supplier of updated gupnp-av 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 [email protected])


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

Format: 1.8
Date: Tue, 13 Sep 2016 10:42:37 +0200
Source: gupnp-av
Binary: libgupnp-av-1.0-2 gir1.2-gupnp-av-1.0 libgupnp-av-1.0-dev 
libgupnp-av-doc
Architecture: source amd64 all
Version: 0.12.8-3
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
<[email protected]>
Changed-By: Andreas Henriksson <[email protected]>
Description:
 gir1.2-gupnp-av-1.0 - GObject introspection data for the GUPnP-AV library
 libgupnp-av-1.0-2 - Audio/Visual utility library for GUPnP
 libgupnp-av-1.0-dev - Audio/Visual utility library for GUPnP (development 
files)
 libgupnp-av-doc - Audio/Visual utility library for GUPnP (documentation)
Closes: 837610
Changes:
 gupnp-av (0.12.8-3) unstable; urgency=medium
 .
   [ Helmut Grohne ]
   * install gupnp-av-1.0.pc in a multiarch location (Closes: #837610)
 .
   [ Andreas Henriksson ]
   * Convert from cdbs to dh
   * Bump to debhelper compat 10 (automatic dh-autoreconf)
   * Bump Standards-Version to 3.9.8
   * Drop libgupnp-av-1.0-dbg in favor of automatic dbgsym
   * Add Build-Depends-Package field to symbols file
   * Drop *.la and use --fail-missing
Checksums-Sha1:
 f8dd1dd96611d0dd318629a119f03ae0dec9f71e 2331 gupnp-av_0.12.8-3.dsc
 5365421b4bf6042466c4f5d3394ac8dc0168cbd1 6936 gupnp-av_0.12.8-3.debian.tar.xz
 fed279b7098d47c5c567c1bb734eb06949128f53 13278 
gir1.2-gupnp-av-1.0_0.12.8-3_amd64.deb
 ff12dc9678b9a5009d029fafeb1c6f5c51a418eb 112192 
libgupnp-av-1.0-2-dbgsym_0.12.8-3_amd64.deb
 7e4344caa20cfa439788cd23be3b097106494fa5 63640 
libgupnp-av-1.0-2_0.12.8-3_amd64.deb
 43f08e69cb64d9f1fe9291b34d66c72096785ebc 80788 
libgupnp-av-1.0-dev_0.12.8-3_amd64.deb
 dcba990aef572d417af4327aa65eedcdebcac044 43658 libgupnp-av-doc_0.12.8-3_all.deb
Checksums-Sha256:
 5e5d1b55d629167522b07bef93e416304a6fceeb19500882e7e1932767b539de 2331 
gupnp-av_0.12.8-3.dsc
 337bd6b594f4cc830bfb1475664e8b16286626e45018dd8c5595531169acab7e 6936 
gupnp-av_0.12.8-3.debian.tar.xz
 7732a2c406397b0a5b93c5d7f9b25eddd9a1fa63320532171c949be6cfbc5564 13278 
gir1.2-gupnp-av-1.0_0.12.8-3_amd64.deb
 a6d6b165fe22d89b0c9cfbf2c8b8ab152503d96c511add021b57485f787d5d11 112192 
libgupnp-av-1.0-2-dbgsym_0.12.8-3_amd64.deb
 5ff55247557a9107211bb50496014a4eec627ceb19d56211ddbb61cabd2da891 63640 
libgupnp-av-1.0-2_0.12.8-3_amd64.deb
 4abd66fd066bb3fc3f3e941e3b30966428fd579c0df53ade231352cbd159edc4 80788 
libgupnp-av-1.0-dev_0.12.8-3_amd64.deb
 4f6500a733de1c465b4d3fe858f1332b573de7ba3c14509e6942dc0a2f1cbdc1 43658 
libgupnp-av-doc_0.12.8-3_all.deb
Files:
 887fdd3afe5e3e3e3969996524df8158 2331 libs optional gupnp-av_0.12.8-3.dsc
 1f622a4f517f5cc86c00027a06b1d55c 6936 libs optional 
gupnp-av_0.12.8-3.debian.tar.xz
 49dfd5d425d9309118dae87474655ccd 13278 introspection optional 
gir1.2-gupnp-av-1.0_0.12.8-3_amd64.deb
 8fe2f547aa2a2e0164ba0d496ccb4089 112192 debug extra 
libgupnp-av-1.0-2-dbgsym_0.12.8-3_amd64.deb
 b7cc45bb9f78ee1d49631b613be4b703 63640 libs optional 
libgupnp-av-1.0-2_0.12.8-3_amd64.deb
 a1e3d7b473a72caf7cca3b6123b44b75 80788 libdevel optional 
libgupnp-av-1.0-dev_0.12.8-3_amd64.deb
 4895c8bff26799d0031c8e7887a27db8 43658 doc optional 
libgupnp-av-doc_0.12.8-3_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJX170aAAoJEAvEfcZNE1MGMj8QAKfczcP3YjYdRp6i611QmmrK
Uj3wggu+bMOCVDj07s/4Gb3td/q4PxwipewSkAMaGRMS6ErsNkGeNxoTgJKgAft/
cj88Tk0W7zWycDMfkhQaWQkRlnSxhV+W0exfAZxoSamkedyUw+EgSTJm0aba+GaS
yKjwDMYXX9YPVg7lPu3eZzmYiXsK4QKUYGq3dW4Dxn3Akzl4pkqkiVH7dDzpInis
yJ4scvrWfjWbYmP5GCpLsS788fRZDsUxV1vr2UR37g+jYHMbez7ri1D0UVqaDSNF
wOoM2TYXyDg1JH7RNvo/+obfWP6oBikKeSycDBZxwBrCLGBBrYqNOcmsjOcdjVBb
0bvxMws/dkixAPsjc+uaoQvZh7j01kYCNJkABIYdogTJw/ST8TMwANZ/POiTRbjL
G4WARyLsiHcPtPI47iD5POHLaw9Qv35IUf1CzumWY+emCkv7CtgKyPNwCNzKQSQt
/vNyyW1GhVwJHwi6FmV1VElADq9St0mQmxLtb9dUM2z61rP1wvMaxvXvh7bK3oU4
zlbl0ZLGekDlPhRX5XZwapAkfHN6xNzHHIts+uomGeeW5lLaHZVIca/MxLzCRJwO
foWq5KmEmNt3fmmU5/tIv+FgMG/pAZS1K+8yqiEmQHAFE/tmogsDlrnEulVYoimV
tHazpux/eJ/PTKa6EMO7
=bSef
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to