Your message dated Tue, 27 Feb 2024 23:34:56 +0000
with message-id <[email protected]>
and subject line Bug#1061913: fixed in ctpl 0.3.4+dfsg-4.1
has caused the Debian Bug report #1061913,
regarding ctpl: NMU diff for 64-bit time_t transition
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.)
--
1061913: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061913
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ctpl
Version: 0.3.4+dfsg-4
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: [email protected]
Usertags: time-t
Dear maintainer,
As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
ctpl as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).
To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.
Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time. Therefore I have prepared a 0-day NMU for ctpl
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.
Please find the patch for this NMU attached.
If you have any concerns about this patch, please reach out ASAP. Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.
-- System Information:
Debian Release: trixie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 6.5.0-15-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru ctpl-0.3.4+dfsg/debian/changelog ctpl-0.3.4+dfsg/debian/changelog
--- ctpl-0.3.4+dfsg/debian/changelog 2022-09-27 07:56:13.000000000 +0000
+++ ctpl-0.3.4+dfsg/debian/changelog 2024-01-30 01:26:59.000000000 +0000
@@ -1,3 +1,10 @@
+ctpl (0.3.4+dfsg-4.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Michael Hudson-Doyle <[email protected]> Tue, 30 Jan 2024 01:26:59 +0000
+
ctpl (0.3.4+dfsg-4) unstable; urgency=medium
* Reupload as source-only package to unblock migration to testing
diff -Nru ctpl-0.3.4+dfsg/debian/control ctpl-0.3.4+dfsg/debian/control
--- ctpl-0.3.4+dfsg/debian/control 2022-09-27 07:56:13.000000000 +0000
+++ ctpl-0.3.4+dfsg/debian/control 2024-01-30 01:26:59.000000000 +0000
@@ -33,7 +33,10 @@
This package contains the header files which are needed for developing
CTPL applications.
-Package: libctpl2
+Package: libctpl2t64
+Provides: ${t64:Provides}
+Replaces: libctpl2
+Breaks: libctpl2 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Pre-Depends: ${shlibs:Pre-Depends}, ${misc:Pre-Depends}
diff -Nru ctpl-0.3.4+dfsg/debian/libctpl2.install
ctpl-0.3.4+dfsg/debian/libctpl2.install
--- ctpl-0.3.4+dfsg/debian/libctpl2.install 2022-09-27 07:56:13.000000000
+0000
+++ ctpl-0.3.4+dfsg/debian/libctpl2.install 1970-01-01 00:00:00.000000000
+0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru ctpl-0.3.4+dfsg/debian/libctpl2.symbols
ctpl-0.3.4+dfsg/debian/libctpl2.symbols
--- ctpl-0.3.4+dfsg/debian/libctpl2.symbols 2022-09-27 07:56:13.000000000
+0000
+++ ctpl-0.3.4+dfsg/debian/libctpl2.symbols 1970-01-01 00:00:00.000000000
+0000
@@ -1,115 +0,0 @@
-libctpl.so.2 libctpl2 #MINVER#
- ctpl_check_version@Base 0.3
- ctpl_environ_add_from_path@Base 0.3
- ctpl_environ_add_from_stream@Base 0.3
- ctpl_environ_add_from_string@Base 0.3
- ctpl_environ_error_quark@Base 0.3
- ctpl_environ_foreach@Base 0.3
- ctpl_environ_lookup@Base 0.3
- ctpl_environ_merge@Base 0.3
- ctpl_environ_new@Base 0.3
- ctpl_environ_pop@Base 0.3
- ctpl_environ_push@Base 0.3
- ctpl_environ_push_float@Base 0.3
- ctpl_environ_push_int@Base 0.3
- ctpl_environ_push_string@Base 0.3
- ctpl_environ_ref@Base 0.3
- ctpl_environ_unref@Base 0.3
- ctpl_eval_bool@Base 0.3
- ctpl_eval_error_quark@Base 0.3
- ctpl_eval_value@Base 0.3
- ctpl_gettext@Base 0.3.4
- ctpl_input_stream_eof@Base 0.3
- ctpl_input_stream_eof_fast@Base 0.3
- ctpl_input_stream_get_c@Base 0.3
- ctpl_input_stream_get_line@Base 0.3
- ctpl_input_stream_get_line_position@Base 0.3
- ctpl_input_stream_get_name@Base 0.3
- ctpl_input_stream_get_stream@Base 0.3
- ctpl_input_stream_new@Base 0.3
- ctpl_input_stream_new_for_gfile@Base 0.3
- ctpl_input_stream_new_for_memory@Base 0.3
- ctpl_input_stream_new_for_path@Base 0.3
- ctpl_input_stream_new_for_uri@Base 0.3
- ctpl_input_stream_peek@Base 0.3
- ctpl_input_stream_peek_c@Base 0.3
- ctpl_input_stream_peek_symbol_full@Base 0.3
- ctpl_input_stream_peek_word@Base 0.3
- ctpl_input_stream_read@Base 0.3
- ctpl_input_stream_read_float@Base 0.3
- ctpl_input_stream_read_int@Base 0.3
- ctpl_input_stream_read_number@Base 0.3
- ctpl_input_stream_read_string_literal@Base 0.3
- ctpl_input_stream_read_symbol_full@Base 0.3
- ctpl_input_stream_read_word@Base 0.3
- ctpl_input_stream_ref@Base 0.3
- ctpl_input_stream_set_error@Base 0.3
- ctpl_input_stream_skip@Base 0.3
- ctpl_input_stream_skip_blank@Base 0.3
- ctpl_input_stream_skip_word@Base 0.3
- ctpl_input_stream_unref@Base 0.3
- ctpl_io_error_quark@Base 0.3
- ctpl_lexer_error_quark@Base 0.3
- ctpl_lexer_expr_error_quark@Base 0.3
- ctpl_lexer_expr_lex@Base 0.3
- ctpl_lexer_expr_lex_full@Base 0.3
- ctpl_lexer_expr_lex_string@Base 0.3
- ctpl_lexer_lex@Base 0.3
- ctpl_lexer_lex_path@Base 0.3
- ctpl_lexer_lex_string@Base 0.3
- ctpl_major_version@Base 0.3
- ctpl_micro_version@Base 0.3
- ctpl_minor_version@Base 0.3
- ctpl_output_stream_get_stream@Base 0.3
- ctpl_output_stream_new@Base 0.3
- ctpl_output_stream_put_c@Base 0.3
- ctpl_output_stream_ref@Base 0.3
- ctpl_output_stream_unref@Base 0.3
- ctpl_output_stream_write@Base 0.3
- ctpl_parser_error_quark@Base 0.3
- ctpl_parser_parse@Base 0.3
- ctpl_token_expr_free@Base 0.3
- ctpl_token_free@Base 0.3
- ctpl_value_array_append@Base 0.3
- ctpl_value_array_append_float@Base 0.3
- ctpl_value_array_append_int@Base 0.3
- ctpl_value_array_append_string@Base 0.3
- ctpl_value_array_index@Base 0.3
- ctpl_value_array_length@Base 0.3
- ctpl_value_array_prepend@Base 0.3
- ctpl_value_array_prepend_float@Base 0.3
- ctpl_value_array_prepend_int@Base 0.3
- ctpl_value_array_prepend_string@Base 0.3
- ctpl_value_convert@Base 0.3
- ctpl_value_copy@Base 0.3
- ctpl_value_dup@Base 0.3
- ctpl_value_free@Base 0.3
- ctpl_value_free_value@Base 0.3
- ctpl_value_get_array@Base 0.3
- ctpl_value_get_array_float@Base 0.3
- ctpl_value_get_array_int@Base 0.3
- ctpl_value_get_array_string@Base 0.3
- ctpl_value_get_float@Base 0.3
- ctpl_value_get_held_type@Base 0.3
- ctpl_value_get_int@Base 0.3
- ctpl_value_get_string@Base 0.3
- ctpl_value_init@Base 0.3
- ctpl_value_new@Base 0.3
- ctpl_value_new_array@Base 0.3
- ctpl_value_new_arrayv@Base 0.3
- ctpl_value_new_float@Base 0.3
- ctpl_value_new_int@Base 0.3
- ctpl_value_new_string@Base 0.3
- ctpl_value_set_array@Base 0.3
- ctpl_value_set_array_float@Base 0.3
- ctpl_value_set_array_floatv@Base 0.3
- ctpl_value_set_array_int@Base 0.3
- ctpl_value_set_array_intv@Base 0.3
- ctpl_value_set_array_string@Base 0.3
- ctpl_value_set_array_stringv@Base 0.3
- ctpl_value_set_arrayv@Base 0.3
- ctpl_value_set_float@Base 0.3
- ctpl_value_set_int@Base 0.3
- ctpl_value_set_string@Base 0.3
- ctpl_value_to_string@Base 0.3
- ctpl_value_type_get_name@Base 0.3
diff -Nru ctpl-0.3.4+dfsg/debian/libctpl2t64.install
ctpl-0.3.4+dfsg/debian/libctpl2t64.install
--- ctpl-0.3.4+dfsg/debian/libctpl2t64.install 1970-01-01 00:00:00.000000000
+0000
+++ ctpl-0.3.4+dfsg/debian/libctpl2t64.install 2022-09-27 07:56:13.000000000
+0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru ctpl-0.3.4+dfsg/debian/libctpl2t64.lintian-overrides
ctpl-0.3.4+dfsg/debian/libctpl2t64.lintian-overrides
--- ctpl-0.3.4+dfsg/debian/libctpl2t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ ctpl-0.3.4+dfsg/debian/libctpl2t64.lintian-overrides 2024-01-30
01:26:59.000000000 +0000
@@ -0,0 +1 @@
+libctpl2t64: package-name-doesnt-match-sonames libctpl2
diff -Nru ctpl-0.3.4+dfsg/debian/libctpl2t64.symbols
ctpl-0.3.4+dfsg/debian/libctpl2t64.symbols
--- ctpl-0.3.4+dfsg/debian/libctpl2t64.symbols 1970-01-01 00:00:00.000000000
+0000
+++ ctpl-0.3.4+dfsg/debian/libctpl2t64.symbols 2024-01-30 01:26:59.000000000
+0000
@@ -0,0 +1,115 @@
+libctpl.so.2 libctpl2t64 #MINVER#
+ ctpl_check_version@Base 0.3
+ ctpl_environ_add_from_path@Base 0.3
+ ctpl_environ_add_from_stream@Base 0.3
+ ctpl_environ_add_from_string@Base 0.3
+ ctpl_environ_error_quark@Base 0.3
+ ctpl_environ_foreach@Base 0.3
+ ctpl_environ_lookup@Base 0.3
+ ctpl_environ_merge@Base 0.3
+ ctpl_environ_new@Base 0.3
+ ctpl_environ_pop@Base 0.3
+ ctpl_environ_push@Base 0.3
+ ctpl_environ_push_float@Base 0.3
+ ctpl_environ_push_int@Base 0.3
+ ctpl_environ_push_string@Base 0.3
+ ctpl_environ_ref@Base 0.3
+ ctpl_environ_unref@Base 0.3
+ ctpl_eval_bool@Base 0.3
+ ctpl_eval_error_quark@Base 0.3
+ ctpl_eval_value@Base 0.3
+ ctpl_gettext@Base 0.3.4
+ ctpl_input_stream_eof@Base 0.3
+ ctpl_input_stream_eof_fast@Base 0.3
+ ctpl_input_stream_get_c@Base 0.3
+ ctpl_input_stream_get_line@Base 0.3
+ ctpl_input_stream_get_line_position@Base 0.3
+ ctpl_input_stream_get_name@Base 0.3
+ ctpl_input_stream_get_stream@Base 0.3
+ ctpl_input_stream_new@Base 0.3
+ ctpl_input_stream_new_for_gfile@Base 0.3
+ ctpl_input_stream_new_for_memory@Base 0.3
+ ctpl_input_stream_new_for_path@Base 0.3
+ ctpl_input_stream_new_for_uri@Base 0.3
+ ctpl_input_stream_peek@Base 0.3
+ ctpl_input_stream_peek_c@Base 0.3
+ ctpl_input_stream_peek_symbol_full@Base 0.3
+ ctpl_input_stream_peek_word@Base 0.3
+ ctpl_input_stream_read@Base 0.3
+ ctpl_input_stream_read_float@Base 0.3
+ ctpl_input_stream_read_int@Base 0.3
+ ctpl_input_stream_read_number@Base 0.3
+ ctpl_input_stream_read_string_literal@Base 0.3
+ ctpl_input_stream_read_symbol_full@Base 0.3
+ ctpl_input_stream_read_word@Base 0.3
+ ctpl_input_stream_ref@Base 0.3
+ ctpl_input_stream_set_error@Base 0.3
+ ctpl_input_stream_skip@Base 0.3
+ ctpl_input_stream_skip_blank@Base 0.3
+ ctpl_input_stream_skip_word@Base 0.3
+ ctpl_input_stream_unref@Base 0.3
+ ctpl_io_error_quark@Base 0.3
+ ctpl_lexer_error_quark@Base 0.3
+ ctpl_lexer_expr_error_quark@Base 0.3
+ ctpl_lexer_expr_lex@Base 0.3
+ ctpl_lexer_expr_lex_full@Base 0.3
+ ctpl_lexer_expr_lex_string@Base 0.3
+ ctpl_lexer_lex@Base 0.3
+ ctpl_lexer_lex_path@Base 0.3
+ ctpl_lexer_lex_string@Base 0.3
+ ctpl_major_version@Base 0.3
+ ctpl_micro_version@Base 0.3
+ ctpl_minor_version@Base 0.3
+ ctpl_output_stream_get_stream@Base 0.3
+ ctpl_output_stream_new@Base 0.3
+ ctpl_output_stream_put_c@Base 0.3
+ ctpl_output_stream_ref@Base 0.3
+ ctpl_output_stream_unref@Base 0.3
+ ctpl_output_stream_write@Base 0.3
+ ctpl_parser_error_quark@Base 0.3
+ ctpl_parser_parse@Base 0.3
+ ctpl_token_expr_free@Base 0.3
+ ctpl_token_free@Base 0.3
+ ctpl_value_array_append@Base 0.3
+ ctpl_value_array_append_float@Base 0.3
+ ctpl_value_array_append_int@Base 0.3
+ ctpl_value_array_append_string@Base 0.3
+ ctpl_value_array_index@Base 0.3
+ ctpl_value_array_length@Base 0.3
+ ctpl_value_array_prepend@Base 0.3
+ ctpl_value_array_prepend_float@Base 0.3
+ ctpl_value_array_prepend_int@Base 0.3
+ ctpl_value_array_prepend_string@Base 0.3
+ ctpl_value_convert@Base 0.3
+ ctpl_value_copy@Base 0.3
+ ctpl_value_dup@Base 0.3
+ ctpl_value_free@Base 0.3
+ ctpl_value_free_value@Base 0.3
+ ctpl_value_get_array@Base 0.3
+ ctpl_value_get_array_float@Base 0.3
+ ctpl_value_get_array_int@Base 0.3
+ ctpl_value_get_array_string@Base 0.3
+ ctpl_value_get_float@Base 0.3
+ ctpl_value_get_held_type@Base 0.3
+ ctpl_value_get_int@Base 0.3
+ ctpl_value_get_string@Base 0.3
+ ctpl_value_init@Base 0.3
+ ctpl_value_new@Base 0.3
+ ctpl_value_new_array@Base 0.3
+ ctpl_value_new_arrayv@Base 0.3
+ ctpl_value_new_float@Base 0.3
+ ctpl_value_new_int@Base 0.3
+ ctpl_value_new_string@Base 0.3
+ ctpl_value_set_array@Base 0.3
+ ctpl_value_set_array_float@Base 0.3
+ ctpl_value_set_array_floatv@Base 0.3
+ ctpl_value_set_array_int@Base 0.3
+ ctpl_value_set_array_intv@Base 0.3
+ ctpl_value_set_array_string@Base 0.3
+ ctpl_value_set_array_stringv@Base 0.3
+ ctpl_value_set_arrayv@Base 0.3
+ ctpl_value_set_float@Base 0.3
+ ctpl_value_set_int@Base 0.3
+ ctpl_value_set_string@Base 0.3
+ ctpl_value_to_string@Base 0.3
+ ctpl_value_type_get_name@Base 0.3
--- End Message ---
--- Begin Message ---
Source: ctpl
Source-Version: 0.3.4+dfsg-4.1
Done: Michael Hudson-Doyle <[email protected]>
We believe that the bug you reported is fixed in the latest version of
ctpl, 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.
Michael Hudson-Doyle <[email protected]> (supplier of updated ctpl 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: SHA256
Format: 1.8
Date: Tue, 27 Feb 2024 23:13:05 +0000
Source: ctpl
Architecture: source
Version: 0.3.4+dfsg-4.1
Distribution: unstable
Urgency: medium
Maintainer: Geany Packaging Team <[email protected]>
Changed-By: Michael Hudson-Doyle <[email protected]>
Closes: 1061913
Changes:
ctpl (0.3.4+dfsg-4.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1061913
Checksums-Sha1:
5b1922509d702fe2a4710b3b16d2d628e5ddf71e 2359 ctpl_0.3.4+dfsg-4.1.dsc
95ab50b686dd50417663eff848bfbe5de30dae71 8980 ctpl_0.3.4+dfsg-4.1.debian.tar.xz
22267cd4a6612e07ad298fcd36ce9dbda3bcd81e 7987
ctpl_0.3.4+dfsg-4.1_source.buildinfo
Checksums-Sha256:
3a2a1cd548518f8d3d78a8161d3e62d42f563c78456537d790a4b5e0f45cc977 2359
ctpl_0.3.4+dfsg-4.1.dsc
72468c594efaa782ca4be596e5cc48a5011f131b6502f66062337b230ca59533 8980
ctpl_0.3.4+dfsg-4.1.debian.tar.xz
6f998d320ab30948965d775865674e4be1d119ebc6938c2f9870e929da9f7ae4 7987
ctpl_0.3.4+dfsg-4.1_source.buildinfo
Files:
e9947553242565c1b09de6dbf1e15f60 2359 libs optional ctpl_0.3.4+dfsg-4.1.dsc
991c87643bfc875ea81a46febd320870 8980 libs optional
ctpl_0.3.4+dfsg-4.1.debian.tar.xz
712636556ed077c8bbdb243bccb4e473 7987 libs optional
ctpl_0.3.4+dfsg-4.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCAAyFiEEiiBE+E9xaoW3f/djEd9ClMyjmJMFAmXebJkUHG13aHVkc29u
QGRlYmlhbi5vcmcACgkQEd9ClMyjmJN97RAAjYDwpKgQ0LdGe0Cbmz1Fk8Tr98jk
RYxq9sudDK4nh9EP2iPdcTgZRaifAEKakKH6yDkp32mUt4AodI1c5zVMMtxKbaib
2TNZAVlHefzCGhMKGPwkkp4FP1yT2l8xYZd/Ta4UEQPTP8RFfd7dGEEORleL2lG0
xAnac6aZb42Qjs4Mg2FCtgi/htYLPbCVk06qUl/vYh2JOqct3A4KDVk+JqWummQZ
jFnXUUNxDwyTMvVLm2NTqrJ4o1WVlrpcgGP7V7C5KQZp7h/Yn6BsjhcpEkTu2js/
dJ/r0xPbCOoD/mwJiAY6R8zn/7GRGZ4NIy8o8HotRlP/yu/FXTn4acpG6/sZeoRq
MW30brsoL56H1LrxK9l4KzOK4GE5jy0PinODEZwdNgEz1U9CeGLaV0P/TDNjfVe4
QOAWbKbKCFT9f97hz0/DDdLyhxLaZR5vj3PC0U3bR5Y44o09d9Ve20iUhUdcfS+h
8TzLARU77pUcy1beIi8Yye5HbDd2m9s+Dqw+8FykMY00J5BaXI+lD3TIp1pACI8x
JtzDT7W5I/ym7WHmoZQTh9hXuSmdGWxe8P3nXi2lFQyeB5jy0tx9T/X4lMtOB5y2
QHimzo6pyI6ma/Mxi6Dk2WLTHzVlLokbkvKAGMrGkoCuyRo/76/d8XqTtZE5uLbZ
nf7PBOAB65rPuIk=
=e2Zt
-----END PGP SIGNATURE-----
pgpCNgDWDhanK.pgp
Description: PGP signature
--- End Message ---