Your message dated Sat, 13 Oct 2018 04:37:53 +0000
with message-id <[email protected]>
and subject line Bug#852793: fixed in libxdg-basedir 1.2.0-2
has caused the Debian Bug report #852793,
regarding move xdg-basedir.pc to 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.)


-- 
852793: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852793
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libxdg-basedir-dev
Version: 1.2.0-1
Tags: patch
User: [email protected]
Usertags: rebootstrap
Control: affects -1 + src:dunst

dunst fails to cross build from source, because xdg-basedir.pc cannot be
found. During cross compilation pkg-config does not search
/usr/lib/pkgconfig. Thus xdg-basedir.pc should be moved to
/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig. The easiest way of doing so is
passing a multiarch --libdir to configure and is what the attached patch
does. Please consider applying it.

Helmut
diff --minimal -Nru libxdg-basedir-1.2.0/debian/changelog 
libxdg-basedir-1.2.0/debian/changelog
--- libxdg-basedir-1.2.0/debian/changelog       2014-02-11 19:59:33.000000000 
+0100
+++ libxdg-basedir-1.2.0/debian/changelog       2017-01-27 12:36:17.000000000 
+0100
@@ -1,3 +1,10 @@
+libxdg-basedir (1.2.0-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Pass a multiarch --libdir to configure. Closes: #-1
+
+ -- Helmut Grohne <[email protected]>  Fri, 27 Jan 2017 12:36:17 +0100
+
 libxdg-basedir (1.2.0-1) unstable; urgency=medium
 
   * New upstream release
diff --minimal -Nru libxdg-basedir-1.2.0/debian/control 
libxdg-basedir-1.2.0/debian/control
--- libxdg-basedir-1.2.0/debian/control 2014-02-11 19:58:26.000000000 +0100
+++ libxdg-basedir-1.2.0/debian/control 2017-01-27 12:35:50.000000000 +0100
@@ -2,7 +2,7 @@
 Priority: optional
 Maintainer: Mark Nevill <[email protected]>
 Uploaders: Miriam Ruiz <[email protected]>
-Build-Depends: cdbs, debhelper (>= 7), dh-buildinfo, dh-autoreconf, doxygen
+Build-Depends: cdbs, debhelper (>= 8.1.3), dh-buildinfo, dh-autoreconf, doxygen
 Standards-Version: 3.9.5
 Section: libs
 Homepage: http://nevill.ch/libxdg-basedir
diff --minimal -Nru libxdg-basedir-1.2.0/debian/libxdg-basedir-dev.install 
libxdg-basedir-1.2.0/debian/libxdg-basedir-dev.install
--- libxdg-basedir-1.2.0/debian/libxdg-basedir-dev.install      2011-04-12 
23:35:23.000000000 +0200
+++ libxdg-basedir-1.2.0/debian/libxdg-basedir-dev.install      2017-01-27 
12:36:10.000000000 +0100
@@ -1,5 +1,5 @@
 usr/include/*
-usr/lib/lib*.a
-usr/lib/lib*.so
-usr/lib/pkgconfig/*
+usr/lib/*/lib*.a
+usr/lib/*/lib*.so
+usr/lib/*/pkgconfig/*
 usr/share/doc/libxdg-basedir-dev/html/*
diff --minimal -Nru libxdg-basedir-1.2.0/debian/libxdg-basedir1.install 
libxdg-basedir-1.2.0/debian/libxdg-basedir1.install
--- libxdg-basedir-1.2.0/debian/libxdg-basedir1.install 2010-07-28 
21:22:25.000000000 +0200
+++ libxdg-basedir-1.2.0/debian/libxdg-basedir1.install 2017-01-27 
12:36:14.000000000 +0100
@@ -1 +1 @@
-usr/lib/lib*.so.*
+usr/lib/*/lib*.so.*
diff --minimal -Nru libxdg-basedir-1.2.0/debian/rules 
libxdg-basedir-1.2.0/debian/rules
--- libxdg-basedir-1.2.0/debian/rules   2014-02-11 19:58:43.000000000 +0100
+++ libxdg-basedir-1.2.0/debian/rules   2017-01-27 12:34:29.000000000 +0100
@@ -5,6 +5,7 @@
 include /usr/share/cdbs/1/rules/autoreconf.mk
 
 DEB_MAKE_CHECK_TARGET=check
+DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
 
 install/libxdg-basedir-dev::
        mkdir -p debian/tmp/usr/share/doc/libxdg-basedir-dev/

--- End Message ---
--- Begin Message ---
Source: libxdg-basedir
Source-Version: 1.2.0-2

We believe that the bug you reported is fixed in the latest version of
libxdg-basedir, 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.
Miriam Ruiz <[email protected]> (supplier of updated libxdg-basedir 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: Sat, 13 Oct 2018 05:57:56 +0200
Source: libxdg-basedir
Binary: libxdg-basedir-dev libxdg-basedir1 libxdg-basedir1-dbg
Architecture: source amd64
Version: 1.2.0-2
Distribution: unstable
Urgency: medium
Maintainer: Mark Nevill <[email protected]>
Changed-By: Miriam Ruiz <[email protected]>
Description:
 libxdg-basedir-dev - Implementation of the XDG Base Directory Specifications 
(developm
 libxdg-basedir1 - Implementation of the XDG Base Directory Specifications
 libxdg-basedir1-dbg - Implementation of the XDG Base Directory Specifications 
(debuggin
Closes: 852793
Changes:
 libxdg-basedir (1.2.0-2) unstable; urgency=medium
 .
   * Upgraded Standards-Version from 3.9.5 to 4.2.1.2
   * Move xdg-basedir.pc to a multiarch location. Closes: #852793
     - Thanks to Helmut Grohne.
Checksums-Sha1:
 317964cbac5b74933d5c2dd8aed7ee660e660924 1998 libxdg-basedir_1.2.0-2.dsc
 904ded14c80c9d9dba863f743e605980057d2635 19060 
libxdg-basedir_1.2.0-2.debian.tar.xz
 e2ce6c887270e855ee4bd666545b3515faa3797f 88888 
libxdg-basedir-dev_1.2.0-2_amd64.deb
 7c73bf2735524995597cbdbde76d45cff0ec8473 19488 
libxdg-basedir1-dbg_1.2.0-2_amd64.deb
 61138a212039fdba3bed94e520849528eb3c598d 11208 
libxdg-basedir1_1.2.0-2_amd64.deb
 3851f227564b9b7624f92e5f5c01524bb8977114 6145 
libxdg-basedir_1.2.0-2_amd64.buildinfo
Checksums-Sha256:
 c6c89849861f91f0e31f4e57ab15d2a5948cf00909df3c5229dca4750b2cf0c7 1998 
libxdg-basedir_1.2.0-2.dsc
 57c4a0e1f063bbbd2fa9587610957ed2fea53a9db2bf896c35fb717f1e6fc917 19060 
libxdg-basedir_1.2.0-2.debian.tar.xz
 2bb5233bed5db27a3ea4b7f2fe9773b6c34926e5ad0aaa8f5e58cdfa2f9330d4 88888 
libxdg-basedir-dev_1.2.0-2_amd64.deb
 1c7aa4157a2ca5b182f99d7fa712499c3d9e4d4be4a8ed0ba6c05270c2d379c7 19488 
libxdg-basedir1-dbg_1.2.0-2_amd64.deb
 78e45210ce36e9a28be7a61717a6f728878f205b85ef3d26b06340c0db35316d 11208 
libxdg-basedir1_1.2.0-2_amd64.deb
 bfb555526a80dc4d0b87c5e8153ea32192300bf2e7611f78ba9fe7cc27ac9179 6145 
libxdg-basedir_1.2.0-2_amd64.buildinfo
Files:
 8c6c1f82d8ff2e0303533b844e72a0d3 1998 libs optional libxdg-basedir_1.2.0-2.dsc
 b42264f08cab3278a8e5e287fe61f2c7 19060 libs optional 
libxdg-basedir_1.2.0-2.debian.tar.xz
 c65c4bc0f9121c59e504f87d9b6c6857 88888 libdevel optional 
libxdg-basedir-dev_1.2.0-2_amd64.deb
 0ff48e1d0efd77439633a07c1d6d4e0f 19488 debug optional 
libxdg-basedir1-dbg_1.2.0-2_amd64.deb
 69fb077e6711efc40a13c59d2fc5b1c6 11208 libs optional 
libxdg-basedir1_1.2.0-2_amd64.deb
 7749af8349868f2d7b9a05e041280e03 6145 libs optional 
libxdg-basedir_1.2.0-2_amd64.buildinfo

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

iQIzBAEBCgAdFiEEde/EE4cQX/r0OS4CX45r4JKP+voFAlvBb9sACgkQX45r4JKP
+vq+0RAAj9fVFtQwdR5UyNDv1UGMyhMbHKthT1D3uTKHeMman/Owq/s8AOXXFlCc
rcdjU1CGBf49Gj6kjVAOSl/wauT/TEXXDPu3egR3IDlZC1bR0MNyKHWdUs/rsbWq
U9HXhsqNGVkCH11ErhdoE33gi4ImHqAwqtW2o6zfPVL9kMzgDjcGWFdf3MZufpbg
jMyGJFLE9LTlN+gMJbb4raWcLRxlCbRjJcaU7Gbud4QlPMUwQHTtG8f3jy5CAcPd
KdEpIEMhmDISR1WIMpDy1fsbPnLZxnQg0rFMMJ4BUEDJUx06mBCMQA1dC9h/tDji
aYCKiABYAn7tE+3CKQ1uueiPkCWpLYGTMj/If+j6HBvsu8Viwi2NzsQNzbrFtotx
dBQlDSnyEBOmd7shMMX0jSMHpk3uzs29XCg+gy8zTVuiZfIWbDv8EIA5MnsUtPtE
9T9JqJRROA4YxDpzlyhIZqXcX9Ds5r31aDO8sPDRwxeVVZ/34Jtv2mb0R6xRWySk
OvX0F/37clf6lOIgvTpGx6wA1gOtqBt4Fr28/DLDpMGu/uDGv/adu50P4AJxlKpf
SHcry7L5H2rNLwLpYAPe+0XEgxsXPvLwAYFa/W4O5FdH5cdRD5eJe9g72pfbXoPr
h6idUj9+cXeS9yv7AqHkL7eBys9VXJxheMj4mZTtTKz3s5nZzEA=
=KrI/
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to