Source: curl
Version: 7.67.0-1
Severity: important
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: cross-satisfiability

curl fails to cross build from source, because the 7.67.0-1 dropped the
crucial :native annotation from the python dependency replaced with
python3. Thus python3 is required for the host architecture now and that
happens to not be installable. curl still needs a build architecture
python, so we still need the :native annotation. Please fix this quickly
as working around it is difficult.

Helmut
diff --minimal -Nru curl-7.67.0/debian/changelog curl-7.67.0/debian/changelog
--- curl-7.67.0/debian/changelog        2019-11-30 13:45:07.000000000 +0100
+++ curl-7.67.0/debian/changelog        2019-12-01 10:15:38.000000000 +0100
@@ -1,3 +1,10 @@
+curl (7.67.0-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix python3 dependency for cross building. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Sun, 01 Dec 2019 10:15:38 +0100
+
 curl (7.67.0-1) unstable; urgency=medium
 
   * New upstream release
diff --minimal -Nru curl-7.67.0/debian/control curl-7.67.0/debian/control
--- curl-7.67.0/debian/control  2019-11-30 13:45:07.000000000 +0100
+++ curl-7.67.0/debian/control  2019-12-01 10:15:38.000000000 +0100
@@ -22,7 +22,7 @@
  libssl-dev (>= 1.1),
  libtool,
  openssh-server <!nocheck>,
- python3,
+ python3:native,
  quilt,
  stunnel4 <!nocheck>,
  zlib1g-dev

Reply via email to