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

Bug#1114237: marked as done (ocaml-astring: FTBFS: dh_missing: error: missing files, aborting)



Your message dated Tue, 09 Sep 2025 13:19:57 +0000
with message-id <E1uvyGL-001MxD-0a@fasolo.debian.org>
and subject line Bug#1114237: fixed in ocaml-astring 0.8.5-3
has caused the Debian Bug report #1114237,
regarding ocaml-astring: FTBFS: dh_missing: error: missing files, aborting
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 owner@bugs.debian.org
immediately.)


-- 
1114237: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114237
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:ocaml-astring
Version: 0.8.5-2
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:ocaml-astring, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with ocaml
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
ocaml pkg/pkg.ml clean
+ ocamlfind ocamlc -config
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_ocamlclean
   dh_clean
 debian/rules binary
dh binary --with ocaml
   dh_update_autotools_config
   dh_autoreconf
   dh_ocamlinit

[... snipped ...]

             ^^^^^^^^^^
Warning 6 [labels-omitted]: label sep was omitted in the application of this function.

File "test/test_string.ml", line 524, characters 7-17:
524 |   eqo (String.cut "," "123") None;
             ^^^^^^^^^^
Warning 6 [labels-omitted]: label sep was omitted in the application of this function.

File "test/test_string.ml", line 525, characters 7-17:
525 |   eqo (String.cut "," ",123") (Some ("", "123"));
             ^^^^^^^^^^
Warning 6 [labels-omitted]: label sep was omitted in the application of this function.

File "test/test_string.ml", line 526, characters 7-17:
526 |   eqo (String.cut "," "123,") (Some ("123", ""));
             ^^^^^^^^^^
Warning 6 [labels-omitted]: label sep was omitted in the application of this function.

File "test/test_string.ml", line 527, characters 7-17:
527 |   eqo (String.cut "," "1,2,3") (Some ("1", "2,3"));
             ^^^^^^^^^^
Warning 6 [labels-omitted]: label sep was omitted in the application of this function.

File "test/test_string.ml", line 528, characters 7-17:
528 |   eqo (String.cut "," " 1,2,3") (Some (" 1", "2,3"));
             ^^^^^^^^^^
Warning 6 [labels-omitted]: label sep was omitted in the application of this function.

File "test/test_string.ml", line 529, characters 7-17:
529 |   eqo (String.cut "<>" "") None;
             ^^^^^^^^^^
Warning 6 [labels-omitted]: label sep was omitted in the application of this function.

File "test/test_string.ml", line 530, characters 7-17:
530 |   eqo (String.cut "<>" "<>") (Some ("", ""));
             ^^^^^^^^^^
Warning 6 [labels-omitted]: label sep was omitted in the application of this function.

File "test/test_string.ml", line 531, characters 7-17:
531 |   eqo (String.cut "<>" "<><>") (Some ("", "<>"));
             ^^^^^^^^^^
Warning 6 [labels-omitted]: label sep was omitted in the application of this function.

File "test/test_string.ml", line 532, characters 7-17:
532 |   eqo (String.cut "<>" "<><><>") (Some ("", "<><>"));
             ^^^^^^^^^^
Warning 6 [labels-omitted]: label sep was omitted in the application of this function.

File "test/test_string.ml", line 534, characters 7-17:
534 |   eqo (String.cut "<>" "123") None;
             ^^^^^^^^^^
Warning 6 [labels-omitted]: label sep was omitted in the application of this function.

File "test/test_string.ml", line 535, characters 7-17:
535 |   eqo (String.cut "<>" "<>123") (Some ("", "123"));
             ^^^^^^^^^^
Warning 6 [labels-omitted]: label sep was omitted in the application of this function.

File "test/test_string.ml", line 536, characters 7-17:
536 |   eqo (String.cut "<>" "123<>") (Some ("123", ""));
             ^^^^^^^^^^
Warning 6 [labels-omitted]: label sep was omitted in the application of this function.

File "test/test_string.ml", line 537, characters 7-17:
537 |   eqo (String.cut "<>" "1<>2<>3") (Some ("1", "2<>3"));
             ^^^^^^^^^^
Warning 6 [labels-omitted]: label sep was omitted in the application of this function.

File "test/test_string.ml", line 538, characters 7-17:
538 |   eqo (String.cut "<>" " 1<>2<>3") (Some (" 1", "2<>3"));
             ^^^^^^^^^^
