[DRE-commits] [ruby-ridley] 06/10: Create patch to make dependency on varia-model >= 0.4.0

Lucas Kanashiro kanashiro.duarte at gmail.com
Fri Mar 4 19:00:38 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-ridley.

commit cc2f08973b8583d2bae7e5c7c76c35af09d8415f
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Fri Mar 4 15:15:44 2016 -0300

    Create patch to make dependency on varia-model >= 0.4.0
---
 debian/changelog                                   |  1 +
 .../0005-Update-varia-model-dependency.patch       | 26 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 28 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 67697fd..a4b5b23 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ ruby-ridley (4.4.3-1) UNRELEASED; urgency=medium
   * debian/control:
     - add dependency (build and runtime) on ruby-chef-config
     - add dependency (build and runtime) on ruby-varia-model
+  * Create patch to make dependency on varia-model >= 0.4.0
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Thu, 03 Mar 2016 10:00:33 -0300
 
diff --git a/debian/patches/0005-Update-varia-model-dependency.patch b/debian/patches/0005-Update-varia-model-dependency.patch
new file mode 100644
index 0000000..ec2bd0c
--- /dev/null
+++ b/debian/patches/0005-Update-varia-model-dependency.patch
@@ -0,0 +1,26 @@
+Description: Depends on varia-model >= 0.4.0
+Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
+Last-Updated: 2016-03-04
+
+--- a/ridley.gemspec
++++ b/ridley.gemspec
+@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
+   s.required_ruby_version = ">= 1.9.1"
+ 
+   s.add_dependency 'addressable'
+-  s.add_dependency 'varia_model',             '~> 0.4.0'
++  s.add_dependency 'varia_model',             '>= 0.4.0'
+   s.add_dependency 'buff-config',             '~> 1.0'
+   s.add_dependency 'buff-extensions',         '~> 1.0'
+   s.add_dependency 'buff-ignore',             '~> 1.1'
+--- a/metadata.yml
++++ b/metadata.yml
+@@ -29,7 +29,7 @@ dependencies:
+   name: varia_model
+   requirement: !ruby/object:Gem::Requirement
+     requirements:
+-    - - "~>"
++    - - ">="
+       - !ruby/object:Gem::Version
+         version: 0.4.0
+   type: :runtime
diff --git a/debian/patches/series b/debian/patches/series
index bdda61f..9fa68e2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 0004-Disable-tests-depending-on-old-chef-zero-behaviours.patch
 0003-Disable-tests-that-require-network.patch
 0001-Don-t-use-rubygems-bundler-and-spork-in-tests-use-rs.patch
+0005-Update-varia-model-dependency.patch

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



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