Your message dated Fri, 05 Apr 2024 18:00:21 +0000
with message-id <e1rsnrr-00fwxd...@fasolo.debian.org>
and subject line Bug#1063140: fixed in mpg123 1.32.6-1
has caused the Debian Bug report #1063140,
regarding mpg123: 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.)
--
1063140: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063140
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mpg123
Version: 1.32.4-1
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
mpg123 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 mpg123
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.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, 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 mpg123-1.32.4/debian/changelog mpg123-1.32.4/debian/changelog
--- mpg123-1.32.4/debian/changelog 2024-01-21 16:52:21.000000000 +0000
+++ mpg123-1.32.4/debian/changelog 2024-02-05 08:33:38.000000000 +0000
@@ -1,3 +1,10 @@
+mpg123 (1.32.4-1.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org> Mon, 05 Feb 2024 08:33:38 +0000
+
mpg123 (1.32.4-1) unstable; urgency=medium
* New upstream version 1.32.4
diff -Nru mpg123-1.32.4/debian/control mpg123-1.32.4/debian/control
--- mpg123-1.32.4/debian/control 2023-10-01 13:44:05.000000000 +0000
+++ mpg123-1.32.4/debian/control 2024-02-05 08:33:37.000000000 +0000
@@ -42,7 +42,10 @@
OSS4, the Advanced Linux Sound Architecture (ALSA), JACK, PortAudio,
PulseAudio, OpenAL and the Network Audio System (NAS).
-Package: libmpg123-0
+Package: libmpg123-0t64
+Provides: ${t64:Provides}
+Replaces: libmpg123-0
+Breaks: libmpg123-0 (<< ${source:Version})
Multi-Arch: same
Architecture: any
Section: libs
@@ -56,7 +59,10 @@
This package contains the C libraries needed to run executables that use
the mpg123 library.
-Package: libout123-0
+Package: libout123-0t64
+Provides: ${t64:Provides}
+Replaces: libout123-0
+Breaks: libout123-0 (<< ${source:Version})
Multi-Arch: same
Architecture: any
Section: libs
@@ -69,7 +75,10 @@
.
This package contains the shared out123 library.
-Package: libsyn123-0
+Package: libsyn123-0t64
+Provides: ${t64:Provides}
+Replaces: libsyn123-0
+Breaks: libsyn123-0 (<< ${source:Version})
Multi-Arch: same
Architecture: any
Section: libs
@@ -87,9 +96,9 @@
Architecture: any
Section: libdevel
Depends:
- libmpg123-0 (= ${binary:Version}),
- libout123-0 (= ${binary:Version}),
- libsyn123-0 (= ${binary:Version}),
+ libmpg123-0t64 (= ${binary:Version}),
+ libout123-0t64 (= ${binary:Version}),
+ libsyn123-0t64 (= ${binary:Version}),
${misc:Depends}
Description: MPEG layer 1/2/3 audio decoder (development files)
mpg123 is a real time MPEG 1.0/2.0/2.5 audio player/decoder for layers
diff -Nru mpg123-1.32.4/debian/libmpg123-0.install
mpg123-1.32.4/debian/libmpg123-0.install
--- mpg123-1.32.4/debian/libmpg123-0.install 2023-10-01 13:44:05.000000000
+0000
+++ mpg123-1.32.4/debian/libmpg123-0.install 1970-01-01 00:00:00.000000000
+0000
@@ -1 +0,0 @@
-usr/lib/*/libmpg123.so.0*
diff -Nru mpg123-1.32.4/debian/libmpg123-0.lintian-overrides
mpg123-1.32.4/debian/libmpg123-0.lintian-overrides
--- mpg123-1.32.4/debian/libmpg123-0.lintian-overrides 2023-10-01
13:44:05.000000000 +0000
+++ mpg123-1.32.4/debian/libmpg123-0.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-# The SSE, 3DNowExt, 3DNow, and MMX decoders use non-pic assembly code.
-libmpg123-0 [i386]: specific-address-in-shared-library
diff -Nru mpg123-1.32.4/debian/libmpg123-0.symbols
mpg123-1.32.4/debian/libmpg123-0.symbols
--- mpg123-1.32.4/debian/libmpg123-0.symbols 2023-10-02 19:38:58.000000000
+0000
+++ mpg123-1.32.4/debian/libmpg123-0.symbols 1970-01-01 00:00:00.000000000
+0000
@@ -1,160 +0,0 @@
-libmpg123.so.0 libmpg123-0 #MINVER#
- mpg123_add_string@Base 1.6.2
- mpg123_add_substring@Base 1.6.2
- mpg123_chomp_string@Base 1.15.1
- mpg123_clip@Base 1.6.2
- mpg123_close@Base 1.6.2
- mpg123_copy_string@Base 1.6.2
- mpg123_current_decoder@Base 1.7.2
- mpg123_decode@Base 1.6.2
- mpg123_decode_frame64@Base 1.32.3
- mpg123_decode_frame@Base 1.6.2
- mpg123_decode_frame_64@Base 1.13.7
- mpg123_decoder@Base 1.6.2
- mpg123_decoders@Base 1.6.2
- mpg123_delete@Base 1.6.2
- mpg123_delete_pars@Base 1.6.2
- mpg123_delete_string@Base 1.26.0
- mpg123_distversion@Base 1.32.3
- mpg123_enc_from_id3@Base 1.9.1
- mpg123_enc_from_id3_2@Base 1.28.0
- mpg123_encodings@Base 1.6.2
- mpg123_encsize@Base 1.13.7
- mpg123_eq2@Base 1.28.0
- mpg123_eq@Base 1.6.2
- mpg123_eq_bands@Base 1.30.0
- mpg123_eq_change@Base 1.30.0
- mpg123_errcode@Base 1.6.2
- mpg123_exit@Base 1.6.2
- mpg123_feature2@Base 1.26.0
- mpg123_feature@Base 1.10.0
- mpg123_feed@Base 1.6.2
- mpg123_feedseek64@Base 1.32.3
- mpg123_feedseek@Base 1.6.2
- mpg123_feedseek_64@Base 1.13.7
- mpg123_fmt2@Base 1.26.0
- mpg123_fmt@Base 1.6.2
- mpg123_fmt_all@Base 1.6.2
- mpg123_fmt_none@Base 1.6.2
- mpg123_fmt_support@Base 1.6.2
- mpg123_format2@Base 1.26.0
- mpg123_format@Base 1.6.2
- mpg123_format_all@Base 1.6.2
- mpg123_format_none@Base 1.6.2
- mpg123_format_support@Base 1.6.2
- mpg123_framebyframe_decode64@Base 1.32.3
- mpg123_framebyframe_decode@Base 1.10.0
- mpg123_framebyframe_decode_64@Base 1.13.7
- mpg123_framebyframe_next@Base 1.10.0
- mpg123_framedata@Base 1.14.0
- mpg123_framelength64@Base 1.32.3
- mpg123_framelength@Base 1.23.8
- mpg123_framelength_64@Base 1.23.8
- mpg123_framepos64@Base 1.32.3
- mpg123_framepos@Base 1.14.0
- mpg123_framepos_64@Base 1.14.0
- mpg123_free@Base 1.26.0
- mpg123_free_string@Base 1.6.2
- mpg123_geteq2@Base 1.28.0
- mpg123_geteq@Base 1.6.2
- mpg123_getformat2@Base 1.25.0
- mpg123_getformat@Base 1.6.2
- mpg123_getpar2@Base 1.28.0
- mpg123_getpar@Base 1.6.2
- mpg123_getparam2@Base 1.28.0
- mpg123_getparam@Base 1.6.2
- mpg123_getstate2@Base 1.28.0
- mpg123_getstate@Base 1.6.2
- mpg123_getvolume@Base 1.6.2
- mpg123_grow_string@Base 1.6.2
- mpg123_icy2utf8@Base 1.6.2
- mpg123_icy@Base 1.6.2
- mpg123_id3@Base 1.6.2
- mpg123_id3_raw@Base 1.26.0
- mpg123_index64@Base 1.32.3
- mpg123_index@Base 1.6.2
- mpg123_index_64@Base 1.13.7
- mpg123_info2@Base 1.28.0
- mpg123_info@Base 1.6.2
- mpg123_init@Base 1.6.2
- mpg123_init_string@Base 1.6.2
- mpg123_length64@Base 1.32.3
- mpg123_length@Base 1.6.2
- mpg123_length_64@Base 1.13.7
- mpg123_libversion@Base 1.32.3
- mpg123_meta_check@Base 1.6.2
- mpg123_meta_free@Base 1.14.0
- mpg123_move_string@Base 1.26.0
- mpg123_new@Base 1.6.2
- mpg123_new_pars@Base 1.6.2
- mpg123_new_string@Base 1.26.0
- mpg123_open@Base 1.6.2
- mpg123_open_64@Base 1.13.7
- mpg123_open_fd@Base 1.6.2
- mpg123_open_fd_64@Base 1.13.7
- mpg123_open_feed@Base 1.6.2
- mpg123_open_fixed@Base 1.26.0
- mpg123_open_fixed_64@Base 1.26.0
- mpg123_open_handle@Base 1.12.1
- mpg123_open_handle_64@Base 1.13.7
- mpg123_outblock@Base 1.6.2
- mpg123_par2@Base 1.28.0
- mpg123_par@Base 1.6.2
- mpg123_param2@Base 1.28.0
- mpg123_param@Base 1.6.2
- mpg123_parnew@Base 1.6.2
- mpg123_plain_strerror@Base 1.6.2
- mpg123_position64@Base 1.32.3
- mpg123_position@Base 1.6.2
- mpg123_position_64@Base 1.13.7
- mpg123_rates@Base 1.6.2
- mpg123_read@Base 1.6.2
- mpg123_reader64@Base 1.32.3
- mpg123_replace_buffer@Base 1.6.2
- mpg123_replace_reader@Base 1.6.2
- mpg123_replace_reader_64@Base 1.13.7
- mpg123_replace_reader_handle@Base 1.12.1
- mpg123_replace_reader_handle_64@Base 1.13.7
- mpg123_reset_eq@Base 1.6.2
- mpg123_resize_string@Base 1.6.2
- mpg123_safe_buffer@Base 1.6.2
- mpg123_same_string@Base 1.26.0
- mpg123_scan@Base 1.6.2
- mpg123_seek64@Base 1.32.3
- mpg123_seek@Base 1.6.2
- mpg123_seek_64@Base 1.13.7
- mpg123_seek_frame64@Base 1.32.3
- mpg123_seek_frame@Base 1.6.2
- mpg123_seek_frame_64@Base 1.13.7
- mpg123_set_filesize64@Base 1.32.3
- mpg123_set_filesize@Base 1.6.2
- mpg123_set_filesize_64@Base 1.13.7
- mpg123_set_index64@Base 1.32.3
- mpg123_set_index@Base 1.10.0
- mpg123_set_index_64@Base 1.13.7
- mpg123_set_moreinfo@Base 1.26.0
- mpg123_set_string@Base 1.6.2
- mpg123_set_substring@Base 1.6.2
- mpg123_spf@Base 1.14.0
- mpg123_store_utf8@Base 1.9.1
- mpg123_store_utf8_2@Base 1.28.0
- mpg123_strerror@Base 1.6.2
- mpg123_strlen@Base 1.13.7
- mpg123_supported_decoders@Base 1.6.2
- mpg123_tell64@Base 1.32.3
- mpg123_tell@Base 1.6.2
- mpg123_tell_64@Base 1.13.7
- mpg123_tell_stream64@Base 1.32.3
- mpg123_tell_stream@Base 1.6.2
- mpg123_tell_stream_64@Base 1.13.7
- mpg123_tellframe64@Base 1.32.3
- mpg123_tellframe@Base 1.6.2
- mpg123_tellframe_64@Base 1.13.7
- mpg123_timeframe64@Base 1.32.3
- mpg123_timeframe@Base 1.6.2
- mpg123_timeframe_64@Base 1.13.7
- mpg123_tpf@Base 1.6.2
- mpg123_volume@Base 1.6.2
- mpg123_volume_change@Base 1.6.2
- mpg123_volume_change_db@Base 1.30.0
-(arch-bits=32|arch=!x32)#include "libmpg123-0.symbols.32bit.in"
diff -Nru mpg123-1.32.4/debian/libmpg123-0.symbols.32bit.in
mpg123-1.32.4/debian/libmpg123-0.symbols.32bit.in
--- mpg123-1.32.4/debian/libmpg123-0.symbols.32bit.in 2023-10-01
13:44:05.000000000 +0000
+++ mpg123-1.32.4/debian/libmpg123-0.symbols.32bit.in 1970-01-01
00:00:00.000000000 +0000
@@ -1,22 +0,0 @@
- mpg123_decode_frame_32@Base 1.13.7
- mpg123_feedseek_32@Base 1.13.7
- mpg123_framebyframe_decode_32@Base 1.13.7
- mpg123_framelength_32@Base 1.23.8
- mpg123_framepos_32@Base 1.14.0
- mpg123_index_32@Base 1.13.7
- mpg123_length_32@Base 1.13.7
- mpg123_open_32@Base 1.13.7
- mpg123_open_fixed_32@Base 1.26.0
- mpg123_open_fd_32@Base 1.13.7
- mpg123_open_handle_32@Base 1.13.7
- mpg123_position_32@Base 1.13.7
- mpg123_replace_reader_32@Base 1.13.7
- mpg123_replace_reader_handle_32@Base 1.13.7
- mpg123_seek_32@Base 1.13.7
- mpg123_seek_frame_32@Base 1.13.7
- mpg123_set_filesize_32@Base 1.13.7
- mpg123_set_index_32@Base 1.13.7
- mpg123_tell_32@Base 1.13.7
- mpg123_tell_stream_32@Base 1.13.7
- mpg123_tellframe_32@Base 1.13.7
- mpg123_timeframe_32@Base 1.13.7
diff -Nru mpg123-1.32.4/debian/libmpg123-0t64.install
mpg123-1.32.4/debian/libmpg123-0t64.install
--- mpg123-1.32.4/debian/libmpg123-0t64.install 1970-01-01 00:00:00.000000000
+0000
+++ mpg123-1.32.4/debian/libmpg123-0t64.install 2023-10-01 13:44:05.000000000
+0000
@@ -0,0 +1 @@
+usr/lib/*/libmpg123.so.0*
diff -Nru mpg123-1.32.4/debian/libmpg123-0t64.lintian-overrides
mpg123-1.32.4/debian/libmpg123-0t64.lintian-overrides
--- mpg123-1.32.4/debian/libmpg123-0t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ mpg123-1.32.4/debian/libmpg123-0t64.lintian-overrides 2024-02-05
08:33:37.000000000 +0000
@@ -0,0 +1,3 @@
+# The SSE, 3DNowExt, 3DNow, and MMX decoders use non-pic assembly code.
+libmpg123-0t64 [i386]: specific-address-in-shared-library
+libmpg123-0t64: package-name-doesnt-match-sonames libmpg123-0
diff -Nru mpg123-1.32.4/debian/libmpg123-0t64.symbols
mpg123-1.32.4/debian/libmpg123-0t64.symbols
--- mpg123-1.32.4/debian/libmpg123-0t64.symbols 1970-01-01 00:00:00.000000000
+0000
+++ mpg123-1.32.4/debian/libmpg123-0t64.symbols 2024-02-05 08:33:38.000000000
+0000
@@ -0,0 +1,160 @@
+libmpg123.so.0 libmpg123-0t64 #MINVER#
+ mpg123_add_string@Base 1.6.2
+ mpg123_add_substring@Base 1.6.2
+ mpg123_chomp_string@Base 1.15.1
+ mpg123_clip@Base 1.6.2
+ mpg123_close@Base 1.6.2
+ mpg123_copy_string@Base 1.6.2
+ mpg123_current_decoder@Base 1.7.2
+ mpg123_decode@Base 1.6.2
+ mpg123_decode_frame64@Base 1.32.3
+ mpg123_decode_frame@Base 1.6.2
+ mpg123_decode_frame_64@Base 1.13.7
+ mpg123_decoder@Base 1.6.2
+ mpg123_decoders@Base 1.6.2
+ mpg123_delete@Base 1.6.2
+ mpg123_delete_pars@Base 1.6.2
+ mpg123_delete_string@Base 1.26.0
+ mpg123_distversion@Base 1.32.3
+ mpg123_enc_from_id3@Base 1.9.1
+ mpg123_enc_from_id3_2@Base 1.28.0
+ mpg123_encodings@Base 1.6.2
+ mpg123_encsize@Base 1.13.7
+ mpg123_eq2@Base 1.28.0
+ mpg123_eq@Base 1.6.2
+ mpg123_eq_bands@Base 1.30.0
+ mpg123_eq_change@Base 1.30.0
+ mpg123_errcode@Base 1.6.2
+ mpg123_exit@Base 1.6.2
+ mpg123_feature2@Base 1.26.0
+ mpg123_feature@Base 1.10.0
+ mpg123_feed@Base 1.6.2
+ mpg123_feedseek64@Base 1.32.3
+ mpg123_feedseek@Base 1.6.2
+ mpg123_feedseek_64@Base 1.13.7
+ mpg123_fmt2@Base 1.26.0
+ mpg123_fmt@Base 1.6.2
+ mpg123_fmt_all@Base 1.6.2
+ mpg123_fmt_none@Base 1.6.2
+ mpg123_fmt_support@Base 1.6.2
+ mpg123_format2@Base 1.26.0
+ mpg123_format@Base 1.6.2
+ mpg123_format_all@Base 1.6.2
+ mpg123_format_none@Base 1.6.2
+ mpg123_format_support@Base 1.6.2
+ mpg123_framebyframe_decode64@Base 1.32.3
+ mpg123_framebyframe_decode@Base 1.10.0
+ mpg123_framebyframe_decode_64@Base 1.13.7
+ mpg123_framebyframe_next@Base 1.10.0
+ mpg123_framedata@Base 1.14.0
+ mpg123_framelength64@Base 1.32.3
+ mpg123_framelength@Base 1.23.8
+ mpg123_framelength_64@Base 1.23.8
+ mpg123_framepos64@Base 1.32.3
+ mpg123_framepos@Base 1.14.0
+ mpg123_framepos_64@Base 1.14.0
+ mpg123_free@Base 1.26.0
+ mpg123_free_string@Base 1.6.2
+ mpg123_geteq2@Base 1.28.0
+ mpg123_geteq@Base 1.6.2
+ mpg123_getformat2@Base 1.25.0
+ mpg123_getformat@Base 1.6.2
+ mpg123_getpar2@Base 1.28.0
+ mpg123_getpar@Base 1.6.2
+ mpg123_getparam2@Base 1.28.0
+ mpg123_getparam@Base 1.6.2
+ mpg123_getstate2@Base 1.28.0
+ mpg123_getstate@Base 1.6.2
+ mpg123_getvolume@Base 1.6.2
+ mpg123_grow_string@Base 1.6.2
+ mpg123_icy2utf8@Base 1.6.2
+ mpg123_icy@Base 1.6.2
+ mpg123_id3@Base 1.6.2
+ mpg123_id3_raw@Base 1.26.0
+ mpg123_index64@Base 1.32.3
+ mpg123_index@Base 1.6.2
+ mpg123_index_64@Base 1.13.7
+ mpg123_info2@Base 1.28.0
+ mpg123_info@Base 1.6.2
+ mpg123_init@Base 1.6.2
+ mpg123_init_string@Base 1.6.2
+ mpg123_length64@Base 1.32.3
+ mpg123_length@Base 1.6.2
+ mpg123_length_64@Base 1.13.7
+ mpg123_libversion@Base 1.32.3
+ mpg123_meta_check@Base 1.6.2
+ mpg123_meta_free@Base 1.14.0
+ mpg123_move_string@Base 1.26.0
+ mpg123_new@Base 1.6.2
+ mpg123_new_pars@Base 1.6.2
+ mpg123_new_string@Base 1.26.0
+ mpg123_open@Base 1.6.2
+ mpg123_open_64@Base 1.13.7
+ mpg123_open_fd@Base 1.6.2
+ mpg123_open_fd_64@Base 1.13.7
+ mpg123_open_feed@Base 1.6.2
+ mpg123_open_fixed@Base 1.26.0
+ mpg123_open_fixed_64@Base 1.26.0
+ mpg123_open_handle@Base 1.12.1
+ mpg123_open_handle_64@Base 1.13.7
+ mpg123_outblock@Base 1.6.2
+ mpg123_par2@Base 1.28.0
+ mpg123_par@Base 1.6.2
+ mpg123_param2@Base 1.28.0
+ mpg123_param@Base 1.6.2
+ mpg123_parnew@Base 1.6.2
+ mpg123_plain_strerror@Base 1.6.2
+ mpg123_position64@Base 1.32.3
+ mpg123_position@Base 1.6.2
+ mpg123_position_64@Base 1.13.7
+ mpg123_rates@Base 1.6.2
+ mpg123_read@Base 1.6.2
+ mpg123_reader64@Base 1.32.3
+ mpg123_replace_buffer@Base 1.6.2
+ mpg123_replace_reader@Base 1.6.2
+ mpg123_replace_reader_64@Base 1.13.7
+ mpg123_replace_reader_handle@Base 1.12.1
+ mpg123_replace_reader_handle_64@Base 1.13.7
+ mpg123_reset_eq@Base 1.6.2
+ mpg123_resize_string@Base 1.6.2
+ mpg123_safe_buffer@Base 1.6.2
+ mpg123_same_string@Base 1.26.0
+ mpg123_scan@Base 1.6.2
+ mpg123_seek64@Base 1.32.3
+ mpg123_seek@Base 1.6.2
+ mpg123_seek_64@Base 1.13.7
+ mpg123_seek_frame64@Base 1.32.3
+ mpg123_seek_frame@Base 1.6.2
+ mpg123_seek_frame_64@Base 1.13.7
+ mpg123_set_filesize64@Base 1.32.3
+ mpg123_set_filesize@Base 1.6.2
+ mpg123_set_filesize_64@Base 1.13.7
+ mpg123_set_index64@Base 1.32.3
+ mpg123_set_index@Base 1.10.0
+ mpg123_set_index_64@Base 1.13.7
+ mpg123_set_moreinfo@Base 1.26.0
+ mpg123_set_string@Base 1.6.2
+ mpg123_set_substring@Base 1.6.2
+ mpg123_spf@Base 1.14.0
+ mpg123_store_utf8@Base 1.9.1
+ mpg123_store_utf8_2@Base 1.28.0
+ mpg123_strerror@Base 1.6.2
+ mpg123_strlen@Base 1.13.7
+ mpg123_supported_decoders@Base 1.6.2
+ mpg123_tell64@Base 1.32.3
+ mpg123_tell@Base 1.6.2
+ mpg123_tell_64@Base 1.13.7
+ mpg123_tell_stream64@Base 1.32.3
+ mpg123_tell_stream@Base 1.6.2
+ mpg123_tell_stream_64@Base 1.13.7
+ mpg123_tellframe64@Base 1.32.3
+ mpg123_tellframe@Base 1.6.2
+ mpg123_tellframe_64@Base 1.13.7
+ mpg123_timeframe64@Base 1.32.3
+ mpg123_timeframe@Base 1.6.2
+ mpg123_timeframe_64@Base 1.13.7
+ mpg123_tpf@Base 1.6.2
+ mpg123_volume@Base 1.6.2
+ mpg123_volume_change@Base 1.6.2
+ mpg123_volume_change_db@Base 1.30.0
+(arch-bits=32|arch=!x32)#include "libmpg123-0t64.symbols.32bit.in"
diff -Nru mpg123-1.32.4/debian/libmpg123-0t64.symbols.32bit.in
mpg123-1.32.4/debian/libmpg123-0t64.symbols.32bit.in
--- mpg123-1.32.4/debian/libmpg123-0t64.symbols.32bit.in 1970-01-01
00:00:00.000000000 +0000
+++ mpg123-1.32.4/debian/libmpg123-0t64.symbols.32bit.in 2023-10-01
13:44:05.000000000 +0000
@@ -0,0 +1,22 @@
+ mpg123_decode_frame_32@Base 1.13.7
+ mpg123_feedseek_32@Base 1.13.7
+ mpg123_framebyframe_decode_32@Base 1.13.7
+ mpg123_framelength_32@Base 1.23.8
+ mpg123_framepos_32@Base 1.14.0
+ mpg123_index_32@Base 1.13.7
+ mpg123_length_32@Base 1.13.7
+ mpg123_open_32@Base 1.13.7
+ mpg123_open_fixed_32@Base 1.26.0
+ mpg123_open_fd_32@Base 1.13.7
+ mpg123_open_handle_32@Base 1.13.7
+ mpg123_position_32@Base 1.13.7
+ mpg123_replace_reader_32@Base 1.13.7
+ mpg123_replace_reader_handle_32@Base 1.13.7
+ mpg123_seek_32@Base 1.13.7
+ mpg123_seek_frame_32@Base 1.13.7
+ mpg123_set_filesize_32@Base 1.13.7
+ mpg123_set_index_32@Base 1.13.7
+ mpg123_tell_32@Base 1.13.7
+ mpg123_tell_stream_32@Base 1.13.7
+ mpg123_tellframe_32@Base 1.13.7
+ mpg123_timeframe_32@Base 1.13.7
diff -Nru mpg123-1.32.4/debian/libout123-0.install
mpg123-1.32.4/debian/libout123-0.install
--- mpg123-1.32.4/debian/libout123-0.install 2023-10-01 13:44:05.000000000
+0000
+++ mpg123-1.32.4/debian/libout123-0.install 1970-01-01 00:00:00.000000000
+0000
@@ -1 +0,0 @@
-usr/lib/*/libout123.so.0*
diff -Nru mpg123-1.32.4/debian/libout123-0.symbols
mpg123-1.32.4/debian/libout123-0.symbols
--- mpg123-1.32.4/debian/libout123-0.symbols 2023-10-02 19:28:32.000000000
+0000
+++ mpg123-1.32.4/debian/libout123-0.symbols 1970-01-01 00:00:00.000000000
+0000
@@ -1,38 +0,0 @@
-libout123.so.0 libout123-0 #MINVER#
- out123_buffered@Base 1.23.8
- out123_close@Base 1.23.8
- out123_continue@Base 1.23.8
- out123_del@Base 1.23.8
- out123_devices@Base 1.28.0
- out123_distversion@Base 1.32.3
- out123_drain@Base 1.23.8
- out123_driver_info@Base 1.23.8
- out123_drivers@Base 1.23.8
- out123_drop@Base 1.23.8
- out123_enc_byname@Base 1.23.8
- out123_enc_list@Base 1.23.8
- out123_enc_longname@Base 1.23.8
- out123_enc_name@Base 1.23.8
- out123_encodings@Base 1.23.8
- out123_encsize@Base 1.23.8
- out123_errcode@Base 1.23.8
- out123_formats@Base 1.23.8
- out123_free@Base 1.26.0
- out123_getformat@Base 1.23.8
- out123_getparam2@Base 1.28.0
- out123_getparam@Base 1.23.8
- out123_libversion@Base 1.32.3
- out123_ndrain@Base 1.23.8
- out123_new@Base 1.23.8
- out123_open@Base 1.23.8
- out123_param2@Base 1.28.0
- out123_param@Base 1.23.8
- out123_param_from@Base 1.23.8
- out123_pause@Base 1.23.8
- out123_plain_strerror@Base 1.23.8
- out123_play@Base 1.23.8
- out123_set_buffer@Base 1.23.8
- out123_start@Base 1.23.8
- out123_stop@Base 1.23.8
- out123_strerror@Base 1.23.8
- out123_stringlists_free@Base 1.28.0
diff -Nru mpg123-1.32.4/debian/libout123-0t64.install
mpg123-1.32.4/debian/libout123-0t64.install
--- mpg123-1.32.4/debian/libout123-0t64.install 1970-01-01 00:00:00.000000000
+0000
+++ mpg123-1.32.4/debian/libout123-0t64.install 2023-10-01 13:44:05.000000000
+0000
@@ -0,0 +1 @@
+usr/lib/*/libout123.so.0*
diff -Nru mpg123-1.32.4/debian/libout123-0t64.lintian-overrides
mpg123-1.32.4/debian/libout123-0t64.lintian-overrides
--- mpg123-1.32.4/debian/libout123-0t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ mpg123-1.32.4/debian/libout123-0t64.lintian-overrides 2024-02-05
08:33:37.000000000 +0000
@@ -0,0 +1 @@
+libout123-0t64: package-name-doesnt-match-sonames libout123-0
diff -Nru mpg123-1.32.4/debian/libout123-0t64.symbols
mpg123-1.32.4/debian/libout123-0t64.symbols
--- mpg123-1.32.4/debian/libout123-0t64.symbols 1970-01-01 00:00:00.000000000
+0000
+++ mpg123-1.32.4/debian/libout123-0t64.symbols 2024-02-05 08:33:37.000000000
+0000
@@ -0,0 +1,38 @@
+libout123.so.0 libout123-0t64 #MINVER#
+ out123_buffered@Base 1.23.8
+ out123_close@Base 1.23.8
+ out123_continue@Base 1.23.8
+ out123_del@Base 1.23.8
+ out123_devices@Base 1.28.0
+ out123_distversion@Base 1.32.3
+ out123_drain@Base 1.23.8
+ out123_driver_info@Base 1.23.8
+ out123_drivers@Base 1.23.8
+ out123_drop@Base 1.23.8
+ out123_enc_byname@Base 1.23.8
+ out123_enc_list@Base 1.23.8
+ out123_enc_longname@Base 1.23.8
+ out123_enc_name@Base 1.23.8
+ out123_encodings@Base 1.23.8
+ out123_encsize@Base 1.23.8
+ out123_errcode@Base 1.23.8
+ out123_formats@Base 1.23.8
+ out123_free@Base 1.26.0
+ out123_getformat@Base 1.23.8
+ out123_getparam2@Base 1.28.0
+ out123_getparam@Base 1.23.8
+ out123_libversion@Base 1.32.3
+ out123_ndrain@Base 1.23.8
+ out123_new@Base 1.23.8
+ out123_open@Base 1.23.8
+ out123_param2@Base 1.28.0
+ out123_param@Base 1.23.8
+ out123_param_from@Base 1.23.8
+ out123_pause@Base 1.23.8
+ out123_plain_strerror@Base 1.23.8
+ out123_play@Base 1.23.8
+ out123_set_buffer@Base 1.23.8
+ out123_start@Base 1.23.8
+ out123_stop@Base 1.23.8
+ out123_strerror@Base 1.23.8
+ out123_stringlists_free@Base 1.28.0
diff -Nru mpg123-1.32.4/debian/libsyn123-0.install
mpg123-1.32.4/debian/libsyn123-0.install
--- mpg123-1.32.4/debian/libsyn123-0.install 2023-10-01 13:44:05.000000000
+0000
+++ mpg123-1.32.4/debian/libsyn123-0.install 1970-01-01 00:00:00.000000000
+0000
@@ -1 +0,0 @@
-usr/lib/*/libsyn123.so.0*
diff -Nru mpg123-1.32.4/debian/libsyn123-0.symbols
mpg123-1.32.4/debian/libsyn123-0.symbols
--- mpg123-1.32.4/debian/libsyn123-0.symbols 2023-10-02 19:28:13.000000000
+0000
+++ mpg123-1.32.4/debian/libsyn123-0.symbols 1970-01-01 00:00:00.000000000
+0000
@@ -1,57 +0,0 @@
-libsyn123.so.0 libsyn123-0 #MINVER#
- syn123_amp@Base 1.26.0
- syn123_be2host@Base 1.26.0
- syn123_clip@Base 1.26.0
- syn123_conv@Base 1.26.0
- syn123_db2lin@Base 1.26.0
- syn123_deinterleave@Base 1.26.0
- syn123_del@Base 1.26.0
- syn123_distversion@Base 1.32.3
- syn123_dither@Base 1.26.0
- syn123_drop_filter@Base 1.26.0
- syn123_filter@Base 1.26.0
- syn123_host2be@Base 1.26.0
- syn123_host2le@Base 1.26.0
- syn123_interleave@Base 1.26.0
- syn123_le2host@Base 1.26.0
- syn123_libversion@Base 1.32.3
- syn123_lin2db@Base 1.26.0
- syn123_mix@Base 1.26.0
- syn123_mixenc@Base 1.26.0
- syn123_mono2many@Base 1.26.0
- syn123_new@Base 1.26.0
- syn123_query_filter@Base 1.26.0
- syn123_query_waves@Base 1.26.0
- syn123_read@Base 1.26.0
- syn123_resample@Base 1.26.0
- syn123_resample_count@Base 1.26.0
- syn123_resample_expect@Base 1.26.0
- syn123_resample_fillcount@Base 1.26.0
- syn123_resample_history@Base 1.26.0
- syn123_resample_in@Base 1.32.3
- syn123_resample_incount@Base 1.26.0
- syn123_resample_inexpect@Base 1.26.0
- syn123_resample_intotal64@Base 1.32.3
- syn123_resample_intotal@Base 1.26.2
- (arch-bits=32|arch=!x32)syn123_resample_intotal_32@Base 1.26.2
- syn123_resample_intotal_64@Base 1.26.0
- syn123_resample_maxincount@Base 1.26.0
- syn123_resample_maxrate@Base 1.26.0
- syn123_resample_out@Base 1.32.3
- syn123_resample_total64@Base 1.32.3
- syn123_resample_total@Base 1.26.2
- (arch-bits=32|arch=!x32)syn123_resample_total_32@Base 1.26.2
- syn123_resample_total_64@Base 1.26.0
- syn123_setup_filter@Base 1.26.0
- syn123_setup_geiger@Base 1.26.0
- syn123_setup_pink@Base 1.26.0
- syn123_setup_resample@Base 1.26.0
- syn123_setup_silence@Base 1.26.0
- syn123_setup_sweep@Base 1.26.0
- syn123_setup_waves@Base 1.26.0
- syn123_setup_white@Base 1.26.0
- syn123_soft_clip@Base 1.26.0
- syn123_strerror@Base 1.26.0
- syn123_swap_bytes@Base 1.26.0
- syn123_wave_id@Base 1.26.0
- syn123_wave_name@Base 1.26.0
diff -Nru mpg123-1.32.4/debian/libsyn123-0t64.install
mpg123-1.32.4/debian/libsyn123-0t64.install
--- mpg123-1.32.4/debian/libsyn123-0t64.install 1970-01-01 00:00:00.000000000
+0000
+++ mpg123-1.32.4/debian/libsyn123-0t64.install 2023-10-01 13:44:05.000000000
+0000
@@ -0,0 +1 @@
+usr/lib/*/libsyn123.so.0*
diff -Nru mpg123-1.32.4/debian/libsyn123-0t64.lintian-overrides
mpg123-1.32.4/debian/libsyn123-0t64.lintian-overrides
--- mpg123-1.32.4/debian/libsyn123-0t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ mpg123-1.32.4/debian/libsyn123-0t64.lintian-overrides 2024-02-05
08:33:37.000000000 +0000
@@ -0,0 +1 @@
+libsyn123-0t64: package-name-doesnt-match-sonames libsyn123-0
diff -Nru mpg123-1.32.4/debian/libsyn123-0t64.symbols
mpg123-1.32.4/debian/libsyn123-0t64.symbols
--- mpg123-1.32.4/debian/libsyn123-0t64.symbols 1970-01-01 00:00:00.000000000
+0000
+++ mpg123-1.32.4/debian/libsyn123-0t64.symbols 2024-02-05 08:33:37.000000000
+0000
@@ -0,0 +1,57 @@
+libsyn123.so.0 libsyn123-0t64 #MINVER#
+ syn123_amp@Base 1.26.0
+ syn123_be2host@Base 1.26.0
+ syn123_clip@Base 1.26.0
+ syn123_conv@Base 1.26.0
+ syn123_db2lin@Base 1.26.0
+ syn123_deinterleave@Base 1.26.0
+ syn123_del@Base 1.26.0
+ syn123_distversion@Base 1.32.3
+ syn123_dither@Base 1.26.0
+ syn123_drop_filter@Base 1.26.0
+ syn123_filter@Base 1.26.0
+ syn123_host2be@Base 1.26.0
+ syn123_host2le@Base 1.26.0
+ syn123_interleave@Base 1.26.0
+ syn123_le2host@Base 1.26.0
+ syn123_libversion@Base 1.32.3
+ syn123_lin2db@Base 1.26.0
+ syn123_mix@Base 1.26.0
+ syn123_mixenc@Base 1.26.0
+ syn123_mono2many@Base 1.26.0
+ syn123_new@Base 1.26.0
+ syn123_query_filter@Base 1.26.0
+ syn123_query_waves@Base 1.26.0
+ syn123_read@Base 1.26.0
+ syn123_resample@Base 1.26.0
+ syn123_resample_count@Base 1.26.0
+ syn123_resample_expect@Base 1.26.0
+ syn123_resample_fillcount@Base 1.26.0
+ syn123_resample_history@Base 1.26.0
+ syn123_resample_in@Base 1.32.3
+ syn123_resample_incount@Base 1.26.0
+ syn123_resample_inexpect@Base 1.26.0
+ syn123_resample_intotal64@Base 1.32.3
+ syn123_resample_intotal@Base 1.26.2
+ (arch-bits=32|arch=!x32)syn123_resample_intotal_32@Base 1.26.2
+ syn123_resample_intotal_64@Base 1.26.0
+ syn123_resample_maxincount@Base 1.26.0
+ syn123_resample_maxrate@Base 1.26.0
+ syn123_resample_out@Base 1.32.3
+ syn123_resample_total64@Base 1.32.3
+ syn123_resample_total@Base 1.26.2
+ (arch-bits=32|arch=!x32)syn123_resample_total_32@Base 1.26.2
+ syn123_resample_total_64@Base 1.26.0
+ syn123_setup_filter@Base 1.26.0
+ syn123_setup_geiger@Base 1.26.0
+ syn123_setup_pink@Base 1.26.0
+ syn123_setup_resample@Base 1.26.0
+ syn123_setup_silence@Base 1.26.0
+ syn123_setup_sweep@Base 1.26.0
+ syn123_setup_waves@Base 1.26.0
+ syn123_setup_white@Base 1.26.0
+ syn123_soft_clip@Base 1.26.0
+ syn123_strerror@Base 1.26.0
+ syn123_swap_bytes@Base 1.26.0
+ syn123_wave_id@Base 1.26.0
+ syn123_wave_name@Base 1.26.0
--- End Message ---
--- Begin Message ---
Source: mpg123
Source-Version: 1.32.6-1
Done: Sebastian Ramacher <sramac...@debian.org>
We believe that the bug you reported is fixed in the latest version of
mpg123, 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.
Sebastian Ramacher <sramac...@debian.org> (supplier of updated mpg123 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: SHA256
Format: 1.8
Date: Fri, 05 Apr 2024 13:31:38 +0200
Binary: libmpg123-0t64 libmpg123-0t64-dbgsym libmpg123-dev libout123-0t64
libout123-0t64-dbgsym libsyn123-0t64 libsyn123-0t64-dbgsym mpg123 mpg123-dbgsym
Source: mpg123
Architecture: amd64 source
Version: 1.32.6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Sebastian Ramacher <sramac...@debian.org>
Closes: 1063140 1067562
Description:
libmpg123-0t64 - MPEG layer 1/2/3 audio decoder (shared library)
libmpg123-dev - MPEG layer 1/2/3 audio decoder (development files)
libout123-0t64 - MPEG layer 1/2/3 audio decoder (libout123 shared library)
libsyn123-0t64 - MPEG layer 1/2/3 audio decoder (libsyn123 shared library)
mpg123 - MPEG layer 1/2/3 audio player
Changes:
mpg123 (1.32.6-1) unstable; urgency=medium
.
[ Sebastian Ramacher ]
* New upstream version 1.32.6
.
[ Steve Langasek ]
* Rename libraries for 64-bit time_t transition. (Closes: #1063140)
.
[ Simon Chopin ]
* Only include 32bit compat symbols on i386 arches (Closes: #1067562)
Checksums-Sha1:
cf952d21a664e4352773151ee6484eab5d93d0b2 2062 mpg123_1.32.6-1.dsc
886c8c5f100caccfb4fefabc1c75ff6e2a834128 1116813 mpg123_1.32.6.orig.tar.bz2
4bf67a67ecd91c99eca92dbc46174df8a5669f36 833 mpg123_1.32.6.orig.tar.bz2.asc
d3c318b4947c0c3c58c650af2c8ff8290ea78642 25216 mpg123_1.32.6-1.debian.tar.xz
faa687634a1c1abad86d66be8b86da3ad455128a 268556
libmpg123-0t64-dbgsym_1.32.6-1_amd64.deb
10977a79ccbe3cbee755c0a78655621622c81cda 147912
libmpg123-0t64_1.32.6-1_amd64.deb
f201b578b4fc5328a18666fcf8aec9d81151e284 61456 libmpg123-dev_1.32.6-1_amd64.deb
c9f02db9b774e5569d55405b5ff472391a84884b 77380
libout123-0t64-dbgsym_1.32.6-1_amd64.deb
7736c71c2b1ae923fd9ac83291113ba15b54f519 29780
libout123-0t64_1.32.6-1_amd64.deb
7664ae837cf9b52a015f9a26cfd58936f568c885 185100
libsyn123-0t64-dbgsym_1.32.6-1_amd64.deb
07777c3530561a258873340fe07980dce5fbc5d1 88084
libsyn123-0t64_1.32.6-1_amd64.deb
29a42931679c0c7775a346afe69c6010a7ede847 329344
mpg123-dbgsym_1.32.6-1_amd64.deb
7ec3865c9e68ea2a6d8773bfb1bc1c077a1d9745 10244 mpg123_1.32.6-1_amd64.buildinfo
4fa455e471f643544a98f062c1e4fefe13a49640 206660 mpg123_1.32.6-1_amd64.deb
Checksums-Sha256:
fd6fd2bc386554657ae970e0a12941c2fa2c84f3077d09cbbaaef64064677843 2062
mpg123_1.32.6-1.dsc
ccdd1d0abc31d73d8b435fc658c79049d0a905b30669b6a42a03ad169dc609e6 1116813
mpg123_1.32.6.orig.tar.bz2
e0d1e92cb419202f2b3f2bd716a734c6cc470d5638648ec49b33383f2f3e8089 833
mpg123_1.32.6.orig.tar.bz2.asc
4dd8c648d7008af40d194dd2096da343323a56b1107da3f6e1b070b2e311a9ef 25216
mpg123_1.32.6-1.debian.tar.xz
d02d5ed5b455b89329201b38e0bd0aeb1199fd9b346610c62ae7336bb54b51af 268556
libmpg123-0t64-dbgsym_1.32.6-1_amd64.deb
173e7bdc18e71214421fa6db167b50792a39949afe4bd87860348cde078d8ed8 147912
libmpg123-0t64_1.32.6-1_amd64.deb
362530efe7cd0af4dcf9115298dca30c40085d043a831b604ba2770c10bfabe1 61456
libmpg123-dev_1.32.6-1_amd64.deb
5f5480730429fb0f31fe5787444f5d8dc2105dcbd6e6b6df7fda8664807ffd52 77380
libout123-0t64-dbgsym_1.32.6-1_amd64.deb
353c83d2c86a8eaed763d1ee9964a30c9117347cf14aa662e35b7ee3ebe63a29 29780
libout123-0t64_1.32.6-1_amd64.deb
b950068bf19c4246dbca819aa3d3584c3da0c12147e573474cb3553fab2615fb 185100
libsyn123-0t64-dbgsym_1.32.6-1_amd64.deb
86a25f503563b8e5d6988a8c0f471333f1c8508cf6ccf2da8048cfb4d742ff33 88084
libsyn123-0t64_1.32.6-1_amd64.deb
268d46c62cca4f04dd72444a623104b88987822c1bbe356accf56956bdfcef28 329344
mpg123-dbgsym_1.32.6-1_amd64.deb
782600f1b6fc99386efdaba3f6cd024bd9f22d95fe7cb84f3f08e3a9ed791d88 10244
mpg123_1.32.6-1_amd64.buildinfo
bba5e07bd80ec2947c037b6d505d1a137a787bbc7bd5ab7a3a63a29af4a3fccd 206660
mpg123_1.32.6-1_amd64.deb
Files:
ec861e65098c975efc77baef5f8539f6 2062 sound optional mpg123_1.32.6-1.dsc
19443e8ef816c95fb2ed92aa35ece1d3 1116813 sound optional
mpg123_1.32.6.orig.tar.bz2
ef32836c666a94297a3348c9d10c428d 833 sound optional
mpg123_1.32.6.orig.tar.bz2.asc
61d837e9810d3f7f5d40c95ed24f3026 25216 sound optional
mpg123_1.32.6-1.debian.tar.xz
dea6f2e8a8aeb3fb01904f139a13a19c 268556 debug optional
libmpg123-0t64-dbgsym_1.32.6-1_amd64.deb
02cfaa1d87a0970dab9ffd42337df601 147912 libs optional
libmpg123-0t64_1.32.6-1_amd64.deb
fa62c53cf3113f8e90786ef025d7d983 61456 libdevel optional
libmpg123-dev_1.32.6-1_amd64.deb
9f7ff8adfd44864d01692ad4915c867e 77380 debug optional
libout123-0t64-dbgsym_1.32.6-1_amd64.deb
22b2f515969c4d6c6d50705610a3e230 29780 libs optional
libout123-0t64_1.32.6-1_amd64.deb
a9b438ded3b0bd7cbd4cd500589afe7c 185100 debug optional
libsyn123-0t64-dbgsym_1.32.6-1_amd64.deb
dfcaa01fdb196ba25ed672e70d66591f 88084 libs optional
libsyn123-0t64_1.32.6-1_amd64.deb
e175571f735ed60f348e4d0f32746e2f 329344 debug optional
mpg123-dbgsym_1.32.6-1_amd64.deb
600c4ae7bb8e18d5fac7647c2ae9b7f4 10244 sound optional
mpg123_1.32.6-1_amd64.buildinfo
94417cbd098d0e56809e6165537b771c 206660 sound optional
mpg123_1.32.6-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
iIsEARYIADMWIQRCYn6EHZln2oPh+pAhk2s2YA/NiQUCZg/h5BUcc3JhbWFjaGVy
QGRlYmlhbi5vcmcACgkQIZNrNmAPzYkrwgEA8mfCVMdoy3JHmj89r29SDrkFmrtF
o4Y+79T+d7JCIkEBAKIPIJ4qk8XlqCn3WqM+MFVgUsO32HjZwz8CH2WS2CcC
=CXwi
-----END PGP SIGNATURE-----
pgpBGRDSJKOem.pgp
Description: PGP signature
--- End Message ---