Warning 6 [labels-omitted]: label sep was omitted in the application of this function.

File "test/test_string.ml", line 539, characters 7-17:
539 |   eqo (String.cut "<>" ">>><>>>><>>>><>>>>") (Some (">>>", ">>><>>>><>>>>"));
             ^^^^^^^^^^
Warning 6 [labels-omitted]: label sep was omitted in the application of this function.

File "test/test_string.ml", line 540, characters 7-17:
540 |   eqo (String.cut "<->" "<->>->") (Some ("", ">->"));
             ^^^^^^^^^^
Warning 6 [labels-omitted]: label sep was omitted in the application of this function.

File "test/test_string.ml", line 542, characters 7-17:
542 |   eqo (String.cut "aa" "aa") (Some ("", ""));
             ^^^^^^^^^^
Warning 6 [labels-omitted]: label sep was omitted in the application of this function.

File "test/test_string.ml", line 543, characters 7-17:
543 |   eqo (String.cut "aa" "aaa") (Some ("", "a"));
             ^^^^^^^^^^
Warning 6 [labels-omitted]: label sep was omitted in the application of this function.

File "test/test_string.ml", line 544, characters 7-17:
544 |   eqo (String.cut "aa" "aaaa") (Some ("", "aa"));
             ^^^^^^^^^^
Warning 6 [labels-omitted]: label sep was omitted in the application of this function.

File "test/test_string.ml", line 545, characters 7-17:
545 |   eqo (String.cut "aa" "aaaaa") (Some ("", "aaa";));
             ^^^^^^^^^^
Warning 6 [labels-omitted]: label sep was omitted in the application of this function.

File "test/test_string.ml", line 546, characters 7-17:
546 |   eqo (String.cut "aa" "aaaaaa") (Some ("", "aaaa"));
             ^^^^^^^^^^
Warning 6 [labels-omitted]: label sep was omitted in the application of this function.
+ ocamlfind ocamlopt -c -g -bin-annot -safe-string -I test -I src -o test/test.cmx test/test.ml
+ ocamlfind ocamlopt -linkpkg -g -I src -I test src/astring_unsafe.cmx src/astring_base.cmx src/astring_escape.cmx src/astring_char.cmx src/astring_sub.cmx src/astring_string.cmx src/astring.cmx test/testing.cmx test/test_char.cmx test/test_string.cmx test/test_sub.cmx test/test.cmx -o test/test.native
+ ocamlfind ocamldep -modules test/examples.ml > test/examples.ml.depends
+ ocamlfind ocamlc -c -g -bin-annot -safe-string -I test -I src -o test/examples.cmo test/examples.ml
+ ocamlfind ocamlopt -c -g -bin-annot -safe-string -I test -I src -o test/examples.cmx test/examples.ml
+ ocamlfind ocamlopt -linkpkg -g -I src -I test src/astring_unsafe.cmx src/astring_base.cmx src/astring_escape.cmx src/astring_char.cmx src/astring_sub.cmx src/astring_string.cmx src/astring.cmx test/examples.cmx -o test/examples.native
# Parallel statistics: { count(total): 2(49), max: 3, min: 3, average(total): 3.000(1.082) }
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
ocaml pkg/pkg.ml test
Char functions
* Char.{of_byte,of_int,to_int}
* Char.{equal,compare}
* Char.Ascii.is_*
* Char.Ascii.{uppercase,lowercase}
* Char.Ascii.{escape,escape_char}
String functions
* Misc. base functions
* String.[get_]head
* String.append
* String.concat
* String.is_empty
* String.is_prefix
* String.is_infix
* String.is_suffix
* String.for_all
* String.exists
* String.equal
* String.compare
* String.with_range
* String.with_index_range
* String.trim
* String.{span,take,drop}
* String.cut
* String.cuts
* String.fields
* String.find
* String.find_sub
* String.filter[_map]
* String.map[i]
* String.iter[i]
* String.fold_{left,right}
* String.Ascii.is_valid
* String.Ascii.{uppercase,lowercase,capitalize,uncapitalize}
* String.Ascii.escape[_string]
* String.Ascii.unescape[_string]
* String.uniquify
Base String functions
* String.Sub misc. base functions
* String.[get_]head
* String.Sub.to_string
* String.Sub.start
* String.Sub.stop
* String.Sub.tail
* String.Sub.base
* String.Sub.extend
* String.Sub.reduce
* String.Sub.extent
* String.Sub.overlap
* String.Sub.append
* String.Sub.concat
* String.Sub.is_empty
* String.Sub.is_prefix
* String.Sub.is_infix
* String.Sub.is_suffix
* String.Sub.for_all
* String.Sub.exists
* String.Sub.same_base
* String.Sub.equal_bytes
* String.Sub.compare_bytes
* String.Sub.equal
* String.Sub.compare
* String.Sub.with_range
* String.Sub.with_index_range
* String.Sub.{span,take,drop}
* String.Sub.trim
* String.Sub.cut
* String.Sub.cuts
* String.Sub.fields
* String.Sub.find
* String.Sub.find_sub
* String.Sub.map[i]
* String.Sub.fold_{left,right}
* String.Sub.iter[i]
[OK] All 7715 assertions succeeded !

