[DRE-commits] [ruby-hamster] 01/01: Debian: fix dependency for Debian CI.
Hanno Zulla
hanno-guest at moszumanska.debian.org
Tue Jan 26 13:38:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
hanno-guest pushed a commit to branch master
in repository ruby-hamster.
commit 36cf64622547d04010f582e08d607a4672e91720
Author: Hanno Zulla <hanno.zulla at epublica.de>
Date: Tue Jan 26 14:37:52 2016 +0100
Debian: fix dependency for Debian CI.
---
debian/patches/02-concurrent-ruby.patch | 13 +++++++++++--
debian/rules | 2 +-
2 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/debian/patches/02-concurrent-ruby.patch b/debian/patches/02-concurrent-ruby.patch
index 3cb4be2..5d43325 100644
--- a/debian/patches/02-concurrent-ruby.patch
+++ b/debian/patches/02-concurrent-ruby.patch
@@ -43,8 +43,8 @@ Index: ruby-hamster/spec/lib/hamster/list/multithreading_spec.rb
Index: ruby-hamster/metadata.yml
===================================================================
--- ruby-hamster.orig/metadata.yml 2016-01-26 13:58:43.128500837 +0100
-+++ ruby-hamster/metadata.yml 2016-01-26 14:03:11.742114703 +0100
-@@ -14,9 +14,9 @@
++++ ruby-hamster/metadata.yml 2016-01-26 14:23:25.575685293 +0100
+@@ -14,16 +14,16 @@
name: concurrent-ruby
requirement: !ruby/object:Gem::Requirement
requirements:
@@ -56,3 +56,12 @@ Index: ruby-hamster/metadata.yml
type: :runtime
prerelease: false
version_requirements: !ruby/object:Gem::Requirement
+ requirements:
+- - - "~>"
++ - - ">="
+ - !ruby/object:Gem::Version
+- version: '0.8'
++ version: '1.0.0'
+ - !ruby/object:Gem::Dependency
+ name: bundler
+ requirement: !ruby/object:Gem::Requirement
diff --git a/debian/rules b/debian/rules
index acfc5fe..b5052b9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@
#export DH_RUBY_GEMSPEC=gem.gemspec
#
# Uncomment to check dependencies during build:
-# export GEM2DEB_TEST_RUNNER = --check-dependencies
+export GEM2DEB_TEST_RUNNER = --check-dependencies
%:
dh $@ --buildsystem=ruby --with ruby
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-hamster.git
More information about the Pkg-ruby-extras-commits
mailing list