Your message dated Sat, 06 Jun 2026 08:19:27 +0000
with message-id <[email protected]>
and subject line Bug#1114408: fixed in tilem 2.0-6
has caused the Debian Bug report #1114408,
regarding tilem: FTBFS: ./macro.c:73:22: error: too many arguments to function 
'tilem_macro_new'; expected 0, have 1
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.)


-- 
1114408: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114408
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:tilem
Version: 2.0-5.1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build.

Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202509/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:tilem, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules build
dh build
   dh_update_autotools_config
   dh_autoreconf
configure.ac:154: warning: The macro 'AC_HEADER_STDC' is obsolete.
configure.ac:154: You should run autoupdate.
./lib/autoconf/headers.m4:663: AC_HEADER_STDC is expanded from...
configure.ac:154: the top level
   dh_auto_configure
        ./configure --build=x86_64-linux-gnu --prefix=/usr 
--includedir=\${prefix}/include --mandir=\${prefix}/share/man 
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--disable-option-checking --disable-silent-rules 
--libdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run 
--disable-maintainer-mode --disable-dependency-tracking
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 

[... snipped ...]

                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from ./icons.c:25:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ 
is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      | ^~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
                 from /usr/include/glib-2.0/gobject/gbinding.h:31,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from /usr/include/glib-2.0/gio/gioenums.h:30,
                 from /usr/include/glib-2.0/gio/giotypes.h:30,
                 from /usr/include/glib-2.0/gio/gio.h:28,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32:
/usr/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
  725 | {
      | ^
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from ./keybindings.c:27:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ 
is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      | ^~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
                 from /usr/include/glib-2.0/gobject/gbinding.h:31,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from /usr/include/glib-2.0/gio/gioenums.h:30,
                 from /usr/include/glib-2.0/gio/giotypes.h:30,
                 from /usr/include/glib-2.0/gio/gio.h:28,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32:
/usr/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
  725 | {
      | ^
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is 
deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
                 from /usr/include/glib-2.0/glib.h:32,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is 
deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
                 from /usr/include/glib-2.0/glib.h:32,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
gcc -I.. -I. -g -O2 -Werror=implicit-function-declaration -f 
[too-long-redacted] -1.0 -pthread  -c ./keypaddlg.c
gcc -I.. -I. -g -O2 -Werror=implicit-function-declaration -f 
[too-long-redacted] ibusb-1.0 -pthread  -c ./link.c
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from ./keypaddlg.c:26:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ 
is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      | ^~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
                 from /usr/include/glib-2.0/gobject/gbinding.h:31,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from /usr/include/glib-2.0/gio/gioenums.h:30,
                 from /usr/include/glib-2.0/gio/giotypes.h:30,
                 from /usr/include/glib-2.0/gio/gio.h:28,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32:
/usr/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
  725 | {
      | ^
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is 
deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
                 from /usr/include/glib-2.0/glib.h:32,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from ./link.c:29:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ 
is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      | ^~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
                 from /usr/include/glib-2.0/gobject/gbinding.h:31,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from /usr/include/glib-2.0/gio/gioenums.h:30,
                 from /usr/include/glib-2.0/gio/giotypes.h:30,
                 from /usr/include/glib-2.0/gio/gio.h:28,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32:
/usr/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
  725 | {
      | ^
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is 
deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
                 from /usr/include/glib-2.0/glib.h:32,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
./link.c:245:1: warning: ‘GStaticPrivate’ is deprecated: Use 'GPrivate' 
instead [-Wdeprecated-declarations]
  245 | static GStaticPrivate current_emu_key = G_STATIC_PRIVATE_INIT;
      | ^~~~~~
In file included from /usr/include/glib-2.0/glib.h:115:
/usr/include/glib-2.0/glib/deprecated/gthread.h:246:8: note: declared here
  246 | struct _GStaticPrivate
      |        ^~~~~~~~~~~~~~~
In file included from /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:34:
/usr/include/glib-2.0/glib/gmacros.h:1301:33: warning: Deprecated pre-processor 
symbol: replace with "G_PRIVATE_INIT"
 1301 | #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
      |                                 ^~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:1304:3: note: in expansion of macro 
‘_GLIB_GNUC_DO_PRAGMA’
 1304 |   _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated 
pre-processor symbol: replace with #f))
      |   ^~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/glib-visibility.h:142:46: note: in expansion of 
macro ‘GLIB_DEPRECATED_MACRO_FOR’
  142 | #define GLIB_DEPRECATED_MACRO_IN_2_32_FOR(f) GLIB_DEPRECATED_MACRO_FOR 
(f)
      |                                              ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/deprecated/gthread.h:252:37: note: in expansion of 
macro ‘GLIB_DEPRECATED_MACRO_IN_2_32_FOR’
  252 | #define G_STATIC_PRIVATE_INIT { 0 } 
GLIB_DEPRECATED_MACRO_IN_2_32_FOR(G_PRIVATE_INIT)
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./link.c:245:41: note: in expansion of macro ‘G_STATIC_PRIVATE_INIT’
  245 | static GStaticPrivate current_emu_key = G_STATIC_PRIVATE_INIT;
      |                                         ^~~~~~~~~~~~~~~~~~~~~
./link.c: In function ‘pbar_do_update’:
./link.c:250:9: warning: ‘g_static_private_get’ is deprecated: Use 
'g_private_get' instead [-Wdeprecated-declarations]
  250 |         TilemCalcEmulator *emu = g_static_private_get(&current_emu_key);
      |         ^~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/deprecated/gthread.h:257:10: note: declared here
  257 | gpointer g_static_private_get            (GStaticPrivate *private_key);
      |          ^~~~~~~~~~~~~~~~~~~~
./link.c: In function ‘begin_link’:
./link.c:287:9: warning: ‘g_static_private_set’ is deprecated: Use 
'g_private_set' instead [-Wdeprecated-declarations]
  287 |         g_static_private_set(&current_emu_key, emu, NULL);
      |         ^~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/deprecated/gthread.h:260:10: note: declared here
  260 | void     g_static_private_set            (GStaticPrivate *private_key,
      |          ^~~~~~~~~~~~~~~~~~~~
./link.c: In function ‘tilem_var_entry_copy’:
./link.c:625:17: warning: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead 
[-Wdeprecated-declarations]
  625 |                 nve->ve->data = g_memdup(tve->ve->data, tve->ve->size);
      |                 ^~~
In file included from /usr/include/glib-2.0/glib/gstring.h:37,
                 from /usr/include/glib-2.0/glib/giochannel.h:36,
                 from /usr/include/glib-2.0/glib.h:56:
/usr/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here
  338 | gpointer              g_memdup         (gconstpointer mem,
      |                       ^~~~~~~~
./link.c: In function ‘convert_ve’:
./link.c:679:17: warning: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead 
[-Wdeprecated-declarations]
  679 |                 tve->ve->data = g_memdup(ve->data, ve->size);
      |                 ^~~
/usr/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here
  338 | gpointer              g_memdup         (gconstpointer mem,
      |                       ^~~~~~~~
./link.c: In function ‘get_dirlist_nonsilent’:
./link.c:776:31: warning: comparison of integer expressions of different 
signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
  776 |                 for (i = 0; i < fc->num_entries; i++) {
      |                               ^
./link.c: In function ‘receive_matching_main’:
./link.c:1221:17: warning: ‘g_pattern_match’ is deprecated: Use 
'g_pattern_spec_match' instead [-Wdeprecated-declarations]
 1221 |                 if (g_pattern_match(pat, strlen(defname_r), defname_r, 
NULL))
      |                 ^~
In file included from /usr/include/glib-2.0/glib.h:68:
/usr/include/glib-2.0/glib/gpattern.h:52:15: note: declared here
   52 | gboolean      g_pattern_match          (GPatternSpec *pspec,
      |               ^~~~~~~~~~~~~~~
gcc -I.. -I. -g -O2 -Werror=implicit-function-declaration -f 
[too-long-redacted] busb-1.0 -pthread  -c ./macro.c
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from ./macro.c:26:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ 
is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      | ^~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
                 from /usr/include/glib-2.0/gobject/gbinding.h:31,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from /usr/include/glib-2.0/gio/gioenums.h:30,
                 from /usr/include/glib-2.0/gio/giotypes.h:30,
                 from /usr/include/glib-2.0/gio/gio.h:28,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32:
/usr/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
  725 | {
      | ^
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is 
deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
                 from /usr/include/glib-2.0/glib.h:32,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
./macro.c: In function ‘tilem_macro_start’:
./macro.c:73:22: error: too many arguments to function ‘tilem_macro_new’; 
expected 0, have 1
   73 |         emu->macro = tilem_macro_new(emu);
      |                      ^~~~~~~~~~~~~~~ ~~~
./macro.c:37:20: note: declared here
   37 | static TilemMacro* tilem_macro_new() {
      |                    ^~~~~~~~~~~~~~~
./macro.c: In function ‘tilem_macro_write_file’:
./macro.c:137:65: warning: format ‘%d’ expects argument of type ‘int’, 
but argument 3 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=]
  137 |                                         sprintf(lengthchar, "%04d", 
strlen(emu->macro->actions[i]->value));
      |                                                              ~~~^   
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                                 |   |
      |                                                                 int 
size_t {aka long unsigned int}
      |                                                              %04ld
./macro.c: In function ‘tilem_macro_load_main’:
./macro.c:218:25: warning: ignoring return value of ‘fread’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  218 |                         fread(codechar, 1, 4, fp);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~
./macro.c:222:33: warning: ignoring return value of ‘fread’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  222 |                                 fread(lengthchar, 1, 4, fp);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./macro.c:226:33: warning: ignoring return value of ‘fread’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  226 |                                 fread(filetoload, 1, length, fp);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:171: macro.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/<<PKGBUILDDIR>>/gui'
make[1]: *** [Makefile:41: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 returned exit code 2
make: *** [debian/rules:10: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: tilem
Source-Version: 2.0-6
Done: Alexandre Detiste <[email protected]>

We believe that the bug you reported is fixed in the latest version of
tilem, 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.
Alexandre Detiste <[email protected]> (supplier of updated tilem 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: Sat, 06 Jun 2026 10:03:33 +0200
Source: tilem
Architecture: source
Version: 2.0-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Alexandre Detiste <[email protected]>
Closes: 1114408
Changes:
 tilem (2.0-6) unstable; urgency=medium
 .
   * Team Upload
   * Fix FTBFS with GCC 15 (Closes: #1114408)
   * Drop "Rules-Requires-Root: binary-targets"
   * Bump Standards-Version to 4.7.4, drop Priority: tag
   * Disable useless Salsa CI job
Checksums-Sha1:
 1d673f8fffb6d4226c0a5e7b6a59dd5480034b37 2119 tilem_2.0-6.dsc
 1a4cca6b67350c145dcfa21475e3962de00a9378 6972 tilem_2.0-6.debian.tar.xz
 355619ee7c2b757ccf13c83f7fc08f0df0b3ace4 13142 tilem_2.0-6_source.buildinfo
Checksums-Sha256:
 f6f335be6fd4546fc38fc5e867e593e14c4e7ee73bd4ae307951a856e9646191 2119 
tilem_2.0-6.dsc
 41b7d51e04b3fe8f3fd48d82e333540834ae29e1f573d4d96248519933edeac5 6972 
tilem_2.0-6.debian.tar.xz
 8aa094e2e3e8c2db8967e044e28d6325446a0b892694ac21a2d203e0229fff29 13142 
tilem_2.0-6_source.buildinfo
Files:
 9ffe531aa9181abb21a1593f3e7402c8 2119 math optional tilem_2.0-6.dsc
 7c6ab88f62bc1d8941805ee5d21382dc 6972 math optional tilem_2.0-6.debian.tar.xz
 d6cd840d71859e7f34e1979a6bd87780 13142 math optional 
tilem_2.0-6_source.buildinfo

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

iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmoj1IkRHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBoijw//SGoGDn3vNOf/c7hyqhelGC6PMhWnLO8U
zqhVZipvJTr3cP+5E1WRVLFTMDextYzEzzlSCAdIOUcGNBxwNbsT2RtUS5kdgZxs
eXcilVd/c/LnP94u/fIwAWax9pd65SSBHZJY0ULK2a/r+zGSfLAGUzeAGWNfSBe3
8M/30zlDfR/iXHlqykBps220JmriI1TOapQnBwPtN4gFfSMQVpf/0ismmLD2Ytq4
rYvdnAdclp1sJKyAYCM3bf+VcWvgPZBk3TgkIlvUwcJL6Tx7uEuDxuxnIT6yKaDy
DiK3zfhYSB9rne4nNQeiaBycidTa++HpMYtQD8br0ihDsmKlAtj8yLgtb2XV81k6
nVHLV1aRKx9U+FlAiGQAeRIp3/qR6mi1s5OYpMujuX/uluvRym9CwTu5HDDHr+vI
uiJSrgB+rWV8kZuBLdoaHzvx4PHeFXtoi4n0ZrAQSjvS4gaQ7RID0WUltoph9+5j
agBuFUC1Ltney3JVYB8B/rb9EiBVCKa/LCnqPjNg1nHVfqtb+mft3JLf4ZhZ4gr8
Zxup83uBSh8HND+l3ULOTNYllBzIYISca3S/CCo3r4p5Rn+mHOXcfIt+69ovIXM9
CbLxPpUM8hTUxj1kY4evFpwTFzB1VLyfI2h4s7cRpXf7SL2d3wAONIiNbPB7mSiS
gVCdZKHFLyk=
=bNYt
-----END PGP SIGNATURE-----

Attachment: pgpLKhRJHk_TQ.pgp
Description: PGP signature


--- End Message ---

Reply via email to