Source: ubertooth
Version: 2018.08.R1-3
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

ubertooth fails to cross build from source, because its Build-Depends
python-all is unsatisfiable. It doesn't build a Python extension (just a
Python module), so python-all:any is sufficient. After changing the
dependency, ubertooth cross builds successfully. Please consider
applying the attached patch.

Helmut
diff --minimal -Nru ubertooth-2018.08.R1/debian/changelog 
ubertooth-2018.08.R1/debian/changelog
--- ubertooth-2018.08.R1/debian/changelog       2018-09-25 10:40:00.000000000 
+0200
+++ ubertooth-2018.08.R1/debian/changelog       2018-11-03 14:22:35.000000000 
+0100
@@ -1,3 +1,10 @@
+ubertooth (2018.08.R1-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Annotate python-all with :any. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Sat, 03 Nov 2018 14:22:35 +0100
+
 ubertooth (2018.08.R1-3) unstable; urgency=medium
 
   [ Helmut Grohne ]
diff --minimal -Nru ubertooth-2018.08.R1/debian/control 
ubertooth-2018.08.R1/debian/control
--- ubertooth-2018.08.R1/debian/control 2018-09-25 10:40:00.000000000 +0200
+++ ubertooth-2018.08.R1/debian/control 2018-11-03 14:22:33.000000000 +0100
@@ -9,7 +9,7 @@
                pkg-config,
                libbluetooth-dev,
                libbtbb-dev (>= 2018.06.R1),
-               python-all,
+               python-all:any,
                txt2man
 Build-Depends-Indep: gcc-arm-none-eabi,
                      libnewlib-arm-none-eabi,

Reply via email to