Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Commit

Permalink
Merge pull request #15 from laxity/master
Browse files Browse the repository at this point in the history
add debian packaging files
  • Loading branch information
sts committed Jan 28, 2014
2 parents 4821ce3 + b2a6152 commit 3e15885
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 0 deletions.
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ruby-openvz (1.5.5-1) stable; urgency=low

* Initial release

-- Daniel Hofer <daniel@dhofer.com> Fri, 24 Jan 2014 14:27:00 +0000
1 change: 1 addition & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7
18 changes: 18 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Source: ruby-openvz
Section: ruby
Priority: optional
Maintainer: Daniel Hofer <daniel@dhofer.com>
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
Standards-Version: 3.9.3
Vcs-Git: git://github.com/sts/ruby-openvz.git
Homepage: http://github.com/sts/ruby-openvz
XS-Ruby-Versions: all

Package: ruby-openvz
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
# systemu (>= 0)
Description: OpenVZ API
OpenVZ is a container based virtualization for Linux. This API will
allow you to easily write tools to manipulate containers on a host.
8 changes: 8 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: openvz
Source: https://github.com/sts/ruby-openvz/

Files: *
Copyright: 2014 Stefan Schlesinger <sts@ono.at>
License: Apache 2.0
Files: debian/*
2 changes: 2 additions & 0 deletions debian/ruby-openvz.substvars
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ruby:Versions=ruby1.8 ruby1.9.1
misc:Depends=
15 changes: 15 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/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
#
# If you need to specify the .gemspec (eg there is more than one)
#export DH_RUBY_GEMSPEC=gem.gemspec

%:
dh $@ --buildsystem=ruby --with ruby
1 change: 1 addition & 0 deletions debian/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (quilt)

0 comments on commit 3e15885

Please sign in to comment.