Your message dated Thu, 29 Feb 2024 04:06:56 +0000
with message-id <[email protected]>
and subject line Bug#1062318: fixed in libgom 0.4-3
has caused the Debian Bug report #1062318,
regarding libgom: 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.)


-- 
1062318: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062318
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libgom
Version: 0.4-2
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
libgom 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 libgom
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

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



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (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 libgom-0.4/debian/changelog libgom-0.4/debian/changelog
--- libgom-0.4/debian/changelog 2023-12-01 17:26:22.000000000 +0000
+++ libgom-0.4/debian/changelog 2024-02-01 01:53:57.000000000 +0000
@@ -1,3 +1,10 @@
+libgom (0.4-2.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]>  Thu, 01 Feb 2024 01:53:57 +0000
+
 libgom (0.4-2) unstable; urgency=medium
 
   [ Debian Janitor ]
diff -Nru libgom-0.4/debian/control libgom-0.4/debian/control
--- libgom-0.4/debian/control   2023-12-01 17:26:22.000000000 +0000
+++ libgom-0.4/debian/control   2024-02-01 01:53:57.000000000 +0000
@@ -22,7 +22,10 @@
 Vcs-Browser: https://salsa.debian.org/gnome-team/libgom
 Vcs-Git: https://salsa.debian.org/gnome-team/libgom.git
 
-Package: libgom-1.0-0
+Package: libgom-1.0-0t64
+Provides: ${t64:Provides}
+Replaces: libgom-1.0-0
+Breaks: libgom-1.0-0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends},
@@ -41,7 +44,7 @@
 Suggests: libgom-1.0-doc (= ${binary:Version})
 Depends: gir1.2-gom-1.0 (= ${binary:Version}),
          libglib2.0-dev,
-         libgom-1.0-0 (= ${binary:Version}),
+         libgom-1.0-0t64 (= ${binary:Version}),
          ${misc:Depends}
 Description: libgom development files
  Gom provides an object mapper from GObjects to SQLite.
diff -Nru libgom-0.4/debian/libgom-1.0-0.install 
libgom-0.4/debian/libgom-1.0-0.install
--- libgom-0.4/debian/libgom-1.0-0.install      2023-12-01 17:26:22.000000000 
+0000
+++ libgom-0.4/debian/libgom-1.0-0.install      1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/libgom-1.0.so.*
diff -Nru libgom-0.4/debian/libgom-1.0-0.symbols 
libgom-0.4/debian/libgom-1.0-0.symbols
--- libgom-0.4/debian/libgom-1.0-0.symbols      2023-12-01 17:26:22.000000000 
+0000
+++ libgom-0.4/debian/libgom-1.0-0.symbols      1970-01-01 00:00:00.000000000 
+0000
@@ -1,141 +0,0 @@
-libgom-1.0.so.0 libgom-1.0-0 #MINVER#
-* Build-Depends-Package: libgom-1.0-dev
- gom_adapter_close_async@Base 0.2.1
- gom_adapter_close_finish@Base 0.2.1
- gom_adapter_close_sync@Base 0.2.1
- gom_adapter_execute_sql@Base 0.2.1
- gom_adapter_get_handle@Base 0.2.1
- gom_adapter_get_type@Base 0.2.1
- gom_adapter_new@Base 0.2.1
- gom_adapter_open_async@Base 0.2.1
- gom_adapter_open_finish@Base 0.2.1
- gom_adapter_open_sync@Base 0.2.1
- gom_adapter_queue_read@Base 0.2.1
- gom_adapter_queue_write@Base 0.2.1
- gom_command_builder_build_count@Base 0.2.1
- gom_command_builder_build_create@Base 0.2.1
- gom_command_builder_build_delete@Base 0.2.1
- gom_command_builder_build_insert@Base 0.2.1
- gom_command_builder_build_select@Base 0.2.1
- gom_command_builder_build_update@Base 0.2.1
- gom_command_builder_get_type@Base 0.2.1
- gom_command_execute@Base 0.2.1
- gom_command_get_param_index@Base 0.2.1
- gom_command_get_type@Base 0.2.1
- gom_command_reset@Base 0.2.1
- gom_command_set_param@Base 0.2.1
- gom_command_set_param_double@Base 0.2.1
- gom_command_set_param_float@Base 0.2.1
- gom_command_set_param_int64@Base 0.2.1
- gom_command_set_param_int@Base 0.2.1
- gom_command_set_param_string@Base 0.2.1
- gom_command_set_param_uint64@Base 0.2.1
- gom_command_set_param_uint@Base 0.2.1
- gom_command_set_sql@Base 0.2.1
- gom_cursor_get_column@Base 0.2.1
- gom_cursor_get_column_boolean@Base 0.2.1
- gom_cursor_get_column_double@Base 0.2.1
- gom_cursor_get_column_float@Base 0.2.1
- gom_cursor_get_column_int64@Base 0.2.1
- gom_cursor_get_column_int@Base 0.2.1
- gom_cursor_get_column_name@Base 0.2.1
- gom_cursor_get_column_string@Base 0.2.1
- gom_cursor_get_column_uint64@Base 0.2.1
- gom_cursor_get_column_uint@Base 0.2.1
- gom_cursor_get_n_columns@Base 0.2.1
- gom_cursor_get_type@Base 0.2.1
- gom_cursor_next@Base 0.2.1
- gom_error_get_type@Base 0.2.1
- gom_error_quark@Base 0.2.1
- gom_filter_get_sql@Base 0.2.1
- gom_filter_get_type@Base 0.2.1
- gom_filter_get_values@Base 0.2.1
- gom_filter_mode_get_type@Base 0.2.1
- gom_filter_new_and@Base 0.2.1
- gom_filter_new_and_full@Base 0.3.1
- gom_filter_new_and_fullv@Base 0.3.1
- gom_filter_new_eq@Base 0.2.1
- gom_filter_new_glob@Base 0.3.1
- gom_filter_new_gt@Base 0.2.1
- gom_filter_new_gte@Base 0.2.1
- gom_filter_new_is_not_null@Base 0.3.1
- gom_filter_new_is_null@Base 0.3.1
- gom_filter_new_like@Base 0.2.1
- gom_filter_new_lt@Base 0.2.1
- gom_filter_new_lte@Base 0.2.1
- gom_filter_new_neq@Base 0.2.1
- gom_filter_new_or@Base 0.2.1
- gom_filter_new_or_full@Base 0.3.1
- gom_filter_new_or_fullv@Base 0.3.1
- gom_filter_new_sql@Base 0.2.1
- gom_repository_automatic_migrate_async@Base 0.2.1
- gom_repository_automatic_migrate_finish@Base 0.2.1
- gom_repository_automatic_migrate_sync@Base 0.2.1
- gom_repository_find_async@Base 0.2.1
- gom_repository_find_finish@Base 0.2.1
- gom_repository_find_one_async@Base 0.2.1
- gom_repository_find_one_finish@Base 0.2.1
- gom_repository_find_one_sync@Base 0.2.1
- gom_repository_find_sorted_async@Base 0.3.2
- gom_repository_find_sorted_sync@Base 0.3.2
- gom_repository_find_sync@Base 0.2.1
- gom_repository_get_adapter@Base 0.2.1
- gom_repository_get_type@Base 0.2.1
- gom_repository_migrate_async@Base 0.2.1
- gom_repository_migrate_finish@Base 0.2.1
- gom_repository_migrate_sync@Base 0.2.1
- gom_repository_new@Base 0.2.1
- gom_resource_build_save_cmd@Base 0.3.1
- gom_resource_class_set_notnull@Base 0.2.1
- gom_resource_class_set_primary_key@Base 0.2.1
- gom_resource_class_set_property_from_bytes@Base 0.2.1
- gom_resource_class_set_property_new_in_version@Base 0.2.1
- gom_resource_class_set_property_set_mapped@Base 0.2.1
- gom_resource_class_set_property_to_bytes@Base 0.2.1
- gom_resource_class_set_property_transform@Base 0.2.1
- gom_resource_class_set_reference@Base 0.2.1
- gom_resource_class_set_table@Base 0.2.1
- gom_resource_class_set_unique@Base 0.2.1
- gom_resource_delete_async@Base 0.2.1
- gom_resource_delete_finish@Base 0.2.1
- gom_resource_delete_sync@Base 0.2.1
- gom_resource_do_delete@Base 0.3.1
- gom_resource_do_save@Base 0.3.1
- gom_resource_fetch_m2m_async@Base 0.2.1
- gom_resource_fetch_m2m_finish@Base 0.2.1
- gom_resource_from_bytes_func_quark@Base 0.2.1
- gom_resource_get_is_from_table@Base 0.2.1
- gom_resource_get_type@Base 0.2.1
- gom_resource_group_append@Base 0.3.1
- gom_resource_group_delete_async@Base 0.3.1
- gom_resource_group_delete_finish@Base 0.3.1
- gom_resource_group_delete_sync@Base 0.3.1
- gom_resource_group_fetch_async@Base 0.2.1
- gom_resource_group_fetch_finish@Base 0.2.1
- gom_resource_group_fetch_sync@Base 0.2.1
- gom_resource_group_get_count@Base 0.2.1
- gom_resource_group_get_index@Base 0.2.1
- gom_resource_group_get_m2m_table@Base 0.2.1
- gom_resource_group_get_type@Base 0.2.1
- gom_resource_group_new@Base 0.3.1
- gom_resource_group_write_async@Base 0.3.1
- gom_resource_group_write_finish@Base 0.3.1
- gom_resource_group_write_sync@Base 0.3.1
- gom_resource_has_dynamic_pkey@Base 0.2.1
- gom_resource_new_in_version_quark@Base 0.2.1
- gom_resource_not_mapped_quark@Base 0.2.1
- gom_resource_notnull@Base 0.2.1
- gom_resource_ref_property_name@Base 0.2.1
- gom_resource_ref_table_class@Base 0.2.1
- gom_resource_save_async@Base 0.2.1
- gom_resource_save_finish@Base 0.2.1
- gom_resource_save_sync@Base 0.2.1
- gom_resource_set_is_from_table@Base 0.2.1
- gom_resource_set_post_save_properties@Base 0.3.1
- gom_resource_to_bytes_func_quark@Base 0.2.1
- gom_resource_unique@Base 0.2.1
- gom_sorting_add@Base 0.3.2
- gom_sorting_get_sql@Base 0.3.2
- gom_sorting_get_type@Base 0.3.2
- gom_sorting_mode_get_type@Base 0.3.2
- gom_sorting_new@Base 0.3.2
diff -Nru libgom-0.4/debian/libgom-1.0-0t64.install 
libgom-0.4/debian/libgom-1.0-0t64.install
--- libgom-0.4/debian/libgom-1.0-0t64.install   1970-01-01 00:00:00.000000000 
+0000
+++ libgom-0.4/debian/libgom-1.0-0t64.install   2023-12-01 17:26:22.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*/libgom-1.0.so.*
diff -Nru libgom-0.4/debian/libgom-1.0-0t64.lintian-overrides 
libgom-0.4/debian/libgom-1.0-0t64.lintian-overrides
--- libgom-0.4/debian/libgom-1.0-0t64.lintian-overrides 1970-01-01 
00:00:00.000000000 +0000
+++ libgom-0.4/debian/libgom-1.0-0t64.lintian-overrides 2024-02-01 
01:53:57.000000000 +0000
@@ -0,0 +1 @@
+libgom-1.0-0t64: package-name-doesnt-match-sonames libgom-1.0-0
diff -Nru libgom-0.4/debian/libgom-1.0-0t64.symbols 
libgom-0.4/debian/libgom-1.0-0t64.symbols
--- libgom-0.4/debian/libgom-1.0-0t64.symbols   1970-01-01 00:00:00.000000000 
+0000
+++ libgom-0.4/debian/libgom-1.0-0t64.symbols   2024-02-01 01:53:57.000000000 
+0000
@@ -0,0 +1,141 @@
+libgom-1.0.so.0 libgom-1.0-0t64 #MINVER#
+* Build-Depends-Package: libgom-1.0-dev
+ gom_adapter_close_async@Base 0.2.1
+ gom_adapter_close_finish@Base 0.2.1
+ gom_adapter_close_sync@Base 0.2.1
+ gom_adapter_execute_sql@Base 0.2.1
+ gom_adapter_get_handle@Base 0.2.1
+ gom_adapter_get_type@Base 0.2.1
+ gom_adapter_new@Base 0.2.1
+ gom_adapter_open_async@Base 0.2.1
+ gom_adapter_open_finish@Base 0.2.1
+ gom_adapter_open_sync@Base 0.2.1
+ gom_adapter_queue_read@Base 0.2.1
+ gom_adapter_queue_write@Base 0.2.1
+ gom_command_builder_build_count@Base 0.2.1
+ gom_command_builder_build_create@Base 0.2.1
+ gom_command_builder_build_delete@Base 0.2.1
+ gom_command_builder_build_insert@Base 0.2.1
+ gom_command_builder_build_select@Base 0.2.1
+ gom_command_builder_build_update@Base 0.2.1
+ gom_command_builder_get_type@Base 0.2.1
+ gom_command_execute@Base 0.2.1
+ gom_command_get_param_index@Base 0.2.1
+ gom_command_get_type@Base 0.2.1
+ gom_command_reset@Base 0.2.1
+ gom_command_set_param@Base 0.2.1
+ gom_command_set_param_double@Base 0.2.1
+ gom_command_set_param_float@Base 0.2.1
+ gom_command_set_param_int64@Base 0.2.1
+ gom_command_set_param_int@Base 0.2.1
+ gom_command_set_param_string@Base 0.2.1
+ gom_command_set_param_uint64@Base 0.2.1
+ gom_command_set_param_uint@Base 0.2.1
+ gom_command_set_sql@Base 0.2.1
+ gom_cursor_get_column@Base 0.2.1
+ gom_cursor_get_column_boolean@Base 0.2.1
+ gom_cursor_get_column_double@Base 0.2.1
+ gom_cursor_get_column_float@Base 0.2.1
+ gom_cursor_get_column_int64@Base 0.2.1
+ gom_cursor_get_column_int@Base 0.2.1
+ gom_cursor_get_column_name@Base 0.2.1
+ gom_cursor_get_column_string@Base 0.2.1
+ gom_cursor_get_column_uint64@Base 0.2.1
+ gom_cursor_get_column_uint@Base 0.2.1
+ gom_cursor_get_n_columns@Base 0.2.1
+ gom_cursor_get_type@Base 0.2.1
+ gom_cursor_next@Base 0.2.1
+ gom_error_get_type@Base 0.2.1
+ gom_error_quark@Base 0.2.1
+ gom_filter_get_sql@Base 0.2.1
+ gom_filter_get_type@Base 0.2.1
+ gom_filter_get_values@Base 0.2.1
+ gom_filter_mode_get_type@Base 0.2.1
+ gom_filter_new_and@Base 0.2.1
+ gom_filter_new_and_full@Base 0.3.1
+ gom_filter_new_and_fullv@Base 0.3.1
+ gom_filter_new_eq@Base 0.2.1
+ gom_filter_new_glob@Base 0.3.1
+ gom_filter_new_gt@Base 0.2.1
+ gom_filter_new_gte@Base 0.2.1
+ gom_filter_new_is_not_null@Base 0.3.1
+ gom_filter_new_is_null@Base 0.3.1
+ gom_filter_new_like@Base 0.2.1
+ gom_filter_new_lt@Base 0.2.1
+ gom_filter_new_lte@Base 0.2.1
+ gom_filter_new_neq@Base 0.2.1
+ gom_filter_new_or@Base 0.2.1
+ gom_filter_new_or_full@Base 0.3.1
+ gom_filter_new_or_fullv@Base 0.3.1
+ gom_filter_new_sql@Base 0.2.1
+ gom_repository_automatic_migrate_async@Base 0.2.1
+ gom_repository_automatic_migrate_finish@Base 0.2.1
+ gom_repository_automatic_migrate_sync@Base 0.2.1
+ gom_repository_find_async@Base 0.2.1
+ gom_repository_find_finish@Base 0.2.1
+ gom_repository_find_one_async@Base 0.2.1
+ gom_repository_find_one_finish@Base 0.2.1
+ gom_repository_find_one_sync@Base 0.2.1
+ gom_repository_find_sorted_async@Base 0.3.2
+ gom_repository_find_sorted_sync@Base 0.3.2
+ gom_repository_find_sync@Base 0.2.1
+ gom_repository_get_adapter@Base 0.2.1
+ gom_repository_get_type@Base 0.2.1
+ gom_repository_migrate_async@Base 0.2.1
+ gom_repository_migrate_finish@Base 0.2.1
+ gom_repository_migrate_sync@Base 0.2.1
+ gom_repository_new@Base 0.2.1
+ gom_resource_build_save_cmd@Base 0.3.1
+ gom_resource_class_set_notnull@Base 0.2.1
+ gom_resource_class_set_primary_key@Base 0.2.1
+ gom_resource_class_set_property_from_bytes@Base 0.2.1
+ gom_resource_class_set_property_new_in_version@Base 0.2.1
+ gom_resource_class_set_property_set_mapped@Base 0.2.1
+ gom_resource_class_set_property_to_bytes@Base 0.2.1
+ gom_resource_class_set_property_transform@Base 0.2.1
+ gom_resource_class_set_reference@Base 0.2.1
+ gom_resource_class_set_table@Base 0.2.1
+ gom_resource_class_set_unique@Base 0.2.1
+ gom_resource_delete_async@Base 0.2.1
+ gom_resource_delete_finish@Base 0.2.1
+ gom_resource_delete_sync@Base 0.2.1
+ gom_resource_do_delete@Base 0.3.1
+ gom_resource_do_save@Base 0.3.1
+ gom_resource_fetch_m2m_async@Base 0.2.1
+ gom_resource_fetch_m2m_finish@Base 0.2.1
+ gom_resource_from_bytes_func_quark@Base 0.2.1
+ gom_resource_get_is_from_table@Base 0.2.1
+ gom_resource_get_type@Base 0.2.1
+ gom_resource_group_append@Base 0.3.1
+ gom_resource_group_delete_async@Base 0.3.1
+ gom_resource_group_delete_finish@Base 0.3.1
+ gom_resource_group_delete_sync@Base 0.3.1
+ gom_resource_group_fetch_async@Base 0.2.1
+ gom_resource_group_fetch_finish@Base 0.2.1
+ gom_resource_group_fetch_sync@Base 0.2.1
+ gom_resource_group_get_count@Base 0.2.1
+ gom_resource_group_get_index@Base 0.2.1
+ gom_resource_group_get_m2m_table@Base 0.2.1
+ gom_resource_group_get_type@Base 0.2.1
+ gom_resource_group_new@Base 0.3.1
+ gom_resource_group_write_async@Base 0.3.1
+ gom_resource_group_write_finish@Base 0.3.1
+ gom_resource_group_write_sync@Base 0.3.1
+ gom_resource_has_dynamic_pkey@Base 0.2.1
+ gom_resource_new_in_version_quark@Base 0.2.1
+ gom_resource_not_mapped_quark@Base 0.2.1
+ gom_resource_notnull@Base 0.2.1
+ gom_resource_ref_property_name@Base 0.2.1
+ gom_resource_ref_table_class@Base 0.2.1
+ gom_resource_save_async@Base 0.2.1
+ gom_resource_save_finish@Base 0.2.1
+ gom_resource_save_sync@Base 0.2.1
+ gom_resource_set_is_from_table@Base 0.2.1
+ gom_resource_set_post_save_properties@Base 0.3.1
+ gom_resource_to_bytes_func_quark@Base 0.2.1
+ gom_resource_unique@Base 0.2.1
+ gom_sorting_add@Base 0.3.2
+ gom_sorting_get_sql@Base 0.3.2
+ gom_sorting_get_type@Base 0.3.2
+ gom_sorting_mode_get_type@Base 0.3.2
+ gom_sorting_new@Base 0.3.2

--- End Message ---
--- Begin Message ---
Source: libgom
Source-Version: 0.4-3
Done: Jeremy Bícha <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libgom, 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.
Jeremy Bícha <[email protected]> (supplier of updated libgom 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 21:01:41 -0500
Source: libgom
Built-For-Profiles: noudeb
Architecture: source
Version: 0.4-3
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
<[email protected]>
Changed-By: Jeremy Bícha <[email protected]>
Closes: 1055227 1062318
Changes:
 libgom (0.4-3) unstable; urgency=medium
 .
   * Stop using dh-sequence-gnome
   * Release to unstable (Closes: #1062318, #1055227)
 .
 libgom (0.4-2.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 a619766c0bf1b36523436f24b415f4623ee6d50a 2386 libgom_0.4-3.dsc
 d35752aa70be65f74c384aa4be14a2289fcc9a87 5656 libgom_0.4-3.debian.tar.xz
 94ce40274a57cbfc8b9fdfd7b9e779692746805b 12283 libgom_0.4-3_source.buildinfo
Checksums-Sha256:
 fba399fd350e689145f6ba19798dc1eb66391906afd29e7be65341f297279ddd 2386 
libgom_0.4-3.dsc
 c924ce3cffb761353b5205508ae8916056819167c8bb5e4ebf903678c39bc459 5656 
libgom_0.4-3.debian.tar.xz
 c483d14aff0eca4afd7da7db4da47821c7dc9a82d5c4fa2949c632c556a3b597 12283 
libgom_0.4-3_source.buildinfo
Files:
 a43ce01292f253c54c2fae7cefa32db1 2386 libs optional libgom_0.4-3.dsc
 74d80d1413697dc689653292c2540e55 5656 libs optional libgom_0.4-3.debian.tar.xz
 e92d84fc27f2ae44ead17c61c6147e2f 12283 libs optional 
libgom_0.4-3_source.buildinfo

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

iQIzBAEBCgAdFiEETQvhLw5HdtiqzpaW5mx3Wuv+bH0FAmXf5jEACgkQ5mx3Wuv+
bH1Yjw/+O9G4cE519IAY2FL8I7Cb7yOMlVEIMpLPNIE5BpgXRGO8UWXaskW6ul/J
py/QgWdo5YhLyms3itoGNMqnxUkDg3Fky6SGBr8aAq03+/9Km7AVwpihvqnPyW8p
Xg0DiTj89vNdCEwCkTTIjihC7xO5Fcen+VsNR/6WCg8ZW3wculHoGuyOsYlOxzYB
N39TzwRtHNhHFzBEE3VpcCW4aVMasL7V27yOpVVgm+6lSCjOIOD0i60hDWyAGl9r
fAWYpWxQD4enGOzGgC4ixjSNgmT4xdcX6vLt+2gLDFpf47DgmGI9ofhv0K4qonxu
DDngLoehdQ9Xr2W1BCZp1w3/8/KXtn2sqVGajnxw0RE7QShRZdgEXbyagpDsFnbx
nfn5LmBN9I/l5oSYMsAgKhG2oG4IZjjGFgltRvmT/6E/0iG7Ov/m7yNADNnRKBGJ
1Ltz9Z7uDdVts3KZ0DxLMixstBPkctDa/Xk8uXKOr8dFCPteMPEUTgV9uN5u+po4
9VCgT4kPNgZe/n4/2ZU2fW/NNgFgOtjDLAQMV/yFmNKbKUrXilpqhb5eSbChpY/9
InK6zL+hnrsoklnmStgOpMo0soaWWQYW4NZyFtVyrtWs7PiWjT9Mt9/Zepq9KD4I
XkBu2At1O79Iib6HUuBe8Vz2jH/2dcIkDGhTVhAqs+ciqMxTiYs=
=TNAv
-----END PGP SIGNATURE-----

Attachment: pgp0hs2ovYKGY.pgp
Description: PGP signature


--- End Message ---

Reply via email to