Your message dated Tue, 01 Sep 2026 18:00:56 +0000
with message-id <[email protected]>
and subject line Bug#1145848: fixed in nlopt 2.11.0-1
has caused the Debian Bug report #1145848,
regarding nlopt: FTBFS:
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/swig/CMakeFiles/nlopt_python.dir/nloptPYTHON_wrap.cxx:5323:9:
error: 'PyString_Check' was not declared in this scope; did you mean
'PyMapping_Check'?
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 [email protected]
immediately.)
--
1145848: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1145848
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:nlopt
Version: 2.7.1-7.1
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, this package failed to build.
Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:
https://people.debian.org/~sanvila/build-logs/202608/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:nlopt, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/swig && /usr/bi
[too-long-redacted] python.dir/nloptPYTHON_wrap.cxx
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/swig && /usr/bi
[too-long-redacted] t_guile.dir/nloptGUILE_wrap.cxx
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/swig/CMakeFiles/nlopt_python.dir/nloptPYTHON_wrap.cxx:
In function âconst char* pytype_string(PyObject*)â:
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/swig/CMakeFiles/nlopt_python.dir/nloptPYTHON_wrap.cxx:5323:9:
error: âPyString_Checkâ was not declared in this scope; did you mean
âPyMapping_Checkâ?
5323 | if (PyString_Check( py_obj)) return "string" ;
| ^~~~~~~~~~~~~~
| PyMapping_Check
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/swig/CMakeFiles/nlopt_python.dir/nloptPYTHON_wrap.cxx:5324:9:
error: âPyInt_Checkâ was not declared in this scope; did you mean
âPySet_Checkâ?
5324 | if (PyInt_Check( py_obj)) return "int" ;
| ^~~~~~~~~~~
| PySet_Check
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/swig/CMakeFiles/nlopt_python.dir/nloptPYTHON_wrap.cxx:
In function âPyObject* _wrap_opt_optimize__SWIG_1(PyObject*, Py_ssize_t,
PyObject**)â:
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/swig/CMakeFiles/nlopt_python.dir/nloptPYTHON_wrap.cxx:8551:16:
warning: argument 2 null where non-null expected [-Wnonnull]
8551 | std::memcpy(array_data(resultobj), (&result)->empty() ? NULL :
&result[0],
|
~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8552 | sizeof(double) * sz);
| ~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/features.h:539,
from /usr/include/assert.h:35,
from /usr/include/python3.14/Python.h:20,
from
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/swig/CMakeFiles/nlopt_python.dir/nloptPYTHON_wrap.cxx:206:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:26:1: note: in a call to
function âvoid* memcpy(void*, const void*, size_t)â declared ânonnullâ
26 | __NTH (memcpy (void *__restrict __dest, const void *__restrict __src,
| ^~~~~
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/swig/CMakeFiles/nlopt_python.dir/nloptPYTHON_wrap.cxx:
In function âPyObject* _wrap_opt_get_lower_bounds__SWIG_1(PyObject*,
Py_ssize_t, PyObject**)â:
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/swig/CMakeFiles/nlopt_python.dir/nloptPYTHON_wrap.cxx:10784:16:
warning: argument 2 null where non-null expected [-Wnonnull]
10784 | std::memcpy(array_data(resultobj), (&result)->empty() ? NULL :
&result[0],
|
~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10785 | sizeof(double) * sz);
| ~~~~~~~~~~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:26:1: note: in a call to
function âvoid* memcpy(void*, const void*, size_t)â declared ânonnullâ
26 | __NTH (memcpy (void *__restrict __dest, const void *__restrict __src,
| ^~~~~
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/swig/CMakeFiles/nlopt_python.dir/nloptPYTHON_wrap.cxx:
In function âPyObject* _wrap_opt_get_upper_bounds__SWIG_1(PyObject*,
Py_ssize_t, PyObject**)â:
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/swig/CMakeFiles/nlopt_python.dir/nloptPYTHON_wrap.cxx:11022:16:
warning: argument 2 null where non-null expected [-Wnonnull]
11022 | std::memcpy(array_data(resultobj), (&result)->empty() ? NULL :
&result[0],
|
~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11023 | sizeof(double) * sz);
| ~~~~~~~~~~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:26:1: note: in a call to
function âvoid* memcpy(void*, const void*, size_t)â declared ânonnullâ
26 | __NTH (memcpy (void *__restrict __dest, const void *__restrict __src,
| ^~~~~
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/swig/CMakeFiles/nlopt_python.dir/nloptPYTHON_wrap.cxx:
In function âPyObject* _wrap_opt_get_xtol_abs__SWIG_1(PyObject*, Py_ssize_t,
PyObject**)â:
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/swig/CMakeFiles/nlopt_python.dir/nloptPYTHON_wrap.cxx:11492:16:
warning: argument 2 null where non-null expected [-Wnonnull]
11492 | std::memcpy(array_data(resultobj), (&result)->empty() ? NULL :
&result[0],
|
~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11493 | sizeof(double) * sz);
| ~~~~~~~~~~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:26:1: note: in a call to
function âvoid* memcpy(void*, const void*, size_t)â declared ânonnullâ
26 | __NTH (memcpy (void *__restrict __dest, const void *__restrict __src,
| ^~~~~
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/swig/CMakeFiles/nlopt_python.dir/nloptPYTHON_wrap.cxx:
In function âPyObject* _wrap_opt_get_x_weights__SWIG_1(PyObject*,
Py_ssize_t, PyObject**)â:
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/swig/CMakeFiles/nlopt_python.dir/nloptPYTHON_wrap.cxx:11730:16:
warning: argument 2 null where non-null expected [-Wnonnull]
11730 | std::memcpy(array_data(resultobj), (&result)->empty() ? NULL :
&result[0],
|
~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11731 | sizeof(double) * sz);
| ~~~~~~~~~~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:26:1: note: in a call to
function âvoid* memcpy(void*, const void*, size_t)â declared ânonnullâ
26 | __NTH (memcpy (void *__restrict __dest, const void *__restrict __src,
| ^~~~~
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/swig/CMakeFiles/nlopt_python.dir/nloptPYTHON_wrap.cxx:
In function âPyObject* _wrap_opt_get_initial_step(PyObject*, PyObject*)â:
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/swig/CMakeFiles/nlopt_python.dir/nloptPYTHON_wrap.cxx:12532:16:
warning: argument 2 null where non-null expected [-Wnonnull]
12532 | std::memcpy(array_data(resultobj), (&result)->empty() ? NULL :
&result[0],
|
~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12533 | sizeof(double) * sz);
| ~~~~~~~~~~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:26:1: note: in a call to
function âvoid* memcpy(void*, const void*, size_t)â declared ânonnullâ
26 | __NTH (memcpy (void *__restrict __dest, const void *__restrict __src,
| ^~~~~
make[3]: *** [src/swig/CMakeFiles/nlopt_python.dir/build.make:82:
src/swig/CMakeFiles/nlopt_python.dir/CMakeFiles/nlopt_python.dir/nloptPYTHON_wrap.cxx.o]
Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:297:
src/swig/CMakeFiles/nlopt_python.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
[ 82%] Linking CXX shared module nlopt_guile.so
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/swig && /usr/bin/cmake -E
cmake_link_script CMakeFiles/nlopt_guile.dir/link.txt --verbose=1
/usr/bin/x86_64-linux-gnu-g++ -fPIC -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -shared
-Wl,-z,relro -Wl,-z,now -Wl,--dependency-file=CMakeFiles/nlopt_guile.dir/link.d
-o nlopt_guile.so
CMakeFiles/nlopt_guile.dir/CMakeFiles/nlopt_guile.dir/nloptGUILE_wrap.cxx.o
-Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu: ../../libnlopt_cxx.so.0.11.1
-lm
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 82%] Built target nlopt_guile
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:169: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j2 INSTALL="install
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:12: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: nlopt
Source-Version: 2.11.0-1
Done: Andreas Tille <[email protected]>
We believe that the bug you reported is fixed in the latest version of
nlopt, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andreas Tille <[email protected]> (supplier of updated nlopt 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 31 Aug 2026 18:57:49 +0200
Source: nlopt
Binary: libnlopt-cxx-dev libnlopt-cxx1 libnlopt-cxx1-dbgsym libnlopt-dev
libnlopt-guile0 libnlopt-guile0-dbgsym libnlopt1 libnlopt1-dbgsym nlopt-doc
octave-nlopt octave-nlopt-dbgsym python3-nlopt python3-nlopt-dbgsym
Architecture: source amd64 all
Version: 2.11.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Andreas Tille <[email protected]>
Description:
libnlopt-cxx-dev - nonlinear optimization library -- development package for
C++
libnlopt-cxx1 - nonlinear optimization library (C++ interface)
libnlopt-dev - nonlinear optimization library -- development package
libnlopt-guile0 - nonlinear optimization library -- Guile bindings
libnlopt1 - nonlinear optimization library
nlopt-doc - nonlinear optimization library (documentation)
octave-nlopt - nonlinear optimization library -- GNU Octave package
python3-nlopt - nonlinear optimization library -- Python 3 bindings
Closes: 1145848
Changes:
nlopt (2.11.0-1) experimental; urgency=medium
.
* Team upload.
* New upstream version
Closes: #1145848
* Upstream has SOVERSION bump from 0 to 1 thus uploading to experimental
* d/watch: version 5
* Standards-Version: 4.7.2 (routine-update)
* debputy lint --auto-fix (routine-update)
* Standards-Version: 4.7.4 (routine-update)
* Remove Priority field (cme)
* Add missing build dependency on python3-numpy-dev for command dh_numpy3.
* Replace FSF postal address with a reference to
https://www.gnu.org/licenses/.
* Drop exit-in-shared-library lintian-overrides
* d/rules: --with numpy3
* Update d/copyright to latest upstream version
* Test-Depends: pkg-config => pkgconf
* Permit failure of blhc in Salsa CI
Checksums-Sha1:
7f3d07301b4d08452879285c917e0169824f60ab 2668 nlopt_2.11.0-1.dsc
6afec7ff5c7e435ce91466268d0cc7be0ea87276 2065834 nlopt_2.11.0.orig.tar.gz
d3f592ba43bd339c468c489dae4c0963cf26c5c9 15464 nlopt_2.11.0-1.debian.tar.xz
bf4ec9a9119d55debe8371be708fd2a727797022 12044
libnlopt-cxx-dev_2.11.0-1_amd64.deb
bfb6beefdf67379bf9bff7d4ce9a4fc083ac056a 882892
libnlopt-cxx1-dbgsym_2.11.0-1_amd64.deb
feaba503cfada0cab9b4382c63a8cca7d12a9f3b 211436
libnlopt-cxx1_2.11.0-1_amd64.deb
886ca76bb2d719868d13b01360b0ece60801f0c0 49152 libnlopt-dev_2.11.0-1_amd64.deb
a7b0f9f31dba287bb76360d6cd39272ff0224130 295708
libnlopt-guile0-dbgsym_2.11.0-1_amd64.deb
61575cdaa64250d421b743c9ed2112dc90f76279 41960
libnlopt-guile0_2.11.0-1_amd64.deb
4b01df216dd1835b5acb4fee157a42f663f3598f 396580
libnlopt1-dbgsym_2.11.0-1_amd64.deb
1366aa0286aa36d77b996b9cb2bdbf92002f20e0 182272 libnlopt1_2.11.0-1_amd64.deb
be6f39f10530503e514ad72cffa4262eaf059bc0 2845236 nlopt-doc_2.11.0-1_all.deb
46ecc0960ce12bf18346ac9ae3e7532257323a21 30017 nlopt_2.11.0-1_amd64.buildinfo
eccbdc2b958908ec2fd1241dd812161df20c682c 929132
octave-nlopt-dbgsym_2.11.0-1_amd64.deb
50a99d7992a449292f483ce468040a3cd29e1ed1 30644 octave-nlopt_2.11.0-1_amd64.deb
2f8b893fd9b883595f79000ec62b91478fbe5358 495612
python3-nlopt-dbgsym_2.11.0-1_amd64.deb
ac1c5d05ffa56475a7a0b46007e7ceb882f07b94 81908 python3-nlopt_2.11.0-1_amd64.deb
Checksums-Sha256:
ba5b98180db6feaa2fcd48bd56fcb13c3f7383a912a03b98817ac6ee49fbbf0c 2668
nlopt_2.11.0-1.dsc
5a9fb7d90ec1c039f2fdd40b71eae70d5659f5839032f32c7464e86b42988ffd 2065834
nlopt_2.11.0.orig.tar.gz
d11bb65fb8cd3a4762f1ea36cf86d893eafcbbfbcf0bbebb0d2812436b59d39c 15464
nlopt_2.11.0-1.debian.tar.xz
c6b74922e9b1449cdca33ce02df98b2775e89a6fb87fc7b27b2579665c0a8d15 12044
libnlopt-cxx-dev_2.11.0-1_amd64.deb
cd4103d5e5e580741ebabbf83d55a3416434b5fbf1270ac80d178d28ba78cec0 882892
libnlopt-cxx1-dbgsym_2.11.0-1_amd64.deb
5e74d47e3d2e5170561aef24b37ec0ee5a1443544b72d3a0fbcfbdbd731e7022 211436
libnlopt-cxx1_2.11.0-1_amd64.deb
cf8cc9bb25bbb287fc92d86a5d803d2b195e397d88feae910412d145903e3569 49152
libnlopt-dev_2.11.0-1_amd64.deb
08a3b0ac9255b6f908f7e020e1581da2d3962d4e621e47ff558545d7ea02fe6d 295708
libnlopt-guile0-dbgsym_2.11.0-1_amd64.deb
69161f916604ea5be4d61d3565e65e44087c79a238710d85ad2b7a7b6415daf3 41960
libnlopt-guile0_2.11.0-1_amd64.deb
5a2d0d32eca7e0139fcf2dd45775c076292d784022a5bc649cdf0f31adddc64e 396580
libnlopt1-dbgsym_2.11.0-1_amd64.deb
bbfb4d0ffb0c24614b6df6fea1f6e8e2b26ee84c6c6b2d6ca8f70318541a2f23 182272
libnlopt1_2.11.0-1_amd64.deb
d7d597fe0f4b2eac331d40d3f3e59bfe59c87429169d2de7fbdba302d1207f3f 2845236
nlopt-doc_2.11.0-1_all.deb
d2295b625e9cdb63dbcbd21bfa6213f011b053e2316c2e108daadda789737984 30017
nlopt_2.11.0-1_amd64.buildinfo
9621870cb9ab5ec24d33047318fae413f28c0c2d68973fc1160dcaa857776683 929132
octave-nlopt-dbgsym_2.11.0-1_amd64.deb
001ae75d832395f7ba3f65f7573d4a7e55518a9ff48c5045da9721fc0ba1c767 30644
octave-nlopt_2.11.0-1_amd64.deb
0bcfa8def5ce5f3a3af408821f63461f01cb57b9bb1f152c36c4ffc9501f59a1 495612
python3-nlopt-dbgsym_2.11.0-1_amd64.deb
66e93f7c66597beab1d8aeb325e7fb492330a7bae7c2071fbbd13199c9c31f2e 81908
python3-nlopt_2.11.0-1_amd64.deb
Files:
c9007e696fac104dab8c43fada0df925 2668 math optional nlopt_2.11.0-1.dsc
c5cf8be0fc8fcbb0eb9e77834bbce7d7 2065834 math optional nlopt_2.11.0.orig.tar.gz
e3b1fffed5acfd4d3589cfe34623513e 15464 math optional
nlopt_2.11.0-1.debian.tar.xz
04bc96da42a83777c22628dd503c3344 12044 libdevel optional
libnlopt-cxx-dev_2.11.0-1_amd64.deb
d205ac8a41259bd2023926c227d4371d 882892 debug optional
libnlopt-cxx1-dbgsym_2.11.0-1_amd64.deb
387f8c6649b3f180514e8a49b0088e8a 211436 libs optional
libnlopt-cxx1_2.11.0-1_amd64.deb
f4edf466c61ef956efc27c8aad6eb8a5 49152 libdevel optional
libnlopt-dev_2.11.0-1_amd64.deb
b538d22d211b576c96d4c7870aadd0bb 295708 debug optional
libnlopt-guile0-dbgsym_2.11.0-1_amd64.deb
2fdab1777814c57fc1e8056328f06f75 41960 libs optional
libnlopt-guile0_2.11.0-1_amd64.deb
14ec70b79b71566bd3123bab9a34ab93 396580 debug optional
libnlopt1-dbgsym_2.11.0-1_amd64.deb
2ff3578e59dce154f2bd9e338edd88f5 182272 libs optional
libnlopt1_2.11.0-1_amd64.deb
1d5a8a2fb480ab58c4b43b1e1fbd2ba9 2845236 doc optional
nlopt-doc_2.11.0-1_all.deb
cf0874ef15394f820a28a78adaafbaee 30017 math optional
nlopt_2.11.0-1_amd64.buildinfo
4112675daf8c0cbf617887bd3d25d420 929132 debug optional
octave-nlopt-dbgsym_2.11.0-1_amd64.deb
2a3e03d1baf29f3f119f46d6aa83c54d 30644 math optional
octave-nlopt_2.11.0-1_amd64.deb
f12c236ac8ef8fa4ab8713223db5c92e 495612 debug optional
python3-nlopt-dbgsym_2.11.0-1_amd64.deb
cb75be9696d400698f065acb1a172eb0 81908 python optional
python3-nlopt_2.11.0-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmqV1MsRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtFeAhAAlHaKeK0V0Eq7S8JJ7okUhgjNMV1h6AcY
RSXDEz1+xQdFqHt/uwCR7CeZByMGghP17aDmMysY6M2QsXTIpB6m9gKZ5bKjKIW6
uT4TkL4wgE1S4F2kyyDJDRNnt6zzP2ATayTlyHnE/B68UF8LHx8Gnj2i3+fvESQo
ORUPIfdwMwX509bMbB7mdSckGNDljwgNdhf4M4gw5CcPg2rulzyBod+X7w4UT7k4
Z5DIDMy2EfBdhfKVz960cK6nBoWQvvYeTJ3lQkPC8HYTwzAcxjDSlkalPl+n2kf0
KsrzamynEQmNpMFAkSfimnOEFwszBRw99IevJ4PCx5xSIpWJuMrLskbj6UXAmjP5
bXrVfU/oPbJ/8Ss/FyzK6UY/dTtBKLHFKIIFvUMRVlpFQxwVht5hQFPwhzphy1sD
t+yivVH6tl8CxSsxmDlwnSZTDETDtl+3BhwUp+Pufq6mPJ+bZPZ8NO+9i4LQqG2o
jM23cw/PC6Dz/RX9iaeYEXUociELrzJty12CJuaykUY29iGEAkVa9iJcrbym3S4q
F1AfF4Oo84fu6p0HvqFo9FLKKRoqOoiBMlE9rGcl5Nq67MPYAVWy09/oBw20dLkv
3/cHpsHsWtsEUmTw22iFxwCHalaX++7A90KxkrrfQb5S5CguCUVCJxaRiSLEhOGn
+6L0cHDLCAk=
=442o
-----END PGP SIGNATURE-----
pgpiyvUSC0GVZ.pgp
Description: PGP signature
--- End Message ---
--
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers