From 3f989f35ba7c1972294be118a5b9037f1e7a9b2d Mon Sep 17 00:00:00 2001
From: Emanuele Aina <emanuele.aina@collabora.com>
Date: Mon, 8 Apr 2019 03:14:56 +0200
Subject: [PATCH] frome: Install bash, needed by ssl-cert

The `make-ssl-cert` script specifically targets bash, so let's install it
explicitly.

The `ssl-cert` package is brought in by `postfix`, which is needed by `quilt`,
suggested by `devscript`.

This fixes the error below:
    Setting up ssl-cert (1.0.39ba1) ...
    /var/lib/dpkg/info/ssl-cert.postinst: 48: /var/lib/dpkg/info/ssl-cert.postinst: make-ssl-cert: not found
    dpkg: error processing package ssl-cert (--configure):
     installed ssl-cert package post-installation script subprocess returned error exit status 127

The install error also caused the subsequent tests to be skipped due to the
inconsistent state.

Signed-off-by: Emanuele Aina <emanuele.aina@collabora.com>
---
 test-cases/frome.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test-cases/frome.yaml b/test-cases/frome.yaml
index 43fc314..2b1271a 100644
--- a/test-cases/frome.yaml
+++ b/test-cases/frome.yaml
@@ -24,6 +24,7 @@ metadata:
 
 install:
   deps:
+    - bash
     - devscripts
     - frome-tests
     - gnome-desktop-testing
-- 
GitLab