Dear maintainer,

Please find attached a final version of this patch for the time_t
transition.  This patch is being uploaded to unstable.

Note that this adds a versioned build-dependency on dpkg-dev, to guard
against accidental backports with a wrong ABI.

Thanks!


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (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-29 08:15:04.000000000 +0000
@@ -1,3 +1,10 @@
+zbar (0.23.93-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063306
+
+ -- Steve Langasek <vor...@debian.org>  Thu, 29 Feb 2024 08:15:04 +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-29 08:15:04.000000000 +0000
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Boyuan Yang <by...@debian.org>
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper-compat (= 13),
  dh-exec,
  dh-sequence-python3,
@@ -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-29 
08:14:05.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-29 08:14:05.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-29 
08:14:05.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-29 08:14:05.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-29 
08:14:05.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-29 08:14:05.000000000 
+0000
@@ -0,0 +1 @@
+libzbarqt 0 libzbarqt0t64 (>= 0.23)

Reply via email to