From 396e83d777020611bac55a636e3c7e42e4883b34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Otto=20Kek=C3=A4l=C3=A4inen?= Date: Sun, 5 Apr 2020 18:55:15 +0300 Subject: [PATCH] Travis-CI: Add missing build dependency dh-exec Backported from 30b44aaec7120f41ee1383536730947cfa427308. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 45adb875b61..a430ff14640 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,6 +49,7 @@ matrix: - cmake - debhelper - dh-apparmor + - dh-exec - dpatch - gdb - libaio-dev