From 007ae15b758dd90cc362284f8506af2c4462d105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Boutillier?= <boutil@debian.org> Date: Tue, 10 Sep 2019 23:20:42 +0200 Subject: [PATCH] Add missing dependency on ruby-octokit (Closes: #932190). Thanks Phil Morrell for the report --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 89b6a71..e37d727 100644 --- a/debian/control +++ b/debian/control @@ -17,6 +17,7 @@ Package: ruby-jekyll-gist Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, + ruby-octokit, ${misc:Depends}, ${shlibs:Depends} Description: Liquid tag for displaying GitHub Gists in Jekyll sites -- GitLab