Your message dated Sat, 21 Dec 2019 04:04:17 +0000
with message-id <[email protected]>
and subject line Bug#929045: fixed in python-cycler 0.10.0-2
has caused the Debian Bug report #929045,
regarding mark python-cycler Multi-Arch: foreign
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.)
--
929045: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929045
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-cycler
Version: 0.10.0-1
Tags: patch
User: [email protected]
Usertags: rebootstrap
pymvpa2 fails to satisfy its cross Build-Depends, because its dependency
on python-cycler is unsatisfiable. python-cycler is a Python module that
only depends on python-six, which also is a module and is already thus
marked. Since no extensions are in the loop, we can mark python-cycler
Multi-Arch: foreign. It's not 100% correct as the postinst byte compiles
the .py files into architecture-dependent .pyc files, but the module
continues to work in the absence of these files. Please consider
applying the attached patch.
Helmut
diff --minimal -Nru python-cycler-0.10.0/debian/changelog
python-cycler-0.10.0/debian/changelog
--- python-cycler-0.10.0/debian/changelog 2016-04-09 23:29:01.000000000
+0200
+++ python-cycler-0.10.0/debian/changelog 2019-05-15 22:40:14.000000000
+0200
@@ -1,3 +1,10 @@
+python-cycler (0.10.0-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Mark all packages Multi-Arch: foreign. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]> Wed, 15 May 2019 22:40:14 +0200
+
python-cycler (0.10.0-1) unstable; urgency=medium
[ Sandro Tosi ]
diff --minimal -Nru python-cycler-0.10.0/debian/control
python-cycler-0.10.0/debian/control
--- python-cycler-0.10.0/debian/control 2016-04-09 23:29:01.000000000 +0200
+++ python-cycler-0.10.0/debian/control 2019-05-15 22:40:10.000000000 +0200
@@ -11,6 +11,7 @@
Package: python-cycler
Architecture: all
+Multi-Arch: foreign
Depends: ${python:Depends}, ${misc:Depends}
Suggests: python-cycler-doc
Description: composable kwarg iterator (Python 2)
@@ -23,6 +24,7 @@
Package: python3-cycler
Architecture: all
+Multi-Arch: foreign
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: python-cycler-doc
Description: composable kwarg iterator (Python 3)
@@ -38,6 +40,7 @@
Package: python-cycler-doc
Section: doc
Architecture: all
+Multi-Arch: foreign
Depends: ${misc:Depends}, ${sphinxdoc:Depends}, libjs-mathjax
Description: composable kwarg iterator (documentation)
When using matplotlib and plotting more than one line, it is common to want to
diff --minimal -Nru python-cycler-0.10.0/debian/changelog
python-cycler-0.10.0/debian/changelog
--- python-cycler-0.10.0/debian/changelog 2016-04-09 23:29:01.000000000
+0200
+++ python-cycler-0.10.0/debian/changelog 2019-05-15 22:40:14.000000000
+0200
@@ -1,3 +1,10 @@
+python-cycler (0.10.0-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Mark all packages Multi-Arch: foreign. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]> Wed, 15 May 2019 22:40:14 +0200
+
python-cycler (0.10.0-1) unstable; urgency=medium
[ Sandro Tosi ]
diff --minimal -Nru python-cycler-0.10.0/debian/control
python-cycler-0.10.0/debian/control
--- python-cycler-0.10.0/debian/control 2016-04-09 23:29:01.000000000 +0200
+++ python-cycler-0.10.0/debian/control 2019-05-15 22:40:10.000000000 +0200
@@ -11,6 +11,7 @@
Package: python-cycler
Architecture: all
+Multi-Arch: foreign
Depends: ${python:Depends}, ${misc:Depends}
Suggests: python-cycler-doc
Description: composable kwarg iterator (Python 2)
@@ -23,6 +24,7 @@
Package: python3-cycler
Architecture: all
+Multi-Arch: foreign
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: python-cycler-doc
Description: composable kwarg iterator (Python 3)
@@ -38,6 +40,7 @@
Package: python-cycler-doc
Section: doc
Architecture: all
+Multi-Arch: foreign
Depends: ${misc:Depends}, ${sphinxdoc:Depends}, libjs-mathjax
Description: composable kwarg iterator (documentation)
When using matplotlib and plotting more than one line, it is common to want to
--- End Message ---
--- Begin Message ---
Source: python-cycler
Source-Version: 0.10.0-2
We believe that the bug you reported is fixed in the latest version of
python-cycler, 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.
Sandro Tosi <[email protected]> (supplier of updated python-cycler 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: Fri, 20 Dec 2019 22:48:41 -0500
Source: python-cycler
Architecture: source
Version: 0.10.0-2
Distribution: unstable
Urgency: medium
Maintainer: Sandro Tosi <[email protected]>
Changed-By: Sandro Tosi <[email protected]>
Closes: 929045
Changes:
python-cycler (0.10.0-2) unstable; urgency=medium
.
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
* Convert git repository from git-dpm to gbp layout
* Use debhelper-compat instead of debian/compat.
.
[ Sandro Tosi ]
* debian/control
- mark module binary packages as Multi-Arch: foreign; Closes: #929045
- bump Standards-Version to 4.4.1 (no changes needed)
- wrap-and-sort
* Build documentation with py3k sphinx
* debian/patches/remove-mpl-only-directives.patch
- ensure compat with new matplotlit removing only_directives sphinx ext
Checksums-Sha1:
bbc1994765070179da9f9b04cbc8463a51e4200b 2300 python-cycler_0.10.0-2.dsc
1df916e414b9c7bfdea62e363cc554f57c96de4f 3348
python-cycler_0.10.0-2.debian.tar.xz
f1dc20226435c6671099dcf8748cae3ae5324557 8555
python-cycler_0.10.0-2_source.buildinfo
Checksums-Sha256:
af9f9ff17e385e0570e6df27caa23b0a56831a73e082a39a3ae022d7ac557346 2300
python-cycler_0.10.0-2.dsc
3ac2d522443956cf8ccc4d5bf7959952a6c7cf2d82bb2eb390e53f0c4ca004a0 3348
python-cycler_0.10.0-2.debian.tar.xz
7110b91d98993b2638985c37eea8e6a7653d2a767163775cbfb130d33db42f04 8555
python-cycler_0.10.0-2_source.buildinfo
Files:
b2e0948c8d38878426e1295f614918ec 2300 python optional
python-cycler_0.10.0-2.dsc
61405ed6ab8b6cf575dcc65d5570640e 3348 python optional
python-cycler_0.10.0-2.debian.tar.xz
8f594dae67aaf36ac328cc4ca0ca67e9 8555 python optional
python-cycler_0.10.0-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEufrTGSrz5KUwnZ05h588mTgBqU8FAl39llUACgkQh588mTgB
qU9GlBAAt+3WFQa7vOBLyg82wFj7Ix7gyIcIwurVGsYdF0wtOJ9rp8ArXb1KZQUU
agyGWPmZB/v9aJwzEPF0qAr9MhleDOOoQrh9hVO0+ylqq8AAxbVKASu7vM0HRSIl
DJGx5Ilg81Fzy1fZIk6JDv5D4dretV3iLcxrKY1BE+xWyaS1dXBtaq7FDemC/7Sx
0mHdm3v3df/wqumf9bHeLEoAfdffDRzFu2BwfQ/Z+cSSGmS8vPWK84VunzC2SEMJ
a9xGNxyuWuk4uXZCSRoZc0iOSk8KlnAx/TAnMJcRxMSOh5nyHtZg+Lphl1hjslkY
hOLhJdw094WgQn+8zRO05nMBkZauOhYEcsHhYo2z+vWHLX+8SUSvm0uz/VHcluJD
zVO1WK+YKbISkAyaavIe9RL5c8k92FneAbqAsy8ak1s6EcrbtVtIFyMuzItmzrtl
1xZQc2L3eLJmWDTB0yAPqbjs9K6W4IXmNFRy3LCxOc4SKNCyywACTnx0tCk5UQHa
9szUv4GWMAa9hOCD6IBJOv4aIFuO66YraWEfvuJ2wByOxcXp7GEeQraSgUxcwp3P
PVa+U8i9e5sK94DUCxjD5qrUVqJetgXgbUS5fVkY+vcyBu9mUxiN569Zq7JAMxVa
d1ngpMtQOO88HZBi7Foq9RXvQPx0kqmvGIrT/OOynzLFitzrCl8=
=t8RE
-----END PGP SIGNATURE-----
--- End Message ---