Package: raqm Version: 0.7.0-3 Severity: minor Tags: patch User: [email protected] Usertags: origin-ubuntu focal ubuntu-patch
The tests/Makefile.am calls 'python ...' so the package should have the corresponding Build-Depends. The package started failing to build in Ubuntu because /usr/bin/python is not installed by default anymore https://launchpadlibrarian.net/455048402/buildlog_ubuntu-focal-amd64.raqm_0.7.0-3build1_BUILDING.txt.gz The joined patch fixes the issue
diff -Nru raqm-0.7.0/debian/control raqm-0.7.0/debian/control --- raqm-0.7.0/debian/control 2019-07-07 04:36:51.000000000 +0200 +++ raqm-0.7.0/debian/control 2019-12-11 11:15:05.000000000 +0100 @@ -6,6 +6,7 @@ Build-Depends: debhelper (>= 12), pkg-config, + python2, libfreetype6-dev (>= 2.4.2), libfribidi-dev, libharfbuzz-dev,

