From d600c76f04401677202287c0312bffc112081440 Mon Sep 17 00:00:00 2001 From: Andre Nathan Date: Tue, 20 May 2014 09:44:26 -0300 Subject: [PATCH] Add debian directory --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 14 ++++++++++++++ debian/copyright | 9 +++++++++ debian/rules | 12 ++++++++++++ debian/source/format | 1 + debian/watch | 1 + 7 files changed, 43 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..a948a98 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +ruby-lxc (1.1.0-0digirati1) trusty; urgency=low + + * Version 1.1.0. + + -- Andre Nathan Tue, 20 May 2014 09:37:12 -0300 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..922a2c7 --- /dev/null +++ b/debian/control @@ -0,0 +1,14 @@ +Source: ruby-lxc +Section: ruby +Priority: optional +Maintainer: Andre Nathan +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. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..b9c9e9f --- /dev/null +++ b/debian/copyright @@ -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 +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'. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..a4b9e28 --- /dev/null +++ b/debian/rules @@ -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 diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..9e7c0da --- /dev/null +++ b/debian/watch @@ -0,0 +1 @@ +version=3