Your message dated Sun, 29 Mar 2020 23:03:41 +0000
with message-id <e1jigxx-000cd3...@fasolo.debian.org>
and subject line Bug#949527: fixed in libgnomecanvasmm2.6 2.26.0-3.1
has caused the Debian Bug report #949527,
regarding libgnomecanvasmm-2.6-dev: move libgnomecanvasmm-2.6.pc to a multiarch 
location, also FTBFS
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.)


-- 
949527: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=949527
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libgnomecanvasmm-2.6-dev
Version: 2.26.0-3
Severity: serious
Justification: it also ftbfs
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs
Control: affects -1 + src:monster-masher

monster-masher fails to cross build from source, because it cannot find
libgnomecanvasmm-2.6.pc. During cross compilation, pkg-config happens to
not search /usr/lib/pkgconfig. Thus, we need to move
libgnomecanvasmm-2.6.pc to a multiarch location. While fixing that bug,
I also happend to fix a FTBFS in your package. Please consider applying
it.

Helmut
diff --minimal -Nru libgnomecanvasmm2.6-2.26.0/debian/changelog 
libgnomecanvasmm2.6-2.26.0/debian/changelog
--- libgnomecanvasmm2.6-2.26.0/debian/changelog 2018-08-31 22:03:11.000000000 
+0200
+++ libgnomecanvasmm2.6-2.26.0/debian/changelog 2020-01-21 17:10:04.000000000 
+0100
@@ -1,3 +1,11 @@
+libgnomecanvasmm2.6 (2.26.0-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Move libgnomecanvasmm-2.6.pc to a Multi-Arch location. (Closes: #-1)
+  * Fix FTBFS with newer doxygen.
+
+ -- Helmut Grohne <hel...@subdivi.de>  Tue, 21 Jan 2020 17:10:04 +0100
+
 libgnomecanvasmm2.6 (2.26.0-3) unstable; urgency=medium
 
   * New maintainer. (Closes: #885803)
diff --minimal -Nru libgnomecanvasmm2.6-2.26.0/debian/rules 
libgnomecanvasmm2.6-2.26.0/debian/rules
--- libgnomecanvasmm2.6-2.26.0/debian/rules     2018-08-31 22:03:07.000000000 
+0200
+++ libgnomecanvasmm2.6-2.26.0/debian/rules     2020-01-21 17:10:04.000000000 
+0100
@@ -7,6 +7,7 @@
 
 
 SHARED_PKG := $(shell sed -rn 
's/^Package:[[:space:]]*(libgnomecanvasmm-[0-9\.]+-[0-9][0-9a-z]*)[[:space:]]*$$/\1/p'
 debian/control)
+DEV_PKG := $(shell sed -rn 
's/^Package:[[:space:]]*(libgnomecanvasmm-[0-9\.]+-dev)[[:space:]]*$$/\1/p' 
debian/control)
 DOC_PKG := $(shell sed -rn 
's/^Package:[[:space:]]*(libgnomecanvasmm-[0-9\.]+-doc)[[:space:]]*$$/\1/p' 
debian/control)
 SHVER := 2.23.1
 
@@ -19,9 +20,13 @@
 DEB_INSTALL_DOCS_$(DOC_PKG) += -XMakefile -XDoxyfile
 DEB_INSTALL_EXAMPLES_$(DOC_PKG) += -XMakefile -X.deps -X.libs -X.o
 
+binary-post-install/$(DEV_PKG)::
+       mkdir debian/$(DEV_PKG)/usr/lib/$(DEB_HOST_MULTIARCH)
+       mv debian/$(DEV_PKG)/usr/lib/pkgconfig 
debian/$(DEV_PKG)/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig
+
 build/$(DOC_PKG)::
        $(MAKE) -C docs/reference
-       find docs/reference/html -name '*.md5' -print0 | xargs -0 rm -v
+       find docs/reference/html -name '*.md5' -print0 | xargs -r0 rm -v
 
 install/$(DOC_PKG)::
        $(MAKE) -C examples clean

--- End Message ---
--- Begin Message ---
Source: libgnomecanvasmm2.6
Source-Version: 2.26.0-3.1
Done: Sudip Mukherjee <sudipm.mukher...@gmail.com>

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

Debian distribution maintenance software
pp.
Sudip Mukherjee <sudipm.mukher...@gmail.com> (supplier of updated 
libgnomecanvasmm2.6 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: Sun, 29 Mar 2020 14:02:23 +0100
Source: libgnomecanvasmm2.6
Architecture: source
Version: 2.26.0-3.1
Distribution: unstable
Urgency: medium
Maintainer: Adrian Bunk <b...@debian.org>
Changed-By: Sudip Mukherjee <sudipm.mukher...@gmail.com>
Closes: 949527 954591
Changes:
 libgnomecanvasmm2.6 (2.26.0-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS. (Closes: #949527)
     - Thanks to Helmut Grohne.
   * Fix FTBFS. (Closes: #954591)
     - Use -f with rm to ignore nonexistent files.
Checksums-Sha1:
 08018d8a46d947cba73aa81fc1fc2f643f739fa1 2110 
libgnomecanvasmm2.6_2.26.0-3.1.dsc
 dc2a70390b14905f9a90052f2e94a39ca2af1d32 5896 
libgnomecanvasmm2.6_2.26.0-3.1.debian.tar.xz
 294ecce21801fafb92cda85ca8dfaa585f5e7666 11416 
libgnomecanvasmm2.6_2.26.0-3.1_source.buildinfo
Checksums-Sha256:
 3289bb57b89926beb94c6e72084ef13caa2e8612d5086f4ccb535e7457b753a8 2110 
libgnomecanvasmm2.6_2.26.0-3.1.dsc
 5227252b1afaf96ba37dd0392fa64ecd72b3084975c737f7a7f02f3b1b9e3b29 5896 
libgnomecanvasmm2.6_2.26.0-3.1.debian.tar.xz
 566f85435c9131560db4d14cc3875afcbd703c2039dff15aa41eb6ebf411b2b1 11416 
libgnomecanvasmm2.6_2.26.0-3.1_source.buildinfo
Files:
 cd926b2168fc74f5b56f4bafd64d1f34 2110 oldlibs optional 
libgnomecanvasmm2.6_2.26.0-3.1.dsc
 01cd45fee7b423d9c9fed3498489344d 5896 oldlibs optional 
libgnomecanvasmm2.6_2.26.0-3.1.debian.tar.xz
 e4a1932082cdccca3c0b655b37c11d11 11416 oldlibs optional 
libgnomecanvasmm2.6_2.26.0-3.1_source.buildinfo

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

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAl6BJwoACgkQweDZLphv
fH52Yw//YWadJffe+91ltfgNC5xn1aOzMhXWoEK5v67dsOVv+wLWqOKA0DipK/bY
9/VUzwkLw5tj5WOT+QJaHwQZYbtDwAxEHg3XYBzV7S99+lzuBkYuKiPFHHGroGxA
aiWpSUbAfYbYctU2BFEmRTJOuQ1WanBqaEinMR/vGD0oCMU4Ajc7DlFwdDS5QaN3
wJ82nT1mRzrs/lS7OF/fjtlFzJ7v7abLDzy5WOTYGUsO6BwCsB0LFdFVlzFN9GvM
8JuC7IiDfZ9vi2okm/U0upvf8SAMSMhO96f1RbTs1shoyvYZ3IFCwCXCsjvPQtF1
JfEC2qvsRZvXtG+q2nt6eAXOmDaKeb+uU7+OiiSMi+fLi8gXcKcM9wcypL2SUgi+
jviXZBjpHxR8lFa3nDkmWp0LUFAiInAoK6uXp8a+VrbDasO+NakzQPsNWhL0i9Ou
FxCAJVqMSU6DNfyfaPXxP8AwcryRDQ/eQfFscFu73F6ttqmQtQf1LN6uIRia8QR+
2ya+O7w0UBrHXi1iAsK9z8ssURr8DaDuXHUWmQwhTd84CdswHYTOvR1bAarDbvbe
jpl6HGfZcLC0/25P2gkWwbhYfQ+jCFg20PsPxCg0C784VyUJmxqibI4x0EPvH+EF
bK5cdODQfzNXglK74wHWCMG8rOLFJd/Vzb3XyJhKUb5u7nvx0b0=
=EuTf
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to