[Pkg-alsa-devel] Bug#854213: alsa-lib FTCBFS: Build-Depends: python-dev is not installable

Helmut Grohne helmut at subdivi.de
Sun Feb 5 06:20:56 UTC 2017


Source: alsa-lib
Version: 1.1.3-3
Tags: patch
User: helmutg at debian.org
Usertags: rebootstrap

alsa-lib added python-dev to Build-Depends in version 1.1.3-3.
Unfortunately, python-dev cannot be installed during cross compilation
and is not what alsa-lib needs. What it needs, is a build architecture
python and a host architecture python development package. That's
usually requested via "python-dev:native, libpython-dev". After changing
Build-Depends, it cross builds again. Please consider applying the
attached patch after stretch is released.

Helmut
-------------- next part --------------
diff --minimal -Nru alsa-lib-1.1.3/debian/changelog alsa-lib-1.1.3/debian/changelog
--- alsa-lib-1.1.3/debian/changelog	2017-01-24 12:30:46.000000000 +0100
+++ alsa-lib-1.1.3/debian/changelog	2017-02-05 07:15:23.000000000 +0100
@@ -1,3 +1,10 @@
+alsa-lib (1.1.3-4.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Use cross-compatible python Build-Depends (closes: #-1)
+
+ -- Helmut Grohne <helmut at subdivi.de>  Sun, 05 Feb 2017 07:15:23 +0100
+
 alsa-lib (1.1.3-4) unstable; urgency=medium
 
   * Add copyright notes for src/topology. Thanks Thorsten Alteholz for
diff --minimal -Nru alsa-lib-1.1.3/debian/control alsa-lib-1.1.3/debian/control
--- alsa-lib-1.1.3/debian/control	2017-01-23 23:26:19.000000000 +0100
+++ alsa-lib-1.1.3/debian/control	2017-02-05 07:15:21.000000000 +0100
@@ -5,7 +5,7 @@
 Uploaders: Jordi Mallach <jordi at debian.org>,
            Elimar Riesebieter <riesebie at lxtec.de>,
            Luke Yelavich <themuso at ubuntu.com>
-Build-Depends: debhelper (>= 10), dpkg-dev (>= 1.16.1), python-dev
+Build-Depends: debhelper (>= 10), dpkg-dev (>= 1.16.1), python-dev:native, libpython-dev
 Build-Depends-Indep: doxygen, graphviz
 Standards-Version: 3.9.8
 Homepage: https://www.alsa-project.org/


More information about the Pkg-alsa-devel mailing list