Hello

Vagrant Cascadian kirjoitti 25.5.2026 klo 7.06:
On 2026-05-25, Tommi Höynälänmaa wrote:
On Sun, 24 May 2026 17:25:37 +0300
=?UTF-8?B?VG9tbWkgSMO2eW7DpGzDpG5tYWE=?=<[email protected]> wrote:
  > Bug #1133150 is causing autoremoval of several of the packages I
  > maintain in June. As you are the maintainer of guile-lib are you going
  > to fix the bug? I can help you with this if you want.
  >
  >      - Tommi
  >
  >

I'm planning to make a NMU for this.
I have not had the time to look into it; If you have a fix, please
propose it!

Probably no need to NMU...


live well,
   vagrant


The fix is attached. You should also add gettext (>= 0.26) to Build-Depends. I attached the new control file, too.

- Tommi

--
Kotisivu / Homepage:http://www.iki.fi/tohoyn/
Sähköposti / E-Mail:[email protected]
GPG-sormenjälki / GPG fingerprint:
55F4 2477 7155 3528 5CB2 2B7A BB86 1FDE 4046 0F83
FT, Debian-ylläpitäjä / PhD, Debian Maintainer
From: =?utf-8?b?VG9tbWkgSMO2eW7DpGzDpG5tYWE=?= <[email protected]>
Date: Mon, 25 May 2026 07:12:58 +0300
Subject: Fixed aclocal flags

---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 9d3c81e..f222928 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -33,7 +33,7 @@ SUBDIRS = 		\
 	examples	\
 	unit-tests
 
-ACLOCAL_AMFLAGS = -I m4
+ACLOCAL_AMFLAGS = -I m4 -I /usr/share/gettext/m4
 
 EXTRA_DIST = \
 	AUTHORS				\
Source: guile-lib
Section: lisp
Priority: optional
Maintainer: Vagrant Cascadian <[email protected]>
Standards-Version: 4.7.2
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 guile-3.0-dev,
 texinfo,
 gettext (>= 0.26)
Homepage: https://www.nongnu.org/guile-lib/
Vcs-Browser: https://salsa.debian.org/debian/guile-lib
Vcs-Git: https://salsa.debian.org/debian/guile-lib.git

Package: guile-library
Architecture: any
Depends: ${misc:Depends},
 guile-3.0
Multi-Arch: same
Description: Library of useful Guile modules
 A set of various-purpose library modules for Guile. Covered areas include:
 .
  * Unit testing framework ala JUnit
  * Logging system
  * String routines (wrapping, completion, soundex algorithm)
  * OS process chains (think "shell pipes in scheme")
  * ANSI escape sequence text coloring
  * A thread-safe message queue
  * Routines to perform topological sorts
  * Neil Van Dyke's permissive ("pragmatic") HTML parser
  * Nifty and concise regular expression routines
  * Classic search functions

Reply via email to