Your message dated Thu, 29 Feb 2024 21:06:01 +0000
with message-id <e1rfnbn-00d2ci...@fasolo.debian.org>
and subject line Bug#1063211: fixed in parlatype 3.1-3.1
has caused the Debian Bug report #1063211,
regarding parlatype: 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 ow...@bugs.debian.org
immediately.)


-- 
1063211: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063211
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: parlatype
Version: 3.1-3
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

NOTICE: these changes must not be uploaded to unstable yet!

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
parlatype 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 parlatype
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')
Architecture: amd64 (x86_64)

Kernel: Linux 6.2.0-39-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru parlatype-3.1/debian/changelog parlatype-3.1/debian/changelog
--- parlatype-3.1/debian/changelog      2023-11-01 16:48:41.000000000 -0300
+++ parlatype-3.1/debian/changelog      2024-02-05 14:44:45.000000000 -0300
@@ -1,3 +1,10 @@
+parlatype (3.1-3.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Lucas Kanashiro <kanash...@debian.org>  Mon, 05 Feb 2024 14:44:45 -0300
+
 parlatype (3.1-3) unstable; urgency=medium
 
   * Bump Standards-Version to 4.6.2 (no changes needed)
diff -Nru parlatype-3.1/debian/control parlatype-3.1/debian/control
--- parlatype-3.1/debian/control        2023-11-01 16:23:30.000000000 -0300
+++ parlatype-3.1/debian/control        2024-02-05 14:44:45.000000000 -0300
@@ -46,16 +46,17 @@
  controlled with the "Play" button from your keyboard even if its window is not
  focused.
 
-Package: libparlatype5
+Package: libparlatype5t64
+Provides: ${t64:Provides}
 Architecture: any
 Section: libs
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends},
          ${shlibs:Depends}
-Breaks: libparlatype1,
+Breaks: libparlatype5 (<< ${source:Version}), libparlatype1,
         libparlatype2,
         libparlatype3
-Replaces: libparlatype1,
+Replaces: libparlatype5, libparlatype1,
           libparlatype2,
           libparlatype3
 Multi-Arch: same
@@ -69,7 +70,7 @@
 Architecture: any
 Section: libdevel
 Depends: ${misc:Depends},
-         libparlatype5 (= ${binary:Version}),
+         libparlatype5t64 (= ${binary:Version}),
          gir1.2-parlatype-4.0 (= ${binary:Version}),
          libglib2.0-dev (>= 2.35.3),
          libgtk-3-dev (>= 3.7.7)
