Your message dated Thu, 29 Feb 2024 07:01:36 +0000
with message-id <e1rfaqc-009xwv...@fasolo.debian.org>
and subject line Bug#1064085: fixed in gts 0.7.6+darcs121130-5.1
has caused the Debian Bug report #1064085,
regarding gts: 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.)


-- 
1064085: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1064085
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gts
Version: 0.7.6+darcs121130-5
Severity: important
Tags: patch pending sid trixie
User: debian-...@lists.debian.org
Usertags: time-t

NOTICE: these changes must not be uploaded to unstable yet!

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
gts 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 gts
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'), (500, 'stable'), (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 gts-0.7.6+darcs121130/debian/Makefile.in 
gts-0.7.6+darcs121130/debian/Makefile.in
--- gts-0.7.6+darcs121130/debian/Makefile.in    2021-11-11 16:18:31.000000000 
+0000
+++ gts-0.7.6+darcs121130/debian/Makefile.in    2024-02-16 23:39:05.000000000 
+0000
@@ -1,9 +1,8 @@
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# Makefile.in generated by automake 1.16.5 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
-# Inc.
+# Copyright (C) 1994-2021 Free Software Foundation, Inc.
+
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -15,6 +14,61 @@
 
 @SET_MAKE@
 VPATH = @srcdir@
+am__is_gnu_make = { \
+  if test -z '$(MAKELEVEL)'; then \
+    false; \
+  elif test -n '$(MAKE_HOST)'; then \
+    true; \
+  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
+    true; \
+  else \
+    false; \
+  fi; \
+}
+am__make_running_with_option = \
+  case $${target_option-} in \
+      ?) ;; \
+      *) echo "am__make_running_with_option: internal error: invalid" \
+              "target option '$${target_option-}' specified" >&2; \
+         exit 1;; \
+  esac; \
+  has_opt=no; \
+  sane_makeflags=$$MAKEFLAGS; \
+  if $(am__is_gnu_make); then \
+    sane_makeflags=$$MFLAGS; \
+  else \
+    case $$MAKEFLAGS in \
+      *\\[\ \  ]*) \
+        bs=\\; \
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
+          | sed "s/$$bs$$bs[$$bs $$bs  ]*//g"`;; \
+    esac; \
+  fi; \
+  skip_next=no; \
+  strip_trailopt () \
+  { \
+    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
+  }; \
+  for flg in $$sane_makeflags; do \
+    test $$skip_next = yes && { skip_next=no; continue; }; \
+    case $$flg in \
+      *=*|--*) continue;; \
+        -*I) strip_trailopt 'I'; skip_next=yes;; \
+      -*I?*) strip_trailopt 'I';; \
+        -*O) strip_trailopt 'O'; skip_next=yes;; \
+      -*O?*) strip_trailopt 'O';; \
+        -*l) strip_trailopt 'l'; skip_next=yes;; \
+      -*l?*) strip_trailopt 'l';; \
+      -[dEDm]) skip_next=yes;; \
+      -[JT]) skip_next=yes;; \
+    esac; \
+    case $$flg in \
+      *$$target_option*) has_opt=yes; break;; \
+    esac; \
+  done; \
+  test $$has_opt = yes
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 pkgdatadir = $(datadir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
@@ -34,21 +88,41 @@
 build_triplet = @build@
 host_triplet = @host@
 subdir = debian
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
        $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
 mkinstalldirs = $(install_sh) -d
 CONFIG_HEADER = $(top_builddir)/config.h
 CONFIG_CLEAN_FILES =
 CONFIG_CLEAN_VPATH_FILES =
+AM_V_P = $(am__v_P_@AM_V@)
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
+am__v_P_0 = false
+am__v_P_1 = :
+AM_V_GEN = $(am__v_GEN_@AM_V@)
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
+am__v_GEN_0 = @echo "  GEN     " $@;
+am__v_GEN_1 = 
+AM_V_at = $(am__v_at_@AM_V@)
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
+am__v_at_0 = @
+am__v_at_1 = 
 SOURCES =
 DIST_SOURCES =
+am__can_run_installinfo = \
+  case $$AM_UPDATE_INFO_DIR in \
+    n|no|NO) false;; \
+    *) (install-info --version) >/dev/null 2>&1;; \
+  esac
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
+am__DIST_COMMON = $(srcdir)/Makefile.in
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 ACLOCAL = @ACLOCAL@
 AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 AR = @AR@
 AUTOCONF = @AUTOCONF@
 AUTOHEADER = @AUTOHEADER@
@@ -57,8 +131,9 @@
 CC = @CC@
 CCDEPMODE = @CCDEPMODE@
 CFLAGS = @CFLAGS@
-CPP = @CPP@
 CPPFLAGS = @CPPFLAGS@
+CSCOPE = @CSCOPE@
+CTAGS = @CTAGS@
 CYGPATH_W = @CYGPATH_W@
 DEFS = @DEFS@
 DEPDIR = @DEPDIR@
@@ -69,9 +144,12 @@
 ECHO_N = @ECHO_N@
 ECHO_T = @ECHO_T@
 EGREP = @EGREP@
+ETAGS = @ETAGS@
 EXEEXT = @EXEEXT@
 FGREP = @FGREP@
+FILECMD = @FILECMD@
 GLIB_CFLAGS = @GLIB_CFLAGS@
+GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
 GLIB_CONFIG = @GLIB_CONFIG@
 GLIB_DEPLIBS = @GLIB_DEPLIBS@
 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
@@ -100,6 +178,7 @@
 LT_CURRENT = @LT_CURRENT@
 LT_RELEASE = @LT_RELEASE@
 LT_REVISION = @LT_REVISION@
+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
 MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
 MANIFEST_TOOL = @MANIFEST_TOOL@
@@ -119,6 +198,8 @@
 PACKAGE_VERSION = @PACKAGE_VERSION@
 PATH_SEPARATOR = @PATH_SEPARATOR@
 PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 RANLIB = @RANLIB@
 SED = @SED@
 SET_MAKE = @SET_MAKE@
@@ -175,6 +256,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
@@ -205,14 +287,13 @@
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu debian/Makefile'; \
        $(am__cd) $(top_srcdir) && \
          $(AUTOMAKE) --gnu debian/Makefile
-.PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        @case '$?' in \
          *config.status*) \
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
          *) \
-           echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 
$(am__depfiles_maybe)'; \
-           cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 
$(am__depfiles_maybe);; \
+           echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 
$(am__maybe_remake_depfiles)'; \
+           cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 
$(am__maybe_remake_depfiles);; \
        esac;
 
 $(top_builddir)/config.status: $(top_srcdir)/configure 
$(CONFIG_STATUS_DEPENDENCIES)
@@ -229,14 +310,16 @@
 
 clean-libtool:
        -rm -rf .libs _libs
-tags: TAGS
-TAGS:
+tags TAGS:
+
+ctags CTAGS:
 
-ctags: CTAGS
-CTAGS:
+cscope cscopelist:
 
+distdir: $(BUILT_SOURCES)
+       $(MAKE) $(AM_MAKEFLAGS) distdir-am
 
-distdir: $(DISTFILES)
+distdir-am: $(DISTFILES)
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        list='$(DISTFILES)'; \
@@ -280,10 +363,15 @@
 
 installcheck: installcheck-am
 install-strip:
-       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-         `test -z '$(STRIP)' || \
-           echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+       if test -z '$(STRIP)'; then \
+         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s 
\
+             install; \
+       else \
+         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s 
\
+           "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
+       fi
 mostlyclean-generic:
 
 clean-generic:
@@ -364,15 +452,18 @@
 .MAKE: install-am install-strip
 
 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
-       distclean distclean-generic distclean-libtool distdir dvi \
-       dvi-am html html-am info info-am install install-am \
-       install-data install-data-am install-dvi install-dvi-am \
-       install-exec install-exec-am install-html install-html-am \
-       install-info install-info-am install-man install-pdf \
-       install-pdf-am install-ps install-ps-am install-strip \
-       installcheck installcheck-am installdirs maintainer-clean \
-       maintainer-clean-generic mostlyclean mostlyclean-generic \
-       mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
+       cscopelist-am ctags-am distclean distclean-generic \
+       distclean-libtool distdir dvi dvi-am html html-am info info-am \
+       install install-am install-data install-data-am install-dvi \
+       install-dvi-am install-exec install-exec-am install-html \
+       install-html-am install-info install-info-am install-man \
+       install-pdf install-pdf-am install-ps install-ps-am \
+       install-strip installcheck installcheck-am installdirs \
+       maintainer-clean maintainer-clean-generic mostlyclean \
+       mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
+       tags-am uninstall uninstall-am
+
+.PRECIOUS: Makefile
 
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
diff -Nru gts-0.7.6+darcs121130/debian/changelog 
gts-0.7.6+darcs121130/debian/changelog
--- gts-0.7.6+darcs121130/debian/changelog      2021-11-11 16:18:31.000000000 
+0000
+++ gts-0.7.6+darcs121130/debian/changelog      2024-02-16 23:39:05.000000000 
+0000
@@ -1,3 +1,10 @@
+gts (0.7.6+darcs121130-5.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org>  Fri, 16 Feb 2024 23:39:05 +0000
+
 gts (0.7.6+darcs121130-5) unstable; urgency=medium
 
   * Team upload
diff -Nru gts-0.7.6+darcs121130/debian/control 
gts-0.7.6+darcs121130/debian/control
--- gts-0.7.6+darcs121130/debian/control        2021-11-11 16:18:31.000000000 
+0000
+++ gts-0.7.6+darcs121130/debian/control        2024-02-16 23:39:05.000000000 
+0000
@@ -11,7 +11,9 @@
 Homepage: http://gts.sourceforge.net/
 Rules-Requires-Root: no
 
-Package: libgts-0.7-5
+Package: libgts-0.7-5t64
+Provides: ${t64:Provides}
+Breaks: libgts-0.7-5 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: devel
@@ -19,7 +21,7 @@
          ${misc:Depends}
 Recommends: libgts-bin
 Pre-Depends: ${misc:Pre-Depends}
-Replaces: libgts-0.7-1,
+Replaces: libgts-0.7-5, libgts-0.7-1,
           libgts-dev (<< ${binary:Version})
 Description: library to deal with 3D computational surface meshes
  The GNU Triangulated Surface Library is intended to provide a simple and
@@ -34,7 +36,7 @@
 Section: libdevel
 Depends: ${misc:Depends},
          libglib2.0-dev,
-         libgts-0.7-5 (= ${binary:Version})
+         libgts-0.7-5t64 (= ${binary:Version})
 Suggests: libgts-doc
 Replaces: libgts-0.7-1
 Description: development files for libgts
@@ -49,7 +51,7 @@
 Multi-Arch: foreign
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         libgts-0.7-5 (= ${binary:Version})
+         libgts-0.7-5t64 (= ${binary:Version})
 Replaces: libgts-0.7-1,
           libgts-dev (<< ${binary:Version})
 Description: utility binaries for libgts
diff -Nru gts-0.7.6+darcs121130/debian/libgts-0.7-5.install 
gts-0.7.6+darcs121130/debian/libgts-0.7-5.install
--- gts-0.7.6+darcs121130/debian/libgts-0.7-5.install   2021-11-11 
16:18:31.000000000 +0000
+++ gts-0.7.6+darcs121130/debian/libgts-0.7-5.install   1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-/usr/lib/*/lib*.so.*
diff -Nru gts-0.7.6+darcs121130/debian/libgts-0.7-5t64.install 
gts-0.7.6+darcs121130/debian/libgts-0.7-5t64.install
--- gts-0.7.6+darcs121130/debian/libgts-0.7-5t64.install        1970-01-01 
00:00:00.000000000 +0000
+++ gts-0.7.6+darcs121130/debian/libgts-0.7-5t64.install        2021-11-11 
16:18:31.000000000 +0000
@@ -0,0 +1 @@
+/usr/lib/*/lib*.so.*
diff -Nru gts-0.7.6+darcs121130/debian/libgts-0.7-5t64.lintian-overrides 
gts-0.7.6+darcs121130/debian/libgts-0.7-5t64.lintian-overrides
--- gts-0.7.6+darcs121130/debian/libgts-0.7-5t64.lintian-overrides      
1970-01-01 00:00:00.000000000 +0000
+++ gts-0.7.6+darcs121130/debian/libgts-0.7-5t64.lintian-overrides      
2024-02-16 23:39:05.000000000 +0000
@@ -0,0 +1 @@
+libgts-0.7-5t64: package-name-doesnt-match-sonames libgts-0.7-5
diff -Nru gts-0.7.6+darcs121130/debian/libgts-dev.links 
gts-0.7.6+darcs121130/debian/libgts-dev.links
--- gts-0.7.6+darcs121130/debian/libgts-dev.links       2021-11-11 
16:18:31.000000000 +0000
+++ gts-0.7.6+darcs121130/debian/libgts-dev.links       2024-02-16 
23:39:05.000000000 +0000
@@ -1 +1 @@
-/usr/lib/i386-linux-gnu/libgts-0.7.so.5.0.1 
/usr/lib/i386-linux-gnu/libgts-0.7.so
+/usr/lib/x86_64-linux-gnu/libgts-0.7.so.5.0.1 
/usr/lib/x86_64-linux-gnu/libgts-0.7.so
diff -Nru gts-0.7.6+darcs121130/debian/rules gts-0.7.6+darcs121130/debian/rules
--- gts-0.7.6+darcs121130/debian/rules  2021-11-11 16:18:31.000000000 +0000
+++ gts-0.7.6+darcs121130/debian/rules  2024-02-16 23:39:05.000000000 +0000
@@ -28,5 +28,5 @@
        dh_installchangelogs ChangeLog
 
 override_dh_strip:
-       dh_strip -p libgts-0.7-5 --dbgsym-migration='libgts-dbg (<= 
0.7.6+darcs121130-4)'
+       dh_strip -p libgts-0.7-5t64 --dbgsym-migration='libgts-dbg (<= 
0.7.6+darcs121130-4)'
        dh_strip -a --remaining-packages

--- End Message ---
--- Begin Message ---
Source: gts
Source-Version: 0.7.6+darcs121130-5.1
Done: Steve Langasek <vor...@debian.org>

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

Debian distribution maintenance software
pp.
Steve Langasek <vor...@debian.org> (supplier of updated gts 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: SHA512

Format: 1.8
Date: Thu, 29 Feb 2024 06:16:10 +0000
Source: gts
Architecture: source
Version: 0.7.6+darcs121130-5.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Steve Langasek <vor...@debian.org>
Closes: 1064085
Changes:
 gts (0.7.6+darcs121130-5.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1064085
Checksums-Sha1:
 e5518aaae2951c3f33097c79a854e9f4a7658ce7 2145 gts_0.7.6+darcs121130-5.1.dsc
 08176ee801b1a805f69060acf2a60d8600d9253e 13540 
gts_0.7.6+darcs121130-5.1.debian.tar.xz
 66f541d467d8f7f70af1743f384e9f97cae89a40 7695 
gts_0.7.6+darcs121130-5.1_source.buildinfo
Checksums-Sha256:
 85a88656ea0c59d0973427ca04cf6cf6ae147887ab5e8187a4109f6edad55d91 2145 
gts_0.7.6+darcs121130-5.1.dsc
 a0e462de782d60859029bd1d750c2b4bbdb82fa747694115cdb4412404c951e0 13540 
gts_0.7.6+darcs121130-5.1.debian.tar.xz
 bc9363fa7691687123b5d45adb77c76b7c27a63be18ed2409767868c927e2843 7695 
gts_0.7.6+darcs121130-5.1_source.buildinfo
Files:
 de01a52e7e58b4a4cb670afab66632dd 2145 math optional 
gts_0.7.6+darcs121130-5.1.dsc
 5cc05859de9e34650fa94d02810be40b 13540 math optional 
gts_0.7.6+darcs121130-5.1.debian.tar.xz
 444cc5e314983f9517213afea6432ce7 7695 math optional 
gts_0.7.6+darcs121130-5.1_source.buildinfo

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

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXgIYQSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9mMsQAKKwuzXEuqXkqNUpeQ+NgXb/GRmxxfDp
vLnJdHBmJ0aLOjJYVy3p7YqmufI8utR2gQVa7LXbbnQsXjkVNxjOpN5o4laqFUow
fuSJjpr99G50G+YIiX6gx/t2K1/1z2EJO/WsinKCU6rU3ce/cDxPsawsvSOMG3C1
w0XNrxr4pRsQ2nYuXAvLVbTlhdjIT3Sur9DQq2bSBDewQ82eBm9C6f78gt0zgx1p
wB/F5odWIRq3ZLK3ooFKkqJaKinUH6LZH4mRopRe6PZQYBugJlJfbTeLBSCzp8FS
6yUv2g+42P/eiq8S8Zt0DfW2IoR0HzEis8iFp2Oc7zpdkuAGAkMRL4uLKk9MEAn/
/cVU3hHn4zs5P/vdlzQbMXdYltWOs0JxwWJcqYLUA+8teOac1qEJO+EN1iY6viBe
1h/EMwQFts+7NfGaomoeTI3iCPmMWxCkMS0YLwVhp1jD5BVLx/1UNMo8TLZVh2xb
nJo2GeogEiNvHDiNHXaIxSZcbCawxbgzS1JnsYn9MYjZ5UGGjzDdYcS9wFXue3rU
nhKxaUHGI28vEneidMDurfKaSup+8GPqmac7Bp3LO99M7ALvenpsmj/+TKL5USgo
Edz4CL1Q7pTuEISz+oM42JeSq4kcs7L508425DolGlEikjzM6PJ2t390K0uA4dlQ
nTuKWOQbjpFD
=2qN1
-----END PGP SIGNATURE-----

Attachment: pgpd04aIlzDgb.pgp
Description: PGP signature


--- End Message ---

Reply via email to