Source: curl
Version: 7.72.0-1
Severity: important
Justification: curl participates in architecture bootstrap
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: cross-satisfiability

curl fails to cross build from source as it added new test dependencies
on python stuff. These are interpreted as host architecture dependencies
and thus unsatisfiable. They also are unnecessary for cross building
curl as cross builds skip tests by default. Please consider applying the
attached patch.

Helmut
diff --minimal -Nru curl-7.72.0/debian/changelog curl-7.72.0/debian/changelog
--- curl-7.72.0/debian/changelog        2020-08-24 10:26:12.000000000 +0200
+++ curl-7.72.0/debian/changelog        2020-08-25 19:24:40.000000000 +0200
@@ -1,3 +1,10 @@
+curl (7.72.0-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Annotate python dependencies <!nocheck>. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Tue, 25 Aug 2020 19:24:40 +0200
+
 curl (7.72.0-1) unstable; urgency=medium
 
   * New upstream release
diff --minimal -Nru curl-7.72.0/debian/control curl-7.72.0/debian/control
--- curl-7.72.0/debian/control  2020-08-24 10:26:12.000000000 +0200
+++ curl-7.72.0/debian/control  2020-08-25 19:24:40.000000000 +0200
@@ -22,8 +22,8 @@
  libssl-dev (>= 1.1),
  libtool,
  openssh-server <!nocheck>,
- python3:native,
- python3-impacket,
+ python3:native <!nocheck>,
+ python3-impacket <!nocheck>,
  quilt,
  stunnel4 <!nocheck>,
  zlib1g-dev

Reply via email to