Your message dated Tue, 14 May 2024 18:03:25 +0000
with message-id <e1s6wun-00avoj...@fasolo.debian.org>
and subject line Bug#1062405: fixed in dolfin 
2019.2.0~legacy20240219.1c52e83-2exp3
has caused the Debian Bug report #1062405,
regarding dolfin: 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 ow...@bugs.debian.org
immediately.)


-- 
1062405: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062405
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: dolfin
Version: 2019.2.0~legacy20240118.982f376-1
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
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
dolfin 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 dolfin
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/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru dolfin-2019.2.0~legacy20240118.982f376/debian/changelog 
dolfin-2019.2.0~legacy20240118.982f376/debian/changelog
--- dolfin-2019.2.0~legacy20240118.982f376/debian/changelog     2024-01-19 
18:21:04.000000000 +0000
+++ dolfin-2019.2.0~legacy20240118.982f376/debian/changelog     2024-02-01 
09:14:42.000000000 +0000
@@ -1,3 +1,10 @@
+dolfin (2019.2.0~legacy20240118.982f376-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Michael Hudson-Doyle <mwhud...@debian.org>  Thu, 01 Feb 2024 09:14:42 +0000
+
 dolfin (2019.2.0~legacy20240118.982f376-1) unstable; urgency=medium
 
   * New upstream snapshot on 2024-01-18, up to commit 982f376
diff -Nru dolfin-2019.2.0~legacy20240118.982f376/debian/control 
dolfin-2019.2.0~legacy20240118.982f376/debian/control
--- dolfin-2019.2.0~legacy20240118.982f376/debian/control       2024-01-19 
18:21:04.000000000 +0000
+++ dolfin-2019.2.0~legacy20240118.982f376/debian/control       2024-02-01 
09:14:27.000000000 +0000
@@ -77,7 +77,7 @@
  libboost-serialization-dev,
  libboost-thread-dev,
  libboost-timer-dev,
- libdolfin2019.2gcc13 (= ${binary:Version}),
+ libdolfin2019.2gcc13t64 (= ${binary:Version}),
  libeigen3-dev,
  libhdf5-mpi-dev,
  libsuitesparse-dev,
@@ -152,7 +152,10 @@
  This is the legacy version of DOLFIN, you may want to install the
  next-generation libdolfinx-dev (DOLFIN-X) instead.
 
-Package: libdolfin2019.2gcc13
+Package: libdolfin2019.2gcc13t64
+Provides: ${t64:Provides}
+Replaces: libdolfin2019.2gcc13
+Breaks: libdolfin2019.2gcc13 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -209,7 +212,7 @@
 Architecture: any
 Depends:
  libdolfin-dev (= ${binary:Version}),
- libdolfin2019.2gcc13 (= ${binary:Version}),
+ libdolfin2019.2gcc13t64 (= ${binary:Version}),
  ${python3-petsc4py-real:Depends},
  ${misc:Depends},
  ${python3:Depends},
@@ -248,7 +251,7 @@
  libboost-serialization-dev,
  libboost-thread-dev,
  libboost-timer-dev,
- libdolfin64-2019.2gcc13 (= ${binary:Version}),
+ libdolfin64-2019.2gcc13t64 (= ${binary:Version}),
  libeigen3-dev,
  libhdf5-mpi-dev,
  libsuitesparse-dev,
@@ -273,7 +276,10 @@
  This is the legacy version of DOLFIN, you may want to install the
  next-generation libdolfinx-dev (DOLFIN-X) instead.
 
-Package: libdolfin64-2019.2gcc13
+Package: libdolfin64-2019.2gcc13t64
+Provides: ${t64:Provides}
+Replaces: libdolfin64-2019.2gcc13
+Breaks: libdolfin64-2019.2gcc13 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -296,7 +302,7 @@
 Architecture: any
 Depends:
  libdolfin64-dev (= ${binary:Version}),
- libdolfin64-2019.2gcc13 (= ${binary:Version}),
+ libdolfin64-2019.2gcc13t64 (= ${binary:Version}),
  ${python3-petsc4py-64-real:Depends},
  ${misc:Depends},
  ${python3:Depends},
diff -Nru 
dolfin-2019.2.0~legacy20240118.982f376/debian/libdolfin2019.2gcc13.install 
dolfin-2019.2.0~legacy20240118.982f376/debian/libdolfin2019.2gcc13.install
--- dolfin-2019.2.0~legacy20240118.982f376/debian/libdolfin2019.2gcc13.install  
2024-01-19 18:21:04.000000000 +0000
+++ dolfin-2019.2.0~legacy20240118.982f376/debian/libdolfin2019.2gcc13.install  
1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/**/lib*.so.*
diff -Nru 
dolfin-2019.2.0~legacy20240118.982f376/debian/libdolfin2019.2gcc13t64.install 
dolfin-2019.2.0~legacy20240118.982f376/debian/libdolfin2019.2gcc13t64.install
--- 
dolfin-2019.2.0~legacy20240118.982f376/debian/libdolfin2019.2gcc13t64.install   
    1970-01-01 00:00:00.000000000 +0000
+++ 
dolfin-2019.2.0~legacy20240118.982f376/debian/libdolfin2019.2gcc13t64.install   
    2024-01-19 18:21:04.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/**/lib*.so.*
diff -Nru 
dolfin-2019.2.0~legacy20240118.982f376/debian/libdolfin2019.2gcc13t64.lintian-overrides
 
dolfin-2019.2.0~legacy20240118.982f376/debian/libdolfin2019.2gcc13t64.lintian-overrides
--- 
dolfin-2019.2.0~legacy20240118.982f376/debian/libdolfin2019.2gcc13t64.lintian-overrides
     1970-01-01 00:00:00.000000000 +0000
+++ 
dolfin-2019.2.0~legacy20240118.982f376/debian/libdolfin2019.2gcc13t64.lintian-overrides
     2024-02-01 09:14:27.000000000 +0000
@@ -0,0 +1 @@
+libdolfin2019.2gcc13t64: package-name-doesnt-match-sonames libdolfin2019.2gcc13
diff -Nru 
dolfin-2019.2.0~legacy20240118.982f376/debian/libdolfin64-2019.2gcc13.install 
dolfin-2019.2.0~legacy20240118.982f376/debian/libdolfin64-2019.2gcc13.install
--- 
dolfin-2019.2.0~legacy20240118.982f376/debian/libdolfin64-2019.2gcc13.install   
    2024-01-19 18:21:04.000000000 +0000
+++ 
dolfin-2019.2.0~legacy20240118.982f376/debian/libdolfin64-2019.2gcc13.install   
    1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-#!/bin/sh
-echo "debian/tmp64/usr/lib/**/libdolfin64*.so.* usr/lib/${DEB_HOST_MULTIARCH}"
diff -Nru 
dolfin-2019.2.0~legacy20240118.982f376/debian/libdolfin64-2019.2gcc13t64.install
 
dolfin-2019.2.0~legacy20240118.982f376/debian/libdolfin64-2019.2gcc13t64.install
--- 
dolfin-2019.2.0~legacy20240118.982f376/debian/libdolfin64-2019.2gcc13t64.install
    1970-01-01 00:00:00.000000000 +0000
+++ 
dolfin-2019.2.0~legacy20240118.982f376/debian/libdolfin64-2019.2gcc13t64.install
    2024-01-19 18:21:04.000000000 +0000
@@ -0,0 +1,2 @@
+#!/bin/sh
+echo "debian/tmp64/usr/lib/**/libdolfin64*.so.* usr/lib/${DEB_HOST_MULTIARCH}"
diff -Nru 
dolfin-2019.2.0~legacy20240118.982f376/debian/libdolfin64-2019.2gcc13t64.lintian-overrides
 
dolfin-2019.2.0~legacy20240118.982f376/debian/libdolfin64-2019.2gcc13t64.lintian-overrides
--- 
dolfin-2019.2.0~legacy20240118.982f376/debian/libdolfin64-2019.2gcc13t64.lintian-overrides
  1970-01-01 00:00:00.000000000 +0000
+++ 
dolfin-2019.2.0~legacy20240118.982f376/debian/libdolfin64-2019.2gcc13t64.lintian-overrides
  2024-02-01 09:14:27.000000000 +0000
@@ -0,0 +1 @@
+libdolfin64-2019.2gcc13t64: package-name-doesnt-match-sonames 
libdolfin64-2019.2gcc13
diff -Nru dolfin-2019.2.0~legacy20240118.982f376/debian/rules 
dolfin-2019.2.0~legacy20240118.982f376/debian/rules
--- dolfin-2019.2.0~legacy20240118.982f376/debian/rules 2024-01-19 
18:21:04.000000000 +0000
+++ dolfin-2019.2.0~legacy20240118.982f376/debian/rules 2024-02-01 
09:14:42.000000000 +0000
@@ -379,9 +379,9 @@
 
 # dbgsym-migration was introduced for dolfin 2017.2 (don't update the version 
to a later version)
 override_dh_strip:
