Your message dated Sat, 13 Dec 2025 23:04:40 +0000
with message-id <[email protected]>
and subject line Bug#1120253: fixed in gh 2.46.0-4
has caused the Debian Bug report #1120253,
regarding gh: FTBFS: FAIL: Test_viewRun
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.)


-- 
1120253: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1120253
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:gh
Version: 2.46.0-3
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202511/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:gh, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh debian/rules --builddirectory=_build --buildsystem=golang
dh clean --builddirectory=_build --buildsystem=golang
   dh_auto_clean -O--builddirectory=_build -O--buildsystem=golang
   dh_autoreconf_clean -O--builddirectory=_build -O--buildsystem=golang
   dh_clean -O--builddirectory=_build -O--buildsystem=golang
 debian/rules binary
dh debian/rules --builddirectory=_build --buildsystem=golang
dh binary --builddirectory=_build --buildsystem=golang
   dh_update_autotools_config -O--builddirectory=_build -O--buildsystem=golang
   dh_autoreconf -O--builddirectory=_build -O--buildsystem=golang
   debian/rules execute_before_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh debian/rules --builddirectory=_build --buildsystem=golang
mkdir -p _build/src/google.golang.org

[... snipped ...]

=== RUN   Test_executable
--- PASS: Test_executable (0.00s)
=== RUN   Test_executable_relative
--- PASS: Test_executable_relative (0.00s)
=== RUN   Test_Executable_override
--- PASS: Test_Executable_override (0.00s)
=== RUN   TestAddJSONFlags
=== RUN   TestAddJSONFlags/no_JSON_flag
=== RUN   TestAddJSONFlags/empty_JSON_flag
=== RUN   TestAddJSONFlags/invalid_JSON_field
=== RUN   TestAddJSONFlags/cannot_combine_--json_with_--web
=== RUN   TestAddJSONFlags/cannot_use_--jq_without_--json
=== RUN   TestAddJSONFlags/cannot_use_--template_without_--json
=== RUN   TestAddJSONFlags/with_JSON_fields
=== RUN   TestAddJSONFlags/with_jq_filter
=== RUN   TestAddJSONFlags/with_Go_template
--- PASS: TestAddJSONFlags (0.00s)
    --- PASS: TestAddJSONFlags/no_JSON_flag (0.00s)
    --- PASS: TestAddJSONFlags/empty_JSON_flag (0.00s)
    --- PASS: TestAddJSONFlags/invalid_JSON_field (0.00s)
    --- PASS: TestAddJSONFlags/cannot_combine_--json_with_--web (0.00s)
    --- PASS: TestAddJSONFlags/cannot_use_--jq_without_--json (0.00s)
    --- PASS: TestAddJSONFlags/cannot_use_--template_without_--json (0.00s)
    --- PASS: TestAddJSONFlags/with_JSON_fields (0.00s)
    --- PASS: TestAddJSONFlags/with_jq_filter (0.00s)
    --- PASS: TestAddJSONFlags/with_Go_template (0.00s)
=== RUN   TestAddFormatFlags
=== RUN   TestAddFormatFlags/no_format_flag
=== RUN   TestAddFormatFlags/empty_format_flag
=== RUN   TestAddFormatFlags/invalid_format_field
=== RUN   TestAddFormatFlags/cannot_combine_--format_with_--web
=== RUN   TestAddFormatFlags/cannot_use_--jq_without_--format
=== RUN   TestAddFormatFlags/cannot_use_--template_without_--format
=== RUN   TestAddFormatFlags/with_json_format
=== RUN   TestAddFormatFlags/with_jq_filter
=== RUN   TestAddFormatFlags/with_Go_template
--- PASS: TestAddFormatFlags (0.00s)
    --- PASS: TestAddFormatFlags/no_format_flag (0.00s)
    --- PASS: TestAddFormatFlags/empty_format_flag (0.00s)
    --- PASS: TestAddFormatFlags/invalid_format_field (0.00s)
    --- PASS: TestAddFormatFlags/cannot_combine_--format_with_--web (0.00s)
    --- PASS: TestAddFormatFlags/cannot_use_--jq_without_--format (0.00s)
    --- PASS: TestAddFormatFlags/cannot_use_--template_without_--format (0.00s)
    --- PASS: TestAddFormatFlags/with_json_format (0.00s)
    --- PASS: TestAddFormatFlags/with_jq_filter (0.00s)
    --- PASS: TestAddFormatFlags/with_Go_template (0.00s)
=== RUN   Test_exportFormat_Write
=== RUN   Test_exportFormat_Write/regular_JSON_output
=== RUN   Test_exportFormat_Write/call_ExportData
=== RUN   Test_exportFormat_Write/recursively_call_ExportData
=== RUN   Test_exportFormat_Write/with_jq_filter
=== RUN   Test_exportFormat_Write/with_jq_filter_pretty_printing
=== RUN   Test_exportFormat_Write/with_Go_template
--- PASS: Test_exportFormat_Write (0.00s)
    --- PASS: Test_exportFormat_Write/regular_JSON_output (0.00s)
    --- PASS: Test_exportFormat_Write/call_ExportData (0.00s)
    --- PASS: Test_exportFormat_Write/recursively_call_ExportData (0.00s)
    --- PASS: Test_exportFormat_Write/with_jq_filter (0.00s)
    --- PASS: Test_exportFormat_Write/with_jq_filter_pretty_printing (0.00s)
    --- PASS: Test_exportFormat_Write/with_Go_template (0.00s)
=== RUN   TestStructExportData
=== RUN   TestStructExportData/serializes_struct_types
=== RUN   TestStructExportData/serializes_pointer_to_struct_types
=== RUN   TestStructExportData/does_not_serialize_non-struct_types
=== RUN   TestStructExportData/ignores_unknown_fields
=== RUN   TestStructExportData/ignores_unexported_fields
=== RUN   
TestStructExportData/field_matching_is_case_insensitive_but_casing_impacts_JSON_output
--- PASS: TestStructExportData (0.00s)
    --- PASS: TestStructExportData/serializes_struct_types (0.00s)
    --- PASS: TestStructExportData/serializes_pointer_to_struct_types (0.00s)
    --- PASS: TestStructExportData/does_not_serialize_non-struct_types (0.00s)
    --- PASS: TestStructExportData/ignores_unknown_fields (0.00s)
    --- PASS: TestStructExportData/ignores_unexported_fields (0.00s)
    --- PASS: 
TestStructExportData/field_matching_is_case_insensitive_but_casing_impacts_JSON_output
 (0.00s)
PASS
ok      github.com/cli/cli/v2/pkg/cmdutil       0.006s
?       github.com/cli/cli/v2/pkg/extensions    [no test files]
?       github.com/cli/cli/v2/pkg/findsh        [no test files]
=== RUN   TestFindNonLegacy
=== RUN   TestFindNonLegacy/Legacy_templates_ignored
=== RUN   TestFindNonLegacy/Template_folder_in_.github_takes_precedence
=== RUN   TestFindNonLegacy/Template_folder_in_root
=== RUN   TestFindNonLegacy/Template_folder_in_docs
=== RUN   TestFindNonLegacy/Multiple_templates_in_template_folder
=== RUN   TestFindNonLegacy/Empty_template_directories
--- PASS: TestFindNonLegacy (0.00s)
    --- PASS: TestFindNonLegacy/Legacy_templates_ignored (0.00s)
    --- PASS: TestFindNonLegacy/Template_folder_in_.github_takes_precedence 
(0.00s)
    --- PASS: TestFindNonLegacy/Template_folder_in_root (0.00s)
    --- PASS: TestFindNonLegacy/Template_folder_in_docs (0.00s)
    --- PASS: TestFindNonLegacy/Multiple_templates_in_template_folder (0.00s)
    --- PASS: TestFindNonLegacy/Empty_template_directories (0.00s)
=== RUN   TestFindLegacy
=== RUN   TestFindLegacy/Template_in_root
=== RUN   TestFindLegacy/No_extension
=== RUN   TestFindLegacy/Dash_instead_of_underscore
=== RUN   TestFindLegacy/Template_in_.github_takes_precedence
=== RUN   TestFindLegacy/Template_in_docs
=== RUN   TestFindLegacy/Non_legacy_templates_ignored
--- PASS: TestFindLegacy (0.00s)
    --- PASS: TestFindLegacy/Template_in_root (0.00s)
    --- PASS: TestFindLegacy/No_extension (0.00s)
    --- PASS: TestFindLegacy/Dash_instead_of_underscore (0.00s)
    --- PASS: TestFindLegacy/Template_in_.github_takes_precedence (0.00s)
    --- PASS: TestFindLegacy/Template_in_docs (0.00s)
    --- PASS: TestFindLegacy/Non_legacy_templates_ignored (0.00s)
=== RUN   TestExtractName
=== RUN   TestExtractName/Complete_front-matter
=== RUN   TestExtractName/Incomplete_front-matter
=== RUN   TestExtractName/No_front-matter
--- PASS: TestExtractName (0.01s)
    --- PASS: TestExtractName/Complete_front-matter (0.00s)
    --- PASS: TestExtractName/Incomplete_front-matter (0.00s)
    --- PASS: TestExtractName/No_front-matter (0.00s)
=== RUN   TestExtractContents
=== RUN   TestExtractContents/Has_front-matter
=== RUN   TestExtractContents/No_front-matter
--- PASS: TestExtractContents (0.00s)
    --- PASS: TestExtractContents/Has_front-matter (0.00s)
    --- PASS: TestExtractContents/No_front-matter (0.00s)
PASS
ok      github.com/cli/cli/v2/pkg/githubtemplate        0.014s
?       github.com/cli/cli/v2/pkg/httpmock      [no test files]
=== RUN   TestColorFromRGB
--- PASS: TestColorFromRGB (0.00s)
=== RUN   TestHexToRGB
--- PASS: TestHexToRGB (0.00s)
=== RUN   TestStopAlternateScreenBuffer
--- PASS: TestStopAlternateScreenBuffer (0.00s)
=== RUN   TestIOStreams_pager
    iostreams_test.go:28: TODO: fix this test in race detection mode
--- SKIP: TestIOStreams_pager (0.00s)
=== RUN   TestHelperProcess
--- PASS: TestHelperProcess (0.00s)
PASS
ok      github.com/cli/cli/v2/pkg/iostreams     0.003s
=== RUN   TestWrite
=== RUN   TestWrite/blank
=== RUN   TestWrite/empty_object
=== RUN   TestWrite/nested_object
=== RUN   TestWrite/string
=== RUN   TestWrite/error
--- PASS: TestWrite (0.00s)
    --- PASS: TestWrite/blank (0.00s)
    --- PASS: TestWrite/empty_object (0.00s)
    --- PASS: TestWrite/nested_object (0.00s)
    --- PASS: TestWrite/string (0.00s)
    --- PASS: TestWrite/error (0.00s)
PASS
ok      github.com/cli/cli/v2/pkg/jsoncolor     0.002s
?       github.com/cli/cli/v2/pkg/markdown      [no test files]
=== RUN   TestQueryString
=== RUN   TestQueryString/converts_query_to_string
=== RUN   TestQueryString/quotes_keywords
=== RUN   TestQueryString/quotes_keywords_that_are_qualifiers
=== RUN   TestQueryString/quotes_qualifiers
--- PASS: TestQueryString (0.00s)
    --- PASS: TestQueryString/converts_query_to_string (0.00s)
    --- PASS: TestQueryString/quotes_keywords (0.00s)
    --- PASS: TestQueryString/quotes_keywords_that_are_qualifiers (0.00s)
    --- PASS: TestQueryString/quotes_qualifiers (0.00s)
=== RUN   TestQualifiersMap
=== RUN   TestQualifiersMap/changes_qualifiers_to_map
=== RUN   TestQualifiersMap/excludes_unset_qualifiers_from_map
--- PASS: TestQualifiersMap (0.00s)
    --- PASS: TestQualifiersMap/changes_qualifiers_to_map (0.00s)
    --- PASS: TestQualifiersMap/excludes_unset_qualifiers_from_map (0.00s)
