From f4ec2759ca40f59345163146d40212b935392c1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20J=2E=20Hern=C3=A1ndez?= Date: Wed, 7 Jan 2015 23:04:53 +0100 Subject: [PATCH] Fix build-depends Adding required `help2man` package to build the Debian package. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index d062bf5..74f0738 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: travis-run Section: devel Priority: optional Maintainer: Daniel Gröber -Build-Depends: debhelper (>= 9.0.0) +Build-Depends: debhelper (>= 9.0.0), help2man Standards-Version: 3.9.5 Homepage: https://github.com/DanielG/travis-run Vcs-Git: https://github.com/DanielG/travis-run.git @@ -19,4 +19,4 @@ Description: Run travis-ci builds locally using Docker problems that only occur on travis-ci but not on the developer's machine. To do this, we use the same chef-solo cookbooks used by travis-ci and generate the script to drive the build from the .travis.yml file using the ruby libraries - published by them. \ No newline at end of file + published by them.