Bug#856565: mpg123 FTCBFS: python-minimal dependency not installable

Helmut Grohne helmut at subdivi.de
Thu Mar 2 14:32:06 UTC 2017


Source: mpg123
Version: 1.23.8-1
Tags: patch
User: helmutg at debian.org
Usertags: rebootstrap

mpg123's Build-Depends are not cross satisfiable, because python-minimal
is requested for the host architecture, but not installable. What is
really needed is a build architecture python-minimal though. After
annotating the dependency with :native (or :any), mpg123 cross builds
successfully. Please consider applying the attached patch after stretch
is released.

Helmut
-------------- next part --------------
diff --minimal -Nru mpg123-1.23.8/debian/changelog mpg123-1.23.8/debian/changelog
--- mpg123-1.23.8/debian/changelog	2016-09-28 19:19:03.000000000 +0200
+++ mpg123-1.23.8/debian/changelog	2017-03-02 15:27:38.000000000 +0100
@@ -1,3 +1,10 @@
+mpg123 (1.23.8-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Annotate python-minimal build dependency with :native. (Closes: #-1)
+
+ -- Helmut Grohne <helmut at subdivi.de>  Thu, 02 Mar 2017 15:27:38 +0100
+
 mpg123 (1.23.8-1) unstable; urgency=high
 
   * Team upload.
diff --minimal -Nru mpg123-1.23.8/debian/control mpg123-1.23.8/debian/control
--- mpg123-1.23.8/debian/control	2016-09-28 19:13:30.000000000 +0200
+++ mpg123-1.23.8/debian/control	2017-03-02 15:27:37.000000000 +0100
@@ -16,7 +16,7 @@
  libpulse-dev [!hurd-i386],
  pkg-config,
  portaudio19-dev,
- python-minimal
+ python-minimal:native
 Standards-Version: 3.9.8
 Homepage: http://mpg123.org/
 Vcs-Git: https://anonscm.debian.org/cgit/pkg-multimedia/mpg123.git


More information about the pkg-multimedia-maintainers mailing list