Your message dated Fri, 02 May 2025 15:34:36 +0000
with message-id <[email protected]>
and subject line Bug#1104428: fixed in brltty 6.7-3.1
has caused the Debian Bug report #1104428,
regarding brltty: FTBFS with GNUMAKEFLAGS=--shuffle=reverse
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.)


-- 
1104428: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1104428
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: brltty
Version: 6.7-1
Severity: minor
Tags: patch

Hi,

GNU Make now has a --shuffle option that simulates non-deterministic 
ordering of dependencies. See 
https://trofi.github.io/posts/238-new-make-shuffle-mode.html and also 
previous work in Debian by Santiago Vila: 
https://people.debian.org/~sanvila/make-shuffle/

brltty fails to build with GNUMAKEFLAGS=--shuffle=reverse.

This patch fixes it. There are two issues: one in debian/rules, and one
in the upstream Makefile.in.

diff -Nru brltty-6.7/debian/patches/fix-makefile-dep.patch 
brltty-6.7/debian/patches/fix-makefile-dep.patch
--- brltty-6.7/debian/patches/fix-makefile-dep.patch    1970-01-01 
00:00:00.000000000 +0000
+++ brltty-6.7/debian/patches/fix-makefile-dep.patch    2024-10-17 
18:32:36.000000000 +0000
@@ -0,0 +1,11 @@
+--- brltty-6.7.orig/Programs/Makefile.in
++++ brltty-6.7/Programs/Makefile.in
+@@ -1183,7 +1183,7 @@ install-tools: all-tools install-program
+ XBRLAPI_X11_AUTOSTART_FILE = 90xbrlapi
+ XBRLAPI_GDM_AUTOSTART_FILE = xbrlapi.desktop
+ 
+-install-xbrlapi: xbrlapi$X install-program-directory 
install-x11-autostart-directory install-gdm-autostart-directory
++install-xbrlapi: xbrlapi$X install-program-directory 
install-x11-autostart-directory install-gdm-autostart-directory 
install-man1-directory
+       $(INSTALL_PROGRAM) xbrlapi$X $(INSTALL_PROGRAM_DIRECTORY) 
+       $(INSTALL_DATA) $(BLD_TOP)$(DOC_DIR)/xbrlapi.1 $(INSTALL_MAN1_DIRECTORY)
+       $(INSTALL_DATA) $(BLD_TOP)Autostart/X11/$(XBRLAPI_X11_AUTOSTART_FILE) 
$(INSTALL_X11_AUTOSTART_DIRECTORY)
diff -Nru brltty-6.7/debian/patches/series brltty-6.7/debian/patches/series
--- brltty-6.7/debian/patches/series    2024-10-17 18:32:36.000000000 +0000
+++ brltty-6.7/debian/patches/series    2024-10-17 18:32:36.000000000 +0000
@@ -2,3 +2,4 @@
 40-no-update-pot.patch
 41-java-bytecode-compat.patch
 disable-synth-callback.patch
+fix-makefile-dep.patch
diff -Nru brltty-6.7/debian/rules brltty-6.7/debian/rules
--- brltty-6.7/debian/rules     2024-10-17 18:32:36.000000000 +0000
+++ brltty-6.7/debian/rules     2024-10-17 18:32:36.000000000 +0000
@@ -84,7 +84,7 @@
                $(DEB_CONFIGURE_OPTIONS)
 
 config-python: $(PYVERS:%=build-py%/config.status)
-build-py%/config.status:
+build-py%/config.status: configure acdir/config.sub acdir/config.guess
        mkdir -p build-py$*
        cd build-py$* && \
        PYTHON=/usr/bin/python$* \

--- End Message ---
--- Begin Message ---
Source: brltty
Source-Version: 6.7-3.1
Done: Samuel Thibault <[email protected]>

We believe that the bug you reported is fixed in the latest version of
brltty, 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.
Samuel Thibault <[email protected]> (supplier of updated brltty 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, 02 May 2025 17:30:21 +0200
Source: brltty
Architecture: source
Version: 6.7-3.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Accessibility Team <[email protected]>
Changed-By: Samuel Thibault <[email protected]>
Closes: 1104428 1104477
Changes:
 brltty (6.7-3.1) unstable; urgency=medium
 .
   [ Lucas Nussbaum ]
   * rules: Fix missing dependency (Closes: Bug#1104428)
 .
   [ Nuri Küçükler ]
   * turkish translation update of the debconf messages (Closes: Bug#1104477)
 .
   [ Sebastian Humenda ]
   * fix frequently occurring issue in the German translation
Checksums-Sha1:
 59a0bdbd616a3a4b021380a5a0fdde4004319909 3291 brltty_6.7-3.1.dsc
 4e7f39a602a4601ce81f2b29b584d3a03a131644 39148 brltty_6.7-3.1.debian.tar.xz
 a9634a073ce90364986968697929eeda582a4f97 17230 brltty_6.7-3.1_source.buildinfo
Checksums-Sha256:
 aa061852a5196e64b31ddfb6e4478edbc67151f33568434d0cf1e0605ac278c8 3291 
brltty_6.7-3.1.dsc
 6bb4f74288e266e78d458bf6b83a578ca5361b8bee10253f2dd3c60291d47b34 39148 
brltty_6.7-3.1.debian.tar.xz
 f0aacdea099e48ddd7c9b36c2d3dba81b5a4af5627202c767b40826c6d7e2f84 17230 
brltty_6.7-3.1_source.buildinfo
Files:
 df02baa83fa3df92f9cd2a29ef2fc527 3291 admin optional brltty_6.7-3.1.dsc
 3c63cf7b735a2e180e61292d7bd659aa 39148 admin optional 
brltty_6.7-3.1.debian.tar.xz
 5b3faeee769494cb0fd2dd14b2af1e64 17230 admin optional 
brltty_6.7-3.1_source.buildinfo

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

iQIzBAEBCgAdFiEEZTSF1IMOAGwT71n/aHTOWK4tfj8FAmgU5TYACgkQaHTOWK4t
fj/kmhAAkJ0a3fRwJ7EYkpntZGnrIq6yiO2tUI1rQYO/rsRtDiPbztR9RgZPc/zw
N7SfpA6Ykz3uBLUaQD0Ix97X1EXowkY/nF0rI+knCdpqQKl+ZPYtrXDoMfMUBmPf
pyzrBsR3qnSiBh4IrRAiCcnUVH3xgROlHgnhqhbXf940UNyLYU2QeFYvn+HlL/T9
4gHsSei7WGpaMICV33HkqDPUQnKx0d9wWMoh/k/4zScBStWCg/gMPMv59dqwDlDA
ikhOLdew1Q2bF8a5017IExfAZSbsMJ0mk+XqxJkhPTcnMEhJXmim+0z2m0pPKWyU
ARggz29F21Z47mxwRzec3u4msJVs45iaZTBb/cjaYpY/aiQ0NgXKwlIEMbXYMpuY
a9oS32AInfA6BSzz8w/eYz28RbNSIrXaYN4ra4B2yFXjX6vkNCwi3VC5fu1nAn7I
wIskMtl+zBfUyyP9464YeemfHszJ7i6EpZU53ogaHOdKNR9Ot32iHZtHhp5iuTAc
KV0d+ySMIiUl6pTROQN7q0Otm1bXfSGp+/w5j8TwoROSHJVVP3Mc6bVKURtlR8mW
I1fjrAaHzhZvAFGrqV98yHR5AvZD3hGUh4a/SQe9W+6P4qP2scDCpwiE+Hvs74Pv
te8sVfhGAYDuwkEOf0zzFDZrYd8mtRXRczcjwomUwd99rCIihpQ=
=rXvO
-----END PGP SIGNATURE-----

Attachment: pgpINPCEV5fCH.pgp
Description: PGP signature


--- End Message ---

Reply via email to