Your message dated Mon, 06 Nov 2017 19:04:53 +0000
with message-id <[email protected]>
and subject line Bug#879897: fixed in postgresql-multicorn 1.3.3-6
has caused the Debian Bug report #879897,
regarding postgresql-multicorn: python{,3}-all-dev as test deps
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.)
--
879897: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879897
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: postgresql-multicorn
Version: 1.3.3-5
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu bionic ubuntu-patch
Dear maintainers,
I noticed during the python3.6 migration in Ubuntu that postgresql-multicorn
failed its autopkgtests, because while there were multiple supported
versions of python3 (3.5, 3.6), 3.6 was not available at test time.
The attached patch addresses this by making the tests depend on the
corresponding python*-all-dev package.
Apologies for not submitting this patch in time to matter for the python3.6
transition in Debian, but it's still a correct change that will be
applicable for the next python3 transition.
Cheers,
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
Ubuntu Developer http://www.debian.org/
[email protected] [email protected]
diff -Nru postgresql-multicorn-1.3.3/debian/tests/control
postgresql-multicorn-1.3.3/debian/tests/control
--- postgresql-multicorn-1.3.3/debian/tests/control 2017-10-22
06:22:35.000000000 -0700
+++ postgresql-multicorn-1.3.3/debian/tests/control 2017-10-26
20:46:48.000000000 -0700
@@ -1,7 +1,7 @@
-Depends: newpid, postgresql-10-python-multicorn, python-psycopg2,
python-sqlalchemy, postgresql-server-dev-all (>= 156~), postgresql-common (>=
159~), postgresql-contrib-10, postgresql-plpython-10
+Depends: newpid, postgresql-9.6-python-multicorn, python-psycopg2,
python-sqlalchemy, postgresql-server-dev-all (>= 156~), postgresql-common (>=
159~), postgresql-contrib-9.6, postgresql-plpython-9.6, python-all-dev
Test-Command: debian/tests/installcheck python2
Restrictions: needs-root allow-stderr
-Depends: newpid, postgresql-10-python3-multicorn, python3-psycopg2,
python3-sqlalchemy, postgresql-server-dev-all (>= 156~), postgresql-common (>=
159~), postgresql-contrib-10, postgresql-plpython3-10
+Depends: newpid, postgresql-9.6-python3-multicorn, python3-psycopg2,
python3-sqlalchemy, postgresql-server-dev-all (>= 156~), postgresql-common (>=
159~), postgresql-contrib-9.6, postgresql-plpython3-9.6, python3-all-dev
Test-Command: debian/tests/installcheck python3
Restrictions: needs-root allow-stderr
diff -Nru postgresql-multicorn-1.3.3/debian/tests/control.in
postgresql-multicorn-1.3.3/debian/tests/control.in
--- postgresql-multicorn-1.3.3/debian/tests/control.in 2017-10-21
02:57:09.000000000 -0700
+++ postgresql-multicorn-1.3.3/debian/tests/control.in 2017-10-26
20:46:48.000000000 -0700
@@ -1,7 +1,7 @@
-Depends: newpid, postgresql-PGVERSION-python-multicorn, python-psycopg2,
python-sqlalchemy, postgresql-server-dev-all (>= 156~), postgresql-common (>=
159~), postgresql-contrib-PGVERSION, postgresql-plpython-PGVERSION
+Depends: newpid, postgresql-PGVERSION-python-multicorn, python-psycopg2,
python-sqlalchemy, postgresql-server-dev-all (>= 156~), postgresql-common (>=
159~), postgresql-contrib-PGVERSION, postgresql-plpython-PGVERSION,
python-all-dev
Test-Command: debian/tests/installcheck python2
Restrictions: needs-root allow-stderr
-Depends: newpid, postgresql-PGVERSION-python3-multicorn, python3-psycopg2,
python3-sqlalchemy, postgresql-server-dev-all (>= 156~), postgresql-common (>=
159~), postgresql-contrib-PGVERSION, postgresql-plpython3-PGVERSION
+Depends: newpid, postgresql-PGVERSION-python3-multicorn, python3-psycopg2,
python3-sqlalchemy, postgresql-server-dev-all (>= 156~), postgresql-common (>=
159~), postgresql-contrib-PGVERSION, postgresql-plpython3-PGVERSION,
python3-all-dev
Test-Command: debian/tests/installcheck python3
Restrictions: needs-root allow-stderr
--- End Message ---
--- Begin Message ---
Source: postgresql-multicorn
Source-Version: 1.3.3-6
We believe that the bug you reported is fixed in the latest version of
postgresql-multicorn, 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.
Christoph Berg <[email protected]> (supplier of updated postgresql-multicorn
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: SHA256
Format: 1.8
Date: Mon, 06 Nov 2017 19:24:13 +0100
Source: postgresql-multicorn
Binary: python-multicorn python3-multicorn postgresql-10-python-multicorn
postgresql-10-python3-multicorn
Architecture: source
Version: 1.3.3-6
Distribution: unstable
Urgency: medium
Maintainer: Debian PostgreSQL Maintainers
<[email protected]>
Changed-By: Christoph Berg <[email protected]>
Description:
postgresql-10-python-multicorn - multicorn extension for Postgres 10 to write
FDWs with python2
postgresql-10-python3-multicorn - multicorn extension for Postgres 10 to write
FDWs with python3
python-multicorn - multicorn utility module for postgresql-X.Y-python-multicorn
python3-multicorn - multicorn utility module for
postgresql-X.Y-python3-multicorn
Closes: 879897
Changes:
postgresql-multicorn (1.3.3-6) unstable; urgency=medium
.
* Test-Depend on python(3)-all-dev to pull in the correct python version if
there are several. Analysis and patch by Steve Langasek, thanks!
Closes: #879897.
Checksums-Sha1:
1f5683dbaf0c07e57ce03c7a5578e030317be5f1 2822 postgresql-multicorn_1.3.3-6.dsc
f9b9b0e0b531fa8452899debbb1883926d785aed 12472
postgresql-multicorn_1.3.3-6.debian.tar.xz
1b9bbef883262f0cb87210107de76edbbfefb228 8098
postgresql-multicorn_1.3.3-6_source.buildinfo
Checksums-Sha256:
61122c3ca6b3b44cc885b22a6ff4f61c600bdd3d8ba507bd5bdc2c10f936157a 2822
postgresql-multicorn_1.3.3-6.dsc
d55727d689e8b7b00cea0c441d0cfa9d6d4ac40181a8b89c66d45ec8e0707d1c 12472
postgresql-multicorn_1.3.3-6.debian.tar.xz
453061a33a5c0235fa71a241ea764a96ac503bff336a70e1c37aa9e95f27e177 8098
postgresql-multicorn_1.3.3-6_source.buildinfo
Files:
49eb5df0f777cb8c389950fbd6f70969 2822 database optional
postgresql-multicorn_1.3.3-6.dsc
40b63d8f47ea87c6900a344c9f1effe4 12472 database optional
postgresql-multicorn_1.3.3-6.debian.tar.xz
c50636a31636efffe26002faefa3cb0b 8098 database optional
postgresql-multicorn_1.3.3-6_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEXEj+YVf0kXlZcIfGTFprqxLSp64FAloAqkcACgkQTFprqxLS
p66NXhAAkBj/X4RMD4ytqVDsFlljeVb4aAQkJkC8AeR64zRMego4Yk1jnZtZ5oZM
3Rknc5dOZxMyAs1DrFYRlmviSMXEc+bmb8b5brpORIXnLz6y/NgDBR6va2gZjjdE
N81CQ5tcsETOr2b2i890iVNOkySItGTIvni5IVOJf3496olHL1YDIp6qmmOZ6pzE
PoLcubI4fYplDz4s4NZ0RgI/GM5NdwqvUJkpajym6U6OZzh1Bbqm7JKMccV8AQ/B
PxTTXRFh6/xK2DJtzW5BCrcYigbGcUKkt+Z8DhkPNOSmO74wFAWMwHP/4rZjrVR8
wSHA52bj8jLwbNgTKfC4eJKmOpy4KyLG6h7H0f0TFwiI3Ngo7lNHU1SvjBofHZul
e8z5zAWbWMRh2Am6rbWP1Cm6nYy3XA6XoZl3xaWHSHQlS26wKyBqevEM4OyEuq6F
HuzODSDHAxTSyDbV0jgvIfeuRIhf4U6k0av+mPPiRQxDX06ZclhbtAGXu+XWgATE
dpUHLLwOysA6S/a6UUYqCOtizWupyvI/IUZlAmNjE3RTNRXpRfxSyflFn41aZrGY
6utHuTfmpb+3PCiRumfePJUrQS7ISlgWN2EmERVD3jjFAsUY9dGA93QCoEBeSYhZ
2O7oiBgmyU0N01LWgdKc4rAYDW4Mcd4ULdEXxpH4LOxZBVkcDZ4=
=npo1
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Pkg-postgresql-public mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-postgresql-public