Fix debian dependencies
This commit is contained in:
parent
b262a3f5ad
commit
9dbd2e901a
4
debian/control
vendored
4
debian/control
vendored
|
@ -2,13 +2,13 @@ Source: ruby-lxc
|
||||||
Section: ruby
|
Section: ruby
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Andre Nathan <andrenth@gmail.com>
|
Maintainer: Andre Nathan <andrenth@gmail.com>
|
||||||
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
|
Standards-Version: 3.9.5
|
||||||
XS-Ruby-Versions: all
|
XS-Ruby-Versions: all
|
||||||
|
|
||||||
Package: ruby-lxc
|
Package: ruby-lxc
|
||||||
Architecture: any
|
Architecture: any
|
||||||
XB-Ruby-Versions: ${ruby:Versions}
|
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
|
Description: Ruby bindings for liblxc
|
||||||
This package provides liblxc bindings for the Ruby programming language.
|
This package provides liblxc bindings for the Ruby programming language.
|
||||||
|
|
Loading…
Reference in a new issue