Your message dated Sun, 24 May 2026 17:50:50 +0000
with message-id <[email protected]>
and subject line Bug#1117668: fixed in libayatana-appindicator 0.5.94-1.1
has caused the Debian Bug report #1117668,
regarding libayatana-appindicator FTCBFS: fails running gtk-doc scanner
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.)


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

libayatana-appindicator fails to cross build from source, because it 
fails running the gtk-doc scanner. Fortunately, documentation has been 
separated to a -doc package and therefore running it is not necessary 
during an arch-only build. Just disabling it fixes the cross build. I'm 
attaching a patch for your convenience. It slightly speeds up arch-only 
builds while not affecting the binary output (in a reproducible builds 
sense).

Helmut
diff -Nru libayatana-appindicator-0.5.94/debian/changelog 
libayatana-appindicator-0.5.94/debian/changelog
--- libayatana-appindicator-0.5.94/debian/changelog     2025-03-12 
09:33:12.000000000 +0100
+++ libayatana-appindicator-0.5.94/debian/changelog     2025-10-06 
14:04:57.000000000 +0200
@@ -1,3 +1,10 @@
+libayatana-appindicator (0.5.94-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Disable gtkdoc in the arch-only build. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]>  Mon, 06 Oct 2025 14:04:57 +0200
+
 libayatana-appindicator (0.5.94-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru libayatana-appindicator-0.5.94/debian/rules 
libayatana-appindicator-0.5.94/debian/rules
--- libayatana-appindicator-0.5.94/debian/rules 2023-10-29 10:10:53.000000000 
+0100
+++ libayatana-appindicator-0.5.94/debian/rules 2025-10-06 14:04:57.000000000 
+0200
@@ -10,8 +10,12 @@
 
 API_VERSION = 0.1
 
+DO_PACKAGES := $(shell dh_listpackages)
+
 CONFIGURE_COMMON_FLAGS = -DENABLE_TESTS=ON -DENABLE_BINDINGS_MONO=OFF
-CONFIGURE_FLAGS_gtk3 = -DFLAVOUR_GTK3=ON -DENABLE_GTKDOC=ON
+CONFIGURE_FLAGS_gtk3 = \
+       -DFLAVOUR_GTK3=ON \
+       -DENABLE_GTKDOC=$(if $(filter 
libayatana-appindicator-doc,$(DO_PACKAGES)),ON,OFF)
 
 export DPKG_GENSYMBOLS_CHECK_LEVEL = 4
 
@@ -41,7 +45,9 @@
        rm -rf debian/tmp/*/usr/lib/mono
        rm -rf debian/tmp/*/usr/share/vala/vapi/ayatana-appindicator*-0.1.deps
        mkdir -p debian/tmp/gtk3/usr/share/doc/libayatana-appindicator3-dev/
+ifneq ($(filter libayatana-appindicator-doc,$(DO_PACKAGES)),)
        mv debian/tmp/gtk3/usr/share/gtk-doc/html/libayatana-appindicator3 
debian/tmp/gtk3/usr/share/doc/libayatana-appindicator3-dev/html
+endif
 
        ln -s libayatana-appindicator3.so   
debian/tmp/gtk3/usr/lib/$(DEB_HOST_MULTIARCH)/libappindicator3.so
        ln -s libayatana-appindicator3.so.1 
debian/tmp/gtk3/usr/lib/$(DEB_HOST_MULTIARCH)/libappindicator3.so.1

--- End Message ---
--- Begin Message ---
Source: libayatana-appindicator
Source-Version: 0.5.94-1.1
Done: Simon McVittie <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libayatana-appindicator, 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.
Simon McVittie <[email protected]> (supplier of updated libayatana-appindicator 
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: Sun, 10 May 2026 13:25:49 +0100
Source: libayatana-appindicator
Architecture: source
Version: 0.5.94-1.1
Distribution: unstable
Urgency: medium
Maintainer: Ayatana Packagers <[email protected]>
Changed-By: Simon McVittie <[email protected]>
Closes: 955911 1117668 1131260
Changes:
 libayatana-appindicator (0.5.94-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload
 .
   [ Mike Gabriel ]
   * debian/control: Add more Multi-Arch: {same,foreign} declarations.
     Thanks, Multi-Arch Hinter.
 .
   [ Simon McVittie ]
   * d/patches/series: Apply the patch.
     This file was present in the 0.5.94-1 upload to the archive, but
     not in the packaging git repo.
   * d/control: Use ${gir:Depends} in -dev package instead of hard-coding.
     This avoids mistakes, and will make it easier to implement the <!nogir>
     build-profile at a later date, if desired.
   * d/control: Add ${gir:Provides} to -dev package.
     This ensures that it will provide the appropriate systematic name
     derived from its .gir file, and signals that it was not built with
     GObject-Introspection disabled (which is not currently set up,
     but could be added later via the nogir build-profile).
   * d/control: Explicitly build-depend on gir1.2-*-dev packages.
     These virtual package names can be mechanically derived from the uses
     of --include=GObject-2.0 and --include=Gtk-3.0 in the build system,
     and are the preferred way to ensure that the required GIR XML is
     present at build-time.
   * d/control: Drop obsolete B-D on libgirepository1.0-dev.
     This transitional package can't be multiarch-friendly for historical
     reasons. In this package, its only value was to pull in the code
     generation tools and GLib's own GIR XML, but those are now depended
     on via gobject-introspection and gir1.2-gobject-2.0-dev respectively.
     (Closes: #1131260)
   * d/control: Drop obsolete B-D on libdbus-glib-dev (Closes: #955911)
 .
   [ Helmut Grohne ]
   * Fix FTCBFS: Disable gtkdoc in the arch-only build (Closes: #1117668)
Checksums-Sha1:
 c7fbb1894f42a7095f69c80aad73ca96ecb570b7 2722 
libayatana-appindicator_0.5.94-1.1.dsc
 4476f1a12bf849cbccaa494fcacafd145682676d 19244 
libayatana-appindicator_0.5.94-1.1.debian.tar.xz
 74985146b6e5235158fb0fb570e35b3e00dd43bd 17366 
libayatana-appindicator_0.5.94-1.1_source.buildinfo
Checksums-Sha256:
 b1a18e4444add6f9101769b38609263c59af4aa8f2ffe2ed544eb4151cc4d508 2722 
libayatana-appindicator_0.5.94-1.1.dsc
 cb5abfb54203a849596a362ee61415c437534a3c39b3be503611ad37517c8ba3 19244 
libayatana-appindicator_0.5.94-1.1.debian.tar.xz
 c152ccee41251536f7b34e551e80e948c51dbb5129faf88e7f1db243336d513f 17366 
libayatana-appindicator_0.5.94-1.1_source.buildinfo
Files:
 090b3f51db3a98f9986c9e59ad18a3e5 2722 libs optional 
libayatana-appindicator_0.5.94-1.1.dsc
 f0c9a50b88bbcf8c701069f48b4e645b 19244 libs optional 
libayatana-appindicator_0.5.94-1.1.debian.tar.xz
 4790f03f1e00c35720b9af7cd63a9f0b 17366 libs optional 
libayatana-appindicator_0.5.94-1.1_source.buildinfo

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

iQIzBAEBCgAdFiEEegc60a5pT6Jb/2LlI1wJnT6zMHYFAmoAt5gACgkQI1wJnT6z
MHabzRAAqARsixVURXpVlJ141b1x0+1RwID6Ia+6jgkPavLqsu2Ec9MhMO1tuP4f
9g41F46x6Xe8vyfDyuHMPhyul1yR2ck1DYqXqlLDIC4z5FrFXeKHE0PvVwriJRjq
Z9pTPxnapm375ZSRQUBUva8wD1Ohz0mJ+Ad43kxCwqn4zymzPUpttKoAPARa6s9s
ofE3GKIcGm3LvErSYcfb59jP29Lo9cftd/CZVyDowwsLV2G7N5NeXysFYW6TdpkK
q2OuKzpTRcneRevZZ6Xwxr8e/xIC+Ft9b0ZeJ3QKhlLqD+BxUfwKJh+nHT2dzDMV
RrPul7j9BrStRFNF723p5kh+6rvr6LW+mFTO7VSX57CzPU47eSvniJOF+Ln385Cj
mOTU1pjM8fOG9cnthf8EJSYunow88+FS7hbOvlWMoXnMtIVVWQmZkouRArEiZuPj
i3+xKtz+XqfDhnfR6xeM/0cgDTl5S6Z/58fkojAft1JO7vf/8fJcQO04iYyTCUQh
O6ci+3aGjiXasDKnJVQeoGtHRI0z5SxlchC4hc3F651GjYnZST1TXjuvbm1qAze4
RRR85qFnQX6fG6i+kLeGfLP4MD8pMqjM2y3sZfYeR4hFbS7hcZYH4XLgvd9f1cP2
Mjtnh6PAZJ4FtLE+2tSNveKWLuK+v55wXNnCrDMsnvyBKWL2Tyg=
=Vvma
-----END PGP SIGNATURE-----

Attachment: pgpqtmJb_3G2h.pgp
Description: PGP signature


--- End Message ---

Reply via email to