From 53f78a01f2fb514d61fdb076f5b749e03ffddb74 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Tue, 31 Jan 2017 10:18:46 +0000 Subject: Add in test-deps of ruby-ffi,attr, and build dep of attr --- .gitlab-ci.yml | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 12fbd96..b152e89 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,7 @@ test: &test stage: test image: $CI_REGISTRY/docker-images/layers:jessie-ruby script: + - apt-get install attr ruby-ffi - make test package: &package diff --git a/debian/control b/debian/control index 594b385..238203c 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: ruby Priority: optional Maintainer: Patrick J Cherry Uploaders: Steve Kemp -Build-Depends: debhelper (>= 7.0.50~), txt2man, ruby | ruby-interpreter, ruby-ffi +Build-Depends: debhelper (>= 7.0.50~), txt2man, ruby | ruby-interpreter, ruby-ffi, attr Standards-Version: 3.9.6 # Vcs-Git: Vcs-Browser: https://github.com/BytemarkHosting/byteback.git -- cgit v1.2.1