diff -Nru parlatype-3.1/debian/libparlatype5.install 
parlatype-3.1/debian/libparlatype5.install
--- parlatype-3.1/debian/libparlatype5.install  2021-11-06 15:27:19.000000000 
-0300
+++ parlatype-3.1/debian/libparlatype5.install  1969-12-31 21:00:00.000000000 
-0300
@@ -1,2 +0,0 @@
-usr/lib/*/libparlatype.so.*
-usr/share/locale/*/LC_MESSAGES/libparlatype5.mo
diff -Nru parlatype-3.1/debian/libparlatype5.symbols 
parlatype-3.1/debian/libparlatype5.symbols
--- parlatype-3.1/debian/libparlatype5.symbols  2021-12-19 16:02:46.000000000 
-0300
+++ parlatype-3.1/debian/libparlatype5.symbols  1969-12-31 21:00:00.000000000 
-0300
@@ -1,73 +0,0 @@
-libparlatype.so.5 libparlatype5 #MINVER#
-* Build-Depends-Package: libparlatype-dev
- pt_config_apply@Base 3.0
- pt_config_get_base_folder@Base 3.0
- pt_config_get_file@Base 3.0
- pt_config_get_key@Base 3.0
- pt_config_get_lang_code@Base 3.0
- pt_config_get_lang_name@Base 3.0
- pt_config_get_name@Base 3.0
- pt_config_get_plugin@Base 3.0
- pt_config_get_type@Base 3.0
- pt_config_is_installed@Base 3.0
- pt_config_is_valid@Base 3.0
- pt_config_new@Base 3.0
- pt_config_set_base_folder@Base 3.0
- pt_config_set_file@Base 3.0
- pt_config_set_name@Base 3.0
- pt_error_quark@Base 3.0
- pt_player_clear_selection@Base 1.5
- pt_player_config_is_loadable@Base 3.0
- pt_player_configure_asr@Base 3.0
- pt_player_connect_waveviewer@Base 1.6
- pt_player_get_back@Base 1.6
- pt_player_get_current_time_string@Base 1.4
- pt_player_get_duration@Base 1.5
- pt_player_get_duration_time_string@Base 1.4
- pt_player_get_filename@Base 1.4
- pt_player_get_forward@Base 1.6
- pt_player_get_mode@Base 3.0
- pt_player_get_mute@Base 2.1
- pt_player_get_pause@Base 1.6
- pt_player_get_position@Base 1.5
- pt_player_get_speed@Base 3.1
- pt_player_get_time_string@Base 1.4
- pt_player_get_timestamp@Base 1.4
- pt_player_get_timestamp_for_time@Base 1.6
- pt_player_get_timestamp_position@Base 1.6
- pt_player_get_type@Base 1.4
- pt_player_get_uri@Base 1.4
- pt_player_get_volume@Base 2.1
- pt_player_goto_timestamp@Base 1.4
- pt_player_jump_back@Base 1.6
- pt_player_jump_forward@Base 1.6
- pt_player_jump_relative@Base 1.4
- pt_player_jump_to_position@Base 1.4
- pt_player_new@Base 1.6
- pt_player_open_uri@Base 2.0
- pt_player_pause@Base 1.4
- pt_player_pause_and_rewind@Base 1.6
- pt_player_play@Base 1.4
- pt_player_play_pause@Base 1.6
- pt_player_selection_active@Base 1.6
- pt_player_set_mode@Base 3.0
- pt_player_set_mute@Base 2.1
- pt_player_set_selection@Base 1.5
- pt_player_set_speed@Base 1.4
- pt_player_set_volume@Base 1.4
- pt_player_string_is_timestamp@Base 1.4
- pt_waveloader_get_data@Base 2.0
- pt_waveloader_get_duration@Base 1.4
- pt_waveloader_get_type@Base 1.4
- pt_waveloader_load_async@Base 2.0
- pt_waveloader_load_finish@Base 1.4
- pt_waveloader_new@Base 1.4
- pt_waveloader_resize@Base 2.0
- pt_waveloader_resize_async@Base 2.0
- pt_waveloader_resize_finish@Base 2.0
- pt_waveviewer_get_follow_cursor@Base 1.5
- pt_waveviewer_get_type@Base 1.5
- pt_waveviewer_load_wave_async@Base 2.0
- pt_waveviewer_load_wave_finish@Base 2.0
- pt_waveviewer_new@Base 1.5
- pt_waveviewer_set_follow_cursor@Base 1.5
diff -Nru parlatype-3.1/debian/libparlatype5t64.install 
parlatype-3.1/debian/libparlatype5t64.install
--- parlatype-3.1/debian/libparlatype5t64.install       1969-12-31 
21:00:00.000000000 -0300
+++ parlatype-3.1/debian/libparlatype5t64.install       2021-11-06 
15:27:19.000000000 -0300
@@ -0,0 +1,2 @@
+usr/lib/*/libparlatype.so.*
+usr/share/locale/*/LC_MESSAGES/libparlatype5.mo
diff -Nru parlatype-3.1/debian/libparlatype5t64.lintian-overrides 
parlatype-3.1/debian/libparlatype5t64.lintian-overrides
--- parlatype-3.1/debian/libparlatype5t64.lintian-overrides     1969-12-31 
21:00:00.000000000 -0300
+++ parlatype-3.1/debian/libparlatype5t64.lintian-overrides     2024-02-05 
14:44:45.000000000 -0300
@@ -0,0 +1 @@
+libparlatype5t64: package-name-doesnt-match-sonames libparlatype5
diff -Nru parlatype-3.1/debian/libparlatype5t64.symbols 
parlatype-3.1/debian/libparlatype5t64.symbols
--- parlatype-3.1/debian/libparlatype5t64.symbols       1969-12-31 
21:00:00.000000000 -0300
+++ parlatype-3.1/debian/libparlatype5t64.symbols       2024-02-05 
14:44:45.000000000 -0300
@@ -0,0 +1,73 @@
+libparlatype.so.5 libparlatype5t64 #MINVER#
+* Build-Depends-Package: libparlatype-dev
+ pt_config_apply@Base 3.0
+ pt_config_get_base_folder@Base 3.0
+ pt_config_get_file@Base 3.0
+ pt_config_get_key@Base 3.0
+ pt_config_get_lang_code@Base 3.0
+ pt_config_get_lang_name@Base 3.0
+ pt_config_get_name@Base 3.0
+ pt_config_get_plugin@Base 3.0
+ pt_config_get_type@Base 3.0
+ pt_config_is_installed@Base 3.0
+ pt_config_is_valid@Base 3.0
+ pt_config_new@Base 3.0
+ pt_config_set_base_folder@Base 3.0
+ pt_config_set_file@Base 3.0
+ pt_config_set_name@Base 3.0
+ pt_error_quark@Base 3.0
+ pt_player_clear_selection@Base 1.5
+ pt_player_config_is_loadable@Base 3.0
+ pt_player_configure_asr@Base 3.0
+ pt_player_connect_waveviewer@Base 1.6
+ pt_player_get_back@Base 1.6
+ pt_player_get_current_time_string@Base 1.4
+ pt_player_get_duration@Base 1.5
+ pt_player_get_duration_time_string@Base 1.4
+ pt_player_get_filename@Base 1.4
+ pt_player_get_forward@Base 1.6
+ pt_player_get_mode@Base 3.0
+ pt_player_get_mute@Base 2.1
+ pt_player_get_pause@Base 1.6
+ pt_player_get_position@Base 1.5
+ pt_player_get_speed@Base 3.1
+ pt_player_get_time_string@Base 1.4
+ pt_player_get_timestamp@Base 1.4
+ pt_player_get_timestamp_for_time@Base 1.6
+ pt_player_get_timestamp_position@Base 1.6
+ pt_player_get_type@Base 1.4
+ pt_player_get_uri@Base 1.4
+ pt_player_get_volume@Base 2.1
+ pt_player_goto_timestamp@Base 1.4
+ pt_player_jump_back@Base 1.6
+ pt_player_jump_forward@Base 1.6
+ pt_player_jump_relative@Base 1.4
+ pt_player_jump_to_position@Base 1.4
+ pt_player_new@Base 1.6
+ pt_player_open_uri@Base 2.0
+ pt_player_pause@Base 1.4
+ pt_player_pause_and_rewind@Base 1.6
+ pt_player_play@Base 1.4
+ pt_player_play_pause@Base 1.6
+ pt_player_selection_active@Base 1.6
+ pt_player_set_mode@Base 3.0
+ pt_player_set_mute@Base 2.1
+ pt_player_set_selection@Base 1.5
+ pt_player_set_speed@Base 1.4
+ pt_player_set_volume@Base 1.4
+ pt_player_string_is_timestamp@Base 1.4
+ pt_waveloader_get_data@Base 2.0
+ pt_waveloader_get_duration@Base 1.4
+ pt_waveloader_get_type@Base 1.4
+ pt_waveloader_load_async@Base 2.0
+ pt_waveloader_load_finish@Base 1.4
+ pt_waveloader_new@Base 1.4
+ pt_waveloader_resize@Base 2.0
+ pt_waveloader_resize_async@Base 2.0
+ pt_waveloader_resize_finish@Base 2.0
+ pt_waveviewer_get_follow_cursor@Base 1.5
+ pt_waveviewer_get_type@Base 1.5
+ pt_waveviewer_load_wave_async@Base 2.0
+ pt_waveviewer_load_wave_finish@Base 2.0
+ pt_waveviewer_new@Base 1.5
+ pt_waveviewer_set_follow_cursor@Base 1.5

--- End Message ---
--- Begin Message ---
Source: parlatype
Source-Version: 3.1-3.1
Done: Benjamin Drung <bdr...@debian.org>

We believe that the bug you reported is fixed in the latest version of
parlatype, 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 1063...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Benjamin Drung <bdr...@debian.org> (supplier of updated parlatype 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 29 Feb 2024 19:57:19 +0000
Source: parlatype
Architecture: source
Version: 3.1-3.1
Distribution: unstable
Urgency: medium
Maintainer: Gabor Karsay <gabor.kar...@gmx.at>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1063211
Changes:
 parlatype (3.1-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063211
Checksums-Sha1:
 7817484277a2fdf297836d7488a13b761e164cbc 3111 parlatype_3.1-3.1.dsc
 5074bd1ee19eff233a6fe01be088c0d5538434b8 22148 parlatype_3.1-3.1.debian.tar.xz
 7614bffd5210cf39521a6991c5c09ecfe6f01c0c 21135 
parlatype_3.1-3.1_source.buildinfo
Checksums-Sha256:
 27f06cfd7be7fc7eb7782095655d1a310a0c3484d3d97ff9e82f7333e111cbe8 3111 
parlatype_3.1-3.1.dsc
 1a1a6b34ec1678b8e07cde701ad28ee3be760cb5ba6c1ea5df987df77a893308 22148 
parlatype_3.1-3.1.debian.tar.xz
 fad2e15b1a527f3638bbf556c1f8b1a3b48373fe03f4b58e8ab7bafd70d445aa 21135 
parlatype_3.1-3.1_source.buildinfo
Files:
 63bf2a0c69463a10b3dcb55f30856354 3111 sound optional parlatype_3.1-3.1.dsc
 b07a6a828360a3485fc66b0bf618d82c 22148 sound optional 
parlatype_3.1-3.1.debian.tar.xz
 5a1b5f36deccd748cee05b2589942ef5 21135 sound optional 
parlatype_3.1-3.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXg4cAACgkQFZ61xO/I
d0zZ4hAAmH+CFeixGP3BovdJ2N3KPOZr+SAidE+kfEmEN+U3WW9S9Kd4/QTNA8JS
lUvcMlBw7txhpRvn7RFBP19UIgPdfq3t5XFfSDpPZPZ8w6UvLsZ4XMBtAtCiEvsY
i6LJPPJbBrTas4ho94Oi/6TzGkKANsRCEzjPC6tXThKImZEkgm8nqxUlJxItmvuc
ikXG1To9X9ss8NEOnswaFr0JqWdTh7eos+Q+McR0tC+ii+w1Dmi+IWsKHW832WVt
FXd/ZitxfnA0GfIaxFUu09ZOKbWTj3NM+j+aGPySnbh3wA01uKamWue+cG0M9gqX
yhv+oSAm4cj6i058uCY7P5+1X/VECs83haRuDS3uPdazyAPxZOT1QAKIi9akTPHG
FKjrvisB0Uz4YZB8FG85rOvyjw+XkoLjG0uVX0LNbpGEiF4hxhqID+Bu8S/dNVb3
4tQrYBv07QJeYGeloHFlnaePTEVw7juM7M0BwCFvxypdM0LOSKscfK4Mlax+R36V
H41STm64o1LtdmQDvMKUcDkTukTcBMLU0V4GHLnnCeTrUIPLALR+kCnj7Uw6k2AB
MUW0UTSFn6MlucD3UfVnEnhT+rOzeBJKSH0glZO8MC2i+Ij48oycSaCR5wWhkeiU
ijObD+goWiaN1v02VD+I4p0aGUgvCMsgy4p+mfOBhOFdUM9GmOo=
=iG70
-----END PGP SIGNATURE-----

Attachment: pgpVF6Ip8VqPu.pgp
Description: PGP signature


--- End Message ---

Reply via email to