From 9dbd2e901a34100ff6fcf5207a055b8a87896e2a Mon Sep 17 00:00:00 2001 From: Andre Nathan Date: Mon, 4 Jan 2016 11:41:36 -0200 Subject: [PATCH] Fix debian dependencies --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 922a2c7..96283e8 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,13 @@ Source: ruby-lxc Section: ruby Priority: optional Maintainer: Andre Nathan -Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.3~) +Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.3~), lxc-dev Standards-Version: 3.9.5 XS-Ruby-Versions: all Package: ruby-lxc Architecture: any XB-Ruby-Versions: ${ruby:Versions} -Depends: ${misc:Depends}, ${shlibs:Depends}, ruby | ruby-interpreter, lxc-dev +Depends: ${misc:Depends}, ${shlibs:Depends}, ruby | ruby-interpreter, liblxc1 Description: Ruby bindings for liblxc This package provides liblxc bindings for the Ruby programming language.