Your message dated Fri, 17 Jun 2011 15:21:05 +0000
with message-id <e1qxar3-0007ci...@franck.debian.org>
and subject line Bug#625155: fixed in python-gflags 1.5.1-1
has caused the Debian Bug report #625155,
regarding python-gflags: FTBFS: failed tests
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.)


-- 
625155: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625155
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-gflags
Version: 1.3-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110502 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
>  /usr/bin/fakeroot debian/rules clean
> /usr/share/cdbs/1/class/python-vars.mk:115: WARNING:  Use of 
> XS-Python-Version and XB-Python-Version fields in debian/control is 
> deprecated with pysupport method; use debian/pyversions if you need to 
> specify specific versions.
> test -x debian/rules
> dh_testroot
> dh_clean 
> cd . && \
>               python setup.py clean \
>               -a
> running clean
> 'build/lib.linux-x86_64-2.6' does not exist -- can't clean it
> 'build/bdist.linux-x86_64' does not exist -- can't clean it
> 'build/scripts-2.6' does not exist -- can't clean it
> rm -rf debian/python-module-stampdir
> find "/build/user-python-gflags_1.3-1-amd64-ly835i/python-gflags-1.3" -name 
> '*.py[co]' -delete
> find "/build/user-python-gflags_1.3-1-amd64-ly835i/python-gflags-1.3" -name 
> __pycache__ -type d -empty -delete
> find "/build/user-python-gflags_1.3-1-amd64-ly835i/python-gflags-1.3" -prune 
> -name '*.egg-info' -exec rm -rf '{}' ';'
> rm -f debian/stamp-makefile-check
> rm -f gflags2man.1
>  dpkg-source -b python-gflags-1.3
> dpkg-source: info: using source format `3.0 (quilt)'
> dpkg-source: info: building python-gflags using existing 
> ./python-gflags_1.3.orig.tar.gz
> dpkg-source: info: building python-gflags in python-gflags_1.3-1.debian.tar.gz
> dpkg-source: info: building python-gflags in python-gflags_1.3-1.dsc
>  debian/rules build
> /usr/share/cdbs/1/class/python-vars.mk:115: WARNING:  Use of 
> XS-Python-Version and XB-Python-Version fields in debian/control is 
> deprecated with pysupport method; use debian/pyversions if you need to 
> specify specific versions.
> test -x debian/rules
> mkdir -p "."
> /usr/share/cdbs/1/rules/buildcore.mk:109: WARNING:  
> DEB_DH_INSTALLCHANGELOGS_ARGS is a deprecated variable
> mkdir -p debian/python-module-stampdir
> for pyversion in 2.6 2.7; do python$pyversion gflags_unittest.py; done
> ........Warning: Hit circular flagfile dependency: 
> /tmp/flags_unittest/UnitTestFile3.tst
> ................
> ----------------------------------------------------------------------
> Ran 24 tests in 0.036s
> 
> OK
> .EE..EEEE..E.EEFE..E....
> ======================================================================
> ERROR: testKeyFlags (__main__.FlagsUnitTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "gflags_unittest.py", line 1345, in testKeyFlags
>     self.assertListEqual(self._GetNamesOfKeyFlags(module_foo), [])
>   File "gflags_unittest.py", line 110, in assertListEqual
>     self.assertEqual(sorted_list1, sorted_list2)
>   File "/usr/lib/python2.7/unittest/case.py", line 505, in assertEqual
>     assertion_func(first, second, msg=msg)
> TypeError: assertListEqual() got an unexpected keyword argument 'msg'
> 
> ======================================================================
> ERROR: testKeyFlagsWithNonDefaultFlagValuesObject (__main__.FlagsUnitTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "gflags_unittest.py", line 1405, in 
> testKeyFlagsWithNonDefaultFlagValuesObject
>     [])
>   File "gflags_unittest.py", line 110, in assertListEqual
>     self.assertEqual(sorted_list1, sorted_list2)
>   File "/usr/lib/python2.7/unittest/case.py", line 505, in assertEqual
>     assertion_func(first, second, msg=msg)
> TypeError: assertListEqual() got an unexpected keyword argument 'msg'
> 
> ======================================================================
> ERROR: testMethod_flagfiles_1 (__main__.FlagsUnitTest)
> Test trivial case with no flagfile based options.
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "gflags_unittest.py", line 785, in testMethod_flagfiles_1
>     self.assertEqual( fake_argv, FLAGS.ReadFlagsFromFiles(fake_argv))
>   File "/usr/lib/python2.7/unittest/case.py", line 505, in assertEqual
>     assertion_func(first, second, msg=msg)
> TypeError: assertListEqual() got an unexpected keyword argument 'msg'
> 
> ======================================================================
> ERROR: testMethod_flagfiles_2 (__main__.FlagsUnitTest)
> Tests parsing one file + arguments off simulated argv
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "gflags_unittest.py", line 791, in testMethod_flagfiles_2
>     self.__DeclareSomeFlags()
>   File "gflags_unittest.py", line 763, in __DeclareSomeFlags
>     flags.DEFINE_string('UnitTestMessage1', 'Foo!', 'You Add Here.')
>   File 
> "/build/user-python-gflags_1.3-1-amd64-ly835i/python-gflags-1.3/gflags.py", 
> line 1808, in DEFINE_string
>     DEFINE(parser, name, default, help, flag_values, serializer, **args)
>   File 
> "/build/user-python-gflags_1.3-1-amd64-ly835i/python-gflags-1.3/gflags.py", 
> line 1701, in DEFINE
>     flag_values)
>   File 
> "/build/user-python-gflags_1.3-1-amd64-ly835i/python-gflags-1.3/gflags.py", 
> line 1716, in DEFINE_flag
>     fv[flag.name] = flag
>   File 
> "/build/user-python-gflags_1.3-1-amd64-ly835i/python-gflags-1.3/gflags.py", 
> line 791, in __setitem__
>     raise DuplicateFlagError(name, self)
> DuplicateFlagError: The flag 'UnitTestMessage1' is defined twice. First from 
> gflags_unittest.py, Second from gflags_unittest.py
> 
> ======================================================================
> ERROR: testMethod_flagfiles_3 (__main__.FlagsUnitTest)
> Tests parsing nested files + arguments of simulated argv
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "gflags_unittest.py", line 813, in testMethod_flagfiles_3
>     self.__DeclareSomeFlags()
>   File "gflags_unittest.py", line 763, in __DeclareSomeFlags
>     flags.DEFINE_string('UnitTestMessage1', 'Foo!', 'You Add Here.')
>   File 
> "/build/user-python-gflags_1.3-1-amd64-ly835i/python-gflags-1.3/gflags.py", 
> line 1808, in DEFINE_string
>     DEFINE(parser, name, default, help, flag_values, serializer, **args)
>   File 
> "/build/user-python-gflags_1.3-1-amd64-ly835i/python-gflags-1.3/gflags.py", 
> line 1701, in DEFINE
>     flag_values)
>   File 
> "/build/user-python-gflags_1.3-1-amd64-ly835i/python-gflags-1.3/gflags.py", 
> line 1716, in DEFINE_flag
>     fv[flag.name] = flag
>   File 
> "/build/user-python-gflags_1.3-1-amd64-ly835i/python-gflags-1.3/gflags.py", 
> line 791, in __setitem__
>     raise DuplicateFlagError(name, self)
> DuplicateFlagError: The flag 'UnitTestMessage1' is defined twice. First from 
> gflags_unittest.py, Second from gflags_unittest.py
> 
> ======================================================================
> ERROR: testMethod_flagfiles_4 (__main__.FlagsUnitTest)
> Tests parsing self-referential files + arguments of simulated argv.
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "gflags_unittest.py", line 837, in testMethod_flagfiles_4
>     self.__DeclareSomeFlags()
>   File "gflags_unittest.py", line 763, in __DeclareSomeFlags
>     flags.DEFINE_string('UnitTestMessage1', 'Foo!', 'You Add Here.')
>   File 
> "/build/user-python-gflags_1.3-1-amd64-ly835i/python-gflags-1.3/gflags.py", 
> line 1808, in DEFINE_string
>     DEFINE(parser, name, default, help, flag_values, serializer, **args)
>   File 
> "/build/user-python-gflags_1.3-1-amd64-ly835i/python-gflags-1.3/gflags.py", 
> line 1701, in DEFINE
>     flag_values)
>   File 
> "/build/user-python-gflags_1.3-1-amd64-ly835i/python-gflags-1.3/gflags.py", 
> line 1716, in DEFINE_flag
>     fv[flag.name] = flag
>   File 
> "/build/user-python-gflags_1.3-1-amd64-ly835i/python-gflags-1.3/gflags.py", 
> line 791, in __setitem__
>     raise DuplicateFlagError(name, self)
> DuplicateFlagError: The flag 'UnitTestMessage1' is defined twice. First from 
> gflags_unittest.py, Second from gflags_unittest.py
> 
> ======================================================================
> ERROR: test_SetDefault (__main__.FlagsUnitTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "gflags_unittest.py", line 903, in test_SetDefault
>     self.__DeclareSomeFlags()
>   File "gflags_unittest.py", line 763, in __DeclareSomeFlags
>     flags.DEFINE_string('UnitTestMessage1', 'Foo!', 'You Add Here.')
>   File 
> "/build/user-python-gflags_1.3-1-amd64-ly835i/python-gflags-1.3/gflags.py", 
> line 1808, in DEFINE_string
>     DEFINE(parser, name, default, help, flag_values, serializer, **args)
>   File 
> "/build/user-python-gflags_1.3-1-amd64-ly835i/python-gflags-1.3/gflags.py", 
> line 1701, in DEFINE
>     flag_values)
>   File 
> "/build/user-python-gflags_1.3-1-amd64-ly835i/python-gflags-1.3/gflags.py", 
> line 1716, in DEFINE_flag
>     fv[flag.name] = flag
>   File 
> "/build/user-python-gflags_1.3-1-amd64-ly835i/python-gflags-1.3/gflags.py", 
> line 791, in __setitem__
>     raise DuplicateFlagError(name, self)
> DuplicateFlagError: The flag 'UnitTestMessage1' is defined twice. First from 
> gflags_unittest.py, Second from gflags_unittest.py
> 
> ======================================================================
> ERROR: test_flagfiles_user_path_expansion (__main__.FlagsUnitTest)
> Test that user directory referenced paths (ie. ~/foo) are correctly
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "gflags_unittest.py", line 859, in test_flagfiles_user_path_expansion
>     self.__DeclareSomeFlags()
>   File "gflags_unittest.py", line 763, in __DeclareSomeFlags
>     flags.DEFINE_string('UnitTestMessage1', 'Foo!', 'You Add Here.')
>   File 
> "/build/user-python-gflags_1.3-1-amd64-ly835i/python-gflags-1.3/gflags.py", 
> line 1808, in DEFINE_string
>     DEFINE(parser, name, default, help, flag_values, serializer, **args)
>   File 
> "/build/user-python-gflags_1.3-1-amd64-ly835i/python-gflags-1.3/gflags.py", 
> line 1701, in DEFINE
>     flag_values)
>   File 
> "/build/user-python-gflags_1.3-1-amd64-ly835i/python-gflags-1.3/gflags.py", 
> line 1716, in DEFINE_flag
>     fv[flag.name] = flag
>   File 
> "/build/user-python-gflags_1.3-1-amd64-ly835i/python-gflags-1.3/gflags.py", 
> line 791, in __setitem__
>     raise DuplicateFlagError(name, self)
> DuplicateFlagError: The flag 'UnitTestMessage1' is defined twice. First from 
> gflags_unittest.py, Second from gflags_unittest.py
> 
> ======================================================================
> ERROR: test_flags (__main__.FlagsUnitTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "gflags_unittest.py", line 188, in test_flags
>     self.assertEqual(keys, reg_flags)
>   File "/usr/lib/python2.7/unittest/case.py", line 505, in assertEqual
>     assertion_func(first, second, msg=msg)
> TypeError: assertListEqual() got an unexpected keyword argument 'msg'
> 
> ======================================================================
> ERROR: test_no_touchy_non_flags (__main__.FlagsUnitTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "gflags_unittest.py", line 880, in test_no_touchy_non_flags
>     self.__DeclareSomeFlags()
>   File "gflags_unittest.py", line 763, in __DeclareSomeFlags
>     flags.DEFINE_string('UnitTestMessage1', 'Foo!', 'You Add Here.')
>   File 
> "/build/user-python-gflags_1.3-1-amd64-ly835i/python-gflags-1.3/gflags.py", 
> line 1808, in DEFINE_string
>     DEFINE(parser, name, default, help, flag_values, serializer, **args)
>   File 
> "/build/user-python-gflags_1.3-1-amd64-ly835i/python-gflags-1.3/gflags.py", 
> line 1701, in DEFINE
>     flag_values)
>   File 
> "/build/user-python-gflags_1.3-1-amd64-ly835i/python-gflags-1.3/gflags.py", 
> line 1716, in DEFINE_flag
>     fv[flag.name] = flag
>   File 
> "/build/user-python-gflags_1.3-1-amd64-ly835i/python-gflags-1.3/gflags.py", 
> line 791, in __setitem__
>     raise DuplicateFlagError(name, self)
> DuplicateFlagError: The flag 'UnitTestMessage1' is defined twice. First from 
> gflags_unittest.py, Second from gflags_unittest.py
> 
> ======================================================================
> ERROR: test_parse_flags_after_args_if_using_gnu_getopt 
> (__main__.FlagsUnitTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "gflags_unittest.py", line 891, in 
> test_parse_flags_after_args_if_using_gnu_getopt
>     self.__DeclareSomeFlags()
>   File "gflags_unittest.py", line 763, in __DeclareSomeFlags
>     flags.DEFINE_string('UnitTestMessage1', 'Foo!', 'You Add Here.')
>   File 
> "/build/user-python-gflags_1.3-1-amd64-ly835i/python-gflags-1.3/gflags.py", 
> line 1808, in DEFINE_string
>     DEFINE(parser, name, default, help, flag_values, serializer, **args)
>   File 
> "/build/user-python-gflags_1.3-1-amd64-ly835i/python-gflags-1.3/gflags.py", 
> line 1701, in DEFINE
>     flag_values)
>   File 
> "/build/user-python-gflags_1.3-1-amd64-ly835i/python-gflags-1.3/gflags.py", 
> line 1716, in DEFINE_flag
>     fv[flag.name] = flag
>   File 
> "/build/user-python-gflags_1.3-1-amd64-ly835i/python-gflags-1.3/gflags.py", 
> line 791, in __setitem__
>     raise DuplicateFlagError(name, self)
> DuplicateFlagError: The flag 'UnitTestMessage1' is defined twice. First from 
> gflags_unittest.py, Second from gflags_unittest.py
> 
> ======================================================================
> FAIL: test_main_module_help (__main__.FlagsUnitTest)
> Test MainModuleHelp()
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "gflags_unittest.py", line 1256, in test_main_module_help
>     self.fail()
> AssertionError: None
> 
> ----------------------------------------------------------------------
> Ran 24 tests in 0.013s
> 
> FAILED (failures=1, errors=11)
> Error: FLAGS.MainModuleHelp() didn't return the expected result.
> Got:
> 
> gflags_unittest.py:
>   --[no]UnitTestBoolFlag: Some Boolean thing
>     (default: 'false')
>   --UnitTestList: Some list
>     (default: '1,2,3')
>     (a comma separated list)
>   --UnitTestMessage1: You Add Here.
>     (default: 'Foo!')
>   --UnitTestMessage2: Hello, Sailor!
>     (default: 'Bar!')
>   --UnitTestNumber: Some integer
>     (default: '12345')
>     (a non-negative integer)
>   --[no]debug: debughelp
>     (default: 'false')
>   -?,--[no]help: show this help
>   --[no]helpshort: show usage only for this module
>   --[no]helpxml: like --help, but generates XML output
>   --kwery: <who|what|why|where|when>: ?
>   --l: how long to be
>     (default: '9223372032559808512')
>     (an integer)
>   --letters: a list of letters
>     (default: 'a,b,c')
>     (a comma separated list)
>   --name: namehelp
>     (default: 'Bob')
>   --[no]noexec: boolean flag with no as prefix
>     (default: 'true')
>   --numbers: a list of numbers
>     (default: '1,2,3')
>     (a comma separated list)
>   --[no]q: quiet mode
>     (default: 'true')
>   --[no]quack: superstring of 'q'
>     (default: 'false')
>   -r,--repeat: how many times to repeat (0-5)
>     (default: '4')
>     (a non-negative integer)
>   --x: how eXtreme to be
>     (default: '3')
>     (an integer)
> [End of got]
> Number of help lines = 43, expected 61
> One discrepancy: Got:
>   --[no]UnitTestBoolFlag: Some Boolean thing
> Expected:
>   --[no]debug: debughelp
> make: *** [debian/stamp-makefile-check] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/05/02/python-gflags_1.3-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr             GPG: 1024D/023B3F4F |



--- End Message ---
--- Begin Message ---
Source: python-gflags
Source-Version: 1.5.1-1

We believe that the bug you reported is fixed in the latest version of
python-gflags, which is due to be installed in the Debian FTP archive:

python-gflags_1.5.1-1.debian.tar.gz
  to main/p/python-gflags/python-gflags_1.5.1-1.debian.tar.gz
python-gflags_1.5.1-1.dsc
  to main/p/python-gflags/python-gflags_1.5.1-1.dsc
python-gflags_1.5.1-1_all.deb
  to main/p/python-gflags/python-gflags_1.5.1-1_all.deb
python-gflags_1.5.1.orig.tar.gz
  to main/p/python-gflags/python-gflags_1.5.1.orig.tar.gz



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 625...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Soren Hansen <so...@ubuntu.com> (supplier of updated python-gflags 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...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 17 Jun 2011 16:56:56 +0200
Source: python-gflags
Binary: python-gflags
Architecture: source all
Version: 1.5.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Soren Hansen <so...@ubuntu.com>
Description: 
 python-gflags - Python implementation of the Google command line flags module
Closes: 625155
Changes: 
 python-gflags (1.5.1-1) unstable; urgency=low
 .
   * New upstream release
   * python2.7-testsuite.patch: Make test suite pass with Python 2.7.
     (Closes: #625155)
   * Convert to dh7 and dh_python2.
   * Bump Standards-Version to 3.9.2. No changes needed.
   * Add Vcs headers.
   * Stop depending on googlecode.debian.net in debian/watch.
   * Make sure to remove generated man page on clean.
   * Drop update-SOURCES.txt.patch and just delete SOURCES.txt on clean.
   * Make failure of the test suite fatal for every python version, not
     just the last one.
Checksums-Sha1: 
 53660de0f618ccc29830cb5e90bd57d18ce61638 1961 python-gflags_1.5.1-1.dsc
 df8f77d54b086e75ad88c3b491d1a8fbe15954a9 58710 python-gflags_1.5.1.orig.tar.gz
 e25d08f68547f7343a7aa5a6cf8de55cd106ff13 4178 
python-gflags_1.5.1-1.debian.tar.gz
 176724cc27104044b319e6cdfffef70f358f56e3 40668 python-gflags_1.5.1-1_all.deb
Checksums-Sha256: 
 f85c8bba6093756d1af785fa1c208bb1f548adfc91b724332db78f1de6854177 1961 
python-gflags_1.5.1-1.dsc
 3b5175382fdb9db4cf90970d4adb09fa7e26ea91512ed852d48a873f98a60bdd 58710 
python-gflags_1.5.1.orig.tar.gz
 1c8737a827c9f5208f00f5b473657bbbbffcc0f863db179653dac0cb413e2e00 4178 
python-gflags_1.5.1-1.debian.tar.gz
 7af6e5cd37770e4a13174eba95cdfc11f838dff2df6346eb1221a445746eca43 40668 
python-gflags_1.5.1-1_all.deb
Files: 
 29ae4c486974c66a7f1a9c201ecf4020 1961 python optional python-gflags_1.5.1-1.dsc
 467717cdcf65f11b3edd1cc99debb244 58710 python optional 
python-gflags_1.5.1.orig.tar.gz
 441fa9b00068d76a3e54f7f7884ad2a6 4178 python optional 
python-gflags_1.5.1-1.debian.tar.gz
 42cbdcf6e84c45e420fffe99b9a50b2c 40668 python optional 
python-gflags_1.5.1-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBAgAGBQJN+2zfAAoJEACQ/CG1zRrMZ9IQAJqZah8Byoci0dWCBqYV1xj2
ueyRk9qf2oWb95DFlX6pRsUrGYUk6c8jIxYV56NmYzwhqVX7qMKgDmCX+jeJ6pgo
XYJqmFkJuz6YBmVWSmnuBy9S3dbEYDUV4YlHGZYnh0cM3FyBUzuK7xSR6pBuGwfH
QW0kZ3V9vw+dnrs+9OUVBSuGcaluO/ExJitZAhOosMPKZZNKyMLydmexLtJqfgqq
UmhkQxeo8itAKC5mUkhK49o6eTaZULnP7+rfMK3Wi6B6dD1NvenYGIBn1CRGCYcL
WHRuMuXXdo1XUICA4nOgxWAurVYdNt37bJwzTFkJXxftxmCuT3UpTYKgR0fWcu8Q
pWtL7KqtiuWGDlOYTJL22M6lngtguOcpdkaUFCZT9hH7k6PnWeQeZUSNqHsNOJ/4
ZPSUtqsc3cj02IGQ9z9mQiqfL+3IkrZ0kMSqOawD+DHRERNtdDBRTqtjM9qNKPpU
qCqibWp0nIJW4N9L3gx2gJGHOKZ/TxBt4O/SQZ/ZyCvGe3vgTwNwy1A8RR2vMX4j
zTHSZmGD6NZ26MLvOMkRsLAd5sIk6iw2Vnf1Iow7krdErVP5Jd0p7Bmu0PTyir+v
yMPASSUD/xlt7eFwXztI5ZNv6Ktf52otrqB1XBKl1nkd1F5lzfx5XVNcvmlsMjfI
cHGoM4IEfa7VHaa8siyq
=t/lm
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to