Your message dated Sat, 07 Nov 2020 22:00:08 +0000
with message-id <[email protected]>
and subject line Bug#911108: fixed in libexif-gtk 0.5.0-1
has caused the Debian Bug report #911108,
regarding libexif-gtk 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 [email protected]
immediately.)


-- 
911108: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911108
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libexif-gtk
Version: 0.4.0-2
Tags: patch upstream
User: [email protected]
Usertags: rebootstrap

libexif-gtk fails to cross build from source, because it uses the build
architecture pkg-config (via AC_PATH_PROG). Switching to AC_PATH_TOOL
fixes that. The attached patch implements that and makes libexif-gtk
cross buildable. A better solution would be replacing GP_PKG_CONFIG with
the upstream macro PKG_PROG_PKG_CONFIG, but they behave subtly
different. Meanwhile please consider fixing the cross build failure
using my patch.

Helmut
--- libexif-gtk-0.4.0.orig/m4m/gp-pkg-config.m4
+++ libexif-gtk-0.4.0/m4m/gp-pkg-config.m4
@@ -19,7 +19,7 @@
 fi
 
 dnl AC_REQUIRE([PKG_CHECK_MODULES])
-AC_PATH_PROG([PKG_CONFIG],[pkg-config],[false])
+AC_PATH_TOOL([PKG_CONFIG],[pkg-config],[false])
 if test "$PKG_CONFIG" = "false"; then
 AC_MSG_ERROR([
 *** Build requires pkg-config

--- End Message ---
--- Begin Message ---
Source: libexif-gtk
Source-Version: 0.5.0-1
Done: Hugh McMaster <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libexif-gtk, 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.
Hugh McMaster <[email protected]> (supplier of updated libexif-gtk 
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: Fri, 06 Nov 2020 22:11:44 +1100
Source: libexif-gtk
Binary: libexif-gtk-dev libexif-gtk3-5 libexif-gtk3-5-dbgsym libexif-gtk5 
libexif-gtk5-dbgsym
Architecture: source amd64
Version: 0.5.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian PhotoTools Maintainers 
<[email protected]>
Changed-By: Hugh McMaster <[email protected]>
Description:
 libexif-gtk-dev - Library providing GTK+ widgets to display/edit EXIF tags 
(develop
 libexif-gtk3-5 - Library providing GTK+ 3.0 widgets to display/edit EXIF tags
 libexif-gtk5 - Library providing GTK+ 2.0 widgets to display/edit EXIF tags
Closes: 911108 967573
Changes:
 libexif-gtk (0.5.0-1) experimental; urgency=medium
 .
   [ Hugh McMaster ]
   * New upstream version:
     - Fix cross-compilation with pkg-config (Closes: #911108).
   * Add a GTK+ 3.0 build (Closes: #967573).
   * Remove deprecated debian/compat file.
   * debian/changelog: Trim trailing whitespace.
   * debian/copyright: Update for libexif-gtk 0.5.0.
   * debian/control:
     - Use debhelper-compat version 13.
     - Emmanuel Bouthenot and Frederic Peters have stepped down as Uploaders.
       Thank you for maintaining libexif-gtk.
     - Add Hugh McMaster as an Uploader.
     - Sort Build-Depends list.
     - Build-Depend on libgtk-3-dev.
     - Remove autopoint from the Build-Depends list, as it is pulled in
       automatically as a dependency of dh-autoreconf.
     - Raise Standards-Version from 4.1.3 to 4.5.0 (no changes needed).
     - Declare Rules-Requires-Root: no.
     - Add a new package: libexif-gtk3-5.
     - libexif-gtk-dev now depends on libexif-dev and libgtk-3-dev.
     - Trim trailing whitespace.
   * debian/patches:
     - Drop existing patches (all issues fixed in this version).
     - Add gettext-gtk-version.patch: Include the GTK version suffix in the
       package name passed to the GP_GETTEXT_HACK macro.
   * debian/rules:
     - Don't install the outdated upstream ChangeLog.
     - Simplify and clean up rules.
   * debian/source/options: Ignore changes to po files.
   * libexif-gtk3-5:
     - Install libexif-gtk3 shared objects.
   * libexif-gtk3-5.symbols: Add for GTK+ 3.0 build.
   * libexif-gtk-dev:
     - Install libexif-gtk3 pkg-config file.
     - Don't install libexif-gtk3.la.
     - Reorder .install file entries.
   * Rename libexif-gtk5-dev.docs to libexif-gtk-dev.docs.
   * Add debian/gbp.conf.
   * Add debian/not-installed file.
   * Add debian/upstream/metadata file.
 .
   [ Andreas Metzler ]
   * Build against GTK+ 2.0 and 3.0 to allow rdep(s) to migrate.
   * libexif-gtk3-5: Install GTK+ 3.0 files only.
   * libexif-gtk-dev: Install all pkg-config files.
Checksums-Sha1:
 cebeae3e6a837abb405d1689b06f1430463f1280 2163 libexif-gtk_0.5.0-1.dsc
 cee4a952d3069432f70081e006b4aeb0fab7ebfd 56462 libexif-gtk_0.5.0.orig.tar.gz
 46955a8b8380638cb59227155d087918d925cfb0 6408 libexif-gtk_0.5.0-1.debian.tar.xz
 3118f9af9e0fed53b465375d7352efac3ff3f641 47868 
libexif-gtk-dev_0.5.0-1_amd64.deb
 4c5826cbf41842744e02b9f1fd18731ce98decb3 93316 
libexif-gtk3-5-dbgsym_0.5.0-1_amd64.deb
 673ce2b3e8b2b549e45a43afbc44ed5a99e5cb4b 40388 libexif-gtk3-5_0.5.0-1_amd64.deb
 cadf3426e79f261b80e9d8fd6220f1a537180955 101632 
libexif-gtk5-dbgsym_0.5.0-1_amd64.deb
 eb144d04a492786e0ad927d3eca88dbf7e0253cb 39976 libexif-gtk5_0.5.0-1_amd64.deb
 a96f0756cc17d9e4fab3fb649cdc0e7dff1fc7f0 14883 
libexif-gtk_0.5.0-1_amd64.buildinfo
Checksums-Sha256:
 4ceced1c66eadaa193295ff23b07fd2255a8903a76964a1e4f9ed8d3b8f2b81f 2163 
libexif-gtk_0.5.0-1.dsc
 aa3affebb338d55d1d7e9d02078b4634f95ae9b42361d193fdff30e516c47b59 56462 
libexif-gtk_0.5.0.orig.tar.gz
 e90f0d7ebd225dfa02c29ce7a3c8d7ac5ae956bdb998d7c278f8eb721b9d11ba 6408 
libexif-gtk_0.5.0-1.debian.tar.xz
 da55a288b0860f284d866690d65c5c7069a9c8516c038cc7c76e44d8935ccd99 47868 
libexif-gtk-dev_0.5.0-1_amd64.deb
 3cdc61729a49464e06d10ee3f8d932ea78fd776170967706c17a6fe7598593e4 93316 
libexif-gtk3-5-dbgsym_0.5.0-1_amd64.deb
 d2a114ba782d4dbbb91ef574817ff0cb06e3c1157a9d2bb43e1956e499beb415 40388 
libexif-gtk3-5_0.5.0-1_amd64.deb
 a23dddc2033305a723176dc48f2d4659f4ec336419c9ff7f27d9f35fb0307109 101632 
libexif-gtk5-dbgsym_0.5.0-1_amd64.deb
 6685c90d6ecf8def31b9be4e27d238b2d4ea8e0767f229bbe3efeac790516a43 39976 
libexif-gtk5_0.5.0-1_amd64.deb
 24514f9dea7119fc3972421ec10b862b43cb722e5d0ff998e3fe9315d2b14df1 14883 
libexif-gtk_0.5.0-1_amd64.buildinfo
Files:
 ae16f3f96b9943f8e5703a893a2212a2 2163 libs optional libexif-gtk_0.5.0-1.dsc
 39ff9a635044a6472a71f63b0272d344 56462 libs optional 
libexif-gtk_0.5.0.orig.tar.gz
 d1e7e26c9d7d219d9d0e4393ec2a16be 6408 libs optional 
libexif-gtk_0.5.0-1.debian.tar.xz
 071f76027afbf717a3563091566b1106 47868 libdevel optional 
libexif-gtk-dev_0.5.0-1_amd64.deb
 c15accbe1e27dfef7814f2e230fc5d24 93316 debug optional 
libexif-gtk3-5-dbgsym_0.5.0-1_amd64.deb
 e6ee8d03030ffb9105ba900a9b0f04e1 40388 libs optional 
libexif-gtk3-5_0.5.0-1_amd64.deb
 2261956fb5d931efa2921ad0c132eb40 101632 debug optional 
libexif-gtk5-dbgsym_0.5.0-1_amd64.deb
 a91f0a59a096060b10ca3c6bf0febd5e 39976 libs optional 
libexif-gtk5_0.5.0-1_amd64.deb
 dec74e3a60dc71756847d6d9010cad60 14883 libs optional 
libexif-gtk_0.5.0-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEE0uCSA5741Jbt9PpepU8BhUOCFIQFAl+m1T4ACgkQpU8BhUOC
FISNXw//Sx+t/2oF1vmchalpZhjmufuxfzZ7TLVYaN+6jIg3cd21nXNze5fuOmaF
GKOGW9jCenIHnDLK3fGYBd241/RofXqGuN2zovIsIGUXadMPQY3EE4YcxroqNGG3
UDVN0EZ+bOW4Wa9XwxsgPu8QSQZXqwDpaGIgvJdCDL/AAMhJTk5/m2NBAlG79qer
/6fUdDri6b7nkz3FdqAmuvENoKfBDc6v1RUJe9JDrDUsIF/pJ4VxInMGOWhrAT0F
GnIO3nkWuCsPvSII7ycLO2DAhAL5zfBUyMphDVWhEzTW/Q8S3x6tnGL5BkUKiR6M
Y0v9n4YiiOCe2eSjhA9r38MIk63kMo7fpQNYBFEUUpolZQAu/JSLDvh3Ga8KiFsr
9CcNdT2Sfe6VjhssHkAc8oQzj+XvOawnT2mPkChRea2LvNFd7jcWFnnjZM648tNF
ZlX8tKHY8drTrdQvky2WceLNX8tOrvM1XzhuTFEEwyYY5eutwjVcNC5cRu2mhgS3
qZ2lN+BSttPDwgpaiw0flMVQ4XKdgEjrxtWTrMwkeVJdSZRjMXgy8uTu27LRiXjm
k4IqXW+FzTNr67M/7v1lQmVjf8ZoojwQAUtcN7xfMwyUsNmWWhVpu7zKXtYkp5MP
u4OfihV9FZuDrjmLkOzLgxVWg/ZjjG83q8PKbHqQyiLKuQX/18A=
=k2rF
-----END PGP SIGNATURE-----

--- End Message ---
-- 
Pkg-phototools-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-phototools-devel

Reply via email to