Your message dated Sat, 03 Oct 2015 23:20:30 +0000
with message-id <e1ziw6q-00024w...@franck.debian.org>
and subject line Bug#793669: fixed in pyside 1.2.2-2
has caused the Debian Bug report #793669,
regarding FTBFS when python 3.5 is supported
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.)
--
793669: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793669
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: pyside
Version: 1.2.2-1
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu wily ubuntu-patch
Hiya,
In Ubuntu we've added py3.5 as a supported version. This makes python
packages build python 3.5 extensions, which contain the multiarch
triplet in their filename.
https://bugs.python.org/issue22980
For pyside, this means that it can't find the ShibokenConfig cmake file
for 3.5. shiboken is a BD of pyside, and after it is rebuilt for 3.5, it
produces the files
-rw-r--r-- root/root 1317 2015-07-23 17:46
./usr/lib/x86_64-linux-gnu/cmake/Shiboken-1.2.2/ShibokenConfig.cpython-34m.cmake
-rw-r--r-- root/root 1402 2015-07-23 17:45
./usr/lib/x86_64-linux-gnu/cmake/Shiboken-1.2.2/ShibokenConfig.cpython-35m-x86_64-linux-gnu.cmake
pyside looks up the cmake file by making use of an unversioned file
ShibokenConfig.cmake which uses a user-provided suffix to find
ShibokenConfig.cpython-<suffix>.cmake for the particular python version
you're asking for.
So either callers need to know that the suffix has to contain the
triplet for ≥ 3.5 (the attached patch), or shiboken needs to be fixed
somehow - for example by renaming the file back or giving it more smarts
to figure it out. Any fix in shiboken probably wants to take care to
preserve multiarch compatibility that is improved with this change in
3.5, assuming you care about that. There's not so many reverse-BDs of
shiboken though, so it might be easiest to fix them directly.
Cheers,
Iain
diff -Nru pyside-1.2.2/debian/rules pyside-1.2.2/debian/rules
--- pyside-1.2.2/debian/rules 2014-04-30 11:54:27.000000000 +0100
+++ pyside-1.2.2/debian/rules 2015-07-25 17:16:11.000000000 +0100
@@ -17,6 +17,12 @@
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+# the python version we are being called on atm, in the form "34" (for 3.4)
+PYVER=$(subst .,,$*)
+# python ≥ 3.5 append the multiarch triplet to module names (in particular this
+# is reflected in ShibokenConfig.cmake)
+PYMODULESUFFIX=$(if $(shell test $(PYVER) -ge 35 && echo "yes"),"-$(DEB_HOST_MULTIARCH)","")
+
ifneq (,$(filter debug,$(DEB_BUILD_OPTIONS)))
BD_DEBUG = python-all-dbg (>= 2.6.6-3~), python3-all-dbg, shiboken-dbg (>= 1.2.2),
endif
@@ -89,14 +95,14 @@
dh_auto_configure -a --builddirectory=build-$*-dbg -- \
$(CMAKE_COMMON_OPTIONS) \
-DCMAKE_BUILD_TYPE:STRING="Debug" \
- -DPYTHON_SUFFIX=.cpython-$(subst .,,$*)dm
+ -DPYTHON_SUFFIX=.cpython-$(PYVER)dm$(PYMODULESUFFIX)
override_dh_auto_configure_3-%:
mkdir -p build-$*
dh_auto_configure -a --builddirectory=build-$* -- \
$(CMAKE_COMMON_OPTIONS) \
-DCMAKE_BUILD_TYPE:STRING="Release" \
- -DPYTHON_SUFFIX=.cpython-$(subst .,,$*)m \
+ -DPYTHON_SUFFIX=.cpython-$(PYVER)m$(PYMODULESUFFIX) \
-DDEFAULT_PYTHON_BASENAME=-python${DEFAULT_PY}
#### BUILD ####
--- End Message ---
--- Begin Message ---
Source: pyside
Source-Version: 1.2.2-2
We believe that the bug you reported is fixed in the latest version of
pyside, 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 793...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Scott Kitterman <sc...@kitterman.com> (supplier of updated pyside 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, 03 Oct 2015 11:32:31 -0400
Source: pyside
Binary: python-pyside python3-pyside libpyside1.2 libpyside-py3-1.2
libpyside-dev python-pyside.qtcore python3-pyside.qtcore
python-pyside.qtdeclarative python3-pyside.qtdeclarative python-pyside.qtgui
python3-pyside.qtgui python-pyside.qthelp python3-pyside.qthelp
python-pyside.qtnetwork python3-pyside.qtnetwork python-pyside.qtopengl
python3-pyside.qtopengl python-pyside.phonon python3-pyside.phonon
python-pyside.qtscript python3-pyside.qtscript python-pyside.qtsql
python3-pyside.qtsql python-pyside.qtsvg python3-pyside.qtsvg
python-pyside.qttest python3-pyside.qttest python-pyside.qtuitools
python3-pyside.qtuitools python-pyside.qtwebkit python3-pyside.qtwebkit
python-pyside.qtxml python3-pyside.qtxml
Architecture: source amd64 all
Version: 1.2.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Scott Kitterman <sc...@kitterman.com>
Description:
libpyside-dev - Python bindings for Qt 4 (development files)
libpyside-py3-1.2 - Python3 bindings for Qt 4 (base files)
libpyside1.2 - Python bindings for Qt 4 (base files)
python-pyside - Python bindings for Qt4 (big metapackage)
python-pyside.phonon - Qt 4 Phonon module - Python bindings
python-pyside.qtcore - Qt 4 core module - Python bindings
python-pyside.qtdeclarative - Qt 4 Declarative module - Python bindings
python-pyside.qtgui - Qt 4 GUI module - Python bindings
python-pyside.qthelp - Qt 4 help module - Python bindings
python-pyside.qtnetwork - Qt 4 network module - Python bindings
python-pyside.qtopengl - Qt 4 OpenGL module - Python bindings
python-pyside.qtscript - Qt 4 script module - Python bindings
python-pyside.qtsql - Qt 4 SQL module - Python bindings
python-pyside.qtsvg - Qt 4 SVG module - Python bindings
python-pyside.qttest - Qt 4 test module - Python bindings
python-pyside.qtuitools - Qt 4 UI tools module - Python bindings
python-pyside.qtwebkit - Qt 4 WebKit module - Python bindings
python-pyside.qtxml - Qt 4 XML module - Python bindings
python3-pyside - Python3 bindings for Qt4 (big metapackage)
python3-pyside.phonon - Qt 4 Phonon module - Python3 bindings
python3-pyside.qtcore - Qt 4 core module - Python3 bindings
python3-pyside.qtdeclarative - Qt 4 Declarative module - Python3 bindings
python3-pyside.qtgui - Qt 4 GUI module - Python3 bindings
python3-pyside.qthelp - Qt 4 help module - Python3 bindings
python3-pyside.qtnetwork - Qt 4 network module - Python3 bindings
python3-pyside.qtopengl - Qt 4 OpenGL module - Python3 bindings
python3-pyside.qtscript - Qt 4 script module - Python3 bindings
python3-pyside.qtsql - Qt 4 SQL module - Python3 bindings
python3-pyside.qtsvg - Qt 4 SVG module - Python3 bindings
python3-pyside.qttest - Qt 4 test module - Python3 bindings
python3-pyside.qtuitools - Qt 4 UI tools module - Python3 bindings
python3-pyside.qtwebkit - Qt 4 WebKit module - Python3 bindings
python3-pyside.qtxml - Qt 4 XML module - Python3 bindings
Closes: 793669
Changes:
pyside (1.2.2-2) unstable; urgency=medium
.
* Team upload.
* Update debian/rules to use shiboken multiarch triplet names for python3.5
(Closes: #793669)
- Thanks to Iain Laine for the patch
Checksums-Sha1:
175569a4e7eeb86f1c715ea01cd6b2f56d7bc6f4 4674 pyside_1.2.2-2.dsc
34dd00ec105df628e79a99872f6b47f31a778e2d 16808 pyside_1.2.2-2.debian.tar.xz
f714ba6949da9c26f034ee69d59084afa8e1baf1 230052 libpyside-dev_1.2.2-2_amd64.deb
bbdae883d7d3fddab08765fe0252f68dcc967135 196020
libpyside-py3-1.2_1.2.2-2_amd64.deb
d9a6ec478eb06804467dff2f2440766fae118b9e 192006 libpyside1.2_1.2.2-2_amd64.deb
1b5893e1c6f3af6e476222d7fae818ae34c3dfa9 163858
python-pyside.phonon_1.2.2-2_amd64.deb
fd0fe0a704db4cc087ecb785ce3437d19b474f8a 561366
python-pyside.qtcore_1.2.2-2_amd64.deb
51fcbc7ac1d49ac5833203d0dcac4171a792e1e2 88702
python-pyside.qtdeclarative_1.2.2-2_amd64.deb
a4d182b17f1064c1de4615dc07a1b6cb21e4e088 1950230
python-pyside.qtgui_1.2.2-2_amd64.deb
25aea4266aafa61027de4091cbc1b4a0dd92197a 79314
python-pyside.qthelp_1.2.2-2_amd64.deb
55b921acfc2ec5364743a76621a261ddfe5e4959 195544
python-pyside.qtnetwork_1.2.2-2_amd64.deb
745e808975ad76c6cb2367660e5f2d953cc5791a 86252
python-pyside.qtopengl_1.2.2-2_amd64.deb
6fa58917b149a29dd0c9f1a499fe126a9c04c970 79068
python-pyside.qtscript_1.2.2-2_amd64.deb
0ddf322c3387a285131a730d5ae96ceeed395abc 116520
python-pyside.qtsql_1.2.2-2_amd64.deb
1134ad28a1d41ea77510c7a5fb0d8e7a4fcaa8d0 38092
python-pyside.qtsvg_1.2.2-2_amd64.deb
2e2a89fe4c90f9991607d29ad3a35ddd8a7ef590 31504
python-pyside.qttest_1.2.2-2_amd64.deb
4e1d903bc82150b6eb39f5692bb5c14ade5df335 209722
python-pyside.qtuitools_1.2.2-2_amd64.deb
499aae720faa733270ef4547781f140b7cf59760 129122
python-pyside.qtwebkit_1.2.2-2_amd64.deb
3ca5c59312ae4fc64c6883f3284fc1c60bf01c54 147472
python-pyside.qtxml_1.2.2-2_amd64.deb
358d4279ef307ee7554cebc844ecceb319b3fc4c 129170 python-pyside_1.2.2-2_all.deb
b5e5fc13fcaaa2194dd8bf0eebc3c834752fc2b6 179088
python3-pyside.phonon_1.2.2-2_amd64.deb
7657581be41b0f19defb056e70690b6f4f66ad2a 617502
python3-pyside.qtcore_1.2.2-2_amd64.deb
b257a6bda04389e5722b67cb9449cd811017f1ed 98492
python3-pyside.qtdeclarative_1.2.2-2_amd64.deb
5b57f0e9464e70c51473023bcf7360a8c682b402 3825082
python3-pyside.qtgui_1.2.2-2_amd64.deb
0f3baa7fdcda32e84ed5f25326c724d66a0c4f87 85756
python3-pyside.qthelp_1.2.2-2_amd64.deb
c809400e49a80d5d741a78953907aeb2915b95d6 213690
python3-pyside.qtnetwork_1.2.2-2_amd64.deb
bad7f3bb810eded8a83e5149d780c17b05e0ee50 94148
python3-pyside.qtopengl_1.2.2-2_amd64.deb
442ad5636b9d2162aba1e0e385a76517b23dbf02 86180
python3-pyside.qtscript_1.2.2-2_amd64.deb
6c272cf0b94b060bac08764e63f60f4de7ff1c4b 126244
python3-pyside.qtsql_1.2.2-2_amd64.deb
be2c42341fc88abf2de8b29ce1d9626268be52a1 41404
python3-pyside.qtsvg_1.2.2-2_amd64.deb
044cccb6878b29bdd9696b9dd107450958347286 34148
python3-pyside.qttest_1.2.2-2_amd64.deb
b022c0f41ee37e1a30ce3da502fb8a16de0013d2 218254
python3-pyside.qtuitools_1.2.2-2_amd64.deb
7bb9ba362137132de57e088cd3153489f0a53d84 141896
python3-pyside.qtwebkit_1.2.2-2_amd64.deb
5f802fbd61cae524773c31320b5e4834002f71cc 164020
python3-pyside.qtxml_1.2.2-2_amd64.deb
9a0ea0d9d4eae5396b183643c3242ab920d2ca58 129042 python3-pyside_1.2.2-2_all.deb
Checksums-Sha256:
7705dd390fdcaf62a4b76d950c6b1d053bd40255c28d440749da758f4be5d252 4674
pyside_1.2.2-2.dsc
2f32619290d53d87f5ae69a1b0639e2791752dee20aaf9483a4ec4abd5bed82e 16808
pyside_1.2.2-2.debian.tar.xz
61056be164c3f1bf0b67fe9fa76dfac48a1d0295b8c049d335f73c0ba2c9ecfe 230052
libpyside-dev_1.2.2-2_amd64.deb
12390a650c39149ec4bfb48c1d777f075358c8235bc4eb9589d14eb1d6fbcc93 196020
libpyside-py3-1.2_1.2.2-2_amd64.deb
d39639b50cfd45b780b83ba4664ab9511c5ca10082e4895fb1f0209f018bb103 192006
libpyside1.2_1.2.2-2_amd64.deb
16aa482a38d3f9c652844fe3d2250221949826ec90084cc0750c23927b1e4db9 163858
python-pyside.phonon_1.2.2-2_amd64.deb
ead8b8446fc060eedcd2be573e3332e9582fb5238991a196ba51e63df69bcd5a 561366
python-pyside.qtcore_1.2.2-2_amd64.deb
ff8a1e3d7a189fca2831134bc91d3d795f3aad3afcc6b6967fb0c3810d2cf85e 88702
python-pyside.qtdeclarative_1.2.2-2_amd64.deb
e8f0fa30442e8140a02c7cd543b0e5a4ad46dff4e847877e6c8d3cb7f42ba5a2 1950230
python-pyside.qtgui_1.2.2-2_amd64.deb
592c870f096a25331c9c62b1d8b42e2e94ab407b04926fec34b0b18e1512b6e5 79314
python-pyside.qthelp_1.2.2-2_amd64.deb
bca098589bcca88dea24290722ed8dcbd3a586b36f642ee75376153b1892766e 195544
python-pyside.qtnetwork_1.2.2-2_amd64.deb
b72aadecba5e4c9b6a24c3c6b8ee597431377caf5f76414447615284b29dffd1 86252
python-pyside.qtopengl_1.2.2-2_amd64.deb
e870c0af5db9ca938516c921fa35b8d3bf24c00a5f07ddf01edfa9fdf0dd49e7 79068
python-pyside.qtscript_1.2.2-2_amd64.deb
3800235e9c9355003ec481e9acb109fbcec3483712dbf5065acdfc2927de1c1b 116520
python-pyside.qtsql_1.2.2-2_amd64.deb
9d5ee5592da201c9372c7a26806e8bfd5536cba687d20a8afc83d2a3be89d4c5 38092
python-pyside.qtsvg_1.2.2-2_amd64.deb
2c2ba23a6f1c223e8f1a5ddd92f7f4fa01cff123507758fb94db53875af7bcb5 31504
python-pyside.qttest_1.2.2-2_amd64.deb
49495a9a931a934fb6bc67543eb5301b9b17231c9769210f9d31479f27102681 209722
python-pyside.qtuitools_1.2.2-2_amd64.deb
3ed120c82f7785dd63be5f56bbff11955d13b03c7770ca6d9f013f093a8c8926 129122
python-pyside.qtwebkit_1.2.2-2_amd64.deb
73dc3acbe07e7fbf54760fc20a489420c952d7f32bc70bc904c9bcb2c7b4d03c 147472
python-pyside.qtxml_1.2.2-2_amd64.deb
7d6aa828016b602f472609c07bc70145ca9fb6c6c37dc1a01b58dc599c857323 129170
python-pyside_1.2.2-2_all.deb
17d164f8dd689addfb4297bd5034df538cbd50807089da054beda1e18726005d 179088
python3-pyside.phonon_1.2.2-2_amd64.deb
77ba0c16e0a1d58b2f8512c993e35d3e9e07bdd03b35fb7b460a83efd50b3bab 617502
python3-pyside.qtcore_1.2.2-2_amd64.deb
a0b526f5d6fae257041051820a0876ccda755935b2ac85306a0d01530e5ba12d 98492
python3-pyside.qtdeclarative_1.2.2-2_amd64.deb
e3d598c39b1470b630912c1400eaa4480395a5a9499e0a1d1dabcfe5ffae1bc7 3825082
python3-pyside.qtgui_1.2.2-2_amd64.deb
f2de6d02af0808433f9409215bf635d481e44d3d4ad71083c0c924df6514d962 85756
python3-pyside.qthelp_1.2.2-2_amd64.deb
98e3a52bba4509ee181f89ca9e8eec825238330807e882e33127f76e7f69f5f7 213690
python3-pyside.qtnetwork_1.2.2-2_amd64.deb
c2f88a0604fa3646dca4119ddda011cd9204a37cee38a95254c110837044127d 94148
python3-pyside.qtopengl_1.2.2-2_amd64.deb
ac151f129f775ff27ef0da759a7dab10f23456894f07d6f5396a022059aa23f2 86180
python3-pyside.qtscript_1.2.2-2_amd64.deb
73af8136dc3b128f4e221b5f2d90bee35f98f08012fe41fff41058b6fd45e831 126244
python3-pyside.qtsql_1.2.2-2_amd64.deb
f6ab2f2d54e5450320459eeb71d941833bc770cbdb8f1c43dfb5ed3218558c87 41404
python3-pyside.qtsvg_1.2.2-2_amd64.deb
fefd050ffe1c81f4e0df449bda807be8584356be66e14998102869516f139e97 34148
python3-pyside.qttest_1.2.2-2_amd64.deb
e23c6e22584dd326c8b16b49c922b710a1a2e0ea0d422880e792c01f26c172d1 218254
python3-pyside.qtuitools_1.2.2-2_amd64.deb
5d6739289606f9af19e6551fb3d75075178fa2e0691ba2e6ea5c41c2465d8de8 141896
python3-pyside.qtwebkit_1.2.2-2_amd64.deb
b3fdfc29748d2c0137418e4deec2940b65ccd3bbc576ed50dd3664be8faa7b6e 164020
python3-pyside.qtxml_1.2.2-2_amd64.deb
555c78f98f0b888277e7324ca5ea69cb417c0f90dab552edf3fcde6e385be0a3 129042
python3-pyside_1.2.2-2_all.deb
Files:
0425358697de27550c08f035def9684f 4674 python optional pyside_1.2.2-2.dsc
04022db1d922b0ea3abb0a33ea0c341a 16808 python optional
pyside_1.2.2-2.debian.tar.xz
e4383a917d49282b66a8e8becfc014de 230052 libdevel optional
libpyside-dev_1.2.2-2_amd64.deb
c69ecba45e30a0f3724b661f2724b83f 196020 python optional
libpyside-py3-1.2_1.2.2-2_amd64.deb
03ab6e49d24e8afa84892a1ed2f8ef1f 192006 python optional
libpyside1.2_1.2.2-2_amd64.deb
0bc409ec798076aa22eec3a43cdc95ac 163858 python optional
python-pyside.phonon_1.2.2-2_amd64.deb
ccb9cc82b38178cba9dc6a972fe815f8 561366 python optional
python-pyside.qtcore_1.2.2-2_amd64.deb
2fc03dc36e605c82559cbc02a1bdd4fe 88702 python optional
python-pyside.qtdeclarative_1.2.2-2_amd64.deb
8f2ef525e3ae5bc8edabe3ba49d9b663 1950230 python optional
python-pyside.qtgui_1.2.2-2_amd64.deb
6bd1c64ac920e38cd96ebd46062792d5 79314 python optional
python-pyside.qthelp_1.2.2-2_amd64.deb
24cc26926c53f0dded39c5f9cdcac89c 195544 python optional
python-pyside.qtnetwork_1.2.2-2_amd64.deb
a10e80cbfdaa9ba0dad00ac8a9cbf560 86252 python optional
python-pyside.qtopengl_1.2.2-2_amd64.deb
8c14e48e1f886dcc3c82adeaee68985f 79068 python optional
python-pyside.qtscript_1.2.2-2_amd64.deb
a8c55cf3dcb4e7be13a06373cf32f040 116520 python optional
python-pyside.qtsql_1.2.2-2_amd64.deb
e0332feb9fe6e74a0727fd349c3a7e42 38092 python optional
python-pyside.qtsvg_1.2.2-2_amd64.deb
6e88302fb81de401564b66d1f342b5d7 31504 python optional
python-pyside.qttest_1.2.2-2_amd64.deb
fb13c50536083ed145b7a5e13939d7c3 209722 python optional
python-pyside.qtuitools_1.2.2-2_amd64.deb
faf9dcf70b978f459e29ba8490261635 129122 python optional
python-pyside.qtwebkit_1.2.2-2_amd64.deb
e6ed9908c80cf53d60067b182953d1e1 147472 python optional
python-pyside.qtxml_1.2.2-2_amd64.deb
3cfe4118b3a2eafa8f5cf87fb2671ca4 129170 python optional
python-pyside_1.2.2-2_all.deb
5a0310d5fded3dd40e59c055c4d4f681 179088 python optional
python3-pyside.phonon_1.2.2-2_amd64.deb
7dc7730908ccd1d6379b47c3fd204fd3 617502 python optional
python3-pyside.qtcore_1.2.2-2_amd64.deb
e455e11ff4a408aac284bb430b6d9bb0 98492 python optional
python3-pyside.qtdeclarative_1.2.2-2_amd64.deb
2ff7a48b7367b32f0cb977e2ec55788f 3825082 python optional
python3-pyside.qtgui_1.2.2-2_amd64.deb
8c2eb477963b86255515e4d75ad711ff 85756 python optional
python3-pyside.qthelp_1.2.2-2_amd64.deb
c01763c3823cb9444d6532a7003b075c 213690 python optional
python3-pyside.qtnetwork_1.2.2-2_amd64.deb
6d925a07e0d2647356219cf26fe62972 94148 python optional
python3-pyside.qtopengl_1.2.2-2_amd64.deb
34c16745493f54a8a5eb5eb28934077f 86180 python optional
python3-pyside.qtscript_1.2.2-2_amd64.deb
62831e24ad762e54d45870a23d371301 126244 python optional
python3-pyside.qtsql_1.2.2-2_amd64.deb
38bace3164d01ec5d17e9c72fd14f018 41404 python optional
python3-pyside.qtsvg_1.2.2-2_amd64.deb
04021f452aa3f34c7bb4457a6a85ee4a 34148 python optional
python3-pyside.qttest_1.2.2-2_amd64.deb
8f613152d1072c89bc5ee5c6aa3c6762 218254 python optional
python3-pyside.qtuitools_1.2.2-2_amd64.deb
e110d575c95fb905f7c065540c4326a4 141896 python optional
python3-pyside.qtwebkit_1.2.2-2_amd64.deb
df79f2331f7b51b6e0c91c3305707b85 164020 python optional
python3-pyside.qtxml_1.2.2-2_amd64.deb
d7a7892a77e5b46a6cf6ca03363e0e19 129042 python optional
python3-pyside_1.2.2-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJWEF2eAAoJEHjX3vua1Zrx19wQANLHH2UPxVLHzlxIMPx7flJ9
KA3EmlgkiKV4oV2S0exisSQW7z+8Un/9fyRKvewGxAb8hz1kuGDxwKAkBE9/9aL5
gemXBTxgarj6X73CjkyBUFDKE3Uar7RSG+rQR9hkdKCF//7Vcx6ET1phO3rvGOEx
Zj9AtwH8TX+BT5SBvKr2ChF2TU8utgPw/1F+GRTQiRpDpkr8o8Wckr65asH4NRfW
RP9irw1KcxcxiZOTJtrqTDVKmrR9x3cwkg/4tv3E+mXzc94ddoQTKSTOiF61Y9vz
S9juY9kEgawiLYsdnFMezutNXWPaTnqRQy+divlKG6IlHLHQVH+pls0/jEcjJ684
1zRWZQGPnLhsscNTf60CsENgZ2rpmVPKsIddzuxkWY2+liRPs5+RqV9A6N9xRSah
d4B0WWURTv6mzubpOw4YjLKhLtFC9GI/JY3T4v+pBDKAQckQ5/fbBNc3aYC1cUE7
jay3xqijMYupw9ExuolJxFWDC4fiKAsqHYvmE0b7a14JPPtHwbIXhTebtXyx/VNc
yrTEc9AwWGaz+3x+DFfBUIzsyXZEdWvUdFITtqBp8JGuyBSmfAdmgnxLSOAZPEBQ
1AXnNPxQ6Vl901dqSyZCIajvZ4QvfVfTRfE/JOw6mafxLgNmj0iQLl9HcJkvHSSA
nngLZVTeBHkC0R2tSuh+
=F/wf
-----END PGP SIGNATURE-----
--- End Message ---