Your message dated Thu, 29 Feb 2024 00:33:48 +0000
with message-id <[email protected]>
and subject line Bug#1062119: fixed in gpgme1.0 1.18.0-4.1
has caused the Debian Bug report #1062119,
regarding gpgme1.0: 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 [email protected]
immediately.)


-- 
1062119: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062119
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gpgme1.0
Version: 1.18.0-4
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: [email protected]
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
gpgme1.0 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 gpgme1.0
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/8 CPU threads; PREEMPT)
Kernel taint flags: 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: unable to detect
diff -Nru gpgme1.0-1.18.0/debian/changelog gpgme1.0-1.18.0/debian/changelog
--- gpgme1.0-1.18.0/debian/changelog    2023-11-01 17:11:31.000000000 +0000
+++ gpgme1.0-1.18.0/debian/changelog    2024-01-31 12:25:02.000000000 +0000
@@ -1,3 +1,10 @@
+gpgme1.0 (1.18.0-4.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs <[email protected]>  Wed, 31 Jan 2024 12:25:02 +0000
+
 gpgme1.0 (1.18.0-4) unstable; urgency=medium
 
   * Team upload.
diff -Nru gpgme1.0-1.18.0/debian/control gpgme1.0-1.18.0/debian/control
--- gpgme1.0-1.18.0/debian/control      2023-10-29 10:33:48.000000000 +0000
+++ gpgme1.0-1.18.0/debian/control      2024-01-31 12:25:02.000000000 +0000
@@ -36,7 +36,7 @@
  libassuan-dev,
  libc6-dev,
  libgpg-error-dev,
- libgpgme11 (= ${binary:Version}),
+ libgpgme11t64 (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends},
 Breaks:
@@ -52,7 +52,10 @@
  This package contains the headers and other files needed to compile
  against this library.
 
-Package: libgpgme11
+Package: libgpgme11t64
+Provides: ${t64:Provides}
+Replaces: libgpgme11
+Breaks: libgpgme11 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Pre-Depends:
@@ -98,7 +101,10 @@
  .
  This is the official upstream Python 3 binding for GPGME.
 
-Package: libqgpgme15
+Package: libqgpgme15t64
+Provides: ${t64:Provides}
+Replaces: libqgpgme15
+Breaks: libqgpgme15 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends:
@@ -110,7 +116,10 @@
  .
  This is the official upstream Qt binding for GPGME.
 
-Package: libgpgmepp6
+Package: libgpgmepp6t64
+Provides: ${t64:Provides}
+Replaces: libgpgmepp6
+Breaks: libgpgmepp6 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends:
@@ -127,8 +136,8 @@
 Architecture: any
 Multi-Arch: same
 Depends:
- libgpgmepp6 (= ${binary:Version}),
- libqgpgme15 (= ${binary:Version}),
+ libgpgmepp6t64 (= ${binary:Version}),
+ libqgpgme15t64 (= ${binary:Version}),
  qtbase5-dev,
  ${misc:Depends},
 Recommends:
diff -Nru gpgme1.0-1.18.0/debian/libgpgme11.install 
gpgme1.0-1.18.0/debian/libgpgme11.install
--- gpgme1.0-1.18.0/debian/libgpgme11.install   2022-10-26 15:54:52.000000000 
+0000
+++ gpgme1.0-1.18.0/debian/libgpgme11.install   1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/libgpgme.so.*
diff -Nru gpgme1.0-1.18.0/debian/libgpgme11.links 
gpgme1.0-1.18.0/debian/libgpgme11.links
--- gpgme1.0-1.18.0/debian/libgpgme11.links     2022-10-26 15:54:52.000000000 
+0000
+++ gpgme1.0-1.18.0/debian/libgpgme11.links     1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/${DEB_HOST_MULTIARCH}/libgpgme.so.11 
usr/lib/${DEB_HOST_MULTIARCH}/libgpgme-pthread.so.11
diff -Nru gpgme1.0-1.18.0/debian/libgpgme11.symbols 
gpgme1.0-1.18.0/debian/libgpgme11.symbols
--- gpgme1.0-1.18.0/debian/libgpgme11.symbols   2022-10-26 15:54:52.000000000 
+0000
+++ gpgme1.0-1.18.0/debian/libgpgme11.symbols   1970-01-01 00:00:00.000000000 
+0000
@@ -1,212 +0,0 @@
-libgpgme.so.11 libgpgme11 #MINVER#
-* Build-Depends-Package: libgpgme-dev
- GPGME_1.0@GPGME_1.0 1.1.2
- GPGME_1.1@GPGME_1.1 1.1.2
- gpgme_addrspec_from_uid@GPGME_1.1 1.7.1
- gpgme_cancel@GPGME_1.0 1.1.2
- gpgme_cancel_async@GPGME_1.1 1.1.8
- gpgme_check_version@GPGME_1.0 1.1.2
- gpgme_check_version_internal@GPGME_1.1 1.2.0
- gpgme_conf_arg_new@GPGME_1.1 1.1.8
- gpgme_conf_arg_release@GPGME_1.1 1.1.8
- gpgme_conf_opt_change@GPGME_1.1 1.1.8
- gpgme_conf_release@GPGME_1.1 1.1.6
- gpgme_ctx_get_engine_info@GPGME_1.1 1.1.2
- gpgme_ctx_set_engine_info@GPGME_1.1 1.1.6
- gpgme_data_get_encoding@GPGME_1.0 1.1.2
- gpgme_data_get_file_name@GPGME_1.1 1.1.2
- gpgme_data_identify@GPGME_1.1 1.4.3
- gpgme_data_new@GPGME_1.0 1.1.2
- gpgme_data_new_from_cbs@GPGME_1.0 1.1.2
- gpgme_data_new_from_estream@GPGME_1.1 1.12.0
- gpgme_data_new_from_fd@GPGME_1.0 1.1.2
- gpgme_data_new_from_file@GPGME_1.0 1.1.2
- gpgme_data_new_from_filepart@GPGME_1.0 1.1.2
- gpgme_data_new_from_mem@GPGME_1.0 1.1.2
- gpgme_data_new_from_stream@GPGME_1.0 1.1.2
- gpgme_data_new_with_read_cb@GPGME_1.0 1.1.2
- gpgme_data_read@GPGME_1.0 1.1.2
- gpgme_data_release@GPGME_1.0 1.1.2
- gpgme_data_release_and_get_mem@GPGME_1.0 1.1.2
- gpgme_data_rewind@GPGME_1.0 1.1.2
- gpgme_data_seek@GPGME_1.0 1.1.2
- gpgme_data_set_encoding@GPGME_1.0 1.1.2
- gpgme_data_set_file_name@GPGME_1.1 1.1.2
- gpgme_data_set_flag@GPGME_1.1 1.7.0
- gpgme_data_write@GPGME_1.0 1.1.2
- gpgme_engine_check_version@GPGME_1.0 1.1.2
- gpgme_err_code_from_errno@GPGME_1.0 1.1.2
- gpgme_err_code_from_syserror@GPGME_1.0 1.3.2
- gpgme_err_code_to_errno@GPGME_1.0 1.1.2
- gpgme_err_make_from_errno@GPGME_1.0 1.1.2
- gpgme_err_set_errno@GPGME_1.0 1.3.2
- gpgme_error_from_errno@GPGME_1.0 1.1.2
- gpgme_free@GPGME_1.1 1.1.2
- gpgme_get_armor@GPGME_1.0 1.1.2
- gpgme_get_ctx_flag@GPGME_1.1 1.8.0
- gpgme_get_dirinfo@GPGME_1.1 1.5.0
- gpgme_get_engine_info@GPGME_1.0 1.1.2
- gpgme_get_include_certs@GPGME_1.0 1.1.2
- gpgme_get_io_cbs@GPGME_1.0 1.1.2
- gpgme_get_key@GPGME_1.0 1.1.2
- gpgme_get_keylist_mode@GPGME_1.0 1.1.2
- gpgme_get_offline@GPGME_1.1 1.6.0
- gpgme_get_passphrase_cb@GPGME_1.0 1.1.2
- gpgme_get_pinentry_mode@GPGME_1.1 1.4.1
- gpgme_get_progress_cb@GPGME_1.0 1.1.2
- gpgme_get_protocol@GPGME_1.0 1.1.2
- gpgme_get_protocol_name@GPGME_1.0 1.1.6
- gpgme_get_sender@GPGME_1.1 1.8.0
- gpgme_get_sig_key@GPGME_1.0 1.1.2
- gpgme_get_sig_status@GPGME_1.0 1.1.2
- gpgme_get_sig_string_attr@GPGME_1.0 1.1.2
- gpgme_get_sig_ulong_attr@GPGME_1.0 1.1.2
- gpgme_get_status_cb@GPGME_1.1 1.6.0
- gpgme_get_sub_protocol@GPGME_1.1 1.3.2
- gpgme_get_textmode@GPGME_1.0 1.1.2
- gpgme_hash_algo_name@GPGME_1.0 1.1.2
- gpgme_io_read@GPGME_1.1 1.2.0
- gpgme_io_write@GPGME_1.1 1.2.0
- gpgme_io_writen@GPGME_1.1 1.4.1
- gpgme_key_from_uid@GPGME_1.1 1.3.2
- gpgme_key_get_string_attr@GPGME_1.0 1.1.2
- gpgme_key_get_ulong_attr@GPGME_1.0 1.1.2
- gpgme_key_ref@GPGME_1.0 1.1.2
- gpgme_key_release@GPGME_1.0 1.1.2
- gpgme_key_sig_get_string_attr@GPGME_1.0 1.1.2
- gpgme_key_sig_get_ulong_attr@GPGME_1.0 1.1.2
- gpgme_key_unref@GPGME_1.0 1.1.2
- gpgme_new@GPGME_1.0 1.1.2
- gpgme_op_adduid@GPGME_1.1 1.7.0
- gpgme_op_adduid_start@GPGME_1.1 1.7.0
- gpgme_op_assuan_result@GPGME_1.1 1.2.0
- gpgme_op_assuan_transact@GPGME_1.1 1.2.0
- gpgme_op_assuan_transact_ext@GPGME_1.1 1.3.2
- gpgme_op_assuan_transact_start@GPGME_1.1 1.2.0
- gpgme_op_card_edit@GPGME_1.0 1.1.2
- gpgme_op_card_edit_start@GPGME_1.0 1.1.2
- gpgme_op_conf_dir@GPGME_1.1 1.10.0
- gpgme_op_conf_load@GPGME_1.1 1.1.6
- gpgme_op_conf_save@GPGME_1.1 1.1.6
- gpgme_op_createkey@GPGME_1.1 1.7.0
- gpgme_op_createkey_start@GPGME_1.1 1.7.0
- gpgme_op_createsubkey@GPGME_1.1 1.7.0
- gpgme_op_createsubkey_start@GPGME_1.1 1.7.0
- gpgme_op_decrypt@GPGME_1.0 1.1.2
- gpgme_op_decrypt_ext@GPGME_1.1 1.9.0
- gpgme_op_decrypt_ext_start@GPGME_1.1 1.9.0
- gpgme_op_decrypt_result@GPGME_1.0 1.1.2
- gpgme_op_decrypt_start@GPGME_1.0 1.1.2
- gpgme_op_decrypt_verify@GPGME_1.0 1.1.2
- gpgme_op_decrypt_verify_start@GPGME_1.0 1.1.2
- gpgme_op_delete@GPGME_1.0 1.1.2
- gpgme_op_delete_ext@GPGME_1.0 1.10.0
- gpgme_op_delete_ext_start@GPGME_1.0 1.10.0
- gpgme_op_delete_start@GPGME_1.0 1.1.2
- gpgme_op_edit@GPGME_1.0 1.1.2
- gpgme_op_edit_start@GPGME_1.0 1.1.2
- gpgme_op_encrypt@GPGME_1.0 1.1.2
- gpgme_op_encrypt_ext@GPGME_1.0 1.11.1
- gpgme_op_encrypt_ext_start@GPGME_1.0 1.11.1
- gpgme_op_encrypt_result@GPGME_1.0 1.1.2
- gpgme_op_encrypt_sign@GPGME_1.0 1.1.2
- gpgme_op_encrypt_sign_ext@GPGME_1.0 1.11.1
- gpgme_op_encrypt_sign_ext_start@GPGME_1.0 1.11.1
- gpgme_op_encrypt_sign_start@GPGME_1.0 1.1.2
- gpgme_op_encrypt_start@GPGME_1.0 1.1.2
- gpgme_op_export@GPGME_1.0 1.1.2
- gpgme_op_export_ext@GPGME_1.0 1.1.2
- gpgme_op_export_ext_start@GPGME_1.0 1.1.2
- gpgme_op_export_keys@GPGME_1.1 1.2.0
- gpgme_op_export_keys_start@GPGME_1.1 1.2.0
- gpgme_op_export_start@GPGME_1.0 1.1.2
- gpgme_op_genkey@GPGME_1.0 1.1.2
- gpgme_op_genkey_result@GPGME_1.0 1.1.2
- gpgme_op_genkey_start@GPGME_1.0 1.1.2
- gpgme_op_getauditlog@GPGME_1.1 1.1.6
- gpgme_op_getauditlog_start@GPGME_1.1 1.1.6
- gpgme_op_import@GPGME_1.0 1.1.2
- gpgme_op_import_ext@GPGME_1.0 1.1.2
- gpgme_op_import_keys@GPGME_1.1 1.2.0
- gpgme_op_import_keys_start@GPGME_1.1 1.2.0
- gpgme_op_import_result@GPGME_1.0 1.1.2
- gpgme_op_import_start@GPGME_1.0 1.1.2
- gpgme_op_interact@GPGME_1.1 1.7.0
- gpgme_op_interact_start@GPGME_1.1 1.7.0
- gpgme_op_keylist_end@GPGME_1.0 1.1.2
- gpgme_op_keylist_ext_start@GPGME_1.0 1.1.2
- gpgme_op_keylist_from_data_start@GPGME_1.0 1.9.0
- gpgme_op_keylist_next@GPGME_1.0 1.1.2
- gpgme_op_keylist_result@GPGME_1.0 1.1.2
- gpgme_op_keylist_start@GPGME_1.0 1.1.2
- gpgme_op_keysign@GPGME_1.1 1.7.0
- gpgme_op_keysign_start@GPGME_1.1 1.7.0
- gpgme_op_passwd@GPGME_1.1 1.3.2
- gpgme_op_passwd_start@GPGME_1.1 1.3.2
- gpgme_op_query_swdb@GPGME_1.1 1.8.0
- gpgme_op_query_swdb_result@GPGME_1.1 1.8.0
- gpgme_op_receive_keys@GPGME_1.0 1.17.1
- gpgme_op_receive_keys_start@GPGME_1.0 1.17.1
- gpgme_op_revsig@GPGME_1.0 1.15.0
- gpgme_op_revsig_start@GPGME_1.0 1.15.0
- gpgme_op_revuid@GPGME_1.1 1.7.0
- gpgme_op_revuid_start@GPGME_1.1 1.7.0
- gpgme_op_set_uid_flag@GPGME_1.1 1.9.0
- gpgme_op_set_uid_flag_start@GPGME_1.1 1.9.0
- gpgme_op_setexpire@GPGME_1.0 1.15.0
- gpgme_op_setexpire_start@GPGME_1.0 1.15.0
- gpgme_op_sign@GPGME_1.0 1.1.2
- gpgme_op_sign_result@GPGME_1.0 1.1.2
- gpgme_op_sign_start@GPGME_1.0 1.1.2
- gpgme_op_spawn@GPGME_1.1 1.5.0
- gpgme_op_spawn_start@GPGME_1.1 1.5.0
- gpgme_op_tofu_policy@GPGME_1.1 1.7.0
- gpgme_op_tofu_policy_start@GPGME_1.1 1.7.0
- gpgme_op_trustlist_end@GPGME_1.0 1.1.2
- gpgme_op_trustlist_next@GPGME_1.0 1.1.2
- gpgme_op_trustlist_start@GPGME_1.0 1.1.2
- gpgme_op_verify@GPGME_1.0 1.1.2
- gpgme_op_verify_result@GPGME_1.0 1.1.2
- gpgme_op_verify_start@GPGME_1.0 1.1.2
- gpgme_op_vfs_create@GPGME_1.1 1.3.2
- gpgme_op_vfs_mount@GPGME_1.1 1.3.2
- gpgme_op_vfs_mount_result@GPGME_1.1 1.3.2
- gpgme_pubkey_algo_name@GPGME_1.0 1.1.2
- gpgme_pubkey_algo_string@GPGME_1.1 1.7.0
- gpgme_release@GPGME_1.0 1.1.2
- gpgme_result_ref@GPGME_1.1 1.2.0
- gpgme_result_unref@GPGME_1.1 1.2.0
- gpgme_set_armor@GPGME_1.0 1.1.2
- gpgme_set_ctx_flag@GPGME_1.1 1.7.0
- gpgme_set_engine_info@GPGME_1.1 1.1.6
- gpgme_set_global_flag@GPGME_1.1 1.4.1
- gpgme_set_include_certs@GPGME_1.0 1.1.2
- gpgme_set_io_cbs@GPGME_1.0 1.1.2
- gpgme_set_keylist_mode@GPGME_1.0 1.1.2
- gpgme_set_locale@GPGME_1.0 1.1.2
- gpgme_set_offline@GPGME_1.1 1.6.0
- gpgme_set_passphrase_cb@GPGME_1.0 1.1.2
- gpgme_set_pinentry_mode@GPGME_1.1 1.4.1
- gpgme_set_progress_cb@GPGME_1.0 1.1.2
- gpgme_set_protocol@GPGME_1.0 1.1.6
- gpgme_set_sender@GPGME_1.1 1.8.0
- gpgme_set_status_cb@GPGME_1.1 1.6.0
- gpgme_set_sub_protocol@GPGME_1.1 1.3.2
- gpgme_set_textmode@GPGME_1.0 1.1.2
- gpgme_sig_notation_add@GPGME_1.1 1.1.2
- gpgme_sig_notation_clear@GPGME_1.1 1.1.2
- gpgme_sig_notation_get@GPGME_1.1 1.1.2
- gpgme_signers_add@GPGME_1.0 1.1.2
- gpgme_signers_clear@GPGME_1.0 1.1.2
- gpgme_signers_count@GPGME_1.0 1.4.3
- gpgme_signers_enum@GPGME_1.0 1.1.2
- gpgme_strerror@GPGME_1.0 1.1.2
- gpgme_strerror_r@GPGME_1.0 1.1.2
- gpgme_strsource@GPGME_1.0 1.1.2
- gpgme_trust_item_get_int_attr@GPGME_1.0 1.1.2
- gpgme_trust_item_get_string_attr@GPGME_1.0 1.1.2
- gpgme_trust_item_ref@GPGME_1.0 1.1.2
- gpgme_trust_item_release@GPGME_1.0 1.1.2
- gpgme_trust_item_unref@GPGME_1.0 1.1.2
- gpgme_wait@GPGME_1.0 1.1.2
- gpgme_wait_ext@GPGME_1.1 1.3.2
diff -Nru gpgme1.0-1.18.0/debian/libgpgme11t64.install 
gpgme1.0-1.18.0/debian/libgpgme11t64.install
--- gpgme1.0-1.18.0/debian/libgpgme11t64.install        1970-01-01 
00:00:00.000000000 +0000
+++ gpgme1.0-1.18.0/debian/libgpgme11t64.install        2022-10-26 
15:54:52.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libgpgme.so.*
diff -Nru gpgme1.0-1.18.0/debian/libgpgme11t64.links 
gpgme1.0-1.18.0/debian/libgpgme11t64.links
--- gpgme1.0-1.18.0/debian/libgpgme11t64.links  1970-01-01 00:00:00.000000000 
+0000
+++ gpgme1.0-1.18.0/debian/libgpgme11t64.links  2022-10-26 15:54:52.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/${DEB_HOST_MULTIARCH}/libgpgme.so.11 
usr/lib/${DEB_HOST_MULTIARCH}/libgpgme-pthread.so.11
diff -Nru gpgme1.0-1.18.0/debian/libgpgme11t64.lintian-overrides 
gpgme1.0-1.18.0/debian/libgpgme11t64.lintian-overrides
--- gpgme1.0-1.18.0/debian/libgpgme11t64.lintian-overrides      1970-01-01 
00:00:00.000000000 +0000
+++ gpgme1.0-1.18.0/debian/libgpgme11t64.lintian-overrides      2024-01-31 
12:25:02.000000000 +0000
@@ -0,0 +1 @@
+libgpgme11t64: package-name-doesnt-match-sonames libgpgme11
diff -Nru gpgme1.0-1.18.0/debian/libgpgme11t64.symbols 
gpgme1.0-1.18.0/debian/libgpgme11t64.symbols
--- gpgme1.0-1.18.0/debian/libgpgme11t64.symbols        1970-01-01 
00:00:00.000000000 +0000
+++ gpgme1.0-1.18.0/debian/libgpgme11t64.symbols        2024-01-31 
12:25:02.000000000 +0000
@@ -0,0 +1,212 @@
+libgpgme.so.11 libgpgme11t64 #MINVER#
+* Build-Depends-Package: libgpgme-dev
+ GPGME_1.0@GPGME_1.0 1.1.2
+ GPGME_1.1@GPGME_1.1 1.1.2
+ gpgme_addrspec_from_uid@GPGME_1.1 1.7.1
+ gpgme_cancel@GPGME_1.0 1.1.2
+ gpgme_cancel_async@GPGME_1.1 1.1.8
+ gpgme_check_version@GPGME_1.0 1.1.2
+ gpgme_check_version_internal@GPGME_1.1 1.2.0
+ gpgme_conf_arg_new@GPGME_1.1 1.1.8
+ gpgme_conf_arg_release@GPGME_1.1 1.1.8
+ gpgme_conf_opt_change@GPGME_1.1 1.1.8
+ gpgme_conf_release@GPGME_1.1 1.1.6
+ gpgme_ctx_get_engine_info@GPGME_1.1 1.1.2
+ gpgme_ctx_set_engine_info@GPGME_1.1 1.1.6
+ gpgme_data_get_encoding@GPGME_1.0 1.1.2
+ gpgme_data_get_file_name@GPGME_1.1 1.1.2
+ gpgme_data_identify@GPGME_1.1 1.4.3
+ gpgme_data_new@GPGME_1.0 1.1.2
+ gpgme_data_new_from_cbs@GPGME_1.0 1.1.2
+ gpgme_data_new_from_estream@GPGME_1.1 1.12.0
+ gpgme_data_new_from_fd@GPGME_1.0 1.1.2
+ gpgme_data_new_from_file@GPGME_1.0 1.1.2
+ gpgme_data_new_from_filepart@GPGME_1.0 1.1.2
+ gpgme_data_new_from_mem@GPGME_1.0 1.1.2
+ gpgme_data_new_from_stream@GPGME_1.0 1.1.2
+ gpgme_data_new_with_read_cb@GPGME_1.0 1.1.2
+ gpgme_data_read@GPGME_1.0 1.1.2
+ gpgme_data_release@GPGME_1.0 1.1.2
+ gpgme_data_release_and_get_mem@GPGME_1.0 1.1.2
+ gpgme_data_rewind@GPGME_1.0 1.1.2
+ gpgme_data_seek@GPGME_1.0 1.1.2
+ gpgme_data_set_encoding@GPGME_1.0 1.1.2
+ gpgme_data_set_file_name@GPGME_1.1 1.1.2
+ gpgme_data_set_flag@GPGME_1.1 1.7.0
+ gpgme_data_write@GPGME_1.0 1.1.2
+ gpgme_engine_check_version@GPGME_1.0 1.1.2
+ gpgme_err_code_from_errno@GPGME_1.0 1.1.2
+ gpgme_err_code_from_syserror@GPGME_1.0 1.3.2
+ gpgme_err_code_to_errno@GPGME_1.0 1.1.2
+ gpgme_err_make_from_errno@GPGME_1.0 1.1.2
+ gpgme_err_set_errno@GPGME_1.0 1.3.2
+ gpgme_error_from_errno@GPGME_1.0 1.1.2
+ gpgme_free@GPGME_1.1 1.1.2
+ gpgme_get_armor@GPGME_1.0 1.1.2
+ gpgme_get_ctx_flag@GPGME_1.1 1.8.0
+ gpgme_get_dirinfo@GPGME_1.1 1.5.0
+ gpgme_get_engine_info@GPGME_1.0 1.1.2
+ gpgme_get_include_certs@GPGME_1.0 1.1.2
+ gpgme_get_io_cbs@GPGME_1.0 1.1.2
+ gpgme_get_key@GPGME_1.0 1.1.2
+ gpgme_get_keylist_mode@GPGME_1.0 1.1.2
+ gpgme_get_offline@GPGME_1.1 1.6.0
+ gpgme_get_passphrase_cb@GPGME_1.0 1.1.2
+ gpgme_get_pinentry_mode@GPGME_1.1 1.4.1
+ gpgme_get_progress_cb@GPGME_1.0 1.1.2
+ gpgme_get_protocol@GPGME_1.0 1.1.2
+ gpgme_get_protocol_name@GPGME_1.0 1.1.6
+ gpgme_get_sender@GPGME_1.1 1.8.0
+ gpgme_get_sig_key@GPGME_1.0 1.1.2
+ gpgme_get_sig_status@GPGME_1.0 1.1.2
+ gpgme_get_sig_string_attr@GPGME_1.0 1.1.2
+ gpgme_get_sig_ulong_attr@GPGME_1.0 1.1.2
+ gpgme_get_status_cb@GPGME_1.1 1.6.0
+ gpgme_get_sub_protocol@GPGME_1.1 1.3.2
+ gpgme_get_textmode@GPGME_1.0 1.1.2
+ gpgme_hash_algo_name@GPGME_1.0 1.1.2
+ gpgme_io_read@GPGME_1.1 1.2.0
+ gpgme_io_write@GPGME_1.1 1.2.0
+ gpgme_io_writen@GPGME_1.1 1.4.1
+ gpgme_key_from_uid@GPGME_1.1 1.3.2
+ gpgme_key_get_string_attr@GPGME_1.0 1.1.2
+ gpgme_key_get_ulong_attr@GPGME_1.0 1.1.2
+ gpgme_key_ref@GPGME_1.0 1.1.2
+ gpgme_key_release@GPGME_1.0 1.1.2
+ gpgme_key_sig_get_string_attr@GPGME_1.0 1.1.2
+ gpgme_key_sig_get_ulong_attr@GPGME_1.0 1.1.2
+ gpgme_key_unref@GPGME_1.0 1.1.2
+ gpgme_new@GPGME_1.0 1.1.2
+ gpgme_op_adduid@GPGME_1.1 1.7.0
+ gpgme_op_adduid_start@GPGME_1.1 1.7.0
+ gpgme_op_assuan_result@GPGME_1.1 1.2.0
+ gpgme_op_assuan_transact@GPGME_1.1 1.2.0
+ gpgme_op_assuan_transact_ext@GPGME_1.1 1.3.2
+ gpgme_op_assuan_transact_start@GPGME_1.1 1.2.0
+ gpgme_op_card_edit@GPGME_1.0 1.1.2
+ gpgme_op_card_edit_start@GPGME_1.0 1.1.2
+ gpgme_op_conf_dir@GPGME_1.1 1.10.0
+ gpgme_op_conf_load@GPGME_1.1 1.1.6
+ gpgme_op_conf_save@GPGME_1.1 1.1.6
+ gpgme_op_createkey@GPGME_1.1 1.7.0
+ gpgme_op_createkey_start@GPGME_1.1 1.7.0
+ gpgme_op_createsubkey@GPGME_1.1 1.7.0
+ gpgme_op_createsubkey_start@GPGME_1.1 1.7.0
+ gpgme_op_decrypt@GPGME_1.0 1.1.2
+ gpgme_op_decrypt_ext@GPGME_1.1 1.9.0
+ gpgme_op_decrypt_ext_start@GPGME_1.1 1.9.0
+ gpgme_op_decrypt_result@GPGME_1.0 1.1.2
+ gpgme_op_decrypt_start@GPGME_1.0 1.1.2
+ gpgme_op_decrypt_verify@GPGME_1.0 1.1.2
+ gpgme_op_decrypt_verify_start@GPGME_1.0 1.1.2
+ gpgme_op_delete@GPGME_1.0 1.1.2
+ gpgme_op_delete_ext@GPGME_1.0 1.10.0
+ gpgme_op_delete_ext_start@GPGME_1.0 1.10.0
+ gpgme_op_delete_start@GPGME_1.0 1.1.2
+ gpgme_op_edit@GPGME_1.0 1.1.2
+ gpgme_op_edit_start@GPGME_1.0 1.1.2
+ gpgme_op_encrypt@GPGME_1.0 1.1.2
+ gpgme_op_encrypt_ext@GPGME_1.0 1.11.1
+ gpgme_op_encrypt_ext_start@GPGME_1.0 1.11.1
+ gpgme_op_encrypt_result@GPGME_1.0 1.1.2
+ gpgme_op_encrypt_sign@GPGME_1.0 1.1.2
+ gpgme_op_encrypt_sign_ext@GPGME_1.0 1.11.1
+ gpgme_op_encrypt_sign_ext_start@GPGME_1.0 1.11.1
+ gpgme_op_encrypt_sign_start@GPGME_1.0 1.1.2
+ gpgme_op_encrypt_start@GPGME_1.0 1.1.2
+ gpgme_op_export@GPGME_1.0 1.1.2
+ gpgme_op_export_ext@GPGME_1.0 1.1.2
+ gpgme_op_export_ext_start@GPGME_1.0 1.1.2
+ gpgme_op_export_keys@GPGME_1.1 1.2.0
+ gpgme_op_export_keys_start@GPGME_1.1 1.2.0
+ gpgme_op_export_start@GPGME_1.0 1.1.2
+ gpgme_op_genkey@GPGME_1.0 1.1.2
+ gpgme_op_genkey_result@GPGME_1.0 1.1.2
+ gpgme_op_genkey_start@GPGME_1.0 1.1.2
+ gpgme_op_getauditlog@GPGME_1.1 1.1.6
+ gpgme_op_getauditlog_start@GPGME_1.1 1.1.6
+ gpgme_op_import@GPGME_1.0 1.1.2
+ gpgme_op_import_ext@GPGME_1.0 1.1.2
+ gpgme_op_import_keys@GPGME_1.1 1.2.0
+ gpgme_op_import_keys_start@GPGME_1.1 1.2.0
+ gpgme_op_import_result@GPGME_1.0 1.1.2
+ gpgme_op_import_start@GPGME_1.0 1.1.2
+ gpgme_op_interact@GPGME_1.1 1.7.0
+ gpgme_op_interact_start@GPGME_1.1 1.7.0
+ gpgme_op_keylist_end@GPGME_1.0 1.1.2
+ gpgme_op_keylist_ext_start@GPGME_1.0 1.1.2
+ gpgme_op_keylist_from_data_start@GPGME_1.0 1.9.0
+ gpgme_op_keylist_next@GPGME_1.0 1.1.2
+ gpgme_op_keylist_result@GPGME_1.0 1.1.2
+ gpgme_op_keylist_start@GPGME_1.0 1.1.2
+ gpgme_op_keysign@GPGME_1.1 1.7.0
+ gpgme_op_keysign_start@GPGME_1.1 1.7.0
+ gpgme_op_passwd@GPGME_1.1 1.3.2
+ gpgme_op_passwd_start@GPGME_1.1 1.3.2
+ gpgme_op_query_swdb@GPGME_1.1 1.8.0
+ gpgme_op_query_swdb_result@GPGME_1.1 1.8.0
+ gpgme_op_receive_keys@GPGME_1.0 1.17.1
+ gpgme_op_receive_keys_start@GPGME_1.0 1.17.1
+ gpgme_op_revsig@GPGME_1.0 1.15.0
+ gpgme_op_revsig_start@GPGME_1.0 1.15.0
+ gpgme_op_revuid@GPGME_1.1 1.7.0
+ gpgme_op_revuid_start@GPGME_1.1 1.7.0
+ gpgme_op_set_uid_flag@GPGME_1.1 1.9.0
+ gpgme_op_set_uid_flag_start@GPGME_1.1 1.9.0
+ gpgme_op_setexpire@GPGME_1.0 1.15.0
+ gpgme_op_setexpire_start@GPGME_1.0 1.15.0
+ gpgme_op_sign@GPGME_1.0 1.1.2
+ gpgme_op_sign_result@GPGME_1.0 1.1.2
+ gpgme_op_sign_start@GPGME_1.0 1.1.2
+ gpgme_op_spawn@GPGME_1.1 1.5.0
+ gpgme_op_spawn_start@GPGME_1.1 1.5.0
+ gpgme_op_tofu_policy@GPGME_1.1 1.7.0
+ gpgme_op_tofu_policy_start@GPGME_1.1 1.7.0
+ gpgme_op_trustlist_end@GPGME_1.0 1.1.2
+ gpgme_op_trustlist_next@GPGME_1.0 1.1.2
+ gpgme_op_trustlist_start@GPGME_1.0 1.1.2
+ gpgme_op_verify@GPGME_1.0 1.1.2
+ gpgme_op_verify_result@GPGME_1.0 1.1.2
+ gpgme_op_verify_start@GPGME_1.0 1.1.2
+ gpgme_op_vfs_create@GPGME_1.1 1.3.2
+ gpgme_op_vfs_mount@GPGME_1.1 1.3.2
+ gpgme_op_vfs_mount_result@GPGME_1.1 1.3.2
+ gpgme_pubkey_algo_name@GPGME_1.0 1.1.2
+ gpgme_pubkey_algo_string@GPGME_1.1 1.7.0
+ gpgme_release@GPGME_1.0 1.1.2
+ gpgme_result_ref@GPGME_1.1 1.2.0
+ gpgme_result_unref@GPGME_1.1 1.2.0
+ gpgme_set_armor@GPGME_1.0 1.1.2
+ gpgme_set_ctx_flag@GPGME_1.1 1.7.0
+ gpgme_set_engine_info@GPGME_1.1 1.1.6
+ gpgme_set_global_flag@GPGME_1.1 1.4.1
+ gpgme_set_include_certs@GPGME_1.0 1.1.2
+ gpgme_set_io_cbs@GPGME_1.0 1.1.2
+ gpgme_set_keylist_mode@GPGME_1.0 1.1.2
+ gpgme_set_locale@GPGME_1.0 1.1.2
+ gpgme_set_offline@GPGME_1.1 1.6.0
+ gpgme_set_passphrase_cb@GPGME_1.0 1.1.2
+ gpgme_set_pinentry_mode@GPGME_1.1 1.4.1
+ gpgme_set_progress_cb@GPGME_1.0 1.1.2
+ gpgme_set_protocol@GPGME_1.0 1.1.6
+ gpgme_set_sender@GPGME_1.1 1.8.0
+ gpgme_set_status_cb@GPGME_1.1 1.6.0
+ gpgme_set_sub_protocol@GPGME_1.1 1.3.2
+ gpgme_set_textmode@GPGME_1.0 1.1.2
+ gpgme_sig_notation_add@GPGME_1.1 1.1.2
+ gpgme_sig_notation_clear@GPGME_1.1 1.1.2
+ gpgme_sig_notation_get@GPGME_1.1 1.1.2
+ gpgme_signers_add@GPGME_1.0 1.1.2
+ gpgme_signers_clear@GPGME_1.0 1.1.2
+ gpgme_signers_count@GPGME_1.0 1.4.3
+ gpgme_signers_enum@GPGME_1.0 1.1.2
+ gpgme_strerror@GPGME_1.0 1.1.2
+ gpgme_strerror_r@GPGME_1.0 1.1.2
+ gpgme_strsource@GPGME_1.0 1.1.2
+ gpgme_trust_item_get_int_attr@GPGME_1.0 1.1.2
+ gpgme_trust_item_get_string_attr@GPGME_1.0 1.1.2
+ gpgme_trust_item_ref@GPGME_1.0 1.1.2
+ gpgme_trust_item_release@GPGME_1.0 1.1.2
+ gpgme_trust_item_unref@GPGME_1.0 1.1.2
+ gpgme_wait@GPGME_1.0 1.1.2
+ gpgme_wait_ext@GPGME_1.1 1.3.2
diff -Nru gpgme1.0-1.18.0/debian/libgpgmepp6.docs 
gpgme1.0-1.18.0/debian/libgpgmepp6.docs
--- gpgme1.0-1.18.0/debian/libgpgmepp6.docs     2022-10-26 15:54:52.000000000 
+0000
+++ gpgme1.0-1.18.0/debian/libgpgmepp6.docs     1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-lang/cpp/README
diff -Nru gpgme1.0-1.18.0/debian/libgpgmepp6.install 
gpgme1.0-1.18.0/debian/libgpgmepp6.install
--- gpgme1.0-1.18.0/debian/libgpgmepp6.install  2022-10-26 15:54:52.000000000 
+0000
+++ gpgme1.0-1.18.0/debian/libgpgmepp6.install  1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/libgpgmepp.so.*
diff -Nru gpgme1.0-1.18.0/debian/libgpgmepp6.lintian-overrides 
gpgme1.0-1.18.0/debian/libgpgmepp6.lintian-overrides
--- gpgme1.0-1.18.0/debian/libgpgmepp6.lintian-overrides        2022-10-26 
15:54:52.000000000 +0000
+++ gpgme1.0-1.18.0/debian/libgpgmepp6.lintian-overrides        1970-01-01 
00:00:00.000000000 +0000
@@ -1,5 +0,0 @@
-# not shipping symbols files for C++ libraries because the name mangling
-# is not consistent across architectures in any way that i can reliably 
predict.
-# see 
https://lists.alioth.debian.org/pipermail/pkg-gnupg-maint/2016-October/004505.html
-# and 
https://anonscm.debian.org/git/pkg-gnupg/gpgme.git/commit/?id=0a9607a9abfbd16bf6ca2908a5b41a7b3f24761e
-libgpgmepp6: no-symbols-control-file 
usr/lib/x86_64-linux-gnu/libgpgmepp.so.6.15.0
diff -Nru gpgme1.0-1.18.0/debian/libgpgmepp6t64.docs 
gpgme1.0-1.18.0/debian/libgpgmepp6t64.docs
--- gpgme1.0-1.18.0/debian/libgpgmepp6t64.docs  1970-01-01 00:00:00.000000000 
+0000
+++ gpgme1.0-1.18.0/debian/libgpgmepp6t64.docs  2022-10-26 15:54:52.000000000 
+0000
@@ -0,0 +1 @@
+lang/cpp/README
diff -Nru gpgme1.0-1.18.0/debian/libgpgmepp6t64.install 
gpgme1.0-1.18.0/debian/libgpgmepp6t64.install
--- gpgme1.0-1.18.0/debian/libgpgmepp6t64.install       1970-01-01 
00:00:00.000000000 +0000
+++ gpgme1.0-1.18.0/debian/libgpgmepp6t64.install       2022-10-26 
15:54:52.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libgpgmepp.so.*
diff -Nru gpgme1.0-1.18.0/debian/libgpgmepp6t64.lintian-overrides 
gpgme1.0-1.18.0/debian/libgpgmepp6t64.lintian-overrides
--- gpgme1.0-1.18.0/debian/libgpgmepp6t64.lintian-overrides     1970-01-01 
00:00:00.000000000 +0000
+++ gpgme1.0-1.18.0/debian/libgpgmepp6t64.lintian-overrides     2024-01-31 
12:25:02.000000000 +0000
@@ -0,0 +1,6 @@
+# not shipping symbols files for C++ libraries because the name mangling
+# is not consistent across architectures in any way that i can reliably 
predict.
+# see 
https://lists.alioth.debian.org/pipermail/pkg-gnupg-maint/2016-October/004505.html
+# and 
https://anonscm.debian.org/git/pkg-gnupg/gpgme.git/commit/?id=0a9607a9abfbd16bf6ca2908a5b41a7b3f24761e
+libgpgmepp6t64: no-symbols-control-file 
usr/lib/x86_64-linux-gnu/libgpgmepp.so.6.15.0
+libgpgmepp6t64: package-name-doesnt-match-sonames libgpgmepp6
diff -Nru gpgme1.0-1.18.0/debian/libqgpgme15.docs 
gpgme1.0-1.18.0/debian/libqgpgme15.docs
--- gpgme1.0-1.18.0/debian/libqgpgme15.docs     2022-10-26 15:54:52.000000000 
+0000
+++ gpgme1.0-1.18.0/debian/libqgpgme15.docs     1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-lang/qt/README
diff -Nru gpgme1.0-1.18.0/debian/libqgpgme15.install 
gpgme1.0-1.18.0/debian/libqgpgme15.install
--- gpgme1.0-1.18.0/debian/libqgpgme15.install  2022-10-26 15:54:52.000000000 
+0000
+++ gpgme1.0-1.18.0/debian/libqgpgme15.install  1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/libqgpgme.so.*
diff -Nru gpgme1.0-1.18.0/debian/libqgpgme15.lintian-overrides 
gpgme1.0-1.18.0/debian/libqgpgme15.lintian-overrides
--- gpgme1.0-1.18.0/debian/libqgpgme15.lintian-overrides        2022-10-26 
15:54:52.000000000 +0000
+++ gpgme1.0-1.18.0/debian/libqgpgme15.lintian-overrides        1970-01-01 
00:00:00.000000000 +0000
@@ -1,5 +0,0 @@
-# not shipping symbols files for C++ libraries because the name mangling
-# is not consistent across architectures in any way that i can reliably 
predict.
-# see 
https://lists.alioth.debian.org/pipermail/pkg-gnupg-maint/2016-October/004505.html
-# and 
https://anonscm.debian.org/git/pkg-gnupg/gpgme.git/commit/?id=0a9607a9abfbd16bf6ca2908a5b41a7b3f24761e
-libqgpgme15: no-symbols-control-file 
usr/lib/x86_64-linux-gnu/libqgpgme.so.15.1.0
diff -Nru gpgme1.0-1.18.0/debian/libqgpgme15t64.docs 
gpgme1.0-1.18.0/debian/libqgpgme15t64.docs
--- gpgme1.0-1.18.0/debian/libqgpgme15t64.docs  1970-01-01 00:00:00.000000000 
+0000
+++ gpgme1.0-1.18.0/debian/libqgpgme15t64.docs  2022-10-26 15:54:52.000000000 
+0000
@@ -0,0 +1 @@
+lang/qt/README
diff -Nru gpgme1.0-1.18.0/debian/libqgpgme15t64.install 
gpgme1.0-1.18.0/debian/libqgpgme15t64.install
--- gpgme1.0-1.18.0/debian/libqgpgme15t64.install       1970-01-01 
00:00:00.000000000 +0000
+++ gpgme1.0-1.18.0/debian/libqgpgme15t64.install       2022-10-26 
15:54:52.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libqgpgme.so.*
diff -Nru gpgme1.0-1.18.0/debian/libqgpgme15t64.lintian-overrides 
gpgme1.0-1.18.0/debian/libqgpgme15t64.lintian-overrides
--- gpgme1.0-1.18.0/debian/libqgpgme15t64.lintian-overrides     1970-01-01 
00:00:00.000000000 +0000
+++ gpgme1.0-1.18.0/debian/libqgpgme15t64.lintian-overrides     2024-01-31 
12:25:02.000000000 +0000
@@ -0,0 +1,6 @@
+# not shipping symbols files for C++ libraries because the name mangling
+# is not consistent across architectures in any way that i can reliably 
predict.
+# see 
https://lists.alioth.debian.org/pipermail/pkg-gnupg-maint/2016-October/004505.html
+# and 
https://anonscm.debian.org/git/pkg-gnupg/gpgme.git/commit/?id=0a9607a9abfbd16bf6ca2908a5b41a7b3f24761e
+libqgpgme15t64: no-symbols-control-file 
usr/lib/x86_64-linux-gnu/libqgpgme.so.15.1.0
+libqgpgme15t64: package-name-doesnt-match-sonames libqgpgme15

--- End Message ---
--- Begin Message ---
Source: gpgme1.0
Source-Version: 1.18.0-4.1
Done: Steve Langasek <[email protected]>

We believe that the bug you reported is fixed in the latest version of
gpgme1.0, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve Langasek <[email protected]> (supplier of updated gpgme1.0 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 [email protected])


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

Format: 1.8
Date: Wed, 28 Feb 2024 23:10:53 +0000
Source: gpgme1.0
Architecture: source
Version: 1.18.0-4.1
Distribution: unstable
Urgency: medium
Maintainer: Debian GnuPG Maintainers <[email protected]>
Changed-By: Steve Langasek <[email protected]>
Closes: 1062119
Changes:
 gpgme1.0 (1.18.0-4.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062119
Checksums-Sha1:
 a9dec1d29a86f27adec682ae7e91ff0c42142457 2936 gpgme1.0_1.18.0-4.1.dsc
 23f52ebff531a7bd965442ba5456ee959c034829 26988 
gpgme1.0_1.18.0-4.1.debian.tar.xz
 59ecac8ba4e183eeb0b21fac197c99f3d37f1835 12805 
gpgme1.0_1.18.0-4.1_source.buildinfo
Checksums-Sha256:
 7102975fa618b705f7048439682ee6836f2ff15f7c61b664a88e891b4312cb45 2936 
gpgme1.0_1.18.0-4.1.dsc
 57aed86166614495a519f310be7c937f54a82b9e489a012f190b62c78f79d7f0 26988 
gpgme1.0_1.18.0-4.1.debian.tar.xz
 16e36ca1157e03605267fa029974fda21e1c58fd799e366cc3323c6f74be8b9b 12805 
gpgme1.0_1.18.0-4.1_source.buildinfo
Files:
 ceb8d361cc2bce54d77b5ff97973bbef 2936 libs optional gpgme1.0_1.18.0-4.1.dsc
 4f4ea342d2ad5f94d5c21ca0ab10529a 26988 libs optional 
gpgme1.0_1.18.0-4.1.debian.tar.xz
 46311fbb2a0a8aae4a55f96a3917d788 12805 libs optional 
gpgme1.0_1.18.0-4.1_source.buildinfo

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

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXfvrMSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9WmMQAKY6KS5efuO9w3dyY2NVA635cIfigs0u
Q2ESzb3DhW0HG+OB8+IdohLpcfZOB2i3kpqddMmGUE7zFJrjs3eenoPDos9PuysU
FM+eZ1G2dqlwJX/dRAVFfuL9kLkEE9MVQjDS7u+Uj3A4hcxRkJb+pILhHfmg7ye+
QNeEon38qL3tuYISXUKEZLriPeHTAHYzXiOISig+/0HRFU0ix+HHAL3Ppf5nwLyk
Zz+PDPvERVxM8880FPatZfilnZkEDzNSuERh1U533f+dT/g4x6zhbn5rbL8CWzgc
ONMTLCrkiN5NJa3urAeyS18GALapmYReeRXxXBIm6CnDSEgOnglve+m8dzRy7ETR
VX2nJSq25jUP7iySEfTTneGCt85PJJCYV7lxOK+gvIJRe08yvDwhs8c/hdlEAKQn
vmruJ+pyBOgPJ7zXOD41lLayTHXbif+EA05CJOLE9gzBQiqrqRv6iKoS6rGLTxDD
/YVruNneONVxN0BPjCU+DpYwD3eELy2rI2M7TGdRlpxNPU0VZ3CAagAfxsFMJZm8
/jxnhGZ8/VwiojkXLsXTemn88OVJatuUvwA6IsV/wxCBt0aOTFXwpkwQfvgjZphW
81e89rlMd525FErF9TQiioSl55/CbsVrTLvY6intKwXCsfBezQwYWlbImv48c2ws
h1HMHiz3T9ll
=aWVq
-----END PGP SIGNATURE-----

Attachment: pgpNoxWzb3G0q.pgp
Description: PGP signature


--- End Message ---

Reply via email to