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

Bug#1061904: cpdb-libs: NMU diff for 64-bit time_t transition



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 cpdb-libs-2.0~b5/debian/changelog cpdb-libs-2.0~b5/debian/changelog
--- cpdb-libs-2.0~b5/debian/changelog	2024-02-16 23:29:17.000000000 +0000
+++ cpdb-libs-2.0~b5/debian/changelog	2024-02-28 17:35:17.000000000 +0000
@@ -1,3 +1,10 @@
+cpdb-libs (2.0~b5-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1061904
+
+ -- Steve Langasek <vorlon@debian.org>  Wed, 28 Feb 2024 17:35:17 +0000
+
 cpdb-libs (2.0~b5-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru cpdb-libs-2.0~b5/debian/control cpdb-libs-2.0~b5/debian/control
--- cpdb-libs-2.0~b5/debian/control	2024-02-16 23:29:17.000000000 +0000
+++ cpdb-libs-2.0~b5/debian/control	2024-02-28 17:35:17.000000000 +0000
@@ -4,7 +4,7 @@
 Maintainer: Debian Printing Team <debian-printing@lists.debian.org>
 Uploaders: Till Kamppeter <till.kamppeter@gmail.com>
 	, Thorsten Alteholz <debian@alteholz.de>
-Build-Depends: debhelper-compat (=13)
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (=13)
 	, autoconf
 	, pkg-config
 	, sharutils
@@ -18,7 +18,10 @@
 Vcs-Browser: https://salsa.debian.org/printing-team/cpdb-libs
 Vcs-Git: https://salsa.debian.org/printing-team/cpdb-libs.git
 
-Package: libcpdb2
+Package: libcpdb2t64
+Provides: ${t64:Provides}
+Replaces: libcpdb2
+Breaks: libcpdb2 (<< ${source:Version})
 Section: libs
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
@@ -42,12 +45,15 @@
  This package contains the library which provides the functions needed
  by both the frontends and the backends.
 
-Package: libcpdb-frontend2
+Package: libcpdb-frontend2t64
+Provides: ${t64:Provides}
+Replaces: libcpdb-frontend2
+Breaks: libcpdb-frontend2 (<< ${source:Version})
 Section: libs
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends},
- libcpdb2 (= ${binary:Version})
+ libcpdb2t64 (= ${binary:Version})
 Multi-Arch: same
 Description: Common Print Dialog Backends - Interface Library for Frontends
  The Common Print Dialog Backends project provides a D-Bus interface
@@ -72,7 +78,7 @@
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends},
- libcpdb2 (= ${binary:Version}),
+ libcpdb2t64 (= ${binary:Version}),
  libcpdb-dev (= ${binary:Version})
 Description: Common Print Dialog Backends - Development files for Backend Library
  The Common Print Dialog Backends project provides a D-Bus interface
@@ -97,8 +103,8 @@
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends},
- libcpdb-frontend2 (= ${binary:Version}),
- libcpdb2 (= ${binary:Version}),
+ libcpdb-frontend2t64 (= ${binary:Version}),
+ libcpdb2t64 (= ${binary:Version}),
  libcpdb-dev (= ${binary:Version})
 Description: Common Print Dialog Backends - Development files for Frontend Library
  The Common Print Dialog Backends project provides a D-Bus interface
@@ -124,7 +130,7 @@
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends},
- libcpdb2 (= ${binary:Version})
+ libcpdb2t64 (= ${binary:Version})
 Description: Common Print Dialog Backends - Development files for both libraries
  The Common Print Dialog Backends project provides a D-Bus interface
  so that the print dialogs of GUI applications and the communication
@@ -146,7 +152,7 @@
 Package: cpdb-libs-tools
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends},
- libcpdb2 (= ${binary:Version})
+ libcpdb2t64 (= ${binary:Version})
 Breaks: libcpdb-libs-common-dev (<< 1.2.0-1~),
 	libcpdb-libs-tools (<< 2~)
 Replaces: libcpdb-libs-common-dev (<< 1.2.0-1~),
