[DRE-commits] [ruby-celluloid] 02/02: relax timers
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Tue Jan 19 21:52:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-celluloid.
commit 718a36ab157ffbd96f661246694318cbf4d34ffe
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Wed Jan 20 01:27:38 2016 +0530
relax timers
---
debian/changelog | 5 +++--
debian/patches/0004-relax-timers.patch | 21 +++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 25 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2e22586..048dbd3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-ruby-celluloid (0.16.0-3.1) UNRELEASED; urgency=medium
+ruby-celluloid (0.16.0-4) unstable; urgency=medium
* Team upload.
* Check gemspec dependencies during build
+ * Relax gemspec dependency on timers (Closes: #811217)
- -- Pirate Praveen <praveen at debian.org> Wed, 20 Jan 2016 01:21:13 +0530
+ -- Pirate Praveen <praveen at debian.org> Wed, 20 Jan 2016 01:27:27 +0530
ruby-celluloid (0.16.0-3) unstable; urgency=medium
diff --git a/debian/patches/0004-relax-timers.patch b/debian/patches/0004-relax-timers.patch
new file mode 100644
index 0000000..b46e5c2
--- /dev/null
+++ b/debian/patches/0004-relax-timers.patch
@@ -0,0 +1,21 @@
+Index: ruby-celluloid/metadata.yml
+===================================================================
+--- ruby-celluloid.orig/metadata.yml
++++ ruby-celluloid/metadata.yml
+@@ -16,14 +16,14 @@ dependencies:
+ requirements:
+ - - "~>"
+ - !ruby/object:Gem::Version
+- version: 4.0.0
++ version: '4.0'
+ type: :runtime
+ prerelease: false
+ version_requirements: !ruby/object:Gem::Requirement
+ requirements:
+ - - "~>"
+ - !ruby/object:Gem::Version
+- version: 4.0.0
++ version: '4.0'
+ - !ruby/object:Gem::Dependency
+ name: rake
+ requirement: !ruby/object:Gem::Requirement
diff --git a/debian/patches/series b/debian/patches/series
index c477682..c76a590 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
remove-rubygems-bundler-coveralls.patch
deactivate_probe_spec_issue.patch
0003-Backport-upstream-commits-to-make-it-RSpec3-compatib.patch
+0004-relax-timers.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-celluloid.git
More information about the Pkg-ruby-extras-commits
mailing list