Your message dated Tue, 20 Sep 2016 10:22:55 +0000
with message-id <e1bmicv-0007ph...@franck.debian.org>
and subject line Bug#838207: fixed in libzapojit 0.0.3-3
has caused the Debian Bug report #838207,
regarding move pkg-config file zapojit-0.0.pc to a multiarch path
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.)


-- 
838207: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838207
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libzapojit
Version: 0.0.3-1
Tags: patch
Control: affects -1 + src:gnome-online-miners
User: helm...@debian.org
Usertags: rebootstrap

gnome-online-miners fails to cross build from source, because it cannot
find zapojit-0.0.pc. During cross compilation, pkg-config does not
consider /usr/lib/pkgconfig. Please move zapojit-0.0.pc to a multiarch
path. The attached patch achieves that by adding a suitable --libdir.
Beyond moving the files it does not try to add more multiarch
capabilities, but that would be welcome nonetheless. Please consider
applying it.

Helmut
diff --minimal -Nru libzapojit-0.0.3/debian/changelog 
libzapojit-0.0.3/debian/changelog
--- libzapojit-0.0.3/debian/changelog   2013-03-24 14:26:26.000000000 +0100
+++ libzapojit-0.0.3/debian/changelog   2016-09-18 14:49:31.000000000 +0200
@@ -1,3 +1,10 @@
+libzapojit (0.0.3-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Pass multiarch --libdir to configure. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Sun, 18 Sep 2016 14:49:10 +0200
+
 libzapojit (0.0.3-1) unstable; urgency=low
 
   * New upstream release.
diff --minimal -Nru libzapojit-0.0.3/debian/gir1.2-zpj-0.0.install 
libzapojit-0.0.3/debian/gir1.2-zpj-0.0.install
--- libzapojit-0.0.3/debian/gir1.2-zpj-0.0.install      2012-06-25 
04:13:44.000000000 +0200
+++ libzapojit-0.0.3/debian/gir1.2-zpj-0.0.install      2016-09-18 
14:52:28.000000000 +0200
@@ -1 +1 @@
-usr/lib/girepository-1.0/*.typelib
+usr/lib/*/girepository-1.0/*.typelib
diff --minimal -Nru libzapojit-0.0.3/debian/libzapojit-0.0-0.install 
libzapojit-0.0.3/debian/libzapojit-0.0-0.install
--- libzapojit-0.0.3/debian/libzapojit-0.0-0.install    2012-06-25 
03:57:22.000000000 +0200
+++ libzapojit-0.0.3/debian/libzapojit-0.0-0.install    2016-09-18 
14:49:42.000000000 +0200
@@ -1 +1 @@
-usr/lib/libzapojit*.so.*
+usr/lib/*/libzapojit*.so.*
diff --minimal -Nru libzapojit-0.0.3/debian/libzapojit-dev.install 
libzapojit-0.0.3/debian/libzapojit-dev.install
--- libzapojit-0.0.3/debian/libzapojit-dev.install      2012-06-25 
03:57:22.000000000 +0200
+++ libzapojit-0.0.3/debian/libzapojit-dev.install      2016-09-18 
14:49:51.000000000 +0200
@@ -1,4 +1,4 @@
 usr/include/libzapojit-*/zpj/
-usr/lib/libzapojit*.so
-usr/lib/pkgconfig/zapojit*
+usr/lib/*/libzapojit*.so
+usr/lib/*/pkgconfig/zapojit*
 usr/share/gir-1.0/*.gir
diff --minimal -Nru libzapojit-0.0.3/debian/rules libzapojit-0.0.3/debian/rules
--- libzapojit-0.0.3/debian/rules       2012-06-25 03:57:22.000000000 +0200
+++ libzapojit-0.0.3/debian/rules       2016-09-18 14:49:07.000000000 +0200
@@ -1,5 +1,6 @@
 #!/usr/bin/make -f
 
+include /usr/share/dpkg/architecture.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/utils.mk
@@ -14,3 +15,5 @@
 common-binary-predeb-arch:: list-missing
 
 DEB_DH_MAKESHLIBS_ARGS_$(libzapojit) = -- -c4
+
+DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)

--- End Message ---
--- Begin Message ---
Source: libzapojit
Source-Version: 0.0.3-3

We believe that the bug you reported is fixed in the latest version of
libzapojit, 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 838...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Biebl <bi...@debian.org> (supplier of updated libzapojit 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: SHA256

Format: 1.8
Date: Tue, 20 Sep 2016 11:51:08 +0200
Source: libzapojit
Binary: libzapojit-0.0-0 libzapojit-dev libzapojit-doc gir1.2-zpj-0.0
Architecture: source
Version: 0.0.3-3
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
<pkg-gnome-maintain...@lists.alioth.debian.org>
Changed-By: Michael Biebl <bi...@debian.org>
Description:
 gir1.2-zpj-0.0 - GObject introspection data for the libzapojit library
 libzapojit-0.0-0 - Library for accessing SkyDrive and Hotmail - shared 
libraries
 libzapojit-dev - Library for accessing SkyDrive and Hotmail - development files
 libzapojit-doc - Library for accessing SkyDrive and Hotmail - documentation
Closes: 734540 838207
Changes:
 libzapojit (0.0.3-3) unstable; urgency=medium
 .
   * Convert from cdbs to dh.
   * Convert to multiarch. (Closes: #838207)
   * Bump debhelper compat level to 10, for automatic autoreconf.
     (Closes: #734540)
   * Override dh_gnome to use --no-gnome-versions. The package does not yet
     follow the typical GNOME versioning scheme.
   * Bump Standards-Version to 3.9.8.
Checksums-Sha1:
 71dc1cf6b5337c2d74cce2e6c4fd4fcec19dc969 2595 libzapojit_0.0.3-3.dsc
 b0646321147ac8c4cfa7220ae12d9eb3b05cdf73 3176 libzapojit_0.0.3-3.debian.tar.xz
Checksums-Sha256:
 a6fdf51e131aa393be9792c2c982a16607a8c182aaa6b8e4f4786c14087c0fc0 2595 
libzapojit_0.0.3-3.dsc
 ae98476d5b208f633b77eebdb91065a6486e3d12387481528f2eb22f01f39755 3176 
libzapojit_0.0.3-3.debian.tar.xz
Files:
 ce77a84bfeffe4fd9ce287e29a9693cf 2595 libs optional libzapojit_0.0.3-3.dsc
 1b27659d31a5b455289ee3e10d60f7c3 3176 libs optional 
libzapojit_0.0.3-3.debian.tar.xz

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

iQIuBAEBCAAYBQJX4QavERxiaWVibEBkZWJpYW4ub3JnAAoJEGrh3w1gjyLcaXUP
/i9Uy88iWixPdy8L9mXmpDbYBA+HHJSwvv+4GCzXuFLnTyd8SA6JEq+AgYBpn4BJ
MYpa0t7z0z6ypNIYNPzk51Qixkf6YEa2XGCD+AJXpilY4z6nUJQi5Ao5VysFBncW
HNY1qV6VErTAH6p0P5f1tKhKWK8NHT3pdz4ofYiW7e4xtZ0irsZFwKVfM1p0Mws3
pHXXMFnseO6tBkiQKh53AxVMuPPo95NL9vYw2nLAdM/Hee4xA7PboB1oKE6GOIzI
dgOOk6q7eN2ZJI0+vVxI33IssOSgTDMj4UYcu2KLoyBMw89/3ns/4pNYjmgI7Q/0
lORb5Cu9Q44pKJCBAHUARR6AABVv3Itp2ppubHmldGfecxXbwdE4pSnie4Hus0Pj
cG3O6B+ww5BTzZz1RR01Fr9iBZo084WKL3m64cr5sj9aViL62/G/tAILsy2dXTFk
8e1V5jCQkqLPf4xz1X2Rt3sV5ncgY+w2U4EWhDEigInDjldCaTB84oRfbHyJjx6h
3T8hBOdEVMplGu3q2B4KAjXRwq+1oDlueRvnrv8rhu8KxeUZ8IJHZn5brjFtNXOO
KM0aVYig/puuM7zptDfhe3aWFVngiii9Om4keQM4hp6fAtxBOUEbhGyYv3WVnm/X
lFlFIizOQncSKJkoqFpmc7p1v53GkC91mWaC+tOdZ56y
=GEa0
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to