[DRE-commits] [ruby-cheffish] 01/01: Imported Debian patch 2.0.2-1

Lucas Kanashiro kanashiro.duarte at gmail.com
Tue Apr 5 15:06:08 UTC 2016


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

kanashiro-guest pushed a commit to branch master
in repository ruby-cheffish.

commit 7b127eac98e31baf9e2c4a467c31f64b4234867d
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Mon Apr 4 21:56:27 2016 -0300

    Imported Debian patch 2.0.2-1
---
 debian/changelog          |  5 +++++
 debian/compat             |  1 +
 debian/control            | 32 ++++++++++++++++++++++++++++++++
 debian/copyright          | 26 ++++++++++++++++++++++++++
 debian/ruby-cheffish.docs |  1 +
 debian/ruby-tests.rake    |  5 +++++
 debian/rules              |  6 ++++++
 debian/source/format      |  1 +
 debian/watch              |  2 ++
 9 files changed, 79 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..68ad747
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ruby-cheffish (2.0.2-1) UNRELEASED; urgency=medium
+
+  * Initial release (Closes: #nnnn)
+
+ -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Mon, 04 Apr 2016 21:56:27 -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..18e678b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,32 @@
+Source: ruby-cheffish
+Section: ruby
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Lucas Kanashiro <kanashiro.duarte at gmail.com>
+Build-Depends: chef,
+               chef-zero (>= 4.3),
+               debhelper (>= 9~),
+               gem2deb,
+               rake,
+               ruby-compat-resource,
+               ruby-net-ssh,
+               ruby-rspec
+Standards-Version: 3.9.7
+Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-cheffish.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-cheffish.git
+Homepage: http://github.com/chef/cheffish
+Testsuite: autopkgtest-pkg-ruby
+XS-Ruby-Versions: all
+
+Package: ruby-cheffish
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: chef-zero (>= 4.3),
+         ruby | ruby-interpreter,
+         ruby-compat-resource,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: library to manipulate Chef in Chef
+ Cheffish provides a variety of convergent resources for interacting with
+ the Chef Server; along the way, it happens to provide some very useful and
+ sophisticated ways of running Chef resources as recipes in RSpec examples.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..43af8d8
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,26 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: cheffish
+Source: http://github.com/chef/cheffish
+
+Files: *
+Copyright: 2012 Opscode, Inc.
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2016 Lucas Kanashiro <kanashiro.duarte at gmail.com>
+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://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 complete text of the Apache License, Version
+ 2.0 can be found in `/usr/share/common-licenses/Apache-2.0'.
diff --git a/debian/ruby-cheffish.docs b/debian/ruby-cheffish.docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/ruby-cheffish.docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..cf1591e
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1,5 @@
+require 'gem2deb/rake/spectask'
+
+Gem2Deb::Rake::RSpecTask.new do |spec|
+  spec.pattern = './spec/**/*_spec.rb'
+end
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..3454d59
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export GEM2DEB_TEST_RUNNER = --check-dependencies
+
+%:
+	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..804dce1
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/cheffish .*/cheffish-(.*).tar.gz

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



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