Add debian directory
This commit is contained in:
parent
d7d3a0aed1
commit
d600c76f04
5
debian/changelog
vendored
Normal file
5
debian/changelog
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
ruby-lxc (1.1.0-0digirati1) trusty; urgency=low
|
||||
|
||||
* Version 1.1.0.
|
||||
|
||||
-- Andre Nathan <andre@digirati.com.br> Tue, 20 May 2014 09:37:12 -0300
|
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
7
|
14
debian/control
vendored
Normal file
14
debian/control
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
Source: ruby-lxc
|
||||
Section: ruby
|
||||
Priority: optional
|
||||
Maintainer: Andre Nathan <andrenth@gmail.com>
|
||||
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.3~)
|
||||
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
|
||||
Description: Ruby bindings for liblxc
|
||||
This package provides liblxc bindings for the Ruby programming language.
|
9
debian/copyright
vendored
Normal file
9
debian/copyright
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=173
|
||||
Upstream-Name: ruby-lxc
|
||||
|
||||
Files: *
|
||||
Copyright: Copyright 2014 Andre Nathan <andrenth@gmail.com>
|
||||
License: LGPL-2.1
|
||||
On Debian systems, the full text of the GNU General Public
|
||||
License version 2 can be found in the file
|
||||
`/usr/share/common-licenses/LGPL-2.1'.
|
12
debian/rules
vendored
Executable file
12
debian/rules
vendored
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/make -f
|
||||
#export DH_VERBOSE=1
|
||||
#
|
||||
# Uncomment to ignore all test failures (but the tests will run anyway)
|
||||
#export DH_RUBY_IGNORE_TESTS=all
|
||||
#
|
||||
# Uncomment to ignore some test failures (but the tests will run anyway).
|
||||
# Valid values:
|
||||
#export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems
|
||||
|
||||
%:
|
||||
dh $@ --buildsystem=ruby --with ruby
|
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
3.0 (quilt)
|
1
debian/watch
vendored
Normal file
1
debian/watch
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
version=3
|
Loading…
Reference in a new issue