Your message dated Tue, 11 Nov 2025 22:59:51 +0000
with message-id <[email protected]>
and subject line Bug#1115555: fixed in hintview 2.3.0-1
has caused the Debian Bug report #1115555,
regarding hintview FTCBFS: builds for the build architecture
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.)


-- 
1115555: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1115555
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: hintview
Version: 2.1.0-1
Tags: patch
User: [email protected]
Usertags: ftcbfs

hintview fails to cross build from source, because it does not pass 
cross tools to make. The easiest way of doing so - using dh_auto_build - 
mostly fixes that except for pkg-config, which uses the non-standard 
PKGCONFIG variable rather than PKG_CONFIG. I suggest renaming it 
upstream. Please consider applying the attached patch.

Helmut
diff -Nru hintview-2.1.0/debian/changelog hintview-2.1.0/debian/changelog
--- hintview-2.1.0/debian/changelog     2024-12-09 21:53:34.000000000 +0100
+++ hintview-2.1.0/debian/changelog     2025-09-11 08:14:17.000000000 +0200
@@ -1,3 +1,12 @@
+hintview (2.1.0-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: (Closes: #-1)
+    + Let dh_auto_build pass cross tools to make.
+    + cross.patch: Use standard tool variables.
+
+ -- Helmut Grohne <[email protected]>  Thu, 11 Sep 2025 08:14:17 +0200
+
 hintview (2.1.0-1) unstable; urgency=medium
 
   * New upstream version, obsoletes patches.
diff -Nru hintview-2.1.0/debian/patches/cross.patch 
hintview-2.1.0/debian/patches/cross.patch
--- hintview-2.1.0/debian/patches/cross.patch   1970-01-01 01:00:00.000000000 
+0100
+++ hintview-2.1.0/debian/patches/cross.patch   2025-09-11 08:14:17.000000000 
+0200
@@ -0,0 +1,24 @@
+--- hintview-2.1.0.orig/Linux/Makefile
++++ hintview-2.1.0/Linux/Makefile
+@@ -6,16 +6,15 @@
+ 
+ ifeq ($(WITH_GTK),0)
+ 
++PKG_CONFIG ?= pkg-config
+ GTK_CFLAGS = -DWITH_GTK=0
+ GTL_LIBS = 
+ else ifeq ($(WITH_GTK),2)
+-PKGCONFIG = $(shell which pkg-config)
+-GTK_CFLAGS = $(shell $(PKGCONFIG) --cflags gtk+-2.0) -DWITH_GTK=2
+-GTK_LIBS = $(shell $(PKGCONFIG) --libs gtk+-2.0)
++GTK_CFLAGS = $(shell $(PKG_CONFIG) --cflags gtk+-2.0) -DWITH_GTK=2
++GTK_LIBS = $(shell $(PKG_CONFIG) --libs gtk+-2.0)
+ else ifeq ($(WITH_GTK),3)
+-PKGCONFIG = $(shell which pkg-config)
+-GTK_CFLAGS = $(shell $(PKGCONFIG) --cflags gtk+-3.0) -DWITH_GTK=3
+-GTK_LIBS = $(shell $(PKGCONFIG) --libs gtk+-3.0)
++GTK_CFLAGS = $(shell $(PKG_CONFIG) --cflags gtk+-3.0) -DWITH_GTK=3
++GTK_LIBS = $(shell $(PKG_CONFIG) --libs gtk+-3.0)
+ else
+ $(error "Valid values for WITH_GTK are 0, 2 or 3")
+ endif
diff -Nru hintview-2.1.0/debian/patches/series 
hintview-2.1.0/debian/patches/series
--- hintview-2.1.0/debian/patches/series        2024-12-09 21:40:57.000000000 
+0100
+++ hintview-2.1.0/debian/patches/series        2025-09-11 08:14:17.000000000 
+0200
@@ -1,2 +1,3 @@
 #add_GL.patch
 #manpage_section.patch
+cross.patch
diff -Nru hintview-2.1.0/debian/rules hintview-2.1.0/debian/rules
--- hintview-2.1.0/debian/rules 2023-10-31 19:57:44.000000000 +0100
+++ hintview-2.1.0/debian/rules 2025-09-11 08:14:17.000000000 +0200
@@ -18,7 +18,7 @@
        dh $@
 
 override_dh_auto_build:
-       cd Linux; WITH_GTK=3 make
+       WITH_GTK=3 dh_auto_build --sourcedirectory=Linux
 
 #override_dh_auto_configure:
 #      dh_auto_configure -- \

--- End Message ---
--- Begin Message ---
Source: hintview
Source-Version: 2.3.0-1
Done: Hilmar Preuße <[email protected]>

We believe that the bug you reported is fixed in the latest version of
hintview, 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.
Hilmar Preuße <[email protected]> (supplier of updated hintview 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, 11 Nov 2025 22:24:02 +0100
Source: hintview
Architecture: source
Version: 2.3.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian TeX Task Force <[email protected]>
Changed-By: Hilmar Preuße <[email protected]>
Closes: 1115555 1119442
Changes:
 hintview (2.3.0-1) unstable; urgency=medium
 .
   * New upstream version.
     - Fixes FTCBFS: (Closes: #1115555).
       Thanks to Helmut Grohne for report and creating the original
       patch.
 .
   * Better Desktop integration.
     - New MIME Type for .hnt files; associate hintview to that MIME Type.
     - Integrate into start menu + Icon for .hnt files.
   * Package build log passes blhc test (Closes: #1119442)
   * Bump Standards version, no changes needed.
Checksums-Sha1:
 6e0610defb21c2620cd05ab60464d4f834d6c75f 2187 hintview_2.3.0-1.dsc
 cd6009f086b2204c29f96970a9b8cf2b28e6b259 684536 hintview_2.3.0.orig.tar.xz
 bbf1bacc972bc12575536b0ce2ccb5904eb4d2d6 5716 hintview_2.3.0-1.debian.tar.xz
 bd19700bd7a2f0b5340fbdcfae36b3bd6624956d 5480 hintview_2.3.0-1_source.buildinfo
Checksums-Sha256:
 429c4d10e7f40eafa9d908ad84a9967977f2ac28aa8b3c2b6b7c932b66a02836 2187 
hintview_2.3.0-1.dsc
 10860c967f9c4b8cbd67dbb929bfb698247c161d1be9e66ca0459c16dc2519e8 684536 
hintview_2.3.0.orig.tar.xz
 47424e17a9357f2fc5efac020e2d5bb0919fbc03d4448e896b254b184850255f 5716 
hintview_2.3.0-1.debian.tar.xz
 18d1a5768a061acba4c9d30f28282b913d94d7bc5601cd11327acdaf5e6764ba 5480 
hintview_2.3.0-1_source.buildinfo
Files:
 47f216d609db284713adf3cc9fa91f09 2187 text optional hintview_2.3.0-1.dsc
 83f2c8a362781b5590029fd7d3837006 684536 text optional 
hintview_2.3.0.orig.tar.xz
 260bfd3f9664f663ef814afb79032ceb 5716 text optional 
hintview_2.3.0-1.debian.tar.xz
 50a563034e40413ae04b03be54c09ded 5480 text optional 
hintview_2.3.0-1_source.buildinfo

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

iQKTBAEBCgB9FiEEaXGmC/nkbIhxf16kxiZYRqvgLIsFAmkTqhRfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDY5
NzFBNjBCRjlFNDZDODg3MTdGNUVBNEM2MjY1ODQ2QUJFMDJDOEIACgkQxiZYRqvg
LIu63BAAphS9B4ewJ6Kk1+lsvpZPTg+rAq0V8/yMJ+eMh6T4qYKuJovwvG7Fuayc
+XtUkKmwy9l5psInRLVutNYnNZEozH5xIDL+DzfcdHmvnNNYLEiV5lD0CbYahYQJ
g6QeLt5V9sJyXjgIHVrmHlLRy3t4Z2mwNtPdhDaqBwGmOTzuoFxRCromzKIeJHQu
vMTCCpMfSI5abUXqBi2OpezAntxYUVII8Wk378Q65tQSrwizxa5tzv4TLE6Ak+Ax
7Iyqx8XXEeGJkF2fcmeZa2A0IPvS5fBLpLFvEdw3MNTvnc2ZiOjsBbMCMN7Vi63T
45lxX05OfcE7WS+/je4eiE2hgax8dQCx1W+YFN8/sRSzL+NSqcsnxDm7Jyzm+ov3
EUmA68CQPCok1ITKzeqYlKtVruau+0o1sm0cQ57runH2TbdzI5tyTXseoMxvfuWr
Aczo9em4llIFw2gKJhPhSqYmfrgbdkKX8ONJrg3e1OAT3OeA5H+xd7Aqu9ZuuGqg
TExTf9GCbJCLWa7ZdhwZlIzZeF4+Ht5h1DerBoLP8+Zo1lx99URXAeMr++s8t6io
uUbbMIHROekCIgRqMaXJNn0luO2tOglqQnjR88w26Gd5suxIvYnTJZb2/AUozYQY
nY0MsZX0te+9jbKzoH98MAdBDGr8qNcJx6VVZb/FKebAFdKqpXo=
=DPSz
-----END PGP SIGNATURE-----

Attachment: pgpiHWZTXTWUq.pgp
Description: PGP signature


--- End Message ---

Reply via email to