=== RUN   TestCamelToKebab
=== RUN   TestCamelToKebab/single_lowercase_word
=== RUN   TestCamelToKebab/multiple_mixed_words
=== RUN   TestCamelToKebab/multiple_uppercase_words
=== RUN   TestCamelToKebab/multiple_lowercase_words
=== RUN   TestCamelToKebab/multiple_mixed_words_with_number
=== RUN   TestCamelToKebab/multiple_lowercase_words_with_number
=== RUN   TestCamelToKebab/multiple_lowercase_words_with_dash
=== RUN   TestCamelToKebab/multiple_uppercase_words_with_dash
--- PASS: TestCamelToKebab (0.00s)
    --- PASS: TestCamelToKebab/single_lowercase_word (0.00s)
    --- PASS: TestCamelToKebab/multiple_mixed_words (0.00s)
    --- PASS: TestCamelToKebab/multiple_uppercase_words (0.00s)
    --- PASS: TestCamelToKebab/multiple_lowercase_words (0.00s)
    --- PASS: TestCamelToKebab/multiple_mixed_words_with_number (0.00s)
    --- PASS: TestCamelToKebab/multiple_lowercase_words_with_number (0.00s)
    --- PASS: TestCamelToKebab/multiple_lowercase_words_with_dash (0.00s)
    --- PASS: TestCamelToKebab/multiple_uppercase_words_with_dash (0.00s)
=== RUN   TestCodeExportData
=== RUN   TestCodeExportData/exports_requested_fields
--- PASS: TestCodeExportData (0.00s)
    --- PASS: TestCodeExportData/exports_requested_fields (0.00s)
=== RUN   TestCommitExportData
=== RUN   TestCommitExportData/exports_requested_fields
--- PASS: TestCommitExportData (0.00s)
    --- PASS: TestCommitExportData/exports_requested_fields (0.00s)
=== RUN   TestRepositoryExportData
=== RUN   TestRepositoryExportData/exports_requested_fields
--- PASS: TestRepositoryExportData (0.00s)
    --- PASS: TestRepositoryExportData/exports_requested_fields (0.00s)
=== RUN   TestIssueExportData
=== RUN   TestIssueExportData/exports_requested_fields
=== RUN   TestIssueExportData/state_when_issue
=== RUN   TestIssueExportData/state_when_pull_request
=== RUN   TestIssueExportData/isDraft_when_pull_request
--- PASS: TestIssueExportData (0.00s)
    --- PASS: TestIssueExportData/exports_requested_fields (0.00s)
    --- PASS: TestIssueExportData/state_when_issue (0.00s)
    --- PASS: TestIssueExportData/state_when_pull_request (0.00s)
    --- PASS: TestIssueExportData/isDraft_when_pull_request (0.00s)
=== RUN   TestSearcherCode
=== RUN   TestSearcherCode/searches_code
=== RUN   TestSearcherCode/searches_code_for_enterprise_host
=== RUN   TestSearcherCode/paginates_results
=== RUN   TestSearcherCode/handles_search_errors
--- PASS: TestSearcherCode (0.00s)
    --- PASS: TestSearcherCode/searches_code (0.00s)
    --- PASS: TestSearcherCode/searches_code_for_enterprise_host (0.00s)
    --- PASS: TestSearcherCode/paginates_results (0.00s)
    --- PASS: TestSearcherCode/handles_search_errors (0.00s)
=== RUN   TestSearcherCommits
=== RUN   TestSearcherCommits/searches_commits
=== RUN   TestSearcherCommits/searches_commits_for_enterprise_host
=== RUN   TestSearcherCommits/paginates_results
=== RUN   TestSearcherCommits/handles_search_errors
--- PASS: TestSearcherCommits (0.00s)
    --- PASS: TestSearcherCommits/searches_commits (0.00s)
    --- PASS: TestSearcherCommits/searches_commits_for_enterprise_host (0.00s)
    --- PASS: TestSearcherCommits/paginates_results (0.00s)
    --- PASS: TestSearcherCommits/handles_search_errors (0.00s)
=== RUN   TestSearcherRepositories
=== RUN   TestSearcherRepositories/searches_repositories
=== RUN   TestSearcherRepositories/searches_repositories_for_enterprise_host
=== RUN   TestSearcherRepositories/paginates_results
=== RUN   TestSearcherRepositories/handles_search_errors
--- PASS: TestSearcherRepositories (0.00s)
    --- PASS: TestSearcherRepositories/searches_repositories (0.00s)
    --- PASS: 
TestSearcherRepositories/searches_repositories_for_enterprise_host (0.00s)
    --- PASS: TestSearcherRepositories/paginates_results (0.00s)
    --- PASS: TestSearcherRepositories/handles_search_errors (0.00s)
=== RUN   TestSearcherIssues
=== RUN   TestSearcherIssues/searches_issues
=== RUN   TestSearcherIssues/searches_issues_for_enterprise_host
=== RUN   TestSearcherIssues/paginates_results
=== RUN   TestSearcherIssues/handles_search_errors
--- PASS: TestSearcherIssues (0.00s)
    --- PASS: TestSearcherIssues/searches_issues (0.00s)
    --- PASS: TestSearcherIssues/searches_issues_for_enterprise_host (0.00s)
    --- PASS: TestSearcherIssues/paginates_results (0.00s)
    --- PASS: TestSearcherIssues/handles_search_errors (0.00s)
=== RUN   TestSearcherURL
=== RUN   TestSearcherURL/outputs_encoded_query_url
=== RUN   TestSearcherURL/supports_enterprise_hosts
--- PASS: TestSearcherURL (0.00s)
    --- PASS: TestSearcherURL/outputs_encoded_query_url (0.00s)
    --- PASS: TestSearcherURL/supports_enterprise_hosts (0.00s)
PASS
ok      github.com/cli/cli/v2/pkg/search        0.005s
=== RUN   Test_StringSlice_ToSlice
--- PASS: Test_StringSlice_ToSlice (0.00s)
=== RUN   Test_StringSlice_Remove
--- PASS: Test_StringSlice_Remove (0.00s)
PASS
ok      github.com/cli/cli/v2/pkg/set   0.002s
?       github.com/cli/cli/v2/pkg/ssh   [no test files]
=== RUN   TestHelperProcess
--- PASS: TestHelperProcess (0.00s)
=== RUN   Test_GhEditor_Prompt_skip
--- PASS: Test_GhEditor_Prompt_skip (0.00s)
=== RUN   Test_GhEditor_Prompt_editorAppend
--- PASS: Test_GhEditor_Prompt_editorAppend (0.00s)
=== RUN   Test_GhEditor_Prompt_editorTruncate
--- PASS: Test_GhEditor_Prompt_editorTruncate (0.00s)
PASS
ok      github.com/cli/cli/v2/pkg/surveyext     0.010s
?       github.com/cli/cli/v2/test      [no test files]
?       github.com/cli/cli/v2/utils     [no test files]
FAIL
dh_auto_test: error: cd _build && go test -vet=off -v -p 2 g 
[too-long-redacted] i/v2/utils returned exit code 1
make: *** [debian/rules:33: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: gh
Source-Version: 2.46.0-4
Done: Simon Josefsson <[email protected]>

We believe that the bug you reported is fixed in the latest version of
gh, 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.
Simon Josefsson <[email protected]> (supplier of updated gh 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: Sat, 13 Dec 2025 23:19:28 +0100
Source: gh
Architecture: source
Version: 2.46.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <[email protected]>
Changed-By: Simon Josefsson <[email protected]>
Closes: 1120253
Changes:
 gh (2.46.0-4) unstable; urgency=medium
 .
   [ Simon Josefsson ]
   * Team upload.
   * Use B-D on golang-github-cenkalti-backoff-v4-dev
   * Ignore test failures (Closes: #1120253)
 .
   [ Otto Kekäläinen ]
   * Add minimal gbp.conf so that it is explicit what settings this repo has
   * Stop polluting upstream file paths and put build artifacts in debian/build
Checksums-Sha1:
 7c2cabd2a5d9825b7dbee5ad188d74f3cfa7bb48 4352 gh_2.46.0-4.dsc
 8c7dedd9317aa8c15c9c7371baae5d9ed5ec0bbc 952388 gh_2.46.0-4.debian.tar.xz
 93d682a6d8547588d64da0b3bc5d3146d82ebd7a 3758180 gh_2.46.0-4.git.tar.xz
 d84a0543c1abc9864f113b0bdb954ac75b4a2632 17119 gh_2.46.0-4_source.buildinfo
Checksums-Sha256:
 3a09be9e96d4a91a7474de21f7ddf8d8e4a1d691db04f1c2a8ddbb5c9a8b1d68 4352 
gh_2.46.0-4.dsc
 885226f409d86d36df3fe06823920b98945a8cace48c2cf90b50028ce511bbb4 952388 
gh_2.46.0-4.debian.tar.xz
 e4610303b9ea444cb8ffe685fb5b6e6d03ece1cacf48c8d71abb8e7d5a6fc7d6 3758180 
gh_2.46.0-4.git.tar.xz
 e056e7d12457ee1be08247a75069f22ef3700be841fbb6222b1a05bc756c988d 17119 
gh_2.46.0-4_source.buildinfo
Files:
 b4ae9227ee21228090a81c6d823d6b07 4352 golang optional gh_2.46.0-4.dsc
 630c0a64ae56e2f50774d7ec3a78b1ed 952388 golang optional 
gh_2.46.0-4.debian.tar.xz
 31956136a335acd18dbc3a60c6e15257 3758180 golang optional gh_2.46.0-4.git.tar.xz
 2a19e2aecdf822420870807f07ed51d2 17119 golang optional 
gh_2.46.0-4_source.buildinfo
Git-Tag-Info: tag=f6e48f95201844d5652763ba6b0ad3a96c45908f 
fp=a3cc9c870b9d310abad4cf2f51722b08fe4745a2
Git-Tag-Tagger: Simon Josefsson <[email protected]>

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

iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmk97I8ACgkQYG0ITkaD
wHkz3xAAzElm/Mg70Q74nJKODrwZXByJPLxzMIbWHulFAb7+RJN6/m1ajxA3KMBL
42YA4j4hQ9VEZ66BFj4xsixjZyqKI3/eutEHOT0Rx9M0QrS97zNUzIG0najxytJm
fkzEFJ33LGj+pnw0jyqeZIHOMG5EI/inu/W3vQdYIhJKy3juRhaQzC/us31xTVSI
xxkQA51FH7dzRdmBDQbue8eVcnw93p1+yXRlzxvyM45epNDf1mSKSnEK6kzZrmbR
5VTkL+bvHJtSXRKYBzYKCYLTlfQKYep00PzdS/MRhezImM10hAmH134Lp04kzmtx
TkKjHaT2a+6DUGANgx9iOK3Fz5a86E26b3DZpuaFDe9Dc5lD6Pv5T/dq994RpDuJ
TFU+mAivREDP4MQuUzHYuFDt7PIK4EOAQZYDLZn9xSqesd5GkNYakcJ53Nmt3sLM
Nv4A3WsEsuYtqA11yqX7dJutb7n2uNF1hInPF3FZZFEIL/U1WspLHQkLDHXiTgyS
O+D2z2HLqFKIOcmGY4cAA+p1jmmP0Hgi7sS/OUvIhI7s4ut+KrMEhxt++j/oXbRn
bHliEY5/Nol0qeuUnkFYK7UiYXu+s1C7HE/+yut8eXPpCaJlTMXQ//8GXj64O9mo
krSfknWXne45nfLvL7odbjbbDEIGYzMVplu4bNU+jDsOX1REXXg=
=YoyZ
-----END PGP SIGNATURE-----

Attachment: pgpqsos7D7EHh.pgp
Description: PGP signature


--- End Message ---

Reply via email to