-       dh_strip --package=libdolfin$(FENICS_VERSION)gcc13 -Xpython
+       dh_strip --package=libdolfin$(FENICS_VERSION)gcc13t64 -Xpython
        dh_strip --package=python3-dolfin-real -Xpython2
-       dh_strip --package=libdolfin64-$(FENICS_VERSION)gcc13 -Xpython
+       dh_strip --package=libdolfin64-$(FENICS_VERSION)gcc13t64 -Xpython
        dh_strip --package=python3-dolfin64-real
 
 # python module so files are already stripped by setup.py (setuptools)

--- End Message ---
--- Begin Message ---
Source: dolfin
Source-Version: 2019.2.0~legacy20240219.1c52e83-2exp3
Done: Francesco Ballarin <francesco.balla...@unicatt.it>

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

Debian distribution maintenance software
pp.
Francesco Ballarin <francesco.balla...@unicatt.it> (supplier of updated dolfin 
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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 11 May 2024 15:01:53 +0000
Source: dolfin
Binary: dolfin-bin dolfin-doc libdolfin-dev libdolfin-dev-common 
libdolfin2019.2t64 libdolfin2019.2t64-dbgsym libdolfin64-2019.2t64 
libdolfin64-2019.2t64-dbgsym libdolfin64-dev python3-dolfin python3-dolfin-real 
python3-dolfin64-real
Architecture: source all amd64
Version: 2019.2.0~legacy20240219.1c52e83-2exp3
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Team 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Francesco Ballarin <francesco.balla...@unicatt.it>
Description:
 dolfin-bin - Executable scripts for DOLFIN
 dolfin-doc - Documentation and demo programs for DOLFIN
 libdolfin-dev - Shared links and development files for DOLFIN
 libdolfin-dev-common - Common header files for DOLFIN
 libdolfin2019.2t64 - Shared libraries for DOLFIN
 libdolfin64-2019.2t64 - Shared libraries for DOLFIN (64-bit indexing)
 libdolfin64-dev - Shared links and dev files for DOLFIN (64-bit indexing)
 python3-dolfin - Base Python interface for DOLFIN (Python 3)
 python3-dolfin-real - Python interface for DOLFIN
 python3-dolfin64-real - Python interface for DOLFIN (with 64-bit PETSc 
integers)
Closes: 1062405
Changes:
 dolfin (2019.2.0~legacy20240219.1c52e83-2exp3) experimental; urgency=medium
 .
   * Rename libraries for 64-bit time_t transition. Thanks to
     Michael Hudson-Doyle <mwhud...@debian.org> for providing the patch.
     Closes: #1062405.
   * Change version tweak number from 13 to 1364 in debian/patches/gcc13.patch
     as a reminder that both gcc13 patch has been applied and also t64 
transition
     has occurred.
   * riscv64 debci fails due to time out: remove the top 20 slowest unit test as
     measured on amd64 (cannot use time measurements on riscv64, because the 
test
     session is killed before durations are printed out).
   * Replace gcc13.patch with t64.patch to avoid having to append two version
     tweak numbers 13 and 64.
   * Replace gcc13t64 with t64 in debian control and rules files.
Checksums-Sha1:
 bd072df0479e77b33b0ad91377f2906d1cbd7519 4085 
dolfin_2019.2.0~legacy20240219.1c52e83-2exp3.dsc
 55f5d63c9306f33433cec380d044d41cabbf81d1 48376 
dolfin_2019.2.0~legacy20240219.1c52e83-2exp3.debian.tar.xz
 1bf36a5787216dcaea2d3b13eccea4ab21793ddb 47412 
dolfin-bin_2019.2.0~legacy20240219.1c52e83-2exp3_all.deb
 0c79e8f7c0884a9e48404ae2d8eeac6d767078cb 13206032 
dolfin-doc_2019.2.0~legacy20240219.1c52e83-2exp3_all.deb
 1b450f19e589f1e46f526e05ff9fd3810bec280b 24935 
dolfin_2019.2.0~legacy20240219.1c52e83-2exp3_amd64.buildinfo
 5440e54beaaff74ec23399b918381a76e80011e5 225620 
libdolfin-dev-common_2019.2.0~legacy20240219.1c52e83-2exp3_all.deb
 47758d084f255930f3fbfc92f7ffba90b1b21d91 44936 
libdolfin-dev_2019.2.0~legacy20240219.1c52e83-2exp3_amd64.deb
 32a3ecd30691e99b16eac90fee63cddaf33dd2af 51022656 
libdolfin2019.2t64-dbgsym_2019.2.0~legacy20240219.1c52e83-2exp3_amd64.deb
 9b15cf8119d17c99e18ab2f81e4da1829ab053d3 1926336 
libdolfin2019.2t64_2019.2.0~legacy20240219.1c52e83-2exp3_amd64.deb
 0416de1bd735692863eba24e6687ace3ce4def11 51058404 
libdolfin64-2019.2t64-dbgsym_2019.2.0~legacy20240219.1c52e83-2exp3_amd64.deb
 35f98b05f137044cad4dad49693f673f1f2b8a26 1926524 
libdolfin64-2019.2t64_2019.2.0~legacy20240219.1c52e83-2exp3_amd64.deb
 624b52c2a525b70163e6529830dc479c2603d336 42944 
libdolfin64-dev_2019.2.0~legacy20240219.1c52e83-2exp3_amd64.deb
 13310a83e3cbc2c03c8b091b619aad764d8b3ece 1391576 
python3-dolfin-real_2019.2.0~legacy20240219.1c52e83-2exp3_amd64.deb
 c4b2a9c484bebb4b050301d9b4554a6deff2ea70 1407416 
python3-dolfin64-real_2019.2.0~legacy20240219.1c52e83-2exp3_amd64.deb
 5a0d3874539fc450e165f317732ca12350a35ab1 62376 
python3-dolfin_2019.2.0~legacy20240219.1c52e83-2exp3_amd64.deb
Checksums-Sha256:
 f338f387b40034add0a75be77d27cfe0f46f684b43590efcc5b929752598c023 4085 
dolfin_2019.2.0~legacy20240219.1c52e83-2exp3.dsc
 4d8da2a9f20bd59bc2be232d3af88a17f18e177ae0d5cdb954b6b6d67f761e90 48376 
dolfin_2019.2.0~legacy20240219.1c52e83-2exp3.debian.tar.xz
 bd790d9f4542d4d42252d83a715de38b4a3eb76cce0208a6d3b93ad0183979ad 47412 
dolfin-bin_2019.2.0~legacy20240219.1c52e83-2exp3_all.deb
 927c6ab0c1e535a6c2ec397e372d7c467fbc3b1f01cad93324bf639384c48deb 13206032 
dolfin-doc_2019.2.0~legacy20240219.1c52e83-2exp3_all.deb
 cf2ec8135d2db8fa1b02be39c3db909cf23d7f3f8a7ae8d8bfd9c1aa6c81212b 24935 
dolfin_2019.2.0~legacy20240219.1c52e83-2exp3_amd64.buildinfo
 ca3fe14e5f92a001a1ce20ee3d712916f3c486538db2d101c70116380d870bf4 225620 
libdolfin-dev-common_2019.2.0~legacy20240219.1c52e83-2exp3_all.deb
 df60b1dc4ff36c34c897fb3731290b7f13a455e0eeb930d2e31cd987d7f3a205 44936 
libdolfin-dev_2019.2.0~legacy20240219.1c52e83-2exp3_amd64.deb
 2b59e4570778c7ecf1837e6ad2a93b800da5dc03511c54bc3a89a8ed03062878 51022656 
libdolfin2019.2t64-dbgsym_2019.2.0~legacy20240219.1c52e83-2exp3_amd64.deb
 23ad2559b55987a0dc6540f4884f2719c944abadc503fcdb8c1bda038fb34d84 1926336 
libdolfin2019.2t64_2019.2.0~legacy20240219.1c52e83-2exp3_amd64.deb
 8a75e18760d1bb760044d543ed0e298b01ed507d8706796fff3e03c0e2f190a5 51058404 
libdolfin64-2019.2t64-dbgsym_2019.2.0~legacy20240219.1c52e83-2exp3_amd64.deb
 a9f95f18b5f249d2db553670ab3aa249a432b7fef8151bf94377ee51abb77902 1926524 
libdolfin64-2019.2t64_2019.2.0~legacy20240219.1c52e83-2exp3_amd64.deb
 61f64864fc9c7dd2cceecfa5a1d9f2f8e82c461c23a625ce324446f05d4c1a37 42944 
libdolfin64-dev_2019.2.0~legacy20240219.1c52e83-2exp3_amd64.deb
 b568d2e4ed6863fcd82341dd7ddfdb9bfa2494022c809ad06674e40091f2030c 1391576 
python3-dolfin-real_2019.2.0~legacy20240219.1c52e83-2exp3_amd64.deb
 dea7cc4336d2882e74489766092f7a388d0cb3738e87314df4b4e5d16318da8f 1407416 
python3-dolfin64-real_2019.2.0~legacy20240219.1c52e83-2exp3_amd64.deb
 98e6948faf1f4355d4fddb1cf79cde6dc434833e0b66064efd7e4bebbb0ee278 62376 
python3-dolfin_2019.2.0~legacy20240219.1c52e83-2exp3_amd64.deb
Files:
 c0c3210aa6ffc3855373967f417e7f38 4085 math optional 
dolfin_2019.2.0~legacy20240219.1c52e83-2exp3.dsc
 c9b35d3bfcd41ce090004b9240f78dd2 48376 math optional 
dolfin_2019.2.0~legacy20240219.1c52e83-2exp3.debian.tar.xz
 1ad53e76bb04516731e7ecb279f1e177 47412 math optional 
dolfin-bin_2019.2.0~legacy20240219.1c52e83-2exp3_all.deb
 f6eacd52cf9c8afb925dc84da60af7ac 13206032 doc optional 
dolfin-doc_2019.2.0~legacy20240219.1c52e83-2exp3_all.deb
 0a93f2b0564ecf955d0b3c8f6c7fe78d 24935 math optional 
dolfin_2019.2.0~legacy20240219.1c52e83-2exp3_amd64.buildinfo
 0a60ad854d7fed3393d5060d51cef5d4 225620 libdevel optional 
libdolfin-dev-common_2019.2.0~legacy20240219.1c52e83-2exp3_all.deb
 2f65c6802298464e98d6233d0dd70742 44936 libdevel optional 
libdolfin-dev_2019.2.0~legacy20240219.1c52e83-2exp3_amd64.deb
 ca874826fdaf8987099c23717a5811c7 51022656 debug optional 
libdolfin2019.2t64-dbgsym_2019.2.0~legacy20240219.1c52e83-2exp3_amd64.deb
 22c20e042ee507560aae3bcd99735ec2 1926336 libs optional 
libdolfin2019.2t64_2019.2.0~legacy20240219.1c52e83-2exp3_amd64.deb
 483c51ac7a7d2c1f6d7a0f6c9c118c8a 51058404 debug optional 
libdolfin64-2019.2t64-dbgsym_2019.2.0~legacy20240219.1c52e83-2exp3_amd64.deb
 eaa523db2feca4df080f6b65eeb460af 1926524 libs optional 
libdolfin64-2019.2t64_2019.2.0~legacy20240219.1c52e83-2exp3_amd64.deb
 98c2194dda427b78ea9d5a4fa101ac82 42944 libdevel optional 
libdolfin64-dev_2019.2.0~legacy20240219.1c52e83-2exp3_amd64.deb
 67e4ee7d62e30582aa8cc7dda3826147 1391576 python optional 
python3-dolfin-real_2019.2.0~legacy20240219.1c52e83-2exp3_amd64.deb
 8b2c1cfe7f0dd9a0f13e8a84adbbca45 1407416 python optional 
python3-dolfin64-real_2019.2.0~legacy20240219.1c52e83-2exp3_amd64.deb
 222e2125c37e8813757035a576112d26 62376 python optional 
python3-dolfin_2019.2.0~legacy20240219.1c52e83-2exp3_amd64.deb

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

iQIzBAEBCAAdFiEEI8mpPlhYGekSbQo2Vz7x5L1aAfoFAmZCl6oACgkQVz7x5L1a
AfrbgRAAo7vULk7DNb5Is+nrvwNBvy7pJgg5kuogU3QHNm0OE4plB3FG8QG+mBE+
cSwxPfSOAEq6ToYb/n8+nEgbxi0ITG5f85kg0dcfbhJe1z6TVOctPzGkDbL4QrAq
EG7zh98ZQh5hDLGc/SRubJy6DmZ62iVaQdnQI9/w1r4XWzW1LAELEw3iTs5mPeQp
qMHfAZiOi+fUg6lTES1Vdhx/y/zq9SZZYuiU6ZdpLRb8Q3pdhFOWSOTszaHoelui
DO99XQXJiBFHheVmVKZiKtO+SiiJyet/QCXTTblT9IPNGz6zwauorKMy02yONLmV
xjVIXe9cb1HQBc9epAwCR8DPqhGMafUFzWM+G7QWB3ZyB5k2fR83fVlIMxmykZ0h
b0IlTxlP9fOHvpxH2fb4PZqcLMFUn3Vs2LiZ2y7tnfU7V0Mtu4OZDad5ts40vcQg
1zZBfykeWK1q0Qv6N+vyqMwYU1rOmJWQsI3LkxYBOcATGhuiUOWra9P6QL9YdzB0
EzFR6/icug+GFmf6FAsFdeNDh22a7uMzPAqMHK8UNKYGGiQvjnwChMLUjlQnG1P3
ILVGsiE4kAgO13qfuY3c4NjRZw/teB37k+OEHxsDxzYJqQkvWGflL8T62b1tyWbR
HpOIKRm4TcZI1cHVHm90hjo7rqUSp8TU1GE8a/XaiTXfSSkFykk=
=v8o/
-----END PGP SIGNATURE-----

Attachment: pgpTXMUmQ9S6z.pgp
Description: PGP signature


--- End Message ---

Reply via email to