Source: python-cycler
Version: 0.10.0-1
Tags: patch
User: helm...@debian.org
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 <hel...@subdivi.de>  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 <hel...@subdivi.de>  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

Reply via email to