make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   create-stamp debian/debhelper-build-stamp
   dh_prep
   debian/rules override_dh_auto_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
opam-installer --prefix=/<<PKGBUILDDIR>>/debian/tmp --libdir=./usr/lib/x86_64-linux-gnu/ocaml/5.3.0 astring.install
Creating directory /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring
_build/opam                      => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/opam
_build/pkg/META                  => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/META
_build/src/astring.a             => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring.a
_build/src/astring.cma           => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring.cma
_build/src/astring.cmi           => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring.cmi
_build/src/astring.cmt           => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring.cmt
_build/src/astring.cmti          => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring.cmti
_build/src/astring.cmx           => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring.cmx
_build/src/astring.cmxa          => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring.cmxa
_build/src/astring.cmxs          => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring.cmxs
_build/src/astring.ml            => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring.ml
_build/src/astring.mli           => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring.mli
_build/src/astring_base.cmt      => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring_base.cmt
_build/src/astring_base.cmx      => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring_base.cmx
_build/src/astring_base.ml       => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring_base.ml
_build/src/astring_char.cmt      => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring_char.cmt
_build/src/astring_char.cmx      => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring_char.cmx
_build/src/astring_char.ml       => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring_char.ml
_build/src/astring_escape.cmt    => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring_escape.cmt
_build/src/astring_escape.cmx    => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring_escape.cmx
_build/src/astring_escape.ml     => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring_escape.ml
_build/src/astring_string.cmt    => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring_string.cmt
_build/src/astring_string.cmx    => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring_string.cmx
_build/src/astring_string.ml     => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring_string.ml
_build/src/astring_sub.cmt       => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring_sub.cmt
_build/src/astring_sub.cmx       => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring_sub.cmx
_build/src/astring_sub.ml        => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring_sub.ml
_build/src/astring_top.a         => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring_top.a
_build/src/astring_top.cma       => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring_top.cma
_build/src/astring_top.cmt       => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring_top.cmt
_build/src/astring_top.cmx       => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring_top.cmx
_build/src/astring_top.cmxa      => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring_top.cmxa
_build/src/astring_top.cmxs      => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring_top.cmxs
_build/src/astring_top.ml        => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring_top.ml
_build/src/astring_top_init.ml   => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring_top_init.ml
_build/src/astring_unsafe.cmt    => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring_unsafe.cmt
_build/src/astring_unsafe.cmx    => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring_unsafe.cmx
_build/src/astring_unsafe.ml     => /<<PKGBUILDDIR>>/debian/tmp/./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring_unsafe.ml
Creating directory /<<PKGBUILDDIR>>/debian/tmp/doc/astring
_build/CHANGES.md                => /<<PKGBUILDDIR>>/debian/tmp/doc/astring/CHANGES.md
_build/LICENSE.md                => /<<PKGBUILDDIR>>/debian/tmp/doc/astring/LICENSE.md
_build/README.md                 => /<<PKGBUILDDIR>>/debian/tmp/doc/astring/README.md
_build/test/examples.ml          => /<<PKGBUILDDIR>>/debian/tmp/doc/astring/examples.ml
rm -f /<<PKGBUILDDIR>>/debian/tmp/doc/astring/LICENSE.md
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_install
   dh_ocamldoc
   dh_installdocs
   dh_installchangelogs
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_missing
dh_missing: warning: usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring.ml exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring_base.ml exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring_char.ml exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring_escape.ml exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring_string.ml exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring_sub.ml exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: usr/lib/x86_64-linux-gnu/ocaml/5.3.0/astring/astring_unsafe.ml exists in debian/tmp but is not installed to anywhere 
dh_missing: error: missing files, aborting
	The following debhelper tools have reported what they installed (with files per package)
	 * dh_install: libastring-ocaml (3), libastring-ocaml-dev (28)
	 * dh_installdocs: libastring-ocaml (0), libastring-ocaml-dev (3)
	If the missing files are installed by another tool, please file a bug against it.
	When filing the report, if the tool is not part of debhelper itself, please reference the
	"Logging helpers and dh_missing" section from the "PROGRAMMING" guide for debhelper (10.6.3+).
	  (in the debhelper package: /usr/share/doc/debhelper/PROGRAMMING.md.gz)
	Be sure to test with dpkg-buildpackage -A/-B as the results may vary when only a subset is built
	If the omission is intentional or no other helper can take care of this consider adding the
	paths to debian/not-installed.

	Remember to be careful with paths containing "x86_64-linux-gnu", where you might need to
	use a wildcard or (assuming compat 13+) e.g. ${DEB_HOST_MULTIARCH} in debian/not-installed
	to ensure it works on all architectures (see #961104).
make: *** [debian/rules:8: binary] Error 255
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: ocaml-astring
Source-Version: 0.8.5-3
Done: Stéphane Glondu <glondu@debian.org>

We believe that the bug you reported is fixed in the latest version of
ocaml-astring, 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 1114237@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stéphane Glondu <glondu@debian.org> (supplier of updated ocaml-astring 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 ftpmaster@ftp-master.debian.org)


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

Format: 1.8
Date: Tue, 09 Sep 2025 15:01:51 +0200
Source: ocaml-astring
Architecture: source
Version: 0.8.5-3
Distribution: unstable
Urgency: medium
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Changed-By: Stéphane Glondu <glondu@debian.org>
Closes: 1114237
Changes:
 ocaml-astring (0.8.5-3) unstable; urgency=medium
 .
   * Fix missing files reported by dh_missing (Closes: #1114237)
Checksums-Sha1:
 28c987dbd2d27f2d81069e1ee24a7167553d1cee 1921 ocaml-astring_0.8.5-3.dsc
 308d862243a8aaac69bd69f2f0e44a0098128af6 2352 ocaml-astring_0.8.5-3.debian.tar.xz
Checksums-Sha256:
 b8bbfe11501095c7c8b11774bb5e04be61bc3cf6653e2fa297a5dc10927e631a 1921 ocaml-astring_0.8.5-3.dsc
 574d67fafb45bea20f14abfbebacb1b40b8cec3382ccdd7dae526bb9b80912bb 2352 ocaml-astring_0.8.5-3.debian.tar.xz
Files:
 3b9902e6cad2feed62d5b07350e349f5 1921 ocaml optional ocaml-astring_0.8.5-3.dsc
 d98e2e30fb6a250c63d31927c0d8257e 2352 ocaml optional ocaml-astring_0.8.5-3.debian.tar.xz

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

iQFGBAEBCgAwFiEEbeJOl+yohsxW5iUOIbju8bGJMIEFAmjAJbcSHGdsb25kdUBk
ZWJpYW4ub3JnAAoJECG47vGxiTCB+NQH/jlICHWs4y19U70e402NLaulDa7lmUGn
HYyN2wz7c6jAUDRZh9w7gUZErrEvBHHfcESr/ZbujXYqOfiBK/oN3tJaNL3sjiZm
8cs1489dXeIv96dxyH2yovK2E4KGbnrjoJnhqqwrko/Ip+CcSiB0JQs5np2r/Zbx
cLKwgWKb7zarRZYZO2oLxU5QKv/EkRIobkyU1uEzER1U2APLguO3IHAAuZk/lVFW
5+eYQcGauwEzdbmcwVtexnu5uSkXAQWUF9NtXxXVaeWcQx5S+M5vEYGa1W7ml2OB
P+Q3IRJxyrdMOQ9RalA1Xvz3w9FKBa7IwPsEFMI48UDOWvj821QHmBU=
=z7+R
-----END PGP SIGNATURE-----

Attachment: pgpFe1bfOHvHZ.pgp
Description: PGP signature


--- End Message ---

Reply to: