Your message dated Thu, 29 Feb 2024 09:34:53 +0000
with message-id <e1rfcox-00aaho...@fasolo.debian.org>
and subject line Bug#1063306: fixed in zbar 0.23.93-1.1
has caused the Debian Bug report #1063306,
regarding zbar: 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.)


-- 
1063306: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063306
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: zbar
Version: 0.23.93-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
zbar 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 zbar
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'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
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 zbar-0.23.93/debian/changelog zbar-0.23.93/debian/changelog
--- zbar-0.23.93/debian/changelog       2024-01-10 15:57:46.000000000 +0000
+++ zbar-0.23.93/debian/changelog       2024-02-06 03:25:17.000000000 +0000
@@ -1,3 +1,10 @@
+zbar (0.23.93-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org>  Tue, 06 Feb 2024 03:25:17 +0000
+
 zbar (0.23.93-1) unstable; urgency=medium
 
   * Acknowledge NMU.
diff -Nru zbar-0.23.93/debian/control zbar-0.23.93/debian/control
--- zbar-0.23.93/debian/control 2024-01-09 12:25:49.000000000 +0000
+++ zbar-0.23.93/debian/control 2024-02-06 03:25:17.000000000 +0000
@@ -47,7 +47,7 @@
 Depends:
  libmagick++-dev,
  libx11-dev,
- libzbar0 (= ${binary:Version}),
+ libzbar0t64 (= ${binary:Version}),
  gir1.2-zbar-1.0 (= ${binary:Version}),
  ${misc:Depends},
 Description: QR code / bar code scanner and decoder (development)
@@ -57,7 +57,10 @@
  .
  This package contains the development files.
 
-Package: libzbar0
+Package: libzbar0t64
+Provides: ${t64:Provides}
+Replaces: libzbar0
+Breaks: libzbar0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Pre-Depends:
@@ -82,7 +85,7 @@
 Depends:
  libgtk-3-dev,
  libzbar-dev (= ${binary:Version}),
- libzbargtk0 (= ${binary:Version}),
+ libzbargtk0t64 (= ${binary:Version}),
  ${misc:Depends},
 Description: QR code / bar code scanner and decoder (GTK+ bindings development)
  ZBar is a library for scanning and decoding bar codes from various sources
@@ -91,13 +94,16 @@
  .
  This package contains the development files for the GTK+ bindings.
 
-Package: libzbargtk0
+Package: libzbargtk0t64
+Provides: ${t64:Provides}
+Replaces: libzbargtk0
+Breaks: libzbargtk0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Pre-Depends:
  ${misc:Pre-Depends},
 Depends:
- libzbar0 (= ${binary:Version}),
+ libzbar0t64 (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends},
 Description: QR code / bar code scanner and decoder (GTK+ bindings)
@@ -114,7 +120,7 @@
 Depends:
  libqt5x11extras5-dev,
  libzbar-dev (= ${binary:Version}),
- libzbarqt0 (= ${binary:Version}),
+ libzbarqt0t64 (= ${binary:Version}),
  qtbase5-dev,
  ${misc:Depends},
 Description: QR code / bar code scanner and decoder (Qt binding development)
@@ -124,11 +130,14 @@
  .
  This package contains the development files for the Qt binding.
 
-Package: libzbarqt0
+Package: libzbarqt0t64
+Provides: ${t64:Provides}
+Replaces: libzbarqt0
+Breaks: libzbarqt0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends:
- libzbar0 (= ${binary:Version}),
+ libzbar0t64 (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends},
 Description: QR code / bar code scanner and decoder (Qt binding)
@@ -143,7 +152,7 @@
 Architecture: any
 Multi-Arch: same
 Depends:
- libzbar0 (= ${binary:Version}),
+ libzbar0t64 (= ${binary:Version}),
  ${misc:Depends},
  ${python3:Depends},
  ${shlibs:Depends},
@@ -158,7 +167,7 @@
 Section: graphics
 Architecture: any
 Depends:
- libzbar0 (= ${binary:Version}),
+ libzbar0t64 (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends},
 Suggests:
@@ -176,7 +185,7 @@
 Section: utils
 Architecture: linux-any
 Depends:
- libzbargtk0 (= ${binary:Version}),
+ libzbargtk0t64 (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends},
 Description: QR code / bar code scanner and decoder (Gtk camera tool)
@@ -190,7 +199,7 @@
 Section: utils
 Architecture: linux-any
 Depends:
- libzbarqt0 (= ${binary:Version}),
+ libzbarqt0t64 (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends},
 Description: QR code / bar code scanner and decoder (Qt camera tool)
diff -Nru zbar-0.23.93/debian/libzbar0.install 
zbar-0.23.93/debian/libzbar0.install
--- zbar-0.23.93/debian/libzbar0.install        2021-10-06 17:48:28.000000000 
+0000
+++ zbar-0.23.93/debian/libzbar0.install        1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-/usr/lib/*/libzbar.so.*
diff -Nru zbar-0.23.93/debian/libzbar0.symbols 
zbar-0.23.93/debian/libzbar0.symbols
--- zbar-0.23.93/debian/libzbar0.symbols        2021-10-06 17:48:28.000000000 
+0000
+++ zbar-0.23.93/debian/libzbar0.symbols        1970-01-01 00:00:00.000000000 
+0000
@@ -1,145 +0,0 @@
-libzbar.so.0 libzbar0 #MINVER#
-* Build-Depends-Package: libzbar-dev
- _zbar_error_spew@Base 0.10
- _zbar_error_string@Base 0.10
- _zbar_get_error_code@Base 0.10
- zbar_decode_width@Base 0.10
- zbar_decoder_create@Base 0.10
- zbar_decoder_destroy@Base 0.10
- zbar_decoder_get_color@Base 0.10
- zbar_decoder_get_config@Base 0.22
- zbar_decoder_get_configs@Base 0.21
- zbar_decoder_get_data@Base 0.10
- zbar_decoder_get_data_length@Base 0.10
- zbar_decoder_get_direction@Base 0.21
- zbar_decoder_get_modifiers@Base 0.21
- zbar_decoder_get_type@Base 0.10
- zbar_decoder_get_userdata@Base 0.10
- zbar_decoder_new_scan@Base 0.10
- zbar_decoder_reset@Base 0.10
- zbar_decoder_set_config@Base 0.10
- zbar_decoder_set_handler@Base 0.10
- zbar_decoder_set_userdata@Base 0.10
- zbar_get_addon_name@Base 0.10
- zbar_get_config_name@Base 0.21
- zbar_get_modifier_name@Base 0.21
- zbar_get_orientation_name@Base 0.21
- zbar_get_symbol_name@Base 0.10
- zbar_image_convert@Base 0.10
- zbar_image_convert_resize@Base 0.10
- zbar_image_copy@Base 0.10
- zbar_image_create@Base 0.10
- zbar_image_destroy@Base 0.10
- zbar_image_first_symbol@Base 0.10
- zbar_image_free_data@Base 0.10
- zbar_image_get_crop@Base 0.21
- zbar_image_get_data@Base 0.10
- zbar_image_get_data_length@Base 0.10
- zbar_image_get_format@Base 0.10
- zbar_image_get_height@Base 0.10
- zbar_image_get_sequence@Base 0.10
- zbar_image_get_size@Base 0.21
- zbar_image_get_symbols@Base 0.10
- zbar_image_get_userdata@Base 0.10
- zbar_image_get_width@Base 0.10
- zbar_image_ref@Base 0.10
- zbar_image_scanner_create@Base 0.10
- zbar_image_scanner_destroy@Base 0.10
- zbar_image_scanner_enable_cache@Base 0.10
- zbar_image_scanner_get_config@Base 0.22
- zbar_image_scanner_get_results@Base 0.10
- zbar_image_scanner_recycle_image@Base 0.10
- zbar_image_scanner_request_dbus@Base 0.21
- zbar_image_scanner_set_config@Base 0.10
- zbar_image_scanner_set_data_handler@Base 0.10
- zbar_image_set_crop@Base 0.21
- zbar_image_set_data@Base 0.10
- zbar_image_set_format@Base 0.10
- zbar_image_set_sequence@Base 0.10
- zbar_image_set_size@Base 0.10
- zbar_image_set_symbols@Base 0.10
- zbar_image_set_userdata@Base 0.10
- zbar_image_write@Base 0.10
- zbar_increase_verbosity@Base 0.10
- zbar_jpeg_error@Base 0.10
- zbar_negotiate_format@Base 0.10
- zbar_parse_config@Base 0.10
- zbar_process_image@Base 0.10
- zbar_process_one@Base 0.10
- zbar_processor_create@Base 0.10
- zbar_processor_destroy@Base 0.10
- zbar_processor_force_format@Base 0.10
- zbar_processor_get_control@Base 0.21
- zbar_processor_get_results@Base 0.10
- zbar_processor_get_userdata@Base 0.10
- zbar_processor_init@Base 0.10
- zbar_processor_is_visible@Base 0.10
- zbar_processor_request_dbus@Base 0.21
- zbar_processor_request_interface@Base 0.10
- zbar_processor_request_iomode@Base 0.10
- zbar_processor_request_size@Base 0.10
- zbar_processor_set_active@Base 0.10
- zbar_processor_set_config@Base 0.10
- zbar_processor_set_control@Base 0.21
- zbar_processor_set_data_handler@Base 0.10
- zbar_processor_set_userdata@Base 0.10
- zbar_processor_set_visible@Base 0.10
- zbar_processor_user_wait@Base 0.10
- zbar_scan_image@Base 0.10
- zbar_scan_y@Base 0.10
- zbar_scanner_create@Base 0.10
- zbar_scanner_destroy@Base 0.10
- zbar_scanner_flush@Base 0.10
- zbar_scanner_get_color@Base 0.10
- zbar_scanner_get_edge@Base 0.10
- zbar_scanner_get_state@Base 0.10
- zbar_scanner_get_width@Base 0.10
- zbar_scanner_new_scan@Base 0.10
- zbar_scanner_reset@Base 0.10
- zbar_set_verbosity@Base 0.10
- zbar_symbol_first_component@Base 0.10
- zbar_symbol_get_components@Base 0.10
- zbar_symbol_get_configs@Base 0.21
- zbar_symbol_get_count@Base 0.10
- zbar_symbol_get_data@Base 0.10
- zbar_symbol_get_data_length@Base 0.10
- zbar_symbol_get_loc_size@Base 0.10
- zbar_symbol_get_loc_x@Base 0.10
- zbar_symbol_get_loc_y@Base 0.10
- zbar_symbol_get_modifiers@Base 0.21
- zbar_symbol_get_orientation@Base 0.21
- zbar_symbol_get_quality@Base 0.10
- zbar_symbol_get_type@Base 0.10
- zbar_symbol_next@Base 0.10
- zbar_symbol_ref@Base 0.10
- zbar_symbol_set_first_symbol@Base 0.10
- zbar_symbol_set_first_unfiltered@Base 0.21
- zbar_symbol_set_get_size@Base 0.10
- zbar_symbol_set_ref@Base 0.10
- zbar_symbol_xml@Base 0.10
- zbar_version@Base 0.10
- zbar_video_create@Base 0.10
- zbar_video_destroy@Base 0.10
- zbar_video_enable@Base 0.10
- zbar_video_get_control@Base 0.21
- zbar_video_get_controls@Base 0.21
- zbar_video_get_fd@Base 0.10
- zbar_video_get_format@Base 0.10
- zbar_video_get_height@Base 0.10
- zbar_video_get_resolutions@Base 0.22
- zbar_video_get_width@Base 0.10
- zbar_video_init@Base 0.10
- zbar_video_next_image@Base 0.10
- zbar_video_open@Base 0.10
- zbar_video_request_interface@Base 0.10
- zbar_video_request_iomode@Base 0.10
- zbar_video_request_size@Base 0.10
- zbar_video_set_control@Base 0.21
- zbar_window_attach@Base 0.10
- zbar_window_create@Base 0.10
- zbar_window_destroy@Base 0.10
- zbar_window_draw@Base 0.10
- zbar_window_get_overlay@Base 0.10
- zbar_window_redraw@Base 0.10
- zbar_window_resize@Base 0.10
- zbar_window_set_overlay@Base 0.10
diff -Nru zbar-0.23.93/debian/libzbar0t64.install 
zbar-0.23.93/debian/libzbar0t64.install
--- zbar-0.23.93/debian/libzbar0t64.install     1970-01-01 00:00:00.000000000 
+0000
+++ zbar-0.23.93/debian/libzbar0t64.install     2021-10-06 17:48:28.000000000 
+0000
@@ -0,0 +1 @@
+/usr/lib/*/libzbar.so.*
diff -Nru zbar-0.23.93/debian/libzbar0t64.lintian-overrides 
zbar-0.23.93/debian/libzbar0t64.lintian-overrides
--- zbar-0.23.93/debian/libzbar0t64.lintian-overrides   1970-01-01 
00:00:00.000000000 +0000
+++ zbar-0.23.93/debian/libzbar0t64.lintian-overrides   2024-02-06 
03:25:17.000000000 +0000
@@ -0,0 +1 @@
+libzbar0t64: package-name-doesnt-match-sonames libzbar0
diff -Nru zbar-0.23.93/debian/libzbar0t64.symbols 
zbar-0.23.93/debian/libzbar0t64.symbols
--- zbar-0.23.93/debian/libzbar0t64.symbols     1970-01-01 00:00:00.000000000 
+0000
+++ zbar-0.23.93/debian/libzbar0t64.symbols     2024-02-06 03:25:17.000000000 
+0000
@@ -0,0 +1,145 @@
+libzbar.so.0 libzbar0t64 #MINVER#
+* Build-Depends-Package: libzbar-dev
+ _zbar_error_spew@Base 0.10
+ _zbar_error_string@Base 0.10
+ _zbar_get_error_code@Base 0.10
+ zbar_decode_width@Base 0.10
+ zbar_decoder_create@Base 0.10
+ zbar_decoder_destroy@Base 0.10
+ zbar_decoder_get_color@Base 0.10
+ zbar_decoder_get_config@Base 0.22
+ zbar_decoder_get_configs@Base 0.21
+ zbar_decoder_get_data@Base 0.10
+ zbar_decoder_get_data_length@Base 0.10
+ zbar_decoder_get_direction@Base 0.21
+ zbar_decoder_get_modifiers@Base 0.21
+ zbar_decoder_get_type@Base 0.10
+ zbar_decoder_get_userdata@Base 0.10
+ zbar_decoder_new_scan@Base 0.10
+ zbar_decoder_reset@Base 0.10
+ zbar_decoder_set_config@Base 0.10
+ zbar_decoder_set_handler@Base 0.10
+ zbar_decoder_set_userdata@Base 0.10
+ zbar_get_addon_name@Base 0.10
+ zbar_get_config_name@Base 0.21
+ zbar_get_modifier_name@Base 0.21
+ zbar_get_orientation_name@Base 0.21
+ zbar_get_symbol_name@Base 0.10
+ zbar_image_convert@Base 0.10
+ zbar_image_convert_resize@Base 0.10
+ zbar_image_copy@Base 0.10
+ zbar_image_create@Base 0.10
+ zbar_image_destroy@Base 0.10
+ zbar_image_first_symbol@Base 0.10
+ zbar_image_free_data@Base 0.10
+ zbar_image_get_crop@Base 0.21
+ zbar_image_get_data@Base 0.10
+ zbar_image_get_data_length@Base 0.10
+ zbar_image_get_format@Base 0.10
+ zbar_image_get_height@Base 0.10
+ zbar_image_get_sequence@Base 0.10
+ zbar_image_get_size@Base 0.21
+ zbar_image_get_symbols@Base 0.10
+ zbar_image_get_userdata@Base 0.10
+ zbar_image_get_width@Base 0.10
+ zbar_image_ref@Base 0.10
+ zbar_image_scanner_create@Base 0.10
+ zbar_image_scanner_destroy@Base 0.10
+ zbar_image_scanner_enable_cache@Base 0.10
+ zbar_image_scanner_get_config@Base 0.22
+ zbar_image_scanner_get_results@Base 0.10
+ zbar_image_scanner_recycle_image@Base 0.10
+ zbar_image_scanner_request_dbus@Base 0.21
+ zbar_image_scanner_set_config@Base 0.10
+ zbar_image_scanner_set_data_handler@Base 0.10
+ zbar_image_set_crop@Base 0.21
+ zbar_image_set_data@Base 0.10
+ zbar_image_set_format@Base 0.10
+ zbar_image_set_sequence@Base 0.10
+ zbar_image_set_size@Base 0.10
+ zbar_image_set_symbols@Base 0.10
+ zbar_image_set_userdata@Base 0.10
+ zbar_image_write@Base 0.10
+ zbar_increase_verbosity@Base 0.10
+ zbar_jpeg_error@Base 0.10
+ zbar_negotiate_format@Base 0.10
+ zbar_parse_config@Base 0.10
+ zbar_process_image@Base 0.10
+ zbar_process_one@Base 0.10
+ zbar_processor_create@Base 0.10
+ zbar_processor_destroy@Base 0.10
+ zbar_processor_force_format@Base 0.10
+ zbar_processor_get_control@Base 0.21
+ zbar_processor_get_results@Base 0.10
+ zbar_processor_get_userdata@Base 0.10
+ zbar_processor_init@Base 0.10
+ zbar_processor_is_visible@Base 0.10
+ zbar_processor_request_dbus@Base 0.21
+ zbar_processor_request_interface@Base 0.10
+ zbar_processor_request_iomode@Base 0.10
+ zbar_processor_request_size@Base 0.10
+ zbar_processor_set_active@Base 0.10
+ zbar_processor_set_config@Base 0.10
+ zbar_processor_set_control@Base 0.21
+ zbar_processor_set_data_handler@Base 0.10
+ zbar_processor_set_userdata@Base 0.10
+ zbar_processor_set_visible@Base 0.10
+ zbar_processor_user_wait@Base 0.10
+ zbar_scan_image@Base 0.10
+ zbar_scan_y@Base 0.10
+ zbar_scanner_create@Base 0.10
+ zbar_scanner_destroy@Base 0.10
+ zbar_scanner_flush@Base 0.10
+ zbar_scanner_get_color@Base 0.10
+ zbar_scanner_get_edge@Base 0.10
+ zbar_scanner_get_state@Base 0.10
+ zbar_scanner_get_width@Base 0.10
+ zbar_scanner_new_scan@Base 0.10
+ zbar_scanner_reset@Base 0.10
+ zbar_set_verbosity@Base 0.10
+ zbar_symbol_first_component@Base 0.10
+ zbar_symbol_get_components@Base 0.10
+ zbar_symbol_get_configs@Base 0.21
+ zbar_symbol_get_count@Base 0.10
+ zbar_symbol_get_data@Base 0.10
+ zbar_symbol_get_data_length@Base 0.10
+ zbar_symbol_get_loc_size@Base 0.10
+ zbar_symbol_get_loc_x@Base 0.10
+ zbar_symbol_get_loc_y@Base 0.10
+ zbar_symbol_get_modifiers@Base 0.21
+ zbar_symbol_get_orientation@Base 0.21
+ zbar_symbol_get_quality@Base 0.10
+ zbar_symbol_get_type@Base 0.10
+ zbar_symbol_next@Base 0.10
+ zbar_symbol_ref@Base 0.10
+ zbar_symbol_set_first_symbol@Base 0.10
+ zbar_symbol_set_first_unfiltered@Base 0.21
+ zbar_symbol_set_get_size@Base 0.10
+ zbar_symbol_set_ref@Base 0.10
+ zbar_symbol_xml@Base 0.10
+ zbar_version@Base 0.10
+ zbar_video_create@Base 0.10
+ zbar_video_destroy@Base 0.10
+ zbar_video_enable@Base 0.10
+ zbar_video_get_control@Base 0.21
+ zbar_video_get_controls@Base 0.21
+ zbar_video_get_fd@Base 0.10
+ zbar_video_get_format@Base 0.10
+ zbar_video_get_height@Base 0.10
+ zbar_video_get_resolutions@Base 0.22
+ zbar_video_get_width@Base 0.10
+ zbar_video_init@Base 0.10
+ zbar_video_next_image@Base 0.10
+ zbar_video_open@Base 0.10
+ zbar_video_request_interface@Base 0.10
+ zbar_video_request_iomode@Base 0.10
+ zbar_video_request_size@Base 0.10
+ zbar_video_set_control@Base 0.21
+ zbar_window_attach@Base 0.10
+ zbar_window_create@Base 0.10
+ zbar_window_destroy@Base 0.10
+ zbar_window_draw@Base 0.10
+ zbar_window_get_overlay@Base 0.10
+ zbar_window_redraw@Base 0.10
+ zbar_window_resize@Base 0.10
+ zbar_window_set_overlay@Base 0.10
diff -Nru zbar-0.23.93/debian/libzbargtk0.install 
zbar-0.23.93/debian/libzbargtk0.install
--- zbar-0.23.93/debian/libzbargtk0.install     2021-10-06 17:48:28.000000000 
+0000
+++ zbar-0.23.93/debian/libzbargtk0.install     1970-01-01 00:00:00.000000000 
+0000
@@ -1,2 +0,0 @@
-/usr/lib/*/libzbargtk.so.0
-/usr/lib/*/libzbargtk.so.0.*
diff -Nru zbar-0.23.93/debian/libzbargtk0.symbols 
zbar-0.23.93/debian/libzbargtk0.symbols
--- zbar-0.23.93/debian/libzbargtk0.symbols     2021-10-06 17:48:28.000000000 
+0000
+++ zbar-0.23.93/debian/libzbargtk0.symbols     1970-01-01 00:00:00.000000000 
+0000
@@ -1,14 +0,0 @@
-libzbargtk.so.0 libzbargtk0 #MINVER#
-* Build-Depends-Package: libzbargtk-dev
- zbar_gtk_get_type@Base 0.10
- zbar_gtk_get_video_device@Base 0.10
- zbar_gtk_get_video_enabled@Base 0.10
- zbar_gtk_get_video_opened@Base 0.10
- zbar_gtk_image_from_pixbuf@Base 0.10
- zbar_gtk_new@Base 0.10
- zbar_gtk_release_pixbuf@Base 0.10
- zbar_gtk_request_video_size@Base 0.21
- zbar_gtk_scan_image@Base 0.10
- zbar_gtk_set_video_device@Base 0.10
- zbar_gtk_set_video_enabled@Base 0.10
- zbar_marshal_VOID__INT_STRING@Base 0.23
diff -Nru zbar-0.23.93/debian/libzbargtk0t64.install 
zbar-0.23.93/debian/libzbargtk0t64.install
--- zbar-0.23.93/debian/libzbargtk0t64.install  1970-01-01 00:00:00.000000000 
+0000
+++ zbar-0.23.93/debian/libzbargtk0t64.install  2021-10-06 17:48:28.000000000 
+0000
@@ -0,0 +1,2 @@
+/usr/lib/*/libzbargtk.so.0
+/usr/lib/*/libzbargtk.so.0.*
diff -Nru zbar-0.23.93/debian/libzbargtk0t64.lintian-overrides 
zbar-0.23.93/debian/libzbargtk0t64.lintian-overrides
--- zbar-0.23.93/debian/libzbargtk0t64.lintian-overrides        1970-01-01 
00:00:00.000000000 +0000
+++ zbar-0.23.93/debian/libzbargtk0t64.lintian-overrides        2024-02-06 
03:25:17.000000000 +0000
@@ -0,0 +1 @@
+libzbargtk0t64: package-name-doesnt-match-sonames libzbargtk0
diff -Nru zbar-0.23.93/debian/libzbargtk0t64.symbols 
zbar-0.23.93/debian/libzbargtk0t64.symbols
--- zbar-0.23.93/debian/libzbargtk0t64.symbols  1970-01-01 00:00:00.000000000 
+0000
+++ zbar-0.23.93/debian/libzbargtk0t64.symbols  2024-02-06 03:25:17.000000000 
+0000
@@ -0,0 +1,14 @@
+libzbargtk.so.0 libzbargtk0t64 #MINVER#
+* Build-Depends-Package: libzbargtk-dev
+ zbar_gtk_get_type@Base 0.10
+ zbar_gtk_get_video_device@Base 0.10
+ zbar_gtk_get_video_enabled@Base 0.10
+ zbar_gtk_get_video_opened@Base 0.10
+ zbar_gtk_image_from_pixbuf@Base 0.10
+ zbar_gtk_new@Base 0.10
+ zbar_gtk_release_pixbuf@Base 0.10
+ zbar_gtk_request_video_size@Base 0.21
+ zbar_gtk_scan_image@Base 0.10
+ zbar_gtk_set_video_device@Base 0.10
+ zbar_gtk_set_video_enabled@Base 0.10
+ zbar_marshal_VOID__INT_STRING@Base 0.23
diff -Nru zbar-0.23.93/debian/libzbarqt0.install 
zbar-0.23.93/debian/libzbarqt0.install
--- zbar-0.23.93/debian/libzbarqt0.install      2021-10-06 17:48:28.000000000 
+0000
+++ zbar-0.23.93/debian/libzbarqt0.install      1970-01-01 00:00:00.000000000 
+0000
@@ -1,2 +0,0 @@
-usr/lib/*/libzbarqt.so.0
-usr/lib/*/libzbarqt.so.0.*
diff -Nru zbar-0.23.93/debian/libzbarqt0.shlibs 
zbar-0.23.93/debian/libzbarqt0.shlibs
--- zbar-0.23.93/debian/libzbarqt0.shlibs       2021-10-06 17:48:28.000000000 
+0000
+++ zbar-0.23.93/debian/libzbarqt0.shlibs       1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-libzbarqt 0 libzbarqt0 (>= 0.23)
diff -Nru zbar-0.23.93/debian/libzbarqt0t64.install 
zbar-0.23.93/debian/libzbarqt0t64.install
--- zbar-0.23.93/debian/libzbarqt0t64.install   1970-01-01 00:00:00.000000000 
+0000
+++ zbar-0.23.93/debian/libzbarqt0t64.install   2021-10-06 17:48:28.000000000 
+0000
@@ -0,0 +1,2 @@
+usr/lib/*/libzbarqt.so.0
+usr/lib/*/libzbarqt.so.0.*
diff -Nru zbar-0.23.93/debian/libzbarqt0t64.lintian-overrides 
zbar-0.23.93/debian/libzbarqt0t64.lintian-overrides
--- zbar-0.23.93/debian/libzbarqt0t64.lintian-overrides 1970-01-01 
00:00:00.000000000 +0000
+++ zbar-0.23.93/debian/libzbarqt0t64.lintian-overrides 2024-02-06 
03:25:17.000000000 +0000
@@ -0,0 +1 @@
+libzbarqt0t64: package-name-doesnt-match-sonames libzbarqt0
diff -Nru zbar-0.23.93/debian/libzbarqt0t64.shlibs 
zbar-0.23.93/debian/libzbarqt0t64.shlibs
--- zbar-0.23.93/debian/libzbarqt0t64.shlibs    1970-01-01 00:00:00.000000000 
+0000
+++ zbar-0.23.93/debian/libzbarqt0t64.shlibs    2024-02-06 03:25:17.000000000 
+0000
@@ -0,0 +1 @@
+libzbarqt 0 libzbarqt0t64 (>= 0.23)

--- End Message ---
--- Begin Message ---
Source: zbar
Source-Version: 0.23.93-1.1
Done: Steve Langasek <vor...@debian.org>

We believe that the bug you reported is fixed in the latest version of
zbar, 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.
Steve Langasek <vor...@debian.org> (supplier of updated zbar 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 08:15:04 +0000
Source: zbar
Architecture: source
Version: 0.23.93-1.1
Distribution: unstable
Urgency: medium
Maintainer: Boyuan Yang <by...@debian.org>
Changed-By: Steve Langasek <vor...@debian.org>
Closes: 1063306
Changes:
 zbar (0.23.93-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063306
Checksums-Sha1:
 69396b380f97b7de82e69450f712b8b79bdcaae0 2846 zbar_0.23.93-1.1.dsc
 737cb570d967a0d66b6b2eb66dcd2551b5d17e47 13220 zbar_0.23.93-1.1.debian.tar.xz
 dc488dc842f501bc140b0fe7ad067129a878ae8a 19640 
zbar_0.23.93-1.1_source.buildinfo
Checksums-Sha256:
 1a8a34c379e8e50c8e1baa50acab7020475eac2512b7d1ade4ced4dd65f9db60 2846 
zbar_0.23.93-1.1.dsc
 f119a2d76b891ce6dc759985c9a7074e452e257f8ae72c4baed4bde66c595028 13220 
zbar_0.23.93-1.1.debian.tar.xz
 bbeba9ffff78db2d56ca743e3fbd1ecc69cb2411c27b48153eefaf2ac10db111 19640 
zbar_0.23.93-1.1_source.buildinfo
Files:
 df762711f2c6c724524f6d128b06f305 2846 libs optional zbar_0.23.93-1.1.dsc
 389065721109bb0b70a5eb5740cc588b 13220 libs optional 
zbar_0.23.93-1.1.debian.tar.xz
 7865a0ee12378b183a58bb3b8bf558a0 19640 libs optional 
zbar_0.23.93-1.1_source.buildinfo

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

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXgPYESHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM95sEP/1Qn4bkcZei/oRckKwu2VEsFWX27pRpt
57xeBo8Vm2h27yi4+0DzhdKttWJUNZ12CbvYuh9fKGaza7iacb0DdeuEAWcgfaKz
8zyAIHGs7LqNuADX70QANiqh8oxcAJAzSIaHPzawRUSe8UZTu5VhutNMUlHWBw0U
7NYY6SORHV1hz1/38XazgZBTwzfPaCcOCKvfxQp1qPUBXVxaR6n7mESXL2+azzP9
nhf6vIV8AkrNSR8UE5+AWQzVDiwzZP6Q+/c1vo4epVUVYfVpfUd+CAwEffMfaT3U
jhe1xHlBA7osjlpreqCriC8X6x4v8k+hjuR6zkKznI1/S+/V8ywh21nGt0xjvGAS
B03s64qkQfxOWXGAeRT7+gwiXeWr5dpWr8XDweMm/HBa1aWwdT/sY2xnin1fDlK2
6bJYc7wkhY9y2ZT7DOGqXyllHil0t74qHiHiJMaVKrqWY5hEcjruTrAxTjjvwuQK
j/8F/LToh72Obw/mPSnmqA6zhyYuImmdRpYwdLbD304cwQ2SPhhzJaCk/0HgyOXv
5v+aEy7vSfLb96jQ/TMVuwJdBgS5vZO6IYzu7yx6AbE6rhjV1uruUlsZ+9jtjAaL
1YjbXKpKQcfntGKtuiHZva+2BegHj5Z7jiM7VSwC9M810uUDx+tqadJVFxeAs7gj
FIfr+Yc6BBbl
=wazZ
-----END PGP SIGNATURE-----

Attachment: pgpxmcY4gZohT.pgp
Description: PGP signature


--- End Message ---

Reply via email to