Your message dated Tue, 26 Dec 2017 17:04:47 +0000
with message-id <[email protected]>
and subject line Bug#865716: fixed in gperiodic 3.0.2-1
has caused the Debian Bug report #865716,
regarding gperiodic FTCBFS: fails finding gtk with 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.)


-- 
865716: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865716
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gperiodic
Version: 2.0.10-7
Tags: patch
User: [email protected]
Usertags: rebootstrap

gperiodic fails to cross build from source, because it uses the build
architecture pkg-config and thus fails finding the (host architecture)
gtk. Adding the host architecture triplet as a prefix to pkg-config
fixes the build. Please consider applying the attached patch.

Helmut
diff --minimal -Nru gperiodic-2.0.10/debian/changelog 
gperiodic-2.0.10/debian/changelog
--- gperiodic-2.0.10/debian/changelog   2012-05-02 22:36:59.000000000 +0200
+++ gperiodic-2.0.10/debian/changelog   2017-06-23 23:11:08.000000000 +0200
@@ -1,3 +1,10 @@
+gperiodic (2.0.10-7.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Use a triplet-prefixed pkg-config. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]>  Fri, 23 Jun 2017 23:11:08 +0200
+
 gperiodic (2.0.10-7) unstable; urgency=low
 
   * debian/patches/488461_update_Uun_and_Uuu.patch: Adjusted.
diff --minimal -Nru 
gperiodic-2.0.10/debian/patches/remove_DEPRECATED_flags_for_GTK_2_4.patch 
gperiodic-2.0.10/debian/patches/remove_DEPRECATED_flags_for_GTK_2_4.patch
--- gperiodic-2.0.10/debian/patches/remove_DEPRECATED_flags_for_GTK_2_4.patch   
2012-05-02 17:59:32.000000000 +0200
+++ gperiodic-2.0.10/debian/patches/remove_DEPRECATED_flags_for_GTK_2_4.patch   
2017-06-23 23:11:08.000000000 +0200
@@ -7,15 +7,16 @@
 diff -urNad gperiodic~/Makefile gperiodic/Makefile
 --- gperiodic~/Makefile        2007-07-11 14:58:05.000000000 +0200
 +++ gperiodic/Makefile 2008-06-30 14:45:51.000000000 +0200
-@@ -1,6 +1,9 @@
+@@ -1,6 +1,10 @@
  CC := gcc
 -CFLAGS := `pkg-config --cflags gtk+-2.0` -I. -DG_DISABLE_DEPRECATED 
-DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED
 -LIBS :=`pkg-config --libs gtk+-2.0`
++PKG_CONFIG ?= pkg-config
 +CFLAGS :=
 +LIBS :=
 +LDFLAGS :=
-+override CFLAGS += `pkg-config --cflags gtk+-2.0` -I. -DG_DISABLE_DEPRECATED 
-DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED
-+override LIBS += `pkg-config --libs gtk+-2.0`
++override CFLAGS += `$(PKG_CONFIG) --cflags gtk+-2.0` -I. 
-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED
++override LIBS += `$(PKG_CONFIG) --libs gtk+-2.0`
  bindir ?= /usr/bin
  datadir ?= /usr/share
  enable_nls ?= 1
diff --minimal -Nru gperiodic-2.0.10/debian/rules gperiodic-2.0.10/debian/rules
--- gperiodic-2.0.10/debian/rules       2012-05-02 17:59:32.000000000 +0200
+++ gperiodic-2.0.10/debian/rules       2017-06-23 23:11:06.000000000 +0200
@@ -1,7 +1,11 @@
 #!/usr/bin/make -f
 
+include /usr/share/dpkg/architecture.mk
+
 PACKAGE = gperiodic
 
+export PKG_CONFIG = $(DEB_HOST_GNU_TYPE)-pkg-config
+
 LDFLAGS ?=
 LDFLAGS += -Wl,-z,defs -Wl,--as-needed
 

--- End Message ---
--- Begin Message ---
Source: gperiodic
Source-Version: 3.0.2-1

