[DRE-commits] [ruby-buff-shell-out] 01/01: Imported Debian patch 0.1.1-1

Miguel Landaeta nomadium at moszumanska.debian.org
Wed Jul 29 22:33:43 UTC 2015


This is an automated email from the git hooks/post-receive script.

nomadium pushed a commit to branch master
in repository ruby-buff-shell-out.

commit ad588b11ac746fb2e7fc6c9cf21499c8764114d7
Author: Miguel Landaeta <nomadium at debian.org>
Date:   Wed Jul 29 19:31:35 2015 -0300

    Imported Debian patch 0.1.1-1
---
 debian/changelog                |  5 +++++
 debian/compat                   |  1 +
 debian/control                  | 24 ++++++++++++++++++++++++
 debian/copyright                | 29 +++++++++++++++++++++++++++++
 debian/ruby-buff-shell-out.docs |  1 +
 debian/ruby-tests.rb            |  4 ++++
 debian/rules                    | 15 +++++++++++++++
 debian/source/format            |  1 +
 debian/watch                    |  2 ++
 9 files changed, 82 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..f66f83a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ruby-buff-shell-out (0.1.1-1) UNRELEASED; urgency=medium
+
+  * Initial release. (Closes: #793964).
+
+ -- Miguel Landaeta <nomadium at debian.org>  Wed, 29 Jul 2015 19:28:38 -0300
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..253cbeb
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: ruby-buff-shell-out
+Section: ruby
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Miguel Landaeta <nomadium at debian.org>
+Build-Depends: debhelper (>= 9~), gem2deb (>= 0.7.5~), ruby-rspec,
+ ruby-buff-ruby-engine
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-buff-shell-out.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-buff-shell-out.git
+Homepage: https://github.com/RiotGames/buff-shell_out
+XS-Ruby-Versions: all
+
+Package: ruby-buff-shell-out
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
+ ruby-buff-ruby-engine
+Description: Ruby library fo issuing shell commands and collecting the output
+ This library provides and platform agnostic way of executing shell commands
+ on the local system.
+ .
+ This means it can be used with MRI, JRuby, Rubinius and probably with
+ another Ruby platform implementations.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e1d7653
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: buff-shell_out
+Source: https://github.com/RiotGames/buff-shell_out
+
+Files: *
+Copyright: 2012-2013 Riot Games
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2014-2015 Miguel Landaeta <nomadium at debian.org>
+License: Apache-2.0
+Comment: the Debian packaging is licensed under the same terms as the original package.
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+     http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, the full text of the Apache License, Version 2.0
+ can be found in the file `/usr/share/common-licenses/Apache-2.0'.
+
diff --git a/debian/ruby-buff-shell-out.docs b/debian/ruby-buff-shell-out.docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/ruby-buff-shell-out.docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
new file mode 100644
index 0000000..99b4155
--- /dev/null
+++ b/debian/ruby-tests.rb
@@ -0,0 +1,4 @@
+require 'rspec'
+$: << 'lib' << '.'
+
+RSpec::Core::Runner.run ['spec']
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..d81794d
--- /dev/null
+++ b/debian/rules
@@ -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=ruby2.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
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..ad0b32e
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/buff-shell_out .*/buff-shell_out-(.*).tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-buff-shell-out.git



More information about the Pkg-ruby-extras-commits mailing list