Bug#1042613: flask-babel: FTBFS with Sphinx 7.1, docutils 0.20: error: invalid command 'build_sphinx'

2023-07-30 Thread Lucas Nussbaum
Source: flask-babel
Version: 2.0.0-3
Severity: important
Tags: ftbfs
User: python-modules-t...@lists.alioth.debian.org
Usertags: sphinx7.1

Hi,

flask-babel fails to build with Sphinx 7.1 and docutils 0.20, both of which
are currently available in experimental.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> dh_auto_build
> I: pybuild base:240: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.11_flask-babel/build/flask_babel
> copying flask_babel/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_flask-babel/build/flask_babel
> copying flask_babel/speaklater.py -> 
> /<>/.pybuild/cpython3_3.11_flask-babel/build/flask_babel
> python3 setup.py build_sphinx
> usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
>or: setup.py --help [cmd1 cmd2 ...]
>or: setup.py --help-commands
>or: setup.py cmd --help
> 
> error: invalid command 'build_sphinx'
> make[1]: *** [debian/rules:10: override_dh_auto_build] Error 1


The full build log is available from:
http://qa-logs.debian.net/2023/07/30/exp/flask-babel_2.0.0-3_unstable_sphinx-exp.log

Please see [1] for Sphinx changelog and [2] for Docutils changelog.

Also see [3] for the list of deprecated/removed APIs in Sphinx and possible
alternatives to them.

Some notable changes in Sphinx 6 and Sphinx 7:

- Sphinx no longer includes jquery.js and underscore.js by default.
  Please use python3-sphinxcontrib.jquery package if you are using a custom
  template and it still needs jquery.

- The setup.py build_sphinx command was removed. Please instead call
  sphinx-build or "python3 -m sphinx" directly.

- For packages using the extlinks extension, the caption should contain
  exactly one "%s" placeholder (if caption is not None).

In case you have questions, please Cc sph...@packages.debian.org on reply.

[1]: https://www.sphinx-doc.org/en/master/changes.html
[2]: 
https://repo.or.cz/docutils.git/blob/refs/tags/docutils-0.20.1:/RELEASE-NOTES.txt
[3]: 
https://www.sphinx-doc.org/en/master/extdev/deprecated.html#dev-deprecated-apis

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=sphinx7.1;users=python-modules-t...@lists.alioth.debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=sphinx7.1&fusertaguser=python-modules-t...@lists.alioth.debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects



Bug#1042627: emscripten: FTBFS with Sphinx 7.1, docutils 0.20: make[1]: *** [debian/rules:210: execute_after_dh_auto_build-indep] Error 2

2023-07-30 Thread Lucas Nussbaum
Source: emscripten
Version: 3.1.6~dfsg-5
Severity: important
Tags: ftbfs
User: python-modules-t...@lists.alioth.debian.org
Usertags: sphinx7.1

Hi,

emscripten fails to build with Sphinx 7.1 and docutils 0.20, both of which
are currently available in experimental.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> cmark-gfm README.md > README.html
> cmark-gfm --to plaintext README.md > README.txt
> cmark-gfm ChangeLog.md > ChangeLog.html
> cmark-gfm --to plaintext ChangeLog.md > ChangeLog.txt
> sphinx-build -b html site/source debian/doc/html
> Running Sphinx v7.1.1
> making output directory... done
> WARNING: The pre-Sphinx 1.0 'intersphinx_mapping' format is deprecated and 
> will be removed in Sphinx 8. Update to the current format as described in the 
> documentation. Hint: "intersphinx_mapping = {'': 
> ('http://docs.python.org/', 
> None)}".https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html#confval-intersphinx_mapping
> loading intersphinx inventory from http://docs.python.org/objects.inv...
> intersphinx inventory has moved: http://docs.python.org/objects.inv -> 
> https://docs.python.org/3/objects.inv
> building [mo]: targets for 0 po files that are out of date
> writing output... 
> building [html]: targets for 78 source files that are out of date
> updating environment: [new config] 78 added, 0 changed, 0 removed
> reading sources... [  1%] docs/api_reference/Filesystem-API
> reading sources... [  3%] docs/api_reference/advanced-apis
> reading sources... [  4%] docs/api_reference/bind.h
> reading sources... [  5%] docs/api_reference/emscripten.h
> reading sources... [  6%] docs/api_reference/fetch
> reading sources... [  8%] docs/api_reference/fiber.h
> reading sources... [  9%] docs/api_reference/html5.h
> reading sources... [ 10%] docs/api_reference/index
> reading sources... [ 12%] docs/api_reference/module
> reading sources... [ 13%] docs/api_reference/preamble.js
> reading sources... [ 14%] docs/api_reference/trace.h
> reading sources... [ 15%] docs/api_reference/val.h
> reading sources... [ 17%] 
> docs/building_from_source/configuring_emscripten_settings
> reading sources... [ 18%] docs/building_from_source/index
> reading sources... [ 19%] 
> docs/building_from_source/toolchain_what_is_needed
> reading sources... [ 21%] 
> docs/building_from_source/verify_emscripten_environment
> reading sources... [ 22%] docs/compiling/Building-Projects
> reading sources... [ 23%] docs/compiling/Deploying-Pages
> reading sources... [ 24%] docs/compiling/Dynamic-Linking
> reading sources... [ 26%] docs/compiling/GitLab
> reading sources... [ 27%] docs/compiling/Running-html-files-with-emrun
> reading sources... [ 28%] docs/compiling/Travis
> reading sources... [ 29%] docs/compiling/WebAssembly
> reading sources... [ 31%] docs/compiling/index
> reading sources... [ 32%] docs/contributing/AUTHORS
> reading sources... [ 33%] docs/contributing/contributing
> reading sources... [ 35%] docs/contributing/developers_guide
> reading sources... [ 36%] docs/contributing/index
> reading sources... [ 37%] docs/debugging/Sanitizers
> reading sources... [ 38%] docs/getting_started/FAQ
> reading sources... [ 40%] docs/getting_started/Tutorial
> reading sources... [ 41%] docs/getting_started/bug_reports
> reading sources... [ 42%] docs/getting_started/downloads
> reading sources... [ 44%] docs/getting_started/index
> reading sources... [ 45%] docs/getting_started/test-suite
> reading sources... [ 46%] docs/index
> reading sources... [ 47%] 
> docs/introducing_emscripten/Talks-and-Publications
> reading sources... [ 49%] docs/introducing_emscripten/about_emscripten
> reading sources... [ 50%] docs/introducing_emscripten/community
> reading sources... [ 51%] docs/introducing_emscripten/emscripten_license
> reading sources... [ 53%] docs/introducing_emscripten/index
> reading sources... [ 54%] docs/introducing_emscripten/release_notes
> reading sources... [ 55%] docs/optimizing/Optimizing-Code
> reading sources... [ 56%] docs/optimizing/Optimizing-WebGL
> reading sources... [ 58%] docs/optimizing/Profiling-Toolchain
> reading sources... [ 59%] docs/porting/Audio
> reading sources... [ 60%] docs/porting/Debugging
> reading sources... [ 62%] docs/porting/asyncify
> reading sources... [ 63%] 
> docs/porting/connecting_cpp_and_javascript/Interacting-with-code
> reading sources... [ 64%] 
> docs/porting/connecting_cpp_and_javascript/WebIDL-Binder
> reading sources... [ 65%] 
> docs/porting/connecting_cpp_and_javascript/embind
> reading sources... [ 67%] docs/porting/connecting_cpp_and_javascript/index
> reading sources... [ 68%] docs/porting/emscripten-runtime-environment
> reading sources... [ 69%] docs/porting/exceptions
> reading sources... [ 71%] 
> docs/porting/files/Synchro

Bug#1042661: python-djvulibre: FTBFS with Sphinx 7.1, docutils 0.20: error: invalid command 'build_sphinx'

2023-07-30 Thread Lucas Nussbaum
Source: python-djvulibre
Version: 0.8.8-3
Severity: important
Tags: ftbfs
User: python-modules-t...@lists.alioth.debian.org
Usertags: sphinx7.1

Hi,

python-djvulibre fails to build with Sphinx 7.1 and docutils 0.20, both of which
are currently available in experimental.

Relevant part (hopefully):
> x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 
> -Wl,-z,relro -Wl,-z,now -g -O2 -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 
> build/temp.linux-x86_64-3.11/build/temp.linux-x86_64-3.11/src/sexpr.o 
> -ldjvulibre -o /<>/djvu/sexpr.cpython-311-x86_64-linux-gnu.so 
> -pthread
> http_proxy='127.0.0.1:9' python3 setup.py build_sphinx
> /<>/setup.py:39: DeprecationWarning: The distutils package is 
> deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 
> 632 for potential alternatives
>   import distutils.core
> usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
>or: setup.py --help [cmd1 cmd2 ...]
>or: setup.py --help-commands
>or: setup.py cmd --help
> 
> error: invalid command 'build_sphinx'
> make[1]: *** [debian/rules:25: override_dh_installdocs] Error 1


The full build log is available from:
http://qa-logs.debian.net/2023/07/30/exp/python-djvulibre_0.8.8-3_unstable_sphinx-exp.log

Please see [1] for Sphinx changelog and [2] for Docutils changelog.

Also see [3] for the list of deprecated/removed APIs in Sphinx and possible
alternatives to them.

Some notable changes in Sphinx 6 and Sphinx 7:

- Sphinx no longer includes jquery.js and underscore.js by default.
  Please use python3-sphinxcontrib.jquery package if you are using a custom
  template and it still needs jquery.

- The setup.py build_sphinx command was removed. Please instead call
  sphinx-build or "python3 -m sphinx" directly.

- For packages using the extlinks extension, the caption should contain
  exactly one "%s" placeholder (if caption is not None).

In case you have questions, please Cc sph...@packages.debian.org on reply.

[1]: https://www.sphinx-doc.org/en/master/changes.html
[2]: 
https://repo.or.cz/docutils.git/blob/refs/tags/docutils-0.20.1:/RELEASE-NOTES.txt
[3]: 
https://www.sphinx-doc.org/en/master/extdev/deprecated.html#dev-deprecated-apis

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=sphinx7.1;users=python-modules-t...@lists.alioth.debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=sphinx7.1&fusertaguser=python-modules-t...@lists.alioth.debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects



Bug#1042676: python-public: FTBFS with Sphinx 7.1, docutils 0.20: error: invalid command 'build_sphinx'

2023-07-30 Thread Lucas Nussbaum
Source: python-public
Version: 2.3-4
Severity: important
Tags: ftbfs
User: python-modules-t...@lists.alioth.debian.org
Usertags: sphinx7.1

Hi,

python-public fails to build with Sphinx 7.1 and docutils 0.20, both of which
are currently available in experimental.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> python3 setup.py build_sphinx
> usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
>or: setup.py --help [cmd1 cmd2 ...]
>or: setup.py --help-commands
>or: setup.py cmd --help
> 
> error: invalid command 'build_sphinx'
> make[1]: *** [debian/rules:14: override_dh_installdocs] Error 1


The full build log is available from:
http://qa-logs.debian.net/2023/07/30/exp/python-public_2.3-4_unstable_sphinx-exp.log

Please see [1] for Sphinx changelog and [2] for Docutils changelog.

Also see [3] for the list of deprecated/removed APIs in Sphinx and possible
alternatives to them.

Some notable changes in Sphinx 6 and Sphinx 7:

- Sphinx no longer includes jquery.js and underscore.js by default.
  Please use python3-sphinxcontrib.jquery package if you are using a custom
  template and it still needs jquery.

- The setup.py build_sphinx command was removed. Please instead call
  sphinx-build or "python3 -m sphinx" directly.

- For packages using the extlinks extension, the caption should contain
  exactly one "%s" placeholder (if caption is not None).

In case you have questions, please Cc sph...@packages.debian.org on reply.

[1]: https://www.sphinx-doc.org/en/master/changes.html
[2]: 
https://repo.or.cz/docutils.git/blob/refs/tags/docutils-0.20.1:/RELEASE-NOTES.txt
[3]: 
https://www.sphinx-doc.org/en/master/extdev/deprecated.html#dev-deprecated-apis

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=sphinx7.1;users=python-modules-t...@lists.alioth.debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=sphinx7.1&fusertaguser=python-modules-t...@lists.alioth.debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects



Processing of xball_3.0.1+dfsg-1_source.changes

2023-07-30 Thread Debian FTP Masters
xball_3.0.1+dfsg-1_source.changes uploaded successfully to localhost
along with the files:
  xball_3.0.1+dfsg-1.dsc
  xball_3.0.1+dfsg.orig.tar.gz
  xball_3.0.1+dfsg-1.debian.tar.xz
  xball_3.0.1+dfsg-1_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Bug#244289: marked as done (xball: Package includes non-free source code.)

2023-07-30 Thread Debian Bug Tracking System
Your message dated Mon, 31 Jul 2023 06:10:38 +
with message-id 
and subject line Bug#244289: fixed in xball 3.0.1+dfsg-1
has caused the Debian Bug report #244289,
regarding xball: Package includes non-free source code.
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.)


-- 
244289: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=244289
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xball
Severity: serious

Hi

The package xball contains the source file act_area.c and the license
for it is the following:

Written by Dan Heller.  Copyright 1991, O'Reilly && Associates.
This program is freely distributable without licensing fees and
is provided without guarantee or warrantee expressed or implied.
This program is -not- in the public domain.

In my opinion (and some others after a short talk on IRC) is that this
is non-free as it doesnt allow modification. "look but dont touch".

Hence this is non-free and the package should be moved out of main
before we release sarge. Or this issue gets solved.

Note: The Debian Maintainer of xball is one of my NMs, so I know he is
working on this. This bug is merely that this issue isnt lost.

Note2: Upstream was already contacted and sent a statement about his
opinions. Which I dont share. But I dont want to make private mails
public, so it isnt attached, instead I set a CC to him so he can attach
his comment to this bug.

debian-legal is in CC to get another opinion on this matter.

-- 
bye Joerg
[Es geht um MySQL]
(14:35)  grummel. als ob ein subselect so kompliziert waere.
(14:35)  als ob mysql eine db wäre...
(14:35)  relationales textfile auf drogen? :0


pgpyjMLzFrrIx.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: xball
Source-Version: 3.0.1+dfsg-1
Done: David da Silva Polverari 

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

Debian distribution maintenance software
pp.
David da Silva Polverari  (supplier of updated xball 
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, 31 Jul 2023 02:12:15 -0300
Source: xball
Architecture: source
Version: 3.0.1+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: David da Silva Polverari 
Closes: 244289
Changes:
 xball (3.0.1+dfsg-1) unstable; urgency=medium
 .
   * QA upload.
   * Removed non DFSG-compliant files act_area.c and act_area.h from source.
 (Closes: #244289)
   * debian/README.source: created to explain about the removal of the non
 DFSG-compliant files from source.
Checksums-Sha1:
 914ed5e26ef4f6e1dffced63941df6e16b14c21d 1774 xball_3.0.1+dfsg-1.dsc
 0f4dc19a50021d6fc9cdff367b1e7e85c1f867df 174777 xball_3.0.1+dfsg.orig.tar.gz
 8146c8ae2f0f49572dd3d08da770bdb2994597d3 8352 xball_3.0.1+dfsg-1.debian.tar.xz
 68fe2dc21f17b8f9a2a8ffc398e836e08d7d7ccc 7320 
xball_3.0.1+dfsg-1_source.buildinfo
Checksums-Sha256:
 358bc0cbc3e3471a3cbbf4af4b74cfb44f5de99fd47e759fe8d7c34de5b737a3 1774 
xball_3.0.1+dfsg-1.dsc
 b0bbc21ac28a494d5a51008de5c5f099c3704ed0a26c1171075b418204affdd9 174777 
xball_3.0.1+dfsg.orig.tar.gz
 3747d3dcb7e75d756c49405b22aec56c418f06922b5e2bb6bb4398f8eeec7d92 8352 
xball_3.0.1+dfsg-1.debian.tar.xz
 1b1be6f950bac67a2c50a8ab444610c7d232e98211751eaf4febafa6b1a35311 7320 
xball_3.0.1+dfsg-1_source.buildinfo
Files:
 1f7e9ead037c452d31cb650ca9d0c671 1774 games optional xball_3.0.1+dfsg-1.dsc
 1387772fc17041a04fe087acca187eed 174777 games optional 
xball_3.0.1+dfsg.orig.tar.gz
 e1139225325e3f78fa18260c59d9e898 8352 games optional 
xball_3.0.1+dfsg-1.debian.tar.xz
 02cb9d312b07430003dd70d943831b80 7320 games optional 
xball_3.0.1+dfsg-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEDTUunGhzKyZWj9leHIjoaIRpgN4FAmTHQ2sACgkQHIjoaIRp
gN7DKA/+Ng8CutjWJZkdgczfN62w4JVcDnitzO4DnnUYLINFY2VLiJElK1lbskQM
y6y39qHcxg3J4owCDEKvCM/1SuQxu+u+/7s3tO1lNjYEmVYLk2/2d3wrM10On0Ky
wxxy/d/7fMIyH26Fr0DU0txWEW+OzxNrt0GEADgqXMe7DR3okIIwE23Cqx5OZ/C8
lPwFJOzZa2s9QtBFtM181dQd0TR11tDBl2T1fyfN2m4RQa3XfjLxiddf2tymqBu3
KpTQherOUuoIbeB

xball_3.0.1+dfsg-1_source.changes ACCEPTED into unstable

2023-07-30 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 31 Jul 2023 02:12:15 -0300
Source: xball
Architecture: source
Version: 3.0.1+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: David da Silva Polverari 
Closes: 244289
Changes:
 xball (3.0.1+dfsg-1) unstable; urgency=medium
 .
   * QA upload.
   * Removed non DFSG-compliant files act_area.c and act_area.h from source.
 (Closes: #244289)
   * debian/README.source: created to explain about the removal of the non
 DFSG-compliant files from source.
Checksums-Sha1:
 914ed5e26ef4f6e1dffced63941df6e16b14c21d 1774 xball_3.0.1+dfsg-1.dsc
 0f4dc19a50021d6fc9cdff367b1e7e85c1f867df 174777 xball_3.0.1+dfsg.orig.tar.gz
 8146c8ae2f0f49572dd3d08da770bdb2994597d3 8352 xball_3.0.1+dfsg-1.debian.tar.xz
 68fe2dc21f17b8f9a2a8ffc398e836e08d7d7ccc 7320 
xball_3.0.1+dfsg-1_source.buildinfo
Checksums-Sha256:
 358bc0cbc3e3471a3cbbf4af4b74cfb44f5de99fd47e759fe8d7c34de5b737a3 1774 
xball_3.0.1+dfsg-1.dsc
 b0bbc21ac28a494d5a51008de5c5f099c3704ed0a26c1171075b418204affdd9 174777 
xball_3.0.1+dfsg.orig.tar.gz
 3747d3dcb7e75d756c49405b22aec56c418f06922b5e2bb6bb4398f8eeec7d92 8352 
xball_3.0.1+dfsg-1.debian.tar.xz
 1b1be6f950bac67a2c50a8ab444610c7d232e98211751eaf4febafa6b1a35311 7320 
xball_3.0.1+dfsg-1_source.buildinfo
Files:
 1f7e9ead037c452d31cb650ca9d0c671 1774 games optional xball_3.0.1+dfsg-1.dsc
 1387772fc17041a04fe087acca187eed 174777 games optional 
xball_3.0.1+dfsg.orig.tar.gz
 e1139225325e3f78fa18260c59d9e898 8352 games optional 
xball_3.0.1+dfsg-1.debian.tar.xz
 02cb9d312b07430003dd70d943831b80 7320 games optional 
xball_3.0.1+dfsg-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEDTUunGhzKyZWj9leHIjoaIRpgN4FAmTHQ2sACgkQHIjoaIRp
gN7DKA/+Ng8CutjWJZkdgczfN62w4JVcDnitzO4DnnUYLINFY2VLiJElK1lbskQM
y6y39qHcxg3J4owCDEKvCM/1SuQxu+u+/7s3tO1lNjYEmVYLk2/2d3wrM10On0Ky
wxxy/d/7fMIyH26Fr0DU0txWEW+OzxNrt0GEADgqXMe7DR3okIIwE23Cqx5OZ/C8
lPwFJOzZa2s9QtBFtM181dQd0TR11tDBl2T1fyfN2m4RQa3XfjLxiddf2tymqBu3
KpTQherOUuoIbeBNhTNrjq79WG2kiXhAY7IOGi5AovPpns6vyDqqMM0jtwKKtNYf
ezUu4ONsdkVkdYYL2+SYgGEqNjCVLAwRRjNRX13wAY/hTBDms6zkzG9yPN0+1YO+
pvPgRX9fnLJP3F3+dERlgI/qZLDVi3gbukqlKBAdkwtsNUjF9jqOtlWaw1xe3DZP
N8dacy/KkQgN2kjdgN4pAgeM/E0cy+WKkuJ/MXpKlBgxHNCll/Q5IBohO5w+rJPW
XK0yprINDvl0x9AsNI45aYDjnoVl1rBevcJzELTuArAKREwBGE0MDP+F/JID2s+S
aqqXfqK7qF/KC2i4qsslM9x12PRhIz64a5aavosC9aaMXYmuv0fNVh91i6M1cqS2
vPhArc8IlA8nJyD2BZQeLR4zzhD+LDLwCIBOBk6rl7Wgks9bm90=
=HZwF
-END PGP SIGNATURE-