Your message dated Fri, 25 Jul 2025 14:34:08 +0000
with message-id <[email protected]>
and subject line Bug#1097153: fixed in lcas 1.3.20-1
has caused the Debian Bug report #1097153,
regarding lcas: ftbfs with GCC-15
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.)


-- 
1097153: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097153
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:lcas
Version: 1.3.19-2.1
Severity: important
Tags: sid forky
User: [email protected]
Usertags: ftbfs-gcc-15

[This bug is NOT targeted to the upcoming trixie release]

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.

The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/lcas_1.3.19-2.1_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.

To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other Common build failures are new warnings resulting in build failures
with -Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-15/porting_to.html

[...]
      |                              ^~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/usr/include/globus -I../interface 
-I./grid_credential_handling/gsi_handling/ 
-I./grid_credential_handling/x509_handling/ -D ALLOW_EMPTY_CREDENTIALS -D 
DEBUG_LEVEL=0 -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall -O -Wuninitialized 
-Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Winline 
-Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls 
-Wshadow -Wpointer-arith -Wno-long-long -DLCAS_ETC_HOME=\"/etc/lcas/lcas\" 
-DLCAS_LIB_HOME=\"/usr/lib\" -DLCAS_MOD_HOME=\"/usr/lib/lcas\" -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/lcas-1.3.19=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c 
grid_credential_handling/x509_handling/lcas_x509_utils.c -o 
grid_credential_handling/x509_handling/lcas_x509_utils.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     
-I/usr/include/globus  -I../interface 
-I./grid_credential_handling/gsi_handling/ 
-I./grid_credential_handling/x509_handling/ -D ALLOW_EMPTY_CREDENTIALS -D 
DEBUG_LEVEL=0 -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall -O -Wuninitialized 
-Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Winline 
-Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls 
-Wshadow -Wpointer-arith -Wno-long-long -D'LCAS_ETC_HOME="/etc/lcas/lcas"' 
-D'LCAS_LIB_HOME="/usr/lib"' -D'LCAS_MOD_HOME="/usr/lib/lcas"' -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/lcas-1.3.19=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o lcas_db_read.lo lcas_db_read.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/usr/include/globus -I../interface 
-I./grid_credential_handling/gsi_handling/ 
-I./grid_credential_handling/x509_handling/ -D ALLOW_EMPTY_CREDENTIALS -D 
DEBUG_LEVEL=0 -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall -O -Wuninitialized 
-Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Winline 
-Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls 
-Wshadow -Wpointer-arith -Wno-long-long -DLCAS_ETC_HOME=\"/etc/lcas/lcas\" 
-DLCAS_LIB_HOME=\"/usr/lib\" -DLCAS_MOD_HOME=\"/usr/lib/lcas\" -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/lcas-1.3.19=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c lcas_db_read.c  -fPIC -DPIC -o 
.libs/lcas_db_read.o
lcas_db_read.c: In function 'lcas_db_fill_entry':
lcas_db_read.c:240:27: warning: the comparison will always evaluate as 'true' 
for the address of 'pluginname' will never be NULL [-Waddress]
  240 |     if (entry->pluginname != NULL)
      |                           ^~
In file included from lcas_db_read.c:55:
_lcas_db_read.h:75:31: note: 'pluginname' declared here
   75 |     char                      pluginname[LCAS_MAXPATHLEN+1]; /*!< Name 
of authorization plugin/module */
      |                               ^~~~~~~~~~
lcas_db_read.c:248:27: warning: the comparison will always evaluate as 'true' 
for the address of 'pluginargs' will never be NULL [-Waddress]
  248 |     if (entry->pluginargs != NULL)
      |                           ^~
_lcas_db_read.h:76:31: note: 'pluginargs' declared here
   76 |     char                      pluginargs[LCAS_MAXARGSTRING+1]; /*!< 
Argument list to be passed to authorization plugin/module */
      |                               ^~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/usr/include/globus -I../interface 
-I./grid_credential_handling/gsi_handling/ 
-I./grid_credential_handling/x509_handling/ -D ALLOW_EMPTY_CREDENTIALS -D 
DEBUG_LEVEL=0 -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall -O -Wuninitialized 
-Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Winline 
-Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls 
-Wshadow -Wpointer-arith -Wno-long-long -DLCAS_ETC_HOME=\"/etc/lcas/lcas\" 
-DLCAS_LIB_HOME=\"/usr/lib\" -DLCAS_MOD_HOME=\"/usr/lib/lcas\" -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/lcas-1.3.19=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c lcas_db_read.c -o lcas_db_read.o 
>/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     
-I/usr/include/globus  -I../interface 
-I./grid_credential_handling/gsi_handling/ 
-I./grid_credential_handling/x509_handling/ -D ALLOW_EMPTY_CREDENTIALS -D 
DEBUG_LEVEL=0 -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall -O -Wuninitialized 
-Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Winline 
-Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls 
-Wshadow -Wpointer-arith -Wno-long-long -D'LCAS_ETC_HOME="/etc/lcas/lcas"' 
-D'LCAS_LIB_HOME="/usr/lib"' -D'LCAS_MOD_HOME="/usr/lib/lcas"' -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/lcas-1.3.19=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o lcas_utils.lo lcas_utils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/usr/include/globus -I../interface 
-I./grid_credential_handling/gsi_handling/ 
-I./grid_credential_handling/x509_handling/ -D ALLOW_EMPTY_CREDENTIALS -D 
DEBUG_LEVEL=0 -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall -O -Wuninitialized 
-Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Winline 
-Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls 
-Wshadow -Wpointer-arith -Wno-long-long -DLCAS_ETC_HOME=\"/etc/lcas/lcas\" 
-DLCAS_LIB_HOME=\"/usr/lib\" -DLCAS_MOD_HOME=\"/usr/lib/lcas\" -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/lcas-1.3.19=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c lcas_utils.c  -fPIC -DPIC -o 
.libs/lcas_utils.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/usr/include/globus -I../interface 
-I./grid_credential_handling/gsi_handling/ 
-I./grid_credential_handling/x509_handling/ -D ALLOW_EMPTY_CREDENTIALS -D 
DEBUG_LEVEL=0 -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall -O -Wuninitialized 
-Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Winline 
-Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls 
-Wshadow -Wpointer-arith -Wno-long-long -DLCAS_ETC_HOME=\"/etc/lcas/lcas\" 
-DLCAS_LIB_HOME=\"/usr/lib\" -DLCAS_MOD_HOME=\"/usr/lib/lcas\" -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/lcas-1.3.19=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c lcas_utils.c -o lcas_utils.o 
>/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     
-I/usr/include/globus  -I../interface 
-I./grid_credential_handling/gsi_handling/ 
-I./grid_credential_handling/x509_handling/ -D ALLOW_EMPTY_CREDENTIALS -D 
DEBUG_LEVEL=0 -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall -O -Wuninitialized 
-Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Winline 
-Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls 
-Wshadow -Wpointer-arith -Wno-long-long -D'LCAS_ETC_HOME="/etc/lcas/lcas"' 
-D'LCAS_LIB_HOME="/usr/lib"' -D'LCAS_MOD_HOME="/usr/lib/lcas"' -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/lcas-1.3.19=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o lcas_log.lo lcas_log.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/usr/include/globus -I../interface 
-I./grid_credential_handling/gsi_handling/ 
-I./grid_credential_handling/x509_handling/ -D ALLOW_EMPTY_CREDENTIALS -D 
DEBUG_LEVEL=0 -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall -O -Wuninitialized 
-Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Winline 
-Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls 
-Wshadow -Wpointer-arith -Wno-long-long -DLCAS_ETC_HOME=\"/etc/lcas/lcas\" 
-DLCAS_LIB_HOME=\"/usr/lib\" -DLCAS_MOD_HOME=\"/usr/lib/lcas\" -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/lcas-1.3.19=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c lcas_log.c  -fPIC -DPIC -o 
.libs/lcas_log.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/usr/include/globus -I../interface 
-I./grid_credential_handling/gsi_handling/ 
-I./grid_credential_handling/x509_handling/ -D ALLOW_EMPTY_CREDENTIALS -D 
DEBUG_LEVEL=0 -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall -O -Wuninitialized 
-Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Winline 
-Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls 
-Wshadow -Wpointer-arith -Wno-long-long -DLCAS_ETC_HOME=\"/etc/lcas/lcas\" 
-DLCAS_LIB_HOME=\"/usr/lib\" -DLCAS_MOD_HOME=\"/usr/lib/lcas\" -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/lcas-1.3.19=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c lcas_log.c -o lcas_log.o >/dev/null 
2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     
-I/usr/include/globus  -I../interface 
-I./grid_credential_handling/gsi_handling/ 
-I./grid_credential_handling/x509_handling/ -D ALLOW_EMPTY_CREDENTIALS -D 
DEBUG_LEVEL=0 -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall -O -Wuninitialized 
-Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Winline 
-Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls 
-Wshadow -Wpointer-arith -Wno-long-long -D'LCAS_ETC_HOME="/etc/lcas/lcas"' 
-D'LCAS_LIB_HOME="/usr/lib"' -D'LCAS_MOD_HOME="/usr/lib/lcas"' -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/lcas-1.3.19=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o lcas_pem.lo lcas_pem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/usr/include/globus -I../interface 
-I./grid_credential_handling/gsi_handling/ 
-I./grid_credential_handling/x509_handling/ -D ALLOW_EMPTY_CREDENTIALS -D 
DEBUG_LEVEL=0 -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall -O -Wuninitialized 
-Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Winline 
-Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls 
-Wshadow -Wpointer-arith -Wno-long-long -DLCAS_ETC_HOME=\"/etc/lcas/lcas\" 
-DLCAS_LIB_HOME=\"/usr/lib\" -DLCAS_MOD_HOME=\"/usr/lib/lcas\" -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/lcas-1.3.19=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c lcas_pem.c  -fPIC -DPIC -o 
.libs/lcas_pem.o
lcas_pem.c: In function 'lcas_pem':
lcas_pem.c:101:62: warning: '%02d' directive output may be truncated writing 
between 2 and 11 bytes into a region of size between 8 and 15 
[-Wformat-truncation=]
  101 |     snprintf(lcas_log_string_default, string_size, "%s: 
%04d-%02d-%02d.%02d:%02d:%02d",
      |                                                              ^~~~
lcas_pem.c:101:52: note: directive argument in the range [-2147483647, 
2147483647]
  101 |     snprintf(lcas_log_string_default, string_size, "%s: 
%04d-%02d-%02d.%02d:%02d:%02d",
      |                                                    
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:970,
                 from lcas_pem.c:48:
In function 'snprintf',
    inlined from 'lcas_pem' at lcas_pem.c:101:5:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:68:10: note: 
'__builtin___snprintf_chk' output between 25 and 77 bytes into a destination of 
size 25
   68 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   69 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   70 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/usr/include/globus -I../interface 
-I./grid_credential_handling/gsi_handling/ 
-I./grid_credential_handling/x509_handling/ -D ALLOW_EMPTY_CREDENTIALS -D 
DEBUG_LEVEL=0 -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall -O -Wuninitialized 
-Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Winline 
-Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls 
-Wshadow -Wpointer-arith -Wno-long-long -DLCAS_ETC_HOME=\"/etc/lcas/lcas\" 
-DLCAS_LIB_HOME=\"/usr/lib\" -DLCAS_MOD_HOME=\"/usr/lib/lcas\" -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/lcas-1.3.19=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c lcas_pem.c -o lcas_pem.o >/dev/null 
2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     
-I/usr/include/globus  -I../interface 
-I./grid_credential_handling/gsi_handling/ 
-I./grid_credential_handling/x509_handling/ -D ALLOW_EMPTY_CREDENTIALS -D 
DEBUG_LEVEL=0 -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall -O -Wuninitialized 
-Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Winline 
-Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls 
-Wshadow -Wpointer-arith -Wno-long-long -D'LCAS_ETC_HOME="/etc/lcas/lcas"' 
-D'LCAS_LIB_HOME="/usr/lib"' -D'LCAS_MOD_HOME="/usr/lib/lcas"' -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/lcas-1.3.19=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o lcas.lo lcas.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/usr/include/globus -I../interface 
-I./grid_credential_handling/gsi_handling/ 
-I./grid_credential_handling/x509_handling/ -D ALLOW_EMPTY_CREDENTIALS -D 
DEBUG_LEVEL=0 -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall -O -Wuninitialized 
-Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Winline 
-Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls 
-Wshadow -Wpointer-arith -Wno-long-long -DLCAS_ETC_HOME=\"/etc/lcas/lcas\" 
-DLCAS_LIB_HOME=\"/usr/lib\" -DLCAS_MOD_HOME=\"/usr/lib/lcas\" -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/lcas-1.3.19=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c lcas.c  -fPIC -DPIC -o .libs/lcas.o
lcas.c: In function 'PluginInit':
lcas.c:744:13: error: too many arguments to function 'pplugin->procs[0]'; 
expected 0, have 2
  744 |     retval=(*(pplugin->procs[INITPROC]))(pplugin->argc,pplugin->argv);
      |            ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~
lcas.c: In function 'lcas_run_va':
lcas.c:1239:14: error: too many arguments to function 
'authmod_entry->procs[1]'; expected 0, have 2
 1239 |         rc = authmod_entry->procs[AUTHPROC](request, lcas_cred);
      |              ^~~~~~~~~~~~~                  ~~~~~~~
lcas.c:1263:18: error: too many arguments to function 'plugin_entry->procs[2]'; 
expected 0, have 4
 1263 |             rc = plugin_entry->procs[AUTHPROCX509](request, lcas_cred, 
px509, px509_chain);
      |                  ^~~~~~~~~~~~                      ~~~~~~~
lcas.c:1265:18: error: too many arguments to function 'plugin_entry->procs[1]'; 
expected 0, have 2
 1265 |             rc = plugin_entry->procs[AUTHPROC](request, lcas_cred);
      |                  ^~~~~~~~~~~~                  ~~~~~~~
make[3]: *** [Makefile:658: lcas.lo] Error 1
make[3]: Leaving directory '/build/reproducible-path/lcas-1.3.19/src'
make[2]: *** [Makefile:505: all] Error 2
make[2]: Leaving directory '/build/reproducible-path/lcas-1.3.19/src'
make[1]: *** [Makefile:498: all-recursive] Error 1
make[1]: Leaving directory '/build/reproducible-path/lcas-1.3.19'
make: *** [/usr/share/cdbs/1/class/makefile.mk:77: debian/stamp-makefile-build] 
Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: lcas
Source-Version: 1.3.20-1
Done: Dennis van Dok <[email protected]>

We believe that the bug you reported is fixed in the latest version of
lcas, 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.
Dennis van Dok <[email protected]> (supplier of updated lcas 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, 25 Jul 2025 15:19:07 +0200
Source: lcas
Architecture: source
Version: 1.3.20-1
Distribution: unstable
Urgency: medium
Maintainer: Dennis van Dok <[email protected]>
Changed-By: Dennis van Dok <[email protected]>
Closes: 1097153 1109718
Changes:
 lcas (1.3.20-1) unstable; urgency=medium
 .
   * New upstream release
   * Update to be C23 compliant for gcc-15 (Closes: #1097153)
   * Closes: #1109718 intent to orphan.
 .
   [ Andreas Tille ]
 .
   * Point Vcs fields to Salsa instead to upstream repository
   * Switch from cdbs to dh
   * Standards-Version: 4.7.2 (routine-update)
   * debhelper-compat 13 (routine-update)
   * Replace transitional package pkg-config by pkgconf in Build-Depends
     (routine-update)
   * Remove trailing whitespace in debian/copyright (routine-update)
   * Update renamed lintian tag names in lintian overrides.
   * d/watch:
      - version=4
      - Secure URI
   * Adapt dh_install input files to multi-arch
   * Deal with dh_missing --fail-missing default
   * Propagate hardening options
   * Fix lintian-override
   * d/copyright: DEP5
Checksums-Sha1:
 8a7de13321f66ffb132b171059e0d9aee6f9a850 2025 lcas_1.3.20-1.dsc
 93f1b65dbdfe3cccb07853622d455fee7ba61110 476229 lcas_1.3.20.orig.tar.gz
 950f0376929fe7b5afbd547f229c874254e1e20d 4168 lcas_1.3.20-1.debian.tar.xz
 0c6093d52fff5a41ad310d92b6d1c264f44ef2de 7617 lcas_1.3.20-1_source.buildinfo
Checksums-Sha256:
 3a3275d87500ceb511f58b7dd57aef99a24dfb0d444d5c08d72c5fe45b778fba 2025 
lcas_1.3.20-1.dsc
 80cf9861167f7a89253259a40292ed0b3ae973954df50265dd64847962144277 476229 
lcas_1.3.20.orig.tar.gz
 a0d52bc600bfd629d5253ec7b75b012ea121d4c199316840963dcba9b6570c8a 4168 
lcas_1.3.20-1.debian.tar.xz
 bc2fe3af3ef25e1370a43f715203e93a215cc6e33e44f99bb3ccf67c806e87e0 7617 
lcas_1.3.20-1_source.buildinfo
Files:
 0139529a53be9eb3ecc8d63c63d2e935 2025 libs optional lcas_1.3.20-1.dsc
 e93a78a10b6922db4aacdd44e6e9122d 476229 libs optional lcas_1.3.20.orig.tar.gz
 8673628c58b965858834780e8eeb0d6b 4168 libs optional lcas_1.3.20-1.debian.tar.xz
 88c7c689f91e8d67e3be47cc119b0736 7617 libs optional 
lcas_1.3.20-1_source.buildinfo

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

iQJHBAEBCgAxFiEEWGm4u3eUE64rvBHj3/rYGXYX7xkFAmiDkE8THGRlbm5pc3Zk
QG5pa2hlZi5ubAAKCRDf+tgZdhfvGXu9EAC6ClYthNzhUzmwPy6PpHAjXrVqoCLC
TxtC4u2yWKKHAMD+ywvRyJl2Y4umrSxyQNrtKbRNRTlypMKwH0DfnfJW99ML5MZU
D7KGXCVkpP0KxDk6NCh1H6Wa4RQztZNa+f5WVauc2aHk8cvxx8nZ9ergh04GTbiY
FkcOvV6KFrBPFf4Ebq1z+TfT90cCuu99nXD6W86XS7wkomZfiAMP2KN5Q1tTgBHR
UQC8AJF+95oR8uvC8tgk3RUQrkbq2qWCSs68HLIz7rjsKsmG6k/f3DkmqnWW1UhL
6oAJRMPGv9w7R0o69AroLU2Drl6QxbQq1B7sVbmO8S1kO+P9FZzO/JWVKnLYHDGr
hHusG+aOSzRtuuRA7D4fazUyHb6WUxwukWlXRMQzwR2DUGI6IJMj/sRdh5oehfZk
NpkDjKS8GBjvrmZfSyzCAtloa98w6v736jEiIVCJPDiKyrkqWC3r71mXoY05TqR9
BCy14YyoOxeHh0D+DXUU5al3fc+4YwesPnxx8POKFr9QjKdc53mV2I2bEtV566SV
Bf455fJAwGfhBMDXqROdRazORf189Rw7h772mIqqPSP996IQzyQPTSrdMHGx2I9g
TyGa+zE6aOcYv/zraT1XafVi89Pxzo/bDW9PsmKoGBltTz92g0fjI5NSKjqOTwiD
ZieCggcFIlJzRg==
=W/9w
-----END PGP SIGNATURE-----

Attachment: pgpkaVTM_vJNR.pgp
Description: PGP signature


--- End Message ---

Reply via email to