We believe that the bug you reported is fixed in the latest version of
gperiodic, 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.
Graham Inggs <[email protected]> (supplier of updated gperiodic 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, 26 Dec 2017 16:42:06 +0000
Source: gperiodic
Binary: gperiodic
Architecture: source
Version: 3.0.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debichem Team <[email protected]>
Changed-By: Graham Inggs <[email protected]>
Description:
 gperiodic  - periodic table application
Closes: 214493 815427 865716
Changes:
 gperiodic (3.0.2-1) unstable; urgency=medium
 .
   * New upstream release (Closes: #214493, #815427)
   * Drop all patches included upstream
   * Migrate from SVN to Git
   * Update Homepage and debian/watch for move to SourceForge
   * Switch to debhelper 10
   * Switch to upstream's manpage
   * Remove trailing whitespace from debian/changelog, thanks Lintian
   * Remove gperiodic menu file, see #741573, use upstream's hicolor icons
   * Drop obsolete DM-Upload-Allowed field
   * Drop obsolete debian/gperiodic.dirs
   * Pass hardening CFLAGS and enable all hardening flags
   * Add myself to Uploaders
   * Fix FTCBFS: Use a triplet-prefixed pkg-config (Closes: #865716)
   * Update debian/copyright for DEP-5
   * Bump Standards-Version to 4.1.2, no further changes
Checksums-Sha1:
 d94227c5ed8f0f7fbe3cfbbdcd917ec6e2d33dd6 1982 gperiodic_3.0.2-1.dsc
 83f66fd96c3bc738b590a693a1e65e1ad107bb80 419954 gperiodic_3.0.2.orig.tar.gz
 d309b698b83abc0c0cb7098d61ce05265478de80 5712 gperiodic_3.0.2-1.debian.tar.xz
Checksums-Sha256:
 8105831d559dfcbf2e5840e4d252a9f41113293e9efc585bd689e5dfcb0149b7 1982 
gperiodic_3.0.2-1.dsc
 91c64b90dfd65c79e62a8a1413993d4dcc516b82a3395f4d0e5b1a5e4af25697 419954 
gperiodic_3.0.2.orig.tar.gz
 ad42562d160a5ce9dbd7cc03dbff7091bcdab2adfe683acffd854e178131fd42 5712 
gperiodic_3.0.2-1.debian.tar.xz
Files:
 4b88d2333275df14caa2228f8683543f 1982 science optional gperiodic_3.0.2-1.dsc
 e053b382c70ee942743b6ded927cc0ca 419954 science optional 
gperiodic_3.0.2.orig.tar.gz
 26fe74ee2101b68415f46c87d2b9b5e0 5712 science optional 
gperiodic_3.0.2-1.debian.tar.xz

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

iQIcBAEBCgAGBQJaQn2WAAoJEK/P7I5mnOHCnr0P/jtqxtvWk1omTqnwiw0TtfuK
qYvqC1T6MjEvCwnuCxlmie2ZTGHuOTAmq4BJANFZxuCJFAJukEFyNVB8ZbzmstUz
z2ilshtUXBLuKe0x8kM825cwbwvTxcrIU/6jng7iyOTspEYm4VRHKwC3Hw1YtGdZ
Np304BoxiQLtFNXQw+oBXPwPrWXT8J3NL53F8rCceQV2EDP9dZ6bAc5mbdG4hm9Q
rfK6yIv9kMBWC3yfYVZxMOOxZhkFCmfbGGmGoK7LyH9csQ5wsh59mSNY+MieBlCi
de3qi462/s/zNZDV/0NgL7tx6wSqpx7QJuVFFAm6koLyqUtc5orJVh+eltNkfnVL
ajZ6wgyUDVy5/mUCMidd6s4zfRoyKRxHzUBN9vUXuRghtVpaUAbrqatp0Uv8J3uP
7SHd6IIQgvr+RBI2MhlT2XlulqcaxyfH5CuWoK8IL2aEiK0VYdhqpi22B2UmFfK4
N+qxytgYBwLzRuRoudlLlxppSs21ojlBfNRfD8FPHadG8QjQImupyIDr35XT+WNU
U7D53axvfcLgEQ6YpQcs2u6D+gRq/F9C2bDnReBAaCnyeH4MN71/vbQ5eT1Zfe+e
Muk6BVZq1RFKFA+rLfvgt4TH5d1R7bY+gTxrWXYdA83Q/BILvbgrYf5YtAfpeYaj
CiaX1KlX4UgvSNjVdcuK
=Mc7d
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to