Skip to content
Snippets Groups Projects
Forked from tests / apertis-test-cases
Source project has a limited visibility.
  • Emanuele Aina's avatar
    3f989f35
    frome: Install bash, needed by ssl-cert · 3f989f35
    Emanuele Aina authored and Luis Araujo's avatar Luis Araujo committed
    
    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's avatarEmanuele Aina <emanuele.aina@collabora.com>
    3f989f35
    History
    frome: Install bash, needed by ssl-cert
    Emanuele Aina authored and Luis Araujo's avatar Luis Araujo committed
    
    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's avatarEmanuele Aina <emanuele.aina@collabora.com>