[DRE-commits] [ruby-compat-resource] 01/02: Imported Debian patch 12.5.14-1

Lucas Kanashiro kanashiro.duarte at gmail.com
Tue Apr 5 15:05:30 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-compat-resource.

commit 9d733ebae76ced9445a129c80d5eaa8f702188a0
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Mon Apr 4 22:10:13 2016 -0300

    Imported Debian patch 12.5.14-1
---
 debian/changelog                 |  5 +++++
 debian/compat                    |  1 +
 debian/control                   | 24 ++++++++++++++++++++++++
 debian/copyright                 | 28 ++++++++++++++++++++++++++++
 debian/ruby-compat-resource.docs |  1 +
 debian/rules                     |  6 ++++++
 debian/source/format             |  1 +
 debian/watch                     |  2 ++
 8 files changed, 68 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..b788721
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ruby-compat-resource (12.5.14-1) UNRELEASED; urgency=medium
+
+  * Initial release (Closes: #nnnn)
+
+ -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Mon, 04 Apr 2016 22:10:13 -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..707dcac
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: ruby-compat-resource
+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: debhelper (>= 9~),
+               gem2deb
+Standards-Version: 3.9.7
+Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-compat-resource.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-compat-resource.git
+Homepage: http://chef.io
+Testsuite: autopkgtest-pkg-ruby
+XS-Ruby-Versions: all
+
+Package: ruby-compat-resource
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ruby | ruby-interpreter,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: cookbook with some features of Chef 12.5 in previous 12.X releases
+ This cookbook brings the custom resource syntax from Chef 12.5 to earlier Chef
+ 12.X releases. It provides everything in a resource, using properties, and
+ have gotten rid of a bunch of boilerplate. 
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..b69d8bc
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: compat_resource
+Source: http://chef.io
+
+Files: *
+Copyright: 2015 Opscode, Inc.
+ 2015, Chef Software, Inc.
+ 2015 John Keiser <jkeiser at chef.io>
+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-compat-resource.docs b/debian/ruby-compat-resource.docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/ruby-compat-resource.docs
@@ -0,0 +1 @@
+README.md
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..a705a42
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/compat_resource .*/compat_resource-(.*).tar.gz

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



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