Your message dated Mon, 29 Sep 2025 14:43:55 +0000
with message-id <[email protected]>
and subject line Bug#1114357: fixed in rust-libphosh 0.0.7-1
has caused the Debian Bug report #1114357,
regarding rust-libphosh: FTBFS: error: could not compile `libphosh` (lib) due 
to 2 previous errors
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.)


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

Dear maintainer:

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

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

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

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 could not 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:rust-libphosh, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem cargo
   dh_auto_clean -O--buildsystem=cargo
debian cargo wrapper: options = ['parallel=2'], profiles = [], parallel = 
['-j2'], lto = 
debian cargo wrapper: rust_type = x86_64-unknown-linux-gnu, gnu_type = 
x86_64-linux-gnu
debian cargo wrapper: running subprocess (['env', 'RUST_BACKTRACE=1', 
'/usr/bin/cargo', 'clean', '--verbose', '--verbose'],) {'check': True}
     Removed 0 files
   dh_autoreconf_clean -O--buildsystem=cargo
   dh_clean -XCargo.toml.orig -O--buildsystem=cargo
 debian/rules binary
dh binary --buildsystem cargo
   dh_update_autotools_config -O--buildsystem=cargo
   dh_autoreconf -O--buildsystem=cargo
   dh_auto_configure -O--buildsystem=cargo

[... snipped ...]

    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for 
the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(gdk_backend, 
values("x11"))'] }
    = help: or consider adding 
`println!("cargo::rustc-check-cfg=cfg(gdk_backend, values(\"x11\"))");` to the 
top of the `build.rs`
    = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration

warning: unexpected `cfg` condition value: `gio_v2_80`
  --> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/auto/application.rs:74:35
   |
74 | ...                   #[cfg(feature = "gio_v2_80")]
   |                             ^^^^^^^^^^-----------
   |                                       |
   |                                       help: there is a expected value with 
a similar name: `"gio_v2_58"`
   |
   = note: expected values for `feature` are: `gio_v2_58`, 
`unsafe-assume-initialized`, `v3_24`, `v3_24_1`, `v3_24_11`, `v3_24_30`, 
`v3_24_8`, and `v3_24_9`
   = help: consider adding `gio_v2_80` as a feature in `Cargo.toml`
   = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration

warning: unexpected `cfg` condition name: `gdk_backend`
    --> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/auto/mod.rs:1040:11
     |
1040 |     #[cfg(gdk_backend = "x11")]
     |           ^^^^^^^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for 
the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = 
['cfg(gdk_backend, values("x11"))'] }
     = help: or consider adding 
`println!("cargo::rustc-check-cfg=cfg(gdk_backend, values(\"x11\"))");` to the 
top of the `build.rs`
     = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration

warning: unexpected `cfg` condition name: `gdk_backend`
    --> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/auto/mod.rs:1043:11
     |
1043 |     #[cfg(gdk_backend = "x11")]
     |           ^^^^^^^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for 
the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = 
['cfg(gdk_backend, values("x11"))'] }
     = help: or consider adding 
`println!("cargo::rustc-check-cfg=cfg(gdk_backend, values(\"x11\"))");` to the 
top of the `build.rs`
     = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration

warning: unexpected `cfg` condition name: `gdk_backend`
    --> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/auto/mod.rs:1070:11
     |
1070 |     #[cfg(gdk_backend = "x11")]
     |           ^^^^^^^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for 
the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = 
['cfg(gdk_backend, values("x11"))'] }
     = help: or consider adding 
`println!("cargo::rustc-check-cfg=cfg(gdk_backend, values(\"x11\"))");` to the 
top of the `build.rs`
     = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration

warning: unexpected `cfg` condition name: `gdk_backend`
    --> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/auto/mod.rs:1073:11
     |
1073 |     #[cfg(gdk_backend = "x11")]
     |           ^^^^^^^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for 
the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = 
['cfg(gdk_backend, values("x11"))'] }
     = help: or consider adding 
`println!("cargo::rustc-check-cfg=cfg(gdk_backend, values(\"x11\"))");` to the 
top of the `build.rs`
     = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration

warning: unexpected `cfg` condition name: `gdk_backend`
    --> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/auto/mod.rs:1206:11
     |
1206 |     #[cfg(gdk_backend = "x11")]
     |           ^^^^^^^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for 
the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = 
['cfg(gdk_backend, values("x11"))'] }
     = help: or consider adding 
`println!("cargo::rustc-check-cfg=cfg(gdk_backend, values(\"x11\"))");` to the 
top of the `build.rs`
     = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration

warning: unexpected `cfg` condition name: `gdk_backend`
    --> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/auto/mod.rs:1209:11
     |
1209 |     #[cfg(gdk_backend = "x11")]
     |           ^^^^^^^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for 
the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = 
['cfg(gdk_backend, values("x11"))'] }
     = help: or consider adding 
`println!("cargo::rustc-check-cfg=cfg(gdk_backend, values(\"x11\"))");` to the 
top of the `build.rs`
     = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration

warning: unexpected `cfg` condition name: `gdk_backend`
    --> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/auto/mod.rs:1240:11
     |
1240 |     #[cfg(gdk_backend = "x11")]
     |           ^^^^^^^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for 
the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = 
['cfg(gdk_backend, values("x11"))'] }
     = help: or consider adding 
`println!("cargo::rustc-check-cfg=cfg(gdk_backend, values(\"x11\"))");` to the 
top of the `build.rs`
     = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration

warning: unexpected `cfg` condition name: `gdk_backend`
    --> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/auto/mod.rs:1243:11
     |
1243 |     #[cfg(gdk_backend = "x11")]
     |           ^^^^^^^^^^^^^^^^^^^
     |
     = help: consider using a Cargo feature instead
     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for 
the lint:
              [lints.rust]
              unexpected_cfgs = { level = "warn", check-cfg = 
['cfg(gdk_backend, values("x11"))'] }
     = help: or consider adding 
`println!("cargo::rustc-check-cfg=cfg(gdk_backend, values(\"x11\"))");` to the 
top of the `build.rs`
     = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration

warning: unexpected `cfg` condition value: `v3_22`
 --> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/file_chooser.rs:4:7
  |
4 | #[cfg(feature = "v3_22")]
  |       ^^^^^^^^^^-------
  |                 |
  |                 help: there is a expected value with a similar name: 
`"v3_24"`
  |
  = note: expected values for `feature` are: `gio_v2_58`, 
`unsafe-assume-initialized`, `v3_24`, `v3_24_1`, `v3_24_11`, `v3_24_30`, 
`v3_24_8`, and `v3_24_9`
  = help: consider adding `v3_22` as a feature in `Cargo.toml`
  = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration

warning: unexpected `cfg` condition value: `v3_22`
  --> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/file_chooser.rs:17:11
   |
17 |     #[cfg(feature = "v3_22")]
   |           ^^^^^^^^^^-------
   |                     |
   |                     help: there is a expected value with a similar name: 
`"v3_24"`
   |
   = note: expected values for `feature` are: `gio_v2_58`, 
`unsafe-assume-initialized`, `v3_24`, `v3_24_1`, `v3_24_11`, `v3_24_30`, 
`v3_24_8`, and `v3_24_9`
   = help: consider adding `v3_22` as a feature in `Cargo.toml`
   = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration

warning: unexpected `cfg` condition name: `gdk_backend`
  --> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/subclass/mod.rs:28:7
   |
28 | #[cfg(gdk_backend = "x11")]
   |       ^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for 
the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(gdk_backend, 
values("x11"))'] }
   = help: or consider adding 
`println!("cargo::rustc-check-cfg=cfg(gdk_backend, values(\"x11\"))");` to the 
top of the `build.rs`
   = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration

warning: unexpected `cfg` condition name: `gdk_backend`
  --> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/subclass/mod.rs:31:7
   |
31 | #[cfg(gdk_backend = "x11")]
   |       ^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for 
the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(gdk_backend, 
values("x11"))'] }
   = help: or consider adding 
`println!("cargo::rustc-check-cfg=cfg(gdk_backend, values(\"x11\"))");` to the 
top of the `build.rs`
   = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration

warning: unexpected `cfg` condition name: `gdk_backend`
  --> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/subclass/mod.rs:70:11
   |
70 |     #[cfg(gdk_backend = "x11")]
   |           ^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for 
the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(gdk_backend, 
values("x11"))'] }
   = help: or consider adding 
`println!("cargo::rustc-check-cfg=cfg(gdk_backend, values(\"x11\"))");` to the 
top of the `build.rs`
   = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration

warning: unexpected `cfg` condition name: `gdk_backend`
  --> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/subclass/mod.rs:73:11
   |
73 |     #[cfg(gdk_backend = "x11")]
   |           ^^^^^^^^^^^^^^^^^^^
   |
   = help: consider using a Cargo feature instead
   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for 
the lint:
            [lints.rust]
            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(gdk_backend, 
values("x11"))'] }
   = help: or consider adding 
`println!("cargo::rustc-check-cfg=cfg(gdk_backend, values(\"x11\"))");` to the 
top of the `build.rs`
   = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration

warning: unused import: `glib::subclass::prelude::*`
  --> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/subclass/mod.rs:43:13
   |
43 |     pub use glib::subclass::prelude::*;
   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(unused_imports)]` on by default

warning: unused import: `gdk_pixbuf::prelude::*`
  --> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/prelude.rs:10:9
   |
10 | pub use gdk_pixbuf::prelude::*;
   |         ^^^^^^^^^^^^^^^^^^^^^^

warning: unused import: `gio::prelude::*`
  --> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/prelude.rs:12:9
   |
12 | pub use gio::prelude::*;
   |         ^^^^^^^^^^^^^^^

warning: unused import: `glib::prelude::*`
  --> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/prelude.rs:14:9
   |
14 | pub use glib::prelude::*;
   |         ^^^^^^^^^^^^^^^^

warning: unused import: `pango::prelude::*`
  --> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/prelude.rs:16:9
   |
16 | pub use pango::prelude::*;
   |         ^^^^^^^^^^^^^^^^^

warning: trait `MessageDialogExt` is never used
  --> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/message_dialog.rs:45:11
   |
45 | pub trait MessageDialogExt: IsA<MessageDialog> + sealed::Sealed + 'static {
   |           ^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(dead_code)]` on by default

warning: trait `Sealed` is never used
  --> /usr/share/cargo/registry/gtk-0.18-0.18.1/src/message_dialog.rs:41:15
   |
41 |     pub trait Sealed {}
   |               ^^^^^^

   Compiling libphosh v0.0.6 (/<<PKGBUILDDIR>>)
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=libphosh 
[too-long-redacted] stry=/usr/share/cargo/registry`
error[E0425]: cannot find function `phosh_status_icon_get_pixel_size` in crate 
`ffi`
   --> src/auto/status_icon.rs:318:18
    |
318 |             
ffi::phosh_status_icon_get_pixel_size(self.as_ref().to_glib_none().0)
    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a 
similar name exists: `phosh_status_icon_get_icon_size`
    |
   ::: /usr/share/cargo/registry/libphosh-sys-0.0.6/src/lib.rs:579:5
    |
579 |     pub fn phosh_status_icon_get_icon_size(self_: *mut PhoshStatusIcon) 
-> gtk::GtkIconSize;
    |     
----------------------------------------------------------------------------------------
 similarly named function `phosh_status_icon_get_icon_size` defined here

error[E0425]: cannot find function `phosh_status_icon_set_pixel_size` in crate 
`ffi`
   --> src/auto/status_icon.rs:350:18
    |
350 |             
ffi::phosh_status_icon_set_pixel_size(self.as_ref().to_glib_none().0, size);
    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a 
similar name exists: `phosh_status_icon_set_icon_size`
    |
   ::: /usr/share/cargo/registry/libphosh-sys-0.0.6/src/lib.rs:583:5
    |
583 |     pub fn phosh_status_icon_set_icon_size(self_: *mut PhoshStatusIcon, 
size: gtk::GtkIconSize);
    |     
--------------------------------------------------------------------------------------------
 similarly named function `phosh_status_icon_set_icon_size` defined here

For more information about this error, try `rustc --explain E0425`.
error: could not compile `libphosh` (lib) due to 2 previous errors

Caused by:
  process didn't exit successfully: `CARGO=/usr/bin/cargo CA 
[too-long-redacted] argo/registry` (exit status: 1)
warning: build failed, waiting for other jobs to finish...
warning: `gtk` (lib) generated 30 warnings
dh_auto_test: error: /usr/share/cargo/bin/cargo test --all returned exit code 
101
make[1]: *** [debian/rules:139: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:4: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: rust-libphosh
Source-Version: 0.0.7-1
Done: Guido Günther <[email protected]>

We believe that the bug you reported is fixed in the latest version of
rust-libphosh, 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.
Guido Günther <[email protected]> (supplier of updated rust-libphosh 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: Mon, 29 Sep 2025 15:35:43 +0200
Source: rust-libphosh
Architecture: source
Version: 0.0.7-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 
<[email protected]>
Changed-By: Guido Günther <[email protected]>
Closes: 1114357
Changes:
 rust-libphosh (0.0.7-1) unstable; urgency=medium
 .
   * Team upload.
   * Package libphosh 0.0.7 from crates.io using debcargo 2.7.10
     (Closes: #1114357)
Checksums-Sha1:
 f224a02687d94f24657d207f2b1aad6155fe249e 2836 rust-libphosh_0.0.7-1.dsc
 e69026df3695005ba05002027f72d2b943127ac4 20236 rust-libphosh_0.0.7.orig.tar.gz
 6cb673e3b4520e8d239912e5f906b6d47dcad263 5228 
rust-libphosh_0.0.7-1.debian.tar.xz
 f994f18f56421b6aef60335d6f9e6154cbfab9f4 24061 
rust-libphosh_0.0.7-1_source.buildinfo
Checksums-Sha256:
 04e4b7dba06a7caf5cf58191904ef45eff5e3df56f3a7cdf10d25593073a7137 2836 
rust-libphosh_0.0.7-1.dsc
 d2a115470102198de201dfdeb81ee085fe1f890bf7c022449eda6c5218cbf26c 20236 
rust-libphosh_0.0.7.orig.tar.gz
 e6df362240d2b29e51cea442a61d4fbdc349d4d0ae5901088c0136a4cf667554 5228 
rust-libphosh_0.0.7-1.debian.tar.xz
 def76a1d4f35964ff6ec2cf59805f6bfbb131b31fef96b52c404a1935172de0a 24061 
rust-libphosh_0.0.7-1_source.buildinfo
Files:
 32efde3a5f3158442c6152d857afd584 2836 rust optional rust-libphosh_0.0.7-1.dsc
 e06862a06c93c7b318053f3f1e4fe051 20236 rust optional 
rust-libphosh_0.0.7.orig.tar.gz
 502f0d3647e79c2c06418e321ffc6b37 5228 rust optional 
rust-libphosh_0.0.7-1.debian.tar.xz
 1b95a79e6ee72116417ba2df30aad25e 24061 rust optional 
rust-libphosh_0.0.7-1_source.buildinfo

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

iQIzBAEBCgAdFiEEeW2zk9w/9AIituoi0+u1lmu5kZYFAmjaizMACgkQ0+u1lmu5
kZZXOw//Q2VQfTRGwHmQKk+2FDUnfNMJm2MSIf20KdKxdjSwj13aIPpGXcdeb4/6
aK7Hfwz0MfPsg5jDxVGbuoR5ShXbIDMT8j9UTN6Uf/y/EOYPsp1yVtlfR5kYBbnb
kkrQ7/MKIpmict++uopDjQK0xlpP9fPuND5nZU7i0QHwcOum97UnB5hIWdSulCs6
WisS4c4KGJHuP7Y+55deK+uZUb+/5kCJSb7wJcLlRM+cgWGml129vMkq3XlIuwFj
juX5hEjVVBjagC4kZhX+qPuqyg/HA4qiO8vh9/7XIEUcl9bm8OTNwaMyuPu9H/2f
2HzBE4+eSXnUrviDAAZv+Vga7IxZ7VAo1ZPXseTVbu3YPHy6lMy/0X789vq5+ezR
pVVl3gcUjAvvqL/H+wrX2eF389BwQoA7pH41IA0HpUr/usBbHrw4H4kqiEJcWMlb
vv5RpJSUti7PdJliE9phjwGUrMQSEYYsdfYUmRqQgGTRRWiBbpuMkIwhEGC1Z4S0
/jZ+EfNK5DcgNASRQs2aBkWgqLnB0DQG0Ic8NWTkKTNMpmgginsvuvDbqK6i1jFx
5Bhm2/3NJB00zwohmyPym1T7wzakDKZC5bRZD8/zJ/BNUVrJO8pxbPkNNCvu2CIQ
FuQjT09ndfXCaMYs92pSp0NZ3nyxkLUpaBg5E+83YdzUbqN5wq8=
=1fJV
-----END PGP SIGNATURE-----

Attachment: pgpIAiL9prffg.pgp
Description: PGP signature


--- End Message ---

Reply via email to