Your message dated Mon, 11 Aug 2014 13:03:37 +0000
with message-id <e1xgpgd-00018d...@franck.debian.org>
and subject line Bug#751552: fixed in ctsim 5.2.0-2
has caused the Debian Bug report #751552,
regarding ctsim: Please update to use wxwidgets3.0
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.)


-- 
751552: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=751552
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ctsim
Version: 5.2.0-1.1
Tags: patch sid jessie
User: freewx-ma...@lists.alioth.debian.org
Usertags: wx3.0
Control: block 748169 by -1

We're aiming to migrate the archive to using wxwidgets3.0 instead of
wxwidgets2.8, and intend to drop wxwidgets2.8 before jessie is released.

I've successfully built ctsim with the attached patch, and it starts up
OK and I can exercise the menu options which don't need specialised
knowledge or data.  It would be good if you (or someone else) who
actually uses the application could give it a more thorough test though.

I'm happy to NMU this change if you wish me to - just let me know.

Cheers,
    Olly
diff -Nru ctsim-5.2.0/debian/changelog ctsim-5.2.0/debian/changelog
--- ctsim-5.2.0/debian/changelog	2011-12-16 07:50:12.000000000 +1300
+++ ctsim-5.2.0/debian/changelog	2014-06-14 19:15:41.000000000 +1200
@@ -1,3 +1,10 @@
+ctsim (5.2.0-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Update to use wxWidgets 3.0 (new patch: wx3.0-compat.patch)
+
+ -- Olly Betts <o...@survex.com>  Sat, 14 Jun 2014 19:15:31 +1200
+
 ctsim (5.2.0-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru ctsim-5.2.0/debian/control ctsim-5.2.0/debian/control
--- ctsim-5.2.0/debian/control	2011-12-16 07:42:24.000000000 +1300
+++ ctsim-5.2.0/debian/control	2014-03-20 00:47:36.000000000 +1300
@@ -2,7 +2,7 @@
 Section: science
 Priority: extra
 Maintainer: Kevin M. Rosenberg <k...@debian.org>
-Build-Depends: debhelper (>= 7.0.0), wx2.8-headers, libfftw3-dev, libreadline-dev, libgl1-mesa-dev, libglu1-mesa-dev, libwxgtk2.8-dev, ctn-dev, libpng12-dev, libglib2.0-dev, libgtk2.0-dev, autotools-dev
+Build-Depends: debhelper (>= 7.0.0), libfftw3-dev, libreadline-dev, libgl1-mesa-dev, libglu1-mesa-dev, libwxgtk3.0-dev, ctn-dev, libpng12-dev, libglib2.0-dev, libgtk2.0-dev, autotools-dev
 Standards-Version: 3.9.1.0
 Homepage: http://www.ctsim.org
 Vcs-Git: git://git.b9.com/ctsim.git
diff -Nru ctsim-5.2.0/debian/patches/series ctsim-5.2.0/debian/patches/series
--- ctsim-5.2.0/debian/patches/series	1970-01-01 12:00:00.000000000 +1200
+++ ctsim-5.2.0/debian/patches/series	2014-06-14 18:45:03.000000000 +1200
@@ -0,0 +1 @@
+wx3.0-compat.patch
diff -Nru ctsim-5.2.0/debian/patches/wx3.0-compat.patch ctsim-5.2.0/debian/patches/wx3.0-compat.patch
--- ctsim-5.2.0/debian/patches/wx3.0-compat.patch	1970-01-01 12:00:00.000000000 +1200
+++ ctsim-5.2.0/debian/patches/wx3.0-compat.patch	2014-06-14 19:15:24.000000000 +1200
@@ -0,0 +1,256 @@
+Description: Fix to build with wxwidgets3.0
+Author: Olly Betts <o...@survex.com>
+Last-Update: 2014-06-14
+
+--- a/configure
++++ b/configure
+@@ -5736,13 +5736,13 @@
+   CFLAGS="${CFLAGS} ${g76GTK_CFLAGS} ${GLIB_CFLAGS}"
+ fi
+ 
+-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lwx_gtk2u_core-2.8" >&5
+-$as_echo_n "checking for main in -lwx_gtk2u_core-2.8... " >&6; }
+-if test "${ac_cv_lib_wx_gtk2u_core_2_8_main+set}" = set; then :
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lwx_gtk2u_core-3.0" >&5
++$as_echo_n "checking for main in -lwx_gtk2u_core-3.0... " >&6; }
++if test "${ac_cv_lib_wx_gtk2u_core_3_0_main+set}" = set; then :
+   $as_echo_n "(cached) " >&6
+ else
+   ac_check_lib_save_LIBS=$LIBS
+-LIBS="-lwx_gtk2u_core-2.8 -L/usr/lib64 -L/usr/lib ${GTK_LIBS} ${GLIB_LIBS}  $LIBS"
++LIBS="-lwx_gtk2u_core-3.0 -L/usr/lib64 -L/usr/lib ${GTK_LIBS} ${GLIB_LIBS}  $LIBS"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 
+@@ -5756,29 +5756,29 @@
+ }
+ _ACEOF
+ if ac_fn_c_try_link "$LINENO"; then :
+-  ac_cv_lib_wx_gtk2u_core_2_8_main=yes
++  ac_cv_lib_wx_gtk2u_core_3_0_main=yes
+ else
+-  ac_cv_lib_wx_gtk2u_core_2_8_main=no
++  ac_cv_lib_wx_gtk2u_core_3_0_main=no
+ fi
+ rm -f core conftest.err conftest.$ac_objext \
+     conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_wx_gtk2u_core_2_8_main" >&5
+-$as_echo "$ac_cv_lib_wx_gtk2u_core_2_8_main" >&6; }
+-if test "x$ac_cv_lib_wx_gtk2u_core_2_8_main" = x""yes; then :
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_wx_gtk2u_core_3_0_main" >&5
++$as_echo "$ac_cv_lib_wx_gtk2u_core_3_0_main" >&6; }
++if test "x$ac_cv_lib_wx_gtk2u_core_3_0_main" = x""yes; then :
+   wxwin=true; wx_gtk=true;
+ $as_echo "#define HAVE_WXWINDOWS 1" >>confdefs.h
+ 
+ fi
+ 
+-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lwx_mac_core-2.8" >&5
+-$as_echo_n "checking for main in -lwx_mac_core-2.8... " >&6; }
+-if test "${ac_cv_lib_wx_mac_core_2_8_main+set}" = set; then :
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lwx_mac_core-3.0" >&5
++$as_echo_n "checking for main in -lwx_mac_core-3.0... " >&6; }
++if test "${ac_cv_lib_wx_mac_core_3_0_main+set}" = set; then :
+   $as_echo_n "(cached) " >&6
+ else
+   ac_check_lib_save_LIBS=$LIBS
+-LIBS="-lwx_mac_core-2.8  $LIBS"
++LIBS="-lwx_mac_core-3.0  $LIBS"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 
+@@ -5792,17 +5792,17 @@
+ }
+ _ACEOF
+ if ac_fn_c_try_link "$LINENO"; then :
+-  ac_cv_lib_wx_mac_core_2_8_main=yes
++  ac_cv_lib_wx_mac_core_3_0_main=yes
+ else
+-  ac_cv_lib_wx_mac_core_2_8_main=no
++  ac_cv_lib_wx_mac_core_3_0_main=no
+ fi
+ rm -f core conftest.err conftest.$ac_objext \
+     conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_wx_mac_core_2_8_main" >&5
+-$as_echo "$ac_cv_lib_wx_mac_core_2_8_main" >&6; }
+-if test "x$ac_cv_lib_wx_mac_core_2_8_main" = x""yes; then :
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_wx_mac_core_3_0_main" >&5
++$as_echo "$ac_cv_lib_wx_mac_core_3_0_main" >&6; }
++if test "x$ac_cv_lib_wx_mac_core_3_0_main" = x""yes; then :
+   wxwin=true; wx_mac=true;
+ $as_echo "#define HAVE_WXWINDOWS 1" >>confdefs.h
+ 
+@@ -7359,9 +7359,9 @@
+          wxdebug="--debug"
+        fi
+       if test "x$wx_gtk" != "x" ; then
+-       ctlib_graphics="$ctlib_graphics `$wxconfig $wxdebug --version=2.8  --libs std,gl` ${GTK_LIBS} ${GLIB_LIBS}"
++       ctlib_graphics="$ctlib_graphics `$wxconfig $wxdebug --version=3.0  --libs std,gl` ${GTK_LIBS} ${GLIB_LIBS}"
+       elif test "x$wx_mac" != "x" ; then
+-        ctlib_graphics="$ctlib_graphics `$wxconfig $wxdebug --version=2.8 --libs std,gl`"
++        ctlib_graphics="$ctlib_graphics `$wxconfig $wxdebug --version=3.0 --libs std,gl`"
+       fi
+     fi
+   fi
+@@ -7535,7 +7535,7 @@
+ 
+ if test "$wxwin" = "true" ; then
+   if test "$wx_gtk" = "true"  -o "$wx_mac" = "true" ; then
+-    wxcflags=`$wxconfig $wxdebug --cxxflags --version=2.8`
++    wxcflags=`$wxconfig $wxdebug --cxxflags --version=3.0`
+     #wxlibs=`$wxconfig --libs`
+   else
+ 	wxcflags="-D__WXMSW__ -D__WIN32__ -D__GNUWIN32__"
+--- a/configure.ac
++++ b/configure.ac
+@@ -77,8 +77,8 @@
+   CFLAGS="${CFLAGS} ${g76GTK_CFLAGS} ${GLIB_CFLAGS}"
+ fi
+ 
+-AC_CHECK_LIB(wx_gtk2u_core-2.8, main, [wxwin=true; wx_gtk=true; AC_DEFINE(HAVE_WXWINDOWS,1,[wxwindows library])], [], [-L/usr/lib64 -L/usr/lib ${GTK_LIBS} ${GLIB_LIBS} ])
+-AC_CHECK_LIB(wx_mac_core-2.8, main, [wxwin=true; wx_mac=true; AC_DEFINE(HAVE_WXWINDOWS,1,[wxwindows library])])
++AC_CHECK_LIB(wx_gtk2u_core-3.0, main, [wxwin=true; wx_gtk=true; AC_DEFINE(HAVE_WXWINDOWS,1,[wxwindows library])], [], [-L/usr/lib64 -L/usr/lib ${GTK_LIBS} ${GLIB_LIBS} ])
++AC_CHECK_LIB(wx_mac_core-3.0, main, [wxwin=true; wx_mac=true; AC_DEFINE(HAVE_WXWINDOWS,1,[wxwindows library])])
+ AC_CHECK_LIB(fftw3, fftw_malloc, [fftw=true; AC_DEFINE(HAVE_FFTW,1,[FFTW library])], [fftw=false], [-L/usr/lib64 -L/usr/lib])
+ AC_CHECK_LIB(GL, main, [libgl=true], [libgl=false], [-L/usr/X11R6/lib -L/usr/X11R6/lib64])
+ AC_CHECK_LIB(pthread, main, [pthread=true], [pthread=false])
+@@ -375,9 +375,9 @@
+          wxdebug="--debug"
+        fi  
+       if test "x$wx_gtk" != "x" ; then
+-       ctlib_graphics="$ctlib_graphics `$wxconfig $wxdebug --version=2.8  --libs std,gl` ${GTK_LIBS} ${GLIB_LIBS}"
++       ctlib_graphics="$ctlib_graphics `$wxconfig $wxdebug --version=3.0  --libs std,gl` ${GTK_LIBS} ${GLIB_LIBS}"
+       elif test "x$wx_mac" != "x" ; then
+-        ctlib_graphics="$ctlib_graphics `$wxconfig $wxdebug --version=2.8 --libs std,gl`"
++        ctlib_graphics="$ctlib_graphics `$wxconfig $wxdebug --version=3.0 --libs std,gl`"
+       fi
+     fi
+   fi
+@@ -451,7 +451,7 @@
+ 
+ if test "$wxwin" = "true" ; then
+   if test "$wx_gtk" = "true"  -o "$wx_mac" = "true" ; then
+-    wxcflags=`$wxconfig $wxdebug --cxxflags --version=2.8`
++    wxcflags=`$wxconfig $wxdebug --cxxflags --version=3.0`
+     #wxlibs=`$wxconfig --libs`
+   else
+ 	wxcflags="-D__WXMSW__ -D__WIN32__ -D__GNUWIN32__"
+--- a/libctgraphics/sgp.cpp
++++ b/libctgraphics/sgp.cpp
+@@ -359,7 +359,7 @@
+ {
+ #if HAVE_WXWINDOWS
+   if (m_driver.isWX()) {
+-    int wxFxn = -1;
++    wxRasterOperationMode wxFxn;
+     switch (ro) {
+     case RO_AND:
+       wxFxn = wxAND;
+@@ -409,9 +409,10 @@
+     case RO_XOR:
+       wxFxn = wxXOR;
+       break;
++    default:
++      return;
+     }
+-    if (wxFxn >= 0)
+-      m_driver.idWX()->SetLogicalFunction (wxFxn);
++    m_driver.idWX()->SetLogicalFunction (wxFxn);
+   }
+ #endif
+ }
+--- a/src/ctsim.cpp
++++ b/src/ctsim.cpp
+@@ -93,15 +93,15 @@
+ void CTSimApp::OnInitCmdLine(wxCmdLineParser& parser)
+ {
+   static const wxCmdLineEntryDesc cmdLineDesc[] = {
+-    { wxCMD_LINE_SWITCH, _T("l"), _T("verbose"), _T("verbose logging") },
+-    { wxCMD_LINE_SWITCH, _T("v"), _T("version"), _T("print version") },
+-    { wxCMD_LINE_SWITCH, _T("p"), _T("print"), _T("print images from command line"),
++    { wxCMD_LINE_SWITCH, wxT_2("l"), wxT_2("verbose"), wxT_2("verbose logging") },
++    { wxCMD_LINE_SWITCH, wxT_2("v"), wxT_2("version"), wxT_2("print version") },
++    { wxCMD_LINE_SWITCH, wxT_2("p"), wxT_2("print"), wxT_2("print images from command line"),
+       wxCMD_LINE_VAL_NONE,
+       wxCMD_LINE_PARAM_OPTIONAL },
+-    { wxCMD_LINE_SWITCH, _T("h"), _T("help"), _T("print this help message"),
++    { wxCMD_LINE_SWITCH, wxT_2("h"), wxT_2("help"), wxT_2("print this help message"),
+       wxCMD_LINE_VAL_NONE,
+       wxCMD_LINE_PARAM_OPTIONAL | wxCMD_LINE_OPTION_HELP },
+-    { wxCMD_LINE_PARAM, NULL, NULL, _T("input file"),
++    { wxCMD_LINE_PARAM, NULL, NULL, wxT_2("input file"),
+       wxCMD_LINE_VAL_STRING,
+       wxCMD_LINE_PARAM_OPTIONAL | wxCMD_LINE_PARAM_MULTIPLE },
+     { wxCMD_LINE_NONE }
+@@ -250,7 +250,7 @@
+   if (m_bPrintCmdLineImages) {
+     wxCommandEvent closeEvent;
+     closeEvent.SetInt (MAINMENU_FILE_EXIT);
+-    m_pFrame->AddPendingEvent(closeEvent);
++    m_pFrame->GetEventHandler()->ProcessEvent(closeEvent);
+   }
+ 
+   if (getStartupTips())
+@@ -891,7 +891,7 @@
+ };
+ 
+ BitmapDialog::BitmapDialog (wxBitmap* pBitmap, char const* pszTitle)
+-  : wxDialog(theApp->getMainFrame(), -1, wxString(pszTitle,*wxConvCurrent), wxDefaultPosition, wxDefaultSize, wxDIALOG_MODAL | wxDEFAULT_DIALOG_STYLE)
++  : wxDialog(theApp->getMainFrame(), -1, wxString(pszTitle,*wxConvCurrent))
+ {
+   wxBoxSizer* pTopSizer = new wxBoxSizer (wxVERTICAL);
+ 
+@@ -961,7 +961,7 @@
+   }
+ 
+   wxString strFilename = wxFileSelector (wxString(wxConvUTF8.cMB2WX("Import Filename")), wxString(wxConvUTF8.cMB2WX("")),
+-                                         wxString(wxConvUTF8.cMB2WX("")), strExt, strWildcard, wxOPEN);
++                                         wxString(wxConvUTF8.cMB2WX("")), strExt, strWildcard, wxFD_OPEN);
+ 
+   if (! strFilename.IsEmpty()) {
+     if (m_iDefaultImportFormat == ImageFile::IMPORT_FORMAT_PPM || m_iDefaultImportFormat == ImageFile::IMPORT_FORMAT_PNG) {
+--- a/src/ctsim.h
++++ b/src/ctsim.h
+@@ -126,6 +126,13 @@
+ 
+   void OnSize (wxSizeEvent& event);
+ 
++#if wxCHECK_VERSION(2,9,0)
++  // Needed for wx3.0
++  void OnMRUFile(wxCommandEvent& event) {
++      if (m_docManager) m_docManager->OnMRUFile(event);
++  }
++#endif
++
+ #if CTSIM_WINHELP
+   wxCHMHelpController&   getWinHelpController()
+   {return m_winHelp; }
+--- a/src/dlgezplot.cpp
++++ b/src/dlgezplot.cpp
+@@ -102,7 +102,7 @@
+ 
+ 
+ wxEZPlotDialog::wxEZPlotDialog (wxWindow *parent, bool bCancelButton)
+-: wxDialog((parent ? parent : theApp->getMainFrame()), -1, _T("EZPlot"), wxDefaultPosition, wxDefaultSize, wxDIALOG_MODAL),
++: wxDialog((parent ? parent : theApp->getMainFrame()), -1, _T("EZPlot")),
+   m_parentTop(0)
+ {
+   if (! parent)
+--- a/src/views.cpp
++++ b/src/views.cpp
+@@ -1315,9 +1315,9 @@
+         _T(""), strExt, strWildcard, wxOVERWRITE_PROMPT | wxHIDE_READONLY | wxSAVE);
+ #else
+       const wxString& strFilename = wxFileSelector (_T("Export Filename"), _T(""),
+-        _T(""), strExt, strWildcard, wxOVERWRITE_PROMPT | wxSAVE);
++        _T(""), strExt, strWildcard, wxFD_OVERWRITE_PROMPT | wxFD_SAVE);
+ #endif
+-      if (strFilename) {
++      if (!strFilename.empty()) {
+         rIF.exportImage (strFormatName.mb_str(wxConvUTF8), strFilename.mb_str(wxConvUTF8), 1, 1, m_dMinPixel, m_dMaxPixel);
+         *theApp->getLog() << _T("Exported file ") << strFilename << _T("\n");
+       }

--- End Message ---
--- Begin Message ---
Source: ctsim
Source-Version: 5.2.0-2

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

Debian distribution maintenance software
pp.
Andreas Tille <ti...@debian.org> (supplier of updated ctsim 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: Mon, 11 Aug 2014 10:05:01 +0200
Source: ctsim
Binary: ctsim ctsim-help ctsim-doc
Architecture: source amd64 all
Version: 5.2.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Andreas Tille <ti...@debian.org>
Description:
 ctsim      - Computed tomography simulator
 ctsim-doc  - Documentation for ctsim package
 ctsim-help - Online help file for CTSim
Closes: 662293 751552
Changes:
 ctsim (5.2.0-2) unstable; urgency=medium
 .
   [ Olly Betts ]
   * Update to use wxWidgets 3.0 (new patch: wx3.0-compat.patch)
     Closes: #751552
 .
   [ Andreas Tille ]
   * Take over the package into Debian Med team
   * debian/control:
      - debhelper 9
      - Priority: optional
      - cme fix dpkg-control
   * Build-Depends on libpng-dev, change from libpng12-dev
     Closes: #662293
   * debian/copyright: DEP5
   * debian/rules: Use dh in d/rules
   * fix upstream Makefile issues (finally by using dh-autoreconf)
   * spelling fix
Checksums-Sha1:
 7f4530d2430f3941c0cd59d7e5dadbd93ca034f6 2176 ctsim_5.2.0-2.dsc
 3fc81e208fd50d1229916e7586702574956bec3e 16172 ctsim_5.2.0-2.debian.tar.xz
 273f3b14731f917c0d32586a5c4d44650f818a67 428966 ctsim_5.2.0-2_amd64.deb
 8c13516419c6cfcfc39d27afd3ffecb445b1ea9e 137890 ctsim-help_5.2.0-2_all.deb
 e8dbc9331c554d242889204379bbf2d43a015f1e 344224 ctsim-doc_5.2.0-2_all.deb
Checksums-Sha256:
 487f38e202a3f419942096483e3dfa17d8bebf06a879e7a7442374b05d35414c 2176 
ctsim_5.2.0-2.dsc
 74545b08d966229b6aa985ea9e5a4548f554f90c638848eeff9721bd85f036c1 16172 
ctsim_5.2.0-2.debian.tar.xz
 4703c175a1f27841014822dc47281ca5b49a50a01bbeb78f7223bb1ba09df4ca 428966 
ctsim_5.2.0-2_amd64.deb
 1808d7b44c4e603d03be78313de62bb647d3e5a2606d32298c1001f225d831ab 137890 
ctsim-help_5.2.0-2_all.deb
 e8c215d8dbea1bf1a874956fe19e6a814c99c45fa5135c498babb381c04d61cb 344224 
ctsim-doc_5.2.0-2_all.deb
Files:
 d33b7ed10ae5e16c3d019c838787d185 428966 science optional 
ctsim_5.2.0-2_amd64.deb
 295bbb3e5478dfe9390b1e9accd92d6a 137890 science optional 
ctsim-help_5.2.0-2_all.deb
 a633f9bd186d0969f0cb1c02657ce0d6 344224 doc optional ctsim-doc_5.2.0-2_all.deb
 6bf26cf14c7f13f707b25b36a908d352 2176 science optional ctsim_5.2.0-2.dsc
 c95387f0afb6a73e0dcd34c461043352 16172 science optional 
ctsim_5.2.0-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJT6L5BAAoJEFeKBJTRxkbRgYgP/AszdMKevqIPKUPBmaYqwUE2
ywb+lq5D2sU9XMNDOqhJKlrvXTdJamoi4pKplBin5aF8kLFAQB9TI+WHCJubuf7z
fZaJRZhHc5JiNnoLMM/oMXUMrRPA/swhyNx/TED7YSgQ7Bdt1/nLnah8HEyh/KUC
pUBwIY7hm/DS1oUDYF0Pvf7Yi5O3whSfvvwUBxMUicROj4jOp0/vGgx1KNXtMVWq
tDKALUGCKgqZCNRsFBb0vrM8BSSx5oGAeBzzr+Kf7IeI918Y7ly876KbrrrU0qar
yWajk5LURmnM7RZ3jrlVls5epCW3wzibk1H5geniFpu0epnFby5jX/LFXdSnBVu5
OwpnxRz1JfMpSLY02xB4R7p0nnYX7sVN9gQKy5+BLLLiyNSczYCPtM+ZM3wjzElk
8xUc+Giml13D8jdVVBWbwnKDE8eXAyOngbYWZqRy2iWq7kh7logUIhx7HKLeXi3f
7SB1cux1ghYyPmv4jOmW0qi5zHfsmQjQAOqw0hAgUcCEL54V0T4jZMmPYsjdPwyH
HH1f6IZfyY0nYPoO0c/sTPq+AEzOF33iH3tT93kTqQTd0b5gsqjGmkQ/kpe09vQM
gTKrtosyCcNvhR75boCjnvNt2fna39MMrnMo9LFAfdVCtAJaE+OfG6C9gwtJwoCK
4rmgD4XVefcpvHHZY69D
=h6H3
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to