diff -Nru cpdb-libs-2.0~b5/debian/libcpdb-frontend2.install cpdb-libs-2.0~b5/debian/libcpdb-frontend2.install
--- cpdb-libs-2.0~b5/debian/libcpdb-frontend2.install	2024-02-16 23:29:17.000000000 +0000
+++ cpdb-libs-2.0~b5/debian/libcpdb-frontend2.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libcpdb-frontend.so.*
diff -Nru cpdb-libs-2.0~b5/debian/libcpdb-frontend2.symbols cpdb-libs-2.0~b5/debian/libcpdb-frontend2.symbols
--- cpdb-libs-2.0~b5/debian/libcpdb-frontend2.symbols	2024-02-16 23:29:17.000000000 +0000
+++ cpdb-libs-2.0~b5/debian/libcpdb-frontend2.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,110 +0,0 @@
-libcpdb-frontend.so.2 libcpdb-frontend2 #MINVER#
-* Build-Depends-Package: libcpdb-frontend-dev
-#MISSING: 2.0~b5# DBG_LOG@Base 1.2.0
- acquire_details_cb@Base 2.0~b5
-#MISSING: 2.0~b5# activate_backends@Base 1.2.0
-#MISSING: 2.0~b5# add_printer@Base 1.2.0
-#MISSING: 2.0~b5# add_setting@Base 1.2.0
-#MISSING: 2.0~b5# add_setting_to_printer@Base 1.2.0
-#MISSING: 2.0~b5# cancel_job@Base 1.2.0
-#MISSING: 2.0~b5# clear_setting@Base 1.2.0
-#MISSING: 2.0~b5# clear_setting_from_printer@Base 1.2.0
-#MISSING: 2.0~b5# concat@Base 1.2.0
-#MISSING: 2.0~b5# connect_to_dbus@Base 1.2.0
-#MISSING: 2.0~b5# copy_settings@Base 1.2.0
- cpdbAcquireDetails@Base 2.0~b5
- cpdbAcquireTranslations@Base 2.0~b5
- cpdbAddPrinter@Base 2.0~b5
- cpdbAddSetting@Base 2.0~b5
- cpdbAddSettingToPrinter@Base 2.0~b5
- cpdbCancelJob@Base 2.0~b5
- cpdbClearSetting@Base 2.0~b5
- cpdbClearSettingFromPrinter@Base 2.0~b5
- cpdbConnectToDBus@Base 2.0~b5
- cpdbCopySettings@Base 2.0~b5
- cpdbCreateBackend@Base 2.0~b5
- cpdbDebugPrinter@Base 2.0~b5
- cpdbDeleteFrontendObj@Base 2.0~b5
- cpdbDeleteMedia@Base 2.0~b5
- cpdbDeleteOption@Base 2.0~b5
- cpdbDeleteOptions@Base 2.0~b5
- cpdbDeletePrinterObj@Base 2.0~b5
- cpdbDeleteSettings@Base 2.0~b5
- cpdbDisconnectFromDBus@Base 2.0~b5
- cpdbFindPrinterObj@Base 2.0~b5
- cpdbGetActiveJobsCount@Base 2.0~b5
- cpdbGetAllJobs@Base 2.0~b5
- cpdbGetAllOptions@Base 2.0~b5
- cpdbGetAllTranslations@Base 2.0~b5
- cpdbGetChoiceTranslation@Base 2.0~b5
- cpdbGetCurrent@Base 2.0~b5
- cpdbGetDefault@Base 2.0~b5
- cpdbGetDefaultPrinter@Base 2.0~b5
- cpdbGetDefaultPrinterForBackend@Base 2.0~b5
- cpdbGetGroupTranslation@Base 2.0~b5
- cpdbGetMedia@Base 2.0~b5
- cpdbGetMediaMargins@Base 2.0~b5
- cpdbGetMediaSize@Base 2.0~b5
- cpdbGetNewFrontendObj@Base 2.0~b5
- cpdbGetNewOptions@Base 2.0~b5
- cpdbGetNewPrinterObj@Base 2.0~b5
- cpdbGetNewSettings@Base 2.0~b5
- cpdbGetOption@Base 2.0~b5
- cpdbGetOptionTranslation@Base 2.0~b5
- cpdbGetSetting@Base 2.0~b5
- cpdbGetState@Base 2.0~b5
- cpdbHideRemotePrinters@Base 2.0~b5
- cpdbHideTemporaryPrinters@Base 2.0~b5
- cpdbIgnoreLastSavedSettings@Base 2.0~b5
- cpdbIsAcceptingJobs@Base 2.0~b5
- cpdbPicklePrinterToFile@Base 2.0~b5
- cpdbPrintFile@Base 2.0~b5
- cpdbPrintFilePath@Base 2.0~b5
- cpdbReadSettingsFromDisk@Base 2.0~b5
- cpdbRemovePrinter@Base 2.0~b5
- cpdbResurrectPrinterFromFile@Base 2.0~b5
- cpdbSaveSettingsToDisk@Base 2.0~b5
- cpdbSerializeToGVariant@Base 2.0~b5
- cpdbSetSystemDefaultPrinter@Base 2.0~b5
- cpdbSetUserDefaultPrinter@Base 2.0~b5
- cpdbUnhideRemotePrinters@Base 2.0~b5
- cpdbUnhideTemporaryPrinters@Base 2.0~b5
-#MISSING: 2.0~b5# create_backend_from_file@Base 1.2.0
-#MISSING: 2.0~b5# delete_Settings@Base 1.2.0
-#MISSING: 2.0~b5# disconnect_from_dbus@Base 1.2.0
-#MISSING: 2.0~b5# fill_basic_options@Base 1.2.0
-#MISSING: 2.0~b5# find_PrinterObj@Base 1.2.0
-#MISSING: 2.0~b5# get_Option@Base 1.2.0
-#MISSING: 2.0~b5# get_active_jobs_count@Base 1.2.0
-#MISSING: 2.0~b5# get_all_jobs@Base 1.2.0
-#MISSING: 2.0~b5# get_all_options@Base 1.2.0
-#MISSING: 2.0~b5# get_current@Base 1.2.0
-#MISSING: 2.0~b5# get_default@Base 1.2.0
-#MISSING: 2.0~b5# get_default_printer@Base 1.2.0
-#MISSING: 2.0~b5# get_new_FrontendObj@Base 1.2.0
-#MISSING: 2.0~b5# get_new_Options@Base 1.2.0
-#MISSING: 2.0~b5# get_new_PrinterObj@Base 1.2.0
-#MISSING: 2.0~b5# get_new_Settings@Base 1.2.0
-#MISSING: 2.0~b5# get_setting@Base 1.2.0
-#MISSING: 2.0~b5# get_state@Base 1.2.0
-#MISSING: 2.0~b5# hide_remote_cups_printers@Base 1.2.0
-#MISSING: 2.0~b5# hide_temporary_cups_printers@Base 1.2.0
-#MISSING: 2.0~b5# ignore_last_saved_settings@Base 1.2.0
-#MISSING: 2.0~b5# is_accepting_jobs@Base 1.2.0
-#MISSING: 2.0~b5# pickle_printer_to_file@Base 1.2.0
-#MISSING: 2.0~b5# print_basic_options@Base 1.2.0
-#MISSING: 2.0~b5# print_file@Base 1.2.0
-#MISSING: 2.0~b5# print_file_path@Base 1.2.0
-#MISSING: 2.0~b5# print_option@Base 1.2.0
-#MISSING: 2.0~b5# pwg_to_readable@Base 1.2.0
-#MISSING: 2.0~b5# read_settings_from_disk@Base 1.2.0
-#MISSING: 2.0~b5# readable_to_pwg@Base 1.2.0
-#MISSING: 2.0~b5# refresh_printer_list@Base 1.2.0
-#MISSING: 2.0~b5# remove_printer@Base 1.2.0
-#MISSING: 2.0~b5# resurrect_printer_from_file@Base 1.2.0
-#MISSING: 2.0~b5# save_to_disk@Base 1.2.0
-#MISSING: 2.0~b5# serialize_to_gvariant@Base 1.2.0
-#MISSING: 2.0~b5# unhide_remote_cups_printers@Base 1.2.0
-#MISSING: 2.0~b5# unhide_temporary_cups_printers@Base 1.2.0
-#MISSING: 2.0~b5# unpack_job_array@Base 1.2.0
-#MISSING: 2.0~b5# unpack_options@Base 1.2.0
diff -Nru cpdb-libs-2.0~b5/debian/libcpdb-frontend2t64.install cpdb-libs-2.0~b5/debian/libcpdb-frontend2t64.install
--- cpdb-libs-2.0~b5/debian/libcpdb-frontend2t64.install	1970-01-01 00:00:00.000000000 +0000
+++ cpdb-libs-2.0~b5/debian/libcpdb-frontend2t64.install	2024-02-16 23:29:17.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libcpdb-frontend.so.*
diff -Nru cpdb-libs-2.0~b5/debian/libcpdb-frontend2t64.lintian-overrides cpdb-libs-2.0~b5/debian/libcpdb-frontend2t64.lintian-overrides
--- cpdb-libs-2.0~b5/debian/libcpdb-frontend2t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ cpdb-libs-2.0~b5/debian/libcpdb-frontend2t64.lintian-overrides	2024-02-28 17:35:03.000000000 +0000
@@ -0,0 +1 @@
+libcpdb-frontend2t64: package-name-doesnt-match-sonames libcpdb-frontend2
diff -Nru cpdb-libs-2.0~b5/debian/libcpdb-frontend2t64.symbols cpdb-libs-2.0~b5/debian/libcpdb-frontend2t64.symbols
--- cpdb-libs-2.0~b5/debian/libcpdb-frontend2t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ cpdb-libs-2.0~b5/debian/libcpdb-frontend2t64.symbols	2024-02-28 17:35:03.000000000 +0000
@@ -0,0 +1,110 @@
+libcpdb-frontend.so.2 libcpdb-frontend2t64 #MINVER#
+* Build-Depends-Package: libcpdb-frontend-dev
+#MISSING: 2.0~b5# DBG_LOG@Base 1.2.0
+ acquire_details_cb@Base 2.0~b5
+#MISSING: 2.0~b5# activate_backends@Base 1.2.0
+#MISSING: 2.0~b5# add_printer@Base 1.2.0
+#MISSING: 2.0~b5# add_setting@Base 1.2.0
+#MISSING: 2.0~b5# add_setting_to_printer@Base 1.2.0
+#MISSING: 2.0~b5# cancel_job@Base 1.2.0
+#MISSING: 2.0~b5# clear_setting@Base 1.2.0
+#MISSING: 2.0~b5# clear_setting_from_printer@Base 1.2.0
+#MISSING: 2.0~b5# concat@Base 1.2.0
+#MISSING: 2.0~b5# connect_to_dbus@Base 1.2.0
+#MISSING: 2.0~b5# copy_settings@Base 1.2.0
+ cpdbAcquireDetails@Base 2.0~b5
+ cpdbAcquireTranslations@Base 2.0~b5
+ cpdbAddPrinter@Base 2.0~b5
+ cpdbAddSetting@Base 2.0~b5
+ cpdbAddSettingToPrinter@Base 2.0~b5
+ cpdbCancelJob@Base 2.0~b5
+ cpdbClearSetting@Base 2.0~b5
+ cpdbClearSettingFromPrinter@Base 2.0~b5
+ cpdbConnectToDBus@Base 2.0~b5
+ cpdbCopySettings@Base 2.0~b5
+ cpdbCreateBackend@Base 2.0~b5
+ cpdbDebugPrinter@Base 2.0~b5
+ cpdbDeleteFrontendObj@Base 2.0~b5
+ cpdbDeleteMedia@Base 2.0~b5
+ cpdbDeleteOption@Base 2.0~b5
+ cpdbDeleteOptions@Base 2.0~b5
+ cpdbDeletePrinterObj@Base 2.0~b5
+ cpdbDeleteSettings@Base 2.0~b5
+ cpdbDisconnectFromDBus@Base 2.0~b5
+ cpdbFindPrinterObj@Base 2.0~b5
+ cpdbGetActiveJobsCount@Base 2.0~b5
+ cpdbGetAllJobs@Base 2.0~b5
+ cpdbGetAllOptions@Base 2.0~b5
+ cpdbGetAllTranslations@Base 2.0~b5
+ cpdbGetChoiceTranslation@Base 2.0~b5
+ cpdbGetCurrent@Base 2.0~b5
+ cpdbGetDefault@Base 2.0~b5
+ cpdbGetDefaultPrinter@Base 2.0~b5
+ cpdbGetDefaultPrinterForBackend@Base 2.0~b5
+ cpdbGetGroupTranslation@Base 2.0~b5
+ cpdbGetMedia@Base 2.0~b5
+ cpdbGetMediaMargins@Base 2.0~b5
+ cpdbGetMediaSize@Base 2.0~b5
+ cpdbGetNewFrontendObj@Base 2.0~b5
+ cpdbGetNewOptions@Base 2.0~b5
+ cpdbGetNewPrinterObj@Base 2.0~b5
+ cpdbGetNewSettings@Base 2.0~b5
+ cpdbGetOption@Base 2.0~b5
+ cpdbGetOptionTranslation@Base 2.0~b5
+ cpdbGetSetting@Base 2.0~b5
+ cpdbGetState@Base 2.0~b5
+ cpdbHideRemotePrinters@Base 2.0~b5
+ cpdbHideTemporaryPrinters@Base 2.0~b5
+ cpdbIgnoreLastSavedSettings@Base 2.0~b5
+ cpdbIsAcceptingJobs@Base 2.0~b5
+ cpdbPicklePrinterToFile@Base 2.0~b5
+ cpdbPrintFile@Base 2.0~b5
+ cpdbPrintFilePath@Base 2.0~b5
+ cpdbReadSettingsFromDisk@Base 2.0~b5
+ cpdbRemovePrinter@Base 2.0~b5
+ cpdbResurrectPrinterFromFile@Base 2.0~b5
+ cpdbSaveSettingsToDisk@Base 2.0~b5
+ cpdbSerializeToGVariant@Base 2.0~b5
+ cpdbSetSystemDefaultPrinter@Base 2.0~b5
+ cpdbSetUserDefaultPrinter@Base 2.0~b5
+ cpdbUnhideRemotePrinters@Base 2.0~b5
+ cpdbUnhideTemporaryPrinters@Base 2.0~b5
+#MISSING: 2.0~b5# create_backend_from_file@Base 1.2.0
+#MISSING: 2.0~b5# delete_Settings@Base 1.2.0
+#MISSING: 2.0~b5# disconnect_from_dbus@Base 1.2.0
+#MISSING: 2.0~b5# fill_basic_options@Base 1.2.0
+#MISSING: 2.0~b5# find_PrinterObj@Base 1.2.0
+#MISSING: 2.0~b5# get_Option@Base 1.2.0
+#MISSING: 2.0~b5# get_active_jobs_count@Base 1.2.0
+#MISSING: 2.0~b5# get_all_jobs@Base 1.2.0
+#MISSING: 2.0~b5# get_all_options@Base 1.2.0
+#MISSING: 2.0~b5# get_current@Base 1.2.0
+#MISSING: 2.0~b5# get_default@Base 1.2.0
+#MISSING: 2.0~b5# get_default_printer@Base 1.2.0
+#MISSING: 2.0~b5# get_new_FrontendObj@Base 1.2.0
+#MISSING: 2.0~b5# get_new_Options@Base 1.2.0
+#MISSING: 2.0~b5# get_new_PrinterObj@Base 1.2.0
+#MISSING: 2.0~b5# get_new_Settings@Base 1.2.0
+#MISSING: 2.0~b5# get_setting@Base 1.2.0
+#MISSING: 2.0~b5# get_state@Base 1.2.0
+#MISSING: 2.0~b5# hide_remote_cups_printers@Base 1.2.0
+#MISSING: 2.0~b5# hide_temporary_cups_printers@Base 1.2.0
+#MISSING: 2.0~b5# ignore_last_saved_settings@Base 1.2.0
+#MISSING: 2.0~b5# is_accepting_jobs@Base 1.2.0
+#MISSING: 2.0~b5# pickle_printer_to_file@Base 1.2.0
+#MISSING: 2.0~b5# print_basic_options@Base 1.2.0
+#MISSING: 2.0~b5# print_file@Base 1.2.0
+#MISSING: 2.0~b5# print_file_path@Base 1.2.0
+#MISSING: 2.0~b5# print_option@Base 1.2.0
+#MISSING: 2.0~b5# pwg_to_readable@Base 1.2.0
+#MISSING: 2.0~b5# read_settings_from_disk@Base 1.2.0
+#MISSING: 2.0~b5# readable_to_pwg@Base 1.2.0
+#MISSING: 2.0~b5# refresh_printer_list@Base 1.2.0
+#MISSING: 2.0~b5# remove_printer@Base 1.2.0
+#MISSING: 2.0~b5# resurrect_printer_from_file@Base 1.2.0
+#MISSING: 2.0~b5# save_to_disk@Base 1.2.0
+#MISSING: 2.0~b5# serialize_to_gvariant@Base 1.2.0
+#MISSING: 2.0~b5# unhide_remote_cups_printers@Base 1.2.0
+#MISSING: 2.0~b5# unhide_temporary_cups_printers@Base 1.2.0
+#MISSING: 2.0~b5# unpack_job_array@Base 1.2.0
+#MISSING: 2.0~b5# unpack_options@Base 1.2.0
diff -Nru cpdb-libs-2.0~b5/debian/libcpdb2.install cpdb-libs-2.0~b5/debian/libcpdb2.install
--- cpdb-libs-2.0~b5/debian/libcpdb2.install	2024-02-16 23:29:17.000000000 +0000
+++ cpdb-libs-2.0~b5/debian/libcpdb2.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libcpdb.so.*
diff -Nru cpdb-libs-2.0~b5/debian/libcpdb2.symbols cpdb-libs-2.0~b5/debian/libcpdb2.symbols
--- cpdb-libs-2.0~b5/debian/libcpdb2.symbols	2024-02-16 23:29:17.000000000 +0000
+++ cpdb-libs-2.0~b5/debian/libcpdb2.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,122 +0,0 @@
-libcpdb.so.2 libcpdb2 #MINVER#
-* Build-Depends-Package: libcpdb-dev
- cpdbBDebugPrintf@Base 2.0~b5
- cpdbConcat@Base 2.0~b5
- cpdbConcatPath@Base 2.0~b5
- cpdbConcatSep@Base 2.0~b5
- cpdbExtractFileName@Base 2.0~b5
- cpdbFDebugPrintf@Base 2.0~b5
- cpdbGetAbsolutePath@Base 2.0~b5
- cpdbGetBoolean@Base 2.0~b5
- cpdbGetGroup@Base 2.0~b5
- cpdbGetGroupTranslation2@Base 2.0~b5
- cpdbGetStringCopy@Base 2.0~b5
- cpdbGetSysConfDir@Base 2.0~b5
- cpdbGetUserConfDir@Base 2.0~b5
- cpdbGroupTable@Base 2.0~b5
- cpdbInit@Base 2.0~b5
- cpdbNewCStringArray@Base 2.0~b5
- cpdbPackMediaArray@Base 2.0~b5
- cpdbPackStringArray@Base 2.0~b5
- cpdbUnpackStringArray@Base 2.0~b5
- initialized@Base 2.0~b5
- print_backend_call_cancel_job@Base 2.0~b5
- print_backend_call_cancel_job_finish@Base 2.0~b5
- print_backend_call_cancel_job_sync@Base 2.0~b5
- print_backend_call_get_active_jobs_count@Base 2.0~b5
- print_backend_call_get_active_jobs_count_finish@Base 2.0~b5
- print_backend_call_get_active_jobs_count_sync@Base 2.0~b5
- print_backend_call_get_all_jobs@Base 2.0~b5
- print_backend_call_get_all_jobs_finish@Base 2.0~b5
- print_backend_call_get_all_jobs_sync@Base 2.0~b5
- print_backend_call_get_all_options@Base 2.0~b5
- print_backend_call_get_all_options_finish@Base 2.0~b5
- print_backend_call_get_all_options_sync@Base 2.0~b5
- print_backend_call_get_all_translations@Base 2.0~b5
- print_backend_call_get_all_translations_finish@Base 2.0~b5
- print_backend_call_get_all_translations_sync@Base 2.0~b5
- print_backend_call_get_backend_name@Base 2.0~b5
- print_backend_call_get_backend_name_finish@Base 2.0~b5
- print_backend_call_get_backend_name_sync@Base 2.0~b5
- print_backend_call_get_choice_translation@Base 2.0~b5
- print_backend_call_get_choice_translation_finish@Base 2.0~b5
- print_backend_call_get_choice_translation_sync@Base 2.0~b5
- print_backend_call_get_default_printer@Base 2.0~b5
- print_backend_call_get_default_printer_finish@Base 2.0~b5
- print_backend_call_get_default_printer_sync@Base 2.0~b5
- print_backend_call_get_group_translation@Base 2.0~b5
- print_backend_call_get_group_translation_finish@Base 2.0~b5
- print_backend_call_get_group_translation_sync@Base 2.0~b5
- print_backend_call_get_option_translation@Base 2.0~b5
- print_backend_call_get_option_translation_finish@Base 2.0~b5
- print_backend_call_get_option_translation_sync@Base 2.0~b5
- print_backend_call_get_printer_list@Base 2.0~b5
- print_backend_call_get_printer_list_finish@Base 2.0~b5
- print_backend_call_get_printer_list_sync@Base 2.0~b5
- print_backend_call_get_printer_state@Base 2.0~b5
- print_backend_call_get_printer_state_finish@Base 2.0~b5
- print_backend_call_get_printer_state_sync@Base 2.0~b5
- print_backend_call_is_accepting_jobs@Base 2.0~b5
- print_backend_call_is_accepting_jobs_finish@Base 2.0~b5
- print_backend_call_is_accepting_jobs_sync@Base 2.0~b5
- print_backend_call_keep_alive@Base 2.0~b5
- print_backend_call_keep_alive_finish@Base 2.0~b5
- print_backend_call_keep_alive_sync@Base 2.0~b5
- print_backend_call_ping@Base 2.0~b5
- print_backend_call_ping_finish@Base 2.0~b5
- print_backend_call_ping_sync@Base 2.0~b5
- print_backend_call_print_file@Base 2.0~b5
- print_backend_call_print_file_finish@Base 2.0~b5
- print_backend_call_print_file_sync@Base 2.0~b5
- print_backend_call_replace@Base 2.0~b5
- print_backend_call_replace_finish@Base 2.0~b5
- print_backend_call_replace_sync@Base 2.0~b5
- print_backend_complete_cancel_job@Base 2.0~b5
- print_backend_complete_get_active_jobs_count@Base 2.0~b5
- print_backend_complete_get_all_jobs@Base 2.0~b5
- print_backend_complete_get_all_options@Base 2.0~b5
- print_backend_complete_get_all_translations@Base 2.0~b5
- print_backend_complete_get_backend_name@Base 2.0~b5
- print_backend_complete_get_choice_translation@Base 2.0~b5
- print_backend_complete_get_default_printer@Base 2.0~b5
- print_backend_complete_get_group_translation@Base 2.0~b5
- print_backend_complete_get_option_translation@Base 2.0~b5
- print_backend_complete_get_printer_list@Base 2.0~b5
- print_backend_complete_get_printer_state@Base 2.0~b5
- print_backend_complete_is_accepting_jobs@Base 2.0~b5
- print_backend_complete_keep_alive@Base 2.0~b5
- print_backend_complete_ping@Base 2.0~b5
- print_backend_complete_print_file@Base 2.0~b5
- print_backend_complete_replace@Base 2.0~b5
- print_backend_emit_printer_added@Base 2.0~b5
- print_backend_emit_printer_removed@Base 2.0~b5
- print_backend_emit_printer_state_changed@Base 2.0~b5
- print_backend_get_type@Base 2.0~b5
- print_backend_interface_info@Base 2.0~b5
- print_backend_override_properties@Base 2.0~b5
- print_backend_proxy_get_type@Base 2.0~b5
- print_backend_proxy_new@Base 2.0~b5
- print_backend_proxy_new_finish@Base 2.0~b5
- print_backend_proxy_new_for_bus@Base 2.0~b5
- print_backend_proxy_new_for_bus_finish@Base 2.0~b5
- print_backend_proxy_new_for_bus_sync@Base 2.0~b5
- print_backend_proxy_new_sync@Base 2.0~b5
- print_backend_skeleton_get_type@Base 2.0~b5
- print_backend_skeleton_new@Base 2.0~b5
- print_frontend_emit_hide_remote_printers@Base 2.0~b5
- print_frontend_emit_hide_temporary_printers@Base 2.0~b5
- print_frontend_emit_stop_listing@Base 2.0~b5
- print_frontend_emit_unhide_remote_printers@Base 2.0~b5
- print_frontend_emit_unhide_temporary_printers@Base 2.0~b5
- print_frontend_get_type@Base 2.0~b5
- print_frontend_interface_info@Base 2.0~b5
- print_frontend_override_properties@Base 2.0~b5
- print_frontend_proxy_get_type@Base 2.0~b5
- print_frontend_proxy_new@Base 2.0~b5
- print_frontend_proxy_new_finish@Base 2.0~b5
- print_frontend_proxy_new_for_bus@Base 2.0~b5
- print_frontend_proxy_new_for_bus_finish@Base 2.0~b5
- print_frontend_proxy_new_for_bus_sync@Base 2.0~b5
- print_frontend_proxy_new_sync@Base 2.0~b5
- print_frontend_skeleton_get_type@Base 2.0~b5
- print_frontend_skeleton_new@Base 2.0~b5
diff -Nru cpdb-libs-2.0~b5/debian/libcpdb2t64.install cpdb-libs-2.0~b5/debian/libcpdb2t64.install
--- cpdb-libs-2.0~b5/debian/libcpdb2t64.install	1970-01-01 00:00:00.000000000 +0000
+++ cpdb-libs-2.0~b5/debian/libcpdb2t64.install	2024-02-16 23:29:17.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libcpdb.so.*
diff -Nru cpdb-libs-2.0~b5/debian/libcpdb2t64.lintian-overrides cpdb-libs-2.0~b5/debian/libcpdb2t64.lintian-overrides
--- cpdb-libs-2.0~b5/debian/libcpdb2t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ cpdb-libs-2.0~b5/debian/libcpdb2t64.lintian-overrides	2024-02-28 17:35:03.000000000 +0000
@@ -0,0 +1 @@
+libcpdb2t64: package-name-doesnt-match-sonames libcpdb2
diff -Nru cpdb-libs-2.0~b5/debian/libcpdb2t64.symbols cpdb-libs-2.0~b5/debian/libcpdb2t64.symbols
--- cpdb-libs-2.0~b5/debian/libcpdb2t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ cpdb-libs-2.0~b5/debian/libcpdb2t64.symbols	2024-02-28 17:35:03.000000000 +0000
@@ -0,0 +1,122 @@
+libcpdb.so.2 libcpdb2t64 #MINVER#
+* Build-Depends-Package: libcpdb-dev
+ cpdbBDebugPrintf@Base 2.0~b5
+ cpdbConcat@Base 2.0~b5
+ cpdbConcatPath@Base 2.0~b5
+ cpdbConcatSep@Base 2.0~b5
+ cpdbExtractFileName@Base 2.0~b5
+ cpdbFDebugPrintf@Base 2.0~b5
+ cpdbGetAbsolutePath@Base 2.0~b5
+ cpdbGetBoolean@Base 2.0~b5
+ cpdbGetGroup@Base 2.0~b5
+ cpdbGetGroupTranslation2@Base 2.0~b5
+ cpdbGetStringCopy@Base 2.0~b5
+ cpdbGetSysConfDir@Base 2.0~b5
+ cpdbGetUserConfDir@Base 2.0~b5
+ cpdbGroupTable@Base 2.0~b5
+ cpdbInit@Base 2.0~b5
+ cpdbNewCStringArray@Base 2.0~b5
+ cpdbPackMediaArray@Base 2.0~b5
+ cpdbPackStringArray@Base 2.0~b5
+ cpdbUnpackStringArray@Base 2.0~b5
+ initialized@Base 2.0~b5
+ print_backend_call_cancel_job@Base 2.0~b5
+ print_backend_call_cancel_job_finish@Base 2.0~b5
+ print_backend_call_cancel_job_sync@Base 2.0~b5
+ print_backend_call_get_active_jobs_count@Base 2.0~b5
+ print_backend_call_get_active_jobs_count_finish@Base 2.0~b5
+ print_backend_call_get_active_jobs_count_sync@Base 2.0~b5
+ print_backend_call_get_all_jobs@Base 2.0~b5
+ print_backend_call_get_all_jobs_finish@Base 2.0~b5
+ print_backend_call_get_all_jobs_sync@Base 2.0~b5
+ print_backend_call_get_all_options@Base 2.0~b5
+ print_backend_call_get_all_options_finish@Base 2.0~b5
+ print_backend_call_get_all_options_sync@Base 2.0~b5
+ print_backend_call_get_all_translations@Base 2.0~b5
+ print_backend_call_get_all_translations_finish@Base 2.0~b5
+ print_backend_call_get_all_translations_sync@Base 2.0~b5
+ print_backend_call_get_backend_name@Base 2.0~b5
+ print_backend_call_get_backend_name_finish@Base 2.0~b5
+ print_backend_call_get_backend_name_sync@Base 2.0~b5
+ print_backend_call_get_choice_translation@Base 2.0~b5
+ print_backend_call_get_choice_translation_finish@Base 2.0~b5
+ print_backend_call_get_choice_translation_sync@Base 2.0~b5
+ print_backend_call_get_default_printer@Base 2.0~b5
+ print_backend_call_get_default_printer_finish@Base 2.0~b5
+ print_backend_call_get_default_printer_sync@Base 2.0~b5
+ print_backend_call_get_group_translation@Base 2.0~b5
+ print_backend_call_get_group_translation_finish@Base 2.0~b5
+ print_backend_call_get_group_translation_sync@Base 2.0~b5
+ print_backend_call_get_option_translation@Base 2.0~b5
+ print_backend_call_get_option_translation_finish@Base 2.0~b5
+ print_backend_call_get_option_translation_sync@Base 2.0~b5
+ print_backend_call_get_printer_list@Base 2.0~b5
+ print_backend_call_get_printer_list_finish@Base 2.0~b5
+ print_backend_call_get_printer_list_sync@Base 2.0~b5
+ print_backend_call_get_printer_state@Base 2.0~b5
+ print_backend_call_get_printer_state_finish@Base 2.0~b5
+ print_backend_call_get_printer_state_sync@Base 2.0~b5
+ print_backend_call_is_accepting_jobs@Base 2.0~b5
+ print_backend_call_is_accepting_jobs_finish@Base 2.0~b5
+ print_backend_call_is_accepting_jobs_sync@Base 2.0~b5
+ print_backend_call_keep_alive@Base 2.0~b5
+ print_backend_call_keep_alive_finish@Base 2.0~b5
+ print_backend_call_keep_alive_sync@Base 2.0~b5
+ print_backend_call_ping@Base 2.0~b5
+ print_backend_call_ping_finish@Base 2.0~b5
+ print_backend_call_ping_sync@Base 2.0~b5
+ print_backend_call_print_file@Base 2.0~b5
+ print_backend_call_print_file_finish@Base 2.0~b5
+ print_backend_call_print_file_sync@Base 2.0~b5
+ print_backend_call_replace@Base 2.0~b5
+ print_backend_call_replace_finish@Base 2.0~b5
+ print_backend_call_replace_sync@Base 2.0~b5
+ print_backend_complete_cancel_job@Base 2.0~b5
+ print_backend_complete_get_active_jobs_count@Base 2.0~b5
+ print_backend_complete_get_all_jobs@Base 2.0~b5
+ print_backend_complete_get_all_options@Base 2.0~b5
+ print_backend_complete_get_all_translations@Base 2.0~b5
+ print_backend_complete_get_backend_name@Base 2.0~b5
+ print_backend_complete_get_choice_translation@Base 2.0~b5
+ print_backend_complete_get_default_printer@Base 2.0~b5
+ print_backend_complete_get_group_translation@Base 2.0~b5
+ print_backend_complete_get_option_translation@Base 2.0~b5
+ print_backend_complete_get_printer_list@Base 2.0~b5
+ print_backend_complete_get_printer_state@Base 2.0~b5
+ print_backend_complete_is_accepting_jobs@Base 2.0~b5
+ print_backend_complete_keep_alive@Base 2.0~b5
+ print_backend_complete_ping@Base 2.0~b5
+ print_backend_complete_print_file@Base 2.0~b5
+ print_backend_complete_replace@Base 2.0~b5
+ print_backend_emit_printer_added@Base 2.0~b5
+ print_backend_emit_printer_removed@Base 2.0~b5
+ print_backend_emit_printer_state_changed@Base 2.0~b5
+ print_backend_get_type@Base 2.0~b5
+ print_backend_interface_info@Base 2.0~b5
+ print_backend_override_properties@Base 2.0~b5
+ print_backend_proxy_get_type@Base 2.0~b5
+ print_backend_proxy_new@Base 2.0~b5
+ print_backend_proxy_new_finish@Base 2.0~b5
+ print_backend_proxy_new_for_bus@Base 2.0~b5
+ print_backend_proxy_new_for_bus_finish@Base 2.0~b5
+ print_backend_proxy_new_for_bus_sync@Base 2.0~b5
+ print_backend_proxy_new_sync@Base 2.0~b5
+ print_backend_skeleton_get_type@Base 2.0~b5
+ print_backend_skeleton_new@Base 2.0~b5
+ print_frontend_emit_hide_remote_printers@Base 2.0~b5
+ print_frontend_emit_hide_temporary_printers@Base 2.0~b5
+ print_frontend_emit_stop_listing@Base 2.0~b5
+ print_frontend_emit_unhide_remote_printers@Base 2.0~b5
+ print_frontend_emit_unhide_temporary_printers@Base 2.0~b5
+ print_frontend_get_type@Base 2.0~b5
+ print_frontend_interface_info@Base 2.0~b5
+ print_frontend_override_properties@Base 2.0~b5
+ print_frontend_proxy_get_type@Base 2.0~b5
+ print_frontend_proxy_new@Base 2.0~b5
+ print_frontend_proxy_new_finish@Base 2.0~b5
+ print_frontend_proxy_new_for_bus@Base 2.0~b5
+ print_frontend_proxy_new_for_bus_finish@Base 2.0~b5
+ print_frontend_proxy_new_for_bus_sync@Base 2.0~b5
+ print_frontend_proxy_new_sync@Base 2.0~b5
+ print_frontend_skeleton_get_type@Base 2.0~b5
+ print_frontend_skeleton_new@Base 2.0~b5

Reply to: