[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1061904: marked as done (cpdb-libs: NMU diff for 64-bit time_t transition)



Your message dated Wed, 28 Feb 2024 21:09:45 +0000
with message-id <E1rfRBR-008Bg0-Lo@fasolo.debian.org>
and subject line Bug#1061904: fixed in cpdb-libs 2.0~b5-1.2
has caused the Debian Bug report #1061904,
regarding cpdb-libs: 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 owner@bugs.debian.org
immediately.)


-- 
1061904: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061904
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: cpdb-libs
Version: 1.2.0-3
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-arm@lists.debian.org
Usertags: time-t

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
cpdb-libs 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 cpdb-libs
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-15-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru cpdb-libs-1.2.0/debian/changelog cpdb-libs-1.2.0/debian/changelog
--- cpdb-libs-1.2.0/debian/changelog	2023-06-27 20:03:02.000000000 +0000
+++ cpdb-libs-1.2.0/debian/changelog	2024-01-30 01:24:37.000000000 +0000
@@ -1,3 +1,10 @@
+cpdb-libs (1.2.0-3.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Michael Hudson-Doyle <mwhudson@debian.org>  Tue, 30 Jan 2024 01:24:37 +0000
+
 cpdb-libs (1.2.0-3) unstable; urgency=medium
 
   * CVE-2023-34095 (Closes: #1038253)
diff -Nru cpdb-libs-1.2.0/debian/control cpdb-libs-1.2.0/debian/control
--- cpdb-libs-1.2.0/debian/control	2023-06-27 20:03:02.000000000 +0000
+++ cpdb-libs-1.2.0/debian/control	2024-01-30 01:24:37.000000000 +0000
@@ -17,7 +17,10 @@
 Vcs-Browser: https://salsa.debian.org/printing-team/cpdb-libs
 Vcs-Git: https://salsa.debian.org/printing-team/cpdb-libs.git
 
-Package: libcpdb-libs-common1
+Package: libcpdb-libs-common1t64
+Provides: ${t64:Provides}
+Replaces: libcpdb-libs-common1
+Breaks: libcpdb-libs-common1 (<< ${source:Version})
 Section: libs
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
@@ -41,7 +44,10 @@
  This package contains the library which provides the functions needed
  by both the frontends and the backends.
 
-Package: libcpdb-libs-frontend1
+Package: libcpdb-libs-frontend1t64
+Provides: ${t64:Provides}
+Replaces: libcpdb-libs-frontend1
+Breaks: libcpdb-libs-frontend1 (<< ${source:Version})
 Section: libs
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
diff -Nru cpdb-libs-1.2.0/debian/libcpdb-libs-common1.install cpdb-libs-1.2.0/debian/libcpdb-libs-common1.install
--- cpdb-libs-1.2.0/debian/libcpdb-libs-common1.install	2023-06-27 20:03:02.000000000 +0000
+++ cpdb-libs-1.2.0/debian/libcpdb-libs-common1.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/*ommon.so.*
diff -Nru cpdb-libs-1.2.0/debian/libcpdb-libs-common1.symbols cpdb-libs-1.2.0/debian/libcpdb-libs-common1.symbols
--- cpdb-libs-1.2.0/debian/libcpdb-libs-common1.symbols	2023-06-27 20:03:02.000000000 +0000
+++ cpdb-libs-1.2.0/debian/libcpdb-libs-common1.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,92 +0,0 @@
-libcpdb-libs-common.so.1 libcpdb-libs-common1 #MINVER#
-* Build-Depends-Package: libcpdb-libs-common-dev
- extract_file_name@Base 1.2.0
- get_absolute_path@Base 1.2.0
- get_boolean@Base 1.2.0
- get_string_copy@Base 1.2.0
- pack_string_array@Base 1.2.0
- print_backend_call_activate_backend@Base 1.2.0
- print_backend_call_activate_backend_finish@Base 1.2.0
- print_backend_call_activate_backend_sync@Base 1.2.0
- print_backend_call_cancel_job@Base 1.2.0
- print_backend_call_cancel_job_finish@Base 1.2.0
- print_backend_call_cancel_job_sync@Base 1.2.0
- print_backend_call_get_active_jobs_count@Base 1.2.0
- print_backend_call_get_active_jobs_count_finish@Base 1.2.0
- print_backend_call_get_active_jobs_count_sync@Base 1.2.0
- print_backend_call_get_all_jobs@Base 1.2.0
- print_backend_call_get_all_jobs_finish@Base 1.2.0
- print_backend_call_get_all_jobs_sync@Base 1.2.0
- print_backend_call_get_all_options@Base 1.2.0
- print_backend_call_get_all_options_finish@Base 1.2.0
- print_backend_call_get_all_options_sync@Base 1.2.0
- print_backend_call_get_backend_name@Base 1.2.0
- print_backend_call_get_backend_name_finish@Base 1.2.0
- print_backend_call_get_backend_name_sync@Base 1.2.0
- print_backend_call_get_default_printer@Base 1.2.0
- print_backend_call_get_default_printer_finish@Base 1.2.0
- print_backend_call_get_default_printer_sync@Base 1.2.0
- print_backend_call_get_printer_state@Base 1.2.0
- print_backend_call_get_printer_state_finish@Base 1.2.0
- print_backend_call_get_printer_state_sync@Base 1.2.0
- print_backend_call_is_accepting_jobs@Base 1.2.0
- print_backend_call_is_accepting_jobs_finish@Base 1.2.0
- print_backend_call_is_accepting_jobs_sync@Base 1.2.0
- print_backend_call_keep_alive@Base 1.2.0
- print_backend_call_keep_alive_finish@Base 1.2.0
- print_backend_call_keep_alive_sync@Base 1.2.0
- print_backend_call_ping@Base 1.2.0
- print_backend_call_ping_finish@Base 1.2.0
- print_backend_call_ping_sync@Base 1.2.0
- print_backend_call_print_file@Base 1.2.0
- print_backend_call_print_file_finish@Base 1.2.0
- print_backend_call_print_file_sync@Base 1.2.0
- print_backend_call_replace@Base 1.2.0
- print_backend_call_replace_finish@Base 1.2.0
- print_backend_call_replace_sync@Base 1.2.0
- print_backend_complete_activate_backend@Base 1.2.0
- print_backend_complete_cancel_job@Base 1.2.0
- print_backend_complete_get_active_jobs_count@Base 1.2.0
- print_backend_complete_get_all_jobs@Base 1.2.0
- print_backend_complete_get_all_options@Base 1.2.0
- print_backend_complete_get_backend_name@Base 1.2.0
- print_backend_complete_get_default_printer@Base 1.2.0
- print_backend_complete_get_printer_state@Base 1.2.0
- print_backend_complete_is_accepting_jobs@Base 1.2.0
- print_backend_complete_keep_alive@Base 1.2.0
- print_backend_complete_ping@Base 1.2.0
- print_backend_complete_print_file@Base 1.2.0
- print_backend_complete_replace@Base 1.2.0
- print_backend_emit_printer_added@Base 1.2.0
- print_backend_emit_printer_removed@Base 1.2.0
- print_backend_get_type@Base 1.2.0
- print_backend_interface_info@Base 1.2.0
- print_backend_override_properties@Base 1.2.0
- print_backend_proxy_get_type@Base 1.2.0
- print_backend_proxy_new@Base 1.2.0
- print_backend_proxy_new_finish@Base 1.2.0
- print_backend_proxy_new_for_bus@Base 1.2.0
- print_backend_proxy_new_for_bus_finish@Base 1.2.0
- print_backend_proxy_new_for_bus_sync@Base 1.2.0
- print_backend_proxy_new_sync@Base 1.2.0
- print_backend_skeleton_get_type@Base 1.2.0
- print_backend_skeleton_new@Base 1.2.0
- print_frontend_emit_hide_remote_printers_cups@Base 1.2.0
- print_frontend_emit_hide_temporary_printers_cups@Base 1.2.0
- print_frontend_emit_refresh_backend@Base 1.2.0
- print_frontend_emit_stop_listing@Base 1.2.0
- print_frontend_emit_unhide_remote_printers_cups@Base 1.2.0
- print_frontend_emit_unhide_temporary_printers_cups@Base 1.2.0
- print_frontend_get_type@Base 1.2.0
- print_frontend_interface_info@Base 1.2.0
- print_frontend_override_properties@Base 1.2.0
- print_frontend_proxy_get_type@Base 1.2.0
- print_frontend_proxy_new@Base 1.2.0
- print_frontend_proxy_new_finish@Base 1.2.0
- print_frontend_proxy_new_for_bus@Base 1.2.0
- print_frontend_proxy_new_for_bus_finish@Base 1.2.0
- print_frontend_proxy_new_for_bus_sync@Base 1.2.0
- print_frontend_proxy_new_sync@Base 1.2.0
- print_frontend_skeleton_get_type@Base 1.2.0
- print_frontend_skeleton_new@Base 1.2.0
- unpack_string_array@Base 1.2.0
diff -Nru cpdb-libs-1.2.0/debian/libcpdb-libs-common1t64.install cpdb-libs-1.2.0/debian/libcpdb-libs-common1t64.install
--- cpdb-libs-1.2.0/debian/libcpdb-libs-common1t64.install	1970-01-01 00:00:00.000000000 +0000
+++ cpdb-libs-1.2.0/debian/libcpdb-libs-common1t64.install	2023-06-27 20:03:02.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/*ommon.so.*
diff -Nru cpdb-libs-1.2.0/debian/libcpdb-libs-common1t64.lintian-overrides cpdb-libs-1.2.0/debian/libcpdb-libs-common1t64.lintian-overrides
--- cpdb-libs-1.2.0/debian/libcpdb-libs-common1t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ cpdb-libs-1.2.0/debian/libcpdb-libs-common1t64.lintian-overrides	2024-01-30 01:24:37.000000000 +0000
@@ -0,0 +1 @@
+libcpdb-libs-common1t64: package-name-doesnt-match-sonames libcpdb-libs-common1
diff -Nru cpdb-libs-1.2.0/debian/libcpdb-libs-common1t64.symbols cpdb-libs-1.2.0/debian/libcpdb-libs-common1t64.symbols
--- cpdb-libs-1.2.0/debian/libcpdb-libs-common1t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ cpdb-libs-1.2.0/debian/libcpdb-libs-common1t64.symbols	2024-01-30 01:24:37.000000000 +0000
@@ -0,0 +1,92 @@
+libcpdb-libs-common.so.1 libcpdb-libs-common1t64 #MINVER#
+* Build-Depends-Package: libcpdb-libs-common-dev
+ extract_file_name@Base 1.2.0
+ get_absolute_path@Base 1.2.0
+ get_boolean@Base 1.2.0
+ get_string_copy@Base 1.2.0
+ pack_string_array@Base 1.2.0
+ print_backend_call_activate_backend@Base 1.2.0
+ print_backend_call_activate_backend_finish@Base 1.2.0
+ print_backend_call_activate_backend_sync@Base 1.2.0
+ print_backend_call_cancel_job@Base 1.2.0
+ print_backend_call_cancel_job_finish@Base 1.2.0
+ print_backend_call_cancel_job_sync@Base 1.2.0
+ print_backend_call_get_active_jobs_count@Base 1.2.0
+ print_backend_call_get_active_jobs_count_finish@Base 1.2.0
+ print_backend_call_get_active_jobs_count_sync@Base 1.2.0
+ print_backend_call_get_all_jobs@Base 1.2.0
+ print_backend_call_get_all_jobs_finish@Base 1.2.0
+ print_backend_call_get_all_jobs_sync@Base 1.2.0
+ print_backend_call_get_all_options@Base 1.2.0
+ print_backend_call_get_all_options_finish@Base 1.2.0
+ print_backend_call_get_all_options_sync@Base 1.2.0
+ print_backend_call_get_backend_name@Base 1.2.0
+ print_backend_call_get_backend_name_finish@Base 1.2.0
+ print_backend_call_get_backend_name_sync@Base 1.2.0
+ print_backend_call_get_default_printer@Base 1.2.0
+ print_backend_call_get_default_printer_finish@Base 1.2.0
+ print_backend_call_get_default_printer_sync@Base 1.2.0
+ print_backend_call_get_printer_state@Base 1.2.0
+ print_backend_call_get_printer_state_finish@Base 1.2.0
+ print_backend_call_get_printer_state_sync@Base 1.2.0
+ print_backend_call_is_accepting_jobs@Base 1.2.0
+ print_backend_call_is_accepting_jobs_finish@Base 1.2.0
+ print_backend_call_is_accepting_jobs_sync@Base 1.2.0
+ print_backend_call_keep_alive@Base 1.2.0
+ print_backend_call_keep_alive_finish@Base 1.2.0
+ print_backend_call_keep_alive_sync@Base 1.2.0
+ print_backend_call_ping@Base 1.2.0
+ print_backend_call_ping_finish@Base 1.2.0
+ print_backend_call_ping_sync@Base 1.2.0
+ print_backend_call_print_file@Base 1.2.0
+ print_backend_call_print_file_finish@Base 1.2.0
+ print_backend_call_print_file_sync@Base 1.2.0
+ print_backend_call_replace@Base 1.2.0
+ print_backend_call_replace_finish@Base 1.2.0
+ print_backend_call_replace_sync@Base 1.2.0
+ print_backend_complete_activate_backend@Base 1.2.0
+ print_backend_complete_cancel_job@Base 1.2.0
+ print_backend_complete_get_active_jobs_count@Base 1.2.0
+ print_backend_complete_get_all_jobs@Base 1.2.0
+ print_backend_complete_get_all_options@Base 1.2.0
+ print_backend_complete_get_backend_name@Base 1.2.0
+ print_backend_complete_get_default_printer@Base 1.2.0
+ print_backend_complete_get_printer_state@Base 1.2.0
+ print_backend_complete_is_accepting_jobs@Base 1.2.0
+ print_backend_complete_keep_alive@Base 1.2.0
+ print_backend_complete_ping@Base 1.2.0
+ print_backend_complete_print_file@Base 1.2.0
+ print_backend_complete_replace@Base 1.2.0
+ print_backend_emit_printer_added@Base 1.2.0
+ print_backend_emit_printer_removed@Base 1.2.0
+ print_backend_get_type@Base 1.2.0
+ print_backend_interface_info@Base 1.2.0
+ print_backend_override_properties@Base 1.2.0
+ print_backend_proxy_get_type@Base 1.2.0
+ print_backend_proxy_new@Base 1.2.0
+ print_backend_proxy_new_finish@Base 1.2.0
+ print_backend_proxy_new_for_bus@Base 1.2.0
+ print_backend_proxy_new_for_bus_finish@Base 1.2.0
+ print_backend_proxy_new_for_bus_sync@Base 1.2.0
+ print_backend_proxy_new_sync@Base 1.2.0
+ print_backend_skeleton_get_type@Base 1.2.0
+ print_backend_skeleton_new@Base 1.2.0
+ print_frontend_emit_hide_remote_printers_cups@Base 1.2.0
+ print_frontend_emit_hide_temporary_printers_cups@Base 1.2.0
+ print_frontend_emit_refresh_backend@Base 1.2.0
+ print_frontend_emit_stop_listing@Base 1.2.0
+ print_frontend_emit_unhide_remote_printers_cups@Base 1.2.0
+ print_frontend_emit_unhide_temporary_printers_cups@Base 1.2.0
+ print_frontend_get_type@Base 1.2.0
+ print_frontend_interface_info@Base 1.2.0
+ print_frontend_override_properties@Base 1.2.0
+ print_frontend_proxy_get_type@Base 1.2.0
+ print_frontend_proxy_new@Base 1.2.0
+ print_frontend_proxy_new_finish@Base 1.2.0
+ print_frontend_proxy_new_for_bus@Base 1.2.0
+ print_frontend_proxy_new_for_bus_finish@Base 1.2.0
+ print_frontend_proxy_new_for_bus_sync@Base 1.2.0
+ print_frontend_proxy_new_sync@Base 1.2.0
+ print_frontend_skeleton_get_type@Base 1.2.0
+ print_frontend_skeleton_new@Base 1.2.0
+ unpack_string_array@Base 1.2.0
diff -Nru cpdb-libs-1.2.0/debian/libcpdb-libs-frontend1.install cpdb-libs-1.2.0/debian/libcpdb-libs-frontend1.install
--- cpdb-libs-1.2.0/debian/libcpdb-libs-frontend1.install	2023-06-27 20:03:02.000000000 +0000
+++ cpdb-libs-1.2.0/debian/libcpdb-libs-frontend1.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/*rontend.so.*
diff -Nru cpdb-libs-1.2.0/debian/libcpdb-libs-frontend1.symbols cpdb-libs-1.2.0/debian/libcpdb-libs-frontend1.symbols
--- cpdb-libs-1.2.0/debian/libcpdb-libs-frontend1.symbols	2023-06-27 20:03:02.000000000 +0000
+++ cpdb-libs-1.2.0/debian/libcpdb-libs-frontend1.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,52 +0,0 @@
-libcpdb-libs-frontend.so.1 libcpdb-libs-frontend1 #MINVER#
-* Build-Depends-Package: libcpdb-libs-frontend-dev
- DBG_LOG@Base 1.2.0
- activate_backends@Base 1.2.0
- add_printer@Base 1.2.0
- add_setting@Base 1.2.0
- add_setting_to_printer@Base 1.2.0
- cancel_job@Base 1.2.0
- clear_setting@Base 1.2.0
- clear_setting_from_printer@Base 1.2.0
- concat@Base 1.2.0
- connect_to_dbus@Base 1.2.0
- copy_settings@Base 1.2.0
- create_backend_from_file@Base 1.2.0
- delete_Settings@Base 1.2.0
- disconnect_from_dbus@Base 1.2.0
- fill_basic_options@Base 1.2.0
- find_PrinterObj@Base 1.2.0
- get_Option@Base 1.2.0
- get_active_jobs_count@Base 1.2.0
- get_all_jobs@Base 1.2.0
- get_all_options@Base 1.2.0
- get_current@Base 1.2.0
- get_default@Base 1.2.0
- get_default_printer@Base 1.2.0
- get_new_FrontendObj@Base 1.2.0
- get_new_Options@Base 1.2.0
- get_new_PrinterObj@Base 1.2.0
- get_new_Settings@Base 1.2.0
- get_setting@Base 1.2.0
- get_state@Base 1.2.0
- hide_remote_cups_printers@Base 1.2.0
- hide_temporary_cups_printers@Base 1.2.0
- ignore_last_saved_settings@Base 1.2.0
- is_accepting_jobs@Base 1.2.0
- pickle_printer_to_file@Base 1.2.0
- print_basic_options@Base 1.2.0
- print_file@Base 1.2.0
- print_file_path@Base 1.2.0
- print_option@Base 1.2.0
- pwg_to_readable@Base 1.2.0
- read_settings_from_disk@Base 1.2.0
- readable_to_pwg@Base 1.2.0
- refresh_printer_list@Base 1.2.0
- remove_printer@Base 1.2.0
- resurrect_printer_from_file@Base 1.2.0
- save_to_disk@Base 1.2.0
- serialize_to_gvariant@Base 1.2.0
- unhide_remote_cups_printers@Base 1.2.0
- unhide_temporary_cups_printers@Base 1.2.0
- unpack_job_array@Base 1.2.0
- unpack_options@Base 1.2.0
diff -Nru cpdb-libs-1.2.0/debian/libcpdb-libs-frontend1t64.install cpdb-libs-1.2.0/debian/libcpdb-libs-frontend1t64.install
--- cpdb-libs-1.2.0/debian/libcpdb-libs-frontend1t64.install	1970-01-01 00:00:00.000000000 +0000
+++ cpdb-libs-1.2.0/debian/libcpdb-libs-frontend1t64.install	2023-06-27 20:03:02.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/*rontend.so.*
diff -Nru cpdb-libs-1.2.0/debian/libcpdb-libs-frontend1t64.lintian-overrides cpdb-libs-1.2.0/debian/libcpdb-libs-frontend1t64.lintian-overrides
--- cpdb-libs-1.2.0/debian/libcpdb-libs-frontend1t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ cpdb-libs-1.2.0/debian/libcpdb-libs-frontend1t64.lintian-overrides	2024-01-30 01:24:37.000000000 +0000
@@ -0,0 +1 @@
+libcpdb-libs-frontend1t64: package-name-doesnt-match-sonames libcpdb-libs-frontend1
diff -Nru cpdb-libs-1.2.0/debian/libcpdb-libs-frontend1t64.symbols cpdb-libs-1.2.0/debian/libcpdb-libs-frontend1t64.symbols
--- cpdb-libs-1.2.0/debian/libcpdb-libs-frontend1t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ cpdb-libs-1.2.0/debian/libcpdb-libs-frontend1t64.symbols	2024-01-30 01:24:37.000000000 +0000
@@ -0,0 +1,52 @@
+libcpdb-libs-frontend.so.1 libcpdb-libs-frontend1t64 #MINVER#
+* Build-Depends-Package: libcpdb-libs-frontend-dev
+ DBG_LOG@Base 1.2.0
+ activate_backends@Base 1.2.0
+ add_printer@Base 1.2.0
+ add_setting@Base 1.2.0
+ add_setting_to_printer@Base 1.2.0
+ cancel_job@Base 1.2.0
+ clear_setting@Base 1.2.0
+ clear_setting_from_printer@Base 1.2.0
+ concat@Base 1.2.0
+ connect_to_dbus@Base 1.2.0
+ copy_settings@Base 1.2.0
+ create_backend_from_file@Base 1.2.0
+ delete_Settings@Base 1.2.0
+ disconnect_from_dbus@Base 1.2.0
+ fill_basic_options@Base 1.2.0
+ find_PrinterObj@Base 1.2.0
+ get_Option@Base 1.2.0
+ get_active_jobs_count@Base 1.2.0
+ get_all_jobs@Base 1.2.0
+ get_all_options@Base 1.2.0
+ get_current@Base 1.2.0
+ get_default@Base 1.2.0
+ get_default_printer@Base 1.2.0
+ get_new_FrontendObj@Base 1.2.0
+ get_new_Options@Base 1.2.0
+ get_new_PrinterObj@Base 1.2.0
+ get_new_Settings@Base 1.2.0
+ get_setting@Base 1.2.0
+ get_state@Base 1.2.0
+ hide_remote_cups_printers@Base 1.2.0
+ hide_temporary_cups_printers@Base 1.2.0
+ ignore_last_saved_settings@Base 1.2.0
+ is_accepting_jobs@Base 1.2.0
+ pickle_printer_to_file@Base 1.2.0
+ print_basic_options@Base 1.2.0
+ print_file@Base 1.2.0
+ print_file_path@Base 1.2.0
+ print_option@Base 1.2.0
+ pwg_to_readable@Base 1.2.0
+ read_settings_from_disk@Base 1.2.0
+ readable_to_pwg@Base 1.2.0
+ refresh_printer_list@Base 1.2.0
+ remove_printer@Base 1.2.0
+ resurrect_printer_from_file@Base 1.2.0
+ save_to_disk@Base 1.2.0
+ serialize_to_gvariant@Base 1.2.0
+ unhide_remote_cups_printers@Base 1.2.0
+ unhide_temporary_cups_printers@Base 1.2.0
+ unpack_job_array@Base 1.2.0
+ unpack_options@Base 1.2.0

--- End Message ---
--- Begin Message ---
Source: cpdb-libs
Source-Version: 2.0~b5-1.2
Done: Steve Langasek <vorlon@debian.org>

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

Debian distribution maintenance software
pp.
Steve Langasek <vorlon@debian.org> (supplier of updated cpdb-libs 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 ftpmaster@ftp-master.debian.org)


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

Format: 1.8
Date: Wed, 28 Feb 2024 19:40:02 +0000
Source: cpdb-libs
Architecture: source
Version: 2.0~b5-1.2
Distribution: unstable
Urgency: medium
Maintainer: Debian Printing Team <debian-printing@lists.debian.org>
Changed-By: Steve Langasek <vorlon@debian.org>
Closes: 1061904
Changes:
 cpdb-libs (2.0~b5-1.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: 1061904.
Checksums-Sha1:
 34082fd092a6d83a83725945a850ff246c8c052c 2654 cpdb-libs_2.0~b5-1.2.dsc
 0ab83a14bf5d988df8d2c0e8cbbe5799f1657206 10164 cpdb-libs_2.0~b5-1.2.debian.tar.xz
 f141e7272dccef6de2ab472a1b4a5ad9f5b6d87d 8258 cpdb-libs_2.0~b5-1.2_source.buildinfo
Checksums-Sha256:
 6f8b0cbc3ae182d0993476b95986044dac3e23535dda71e77346c10741992e42 2654 cpdb-libs_2.0~b5-1.2.dsc
 0d9d51f4f1f16dd1ab49b2f2ae52a602ffdc5afb0b8eeed8395db95cea0a474e 10164 cpdb-libs_2.0~b5-1.2.debian.tar.xz
 feb2d51a3709738cdf2fdf71578e22a4f1ea630e20f861adc8d0285b1866a93e 8258 cpdb-libs_2.0~b5-1.2_source.buildinfo
Files:
 c960422042ff253d04975ce0e612ccbc 2654 net optional cpdb-libs_2.0~b5-1.2.dsc
 7869eee6eef06048cfe954ed174cfea6 10164 net optional cpdb-libs_2.0~b5-1.2.debian.tar.xz
 dd8c07b43f54e6a9cde8b002e0c6985e 8258 net optional cpdb-libs_2.0~b5-1.2_source.buildinfo

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

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXfjNQSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9x+AP/2SvPF8rLzq4aivAiiucy1UNOXbLAyz1
HS5aeuojLLUxWCXQgmlCmM0jybONT1i2b3qIpDbqoY/+6BYFwbKulO9zN0tXXWyS
F94fRU/qcG5CJhozIuXUJVNOgVEdYvpcu+kKtQgNZAJLIFyAXTOdp+PY8MCn/fo7
eo7YnfZ9YZIXY5glJJHrx20bj7lKkIpE5re3mNL4/4/0PXcqB7mANVIa5+fKvGuB
29NueHp3tM+qk/2LIUTugAJzDGZhSZAwen+BAPZhaGJtTIjhyUVr/fq+/Cm/jo+4
ZZp+wPIEwFG25z1t6yJkgsIYxLoJRSBsHBoOOpdw61EhlDE3/0MHZWZXW/as0xvB
XNjjBEqKbXFsAA0JtEkoxlELYpHSvkplPWe6mYpj4sYEp4z/Hs0qfQqD7sOHTgLx
V3VW41ibIUBYRqyQH9GjnK1627vGc3ld6AyjWfXJjUNAdiuw6CRMufS+KKU5usxA
DWGItYw6bGeOOoeutzXXCBefxYYlbqnvP8z5DxOftPHYtzf6wlomVtts45HFwQH2
Ao86KT0i1mUcbbUpHM35YEhj8ygPh2Ik+d9oZcJPKgAyDuQ5SbEo9cfhtCouDm1G
/FU3Uzfpwfh9Nu7ah+mgqQpmhyzoET7ZZbbe/1c+Nu2Td6cvy70fAvmYfeuoX2Ms
mGobCFq8IBL+
=sTLy
-----END PGP SIGNATURE-----

Attachment: pgpGd6t0014zx.pgp
Description: PGP signature


--- End Message ---

Reply to: