[DRE-commits] [rails] 01/02: Patch gem specs to really relax rack-test dependency
Marc Dequènes
duck at moszumanska.debian.org
Thu Sep 7 11:01:17 UTC 2017
This is an automated email from the git hooks/post-receive script.
duck pushed a commit to branch master
in repository rails.
commit bb08cfa299cb0d1eb81f2b3bf7e680ae63fe3ba3
Author: Marc Dequènes (Duck) <Duck at DuckCorp.org>
Date: Thu Sep 7 19:24:21 2017 +0900
Patch gem specs to really relax rack-test dependency
This affects Rails' deps when building.
---
debian/changelog | 7 +++++++
debian/patches/0005-rack-test-relax-spec.patch | 26 ++++++++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 34 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 03fa14d..7a8414b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+rails (2:4.2.9-4) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Patch gem specs to really relax rack-test dependency.
+
+ -- Marc Dequènes (Duck) <Duck at DuckCorp.org> Thu, 07 Sep 2017 19:22:42 +0900
+
rails (2:4.2.9-3) unstable; urgency=medium
* Relax dependency on ruby-rack-test
diff --git a/debian/patches/0005-rack-test-relax-spec.patch b/debian/patches/0005-rack-test-relax-spec.patch
new file mode 100644
index 0000000..c0584d0
--- /dev/null
+++ b/debian/patches/0005-rack-test-relax-spec.patch
@@ -0,0 +1,26 @@
+Index: rails/actionpack/actionpack.gemspec
+===================================================================
+--- rails.orig/actionpack/actionpack.gemspec
++++ rails/actionpack/actionpack.gemspec
+@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
+ s.add_dependency 'activesupport', version
+
+ s.add_dependency 'rack', '~> 1.6'
+- s.add_dependency 'rack-test', '~> 0.6.2'
++ s.add_dependency 'rack-test', '~> 0.7.0'
+ s.add_dependency 'rails-html-sanitizer', '~> 1.0', '>= 1.0.2'
+ s.add_dependency 'rails-dom-testing', '~> 1.0', '>= 1.0.5'
+ s.add_dependency 'actionview', version
+Index: rails/Gemfile.lock
+===================================================================
+--- rails.orig/Gemfile.lock
++++ rails/Gemfile.lock
+@@ -24,7 +24,7 @@ PATH
+ actionview (= 4.2.9)
+ activesupport (= 4.2.9)
+ rack (~> 1.6)
+- rack-test (~> 0.6.2)
++ rack-test (~> 0.7.0)
+ rails-dom-testing (~> 1.0, >= 1.0.5)
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
+ actionview (4.2.9)
diff --git a/debian/patches/series b/debian/patches/series
index e3a54f7..4e95680 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
0001-Be-careful-with-that-bundler.patch
0002-load_paths.rb-don-t-load-bundler.patch
0004-ActiveRecord-adjust-test-suite-for-Debian-build.patch
+0005-rack-test-relax-spec.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/rails.git
More information about the Pkg-ruby-extras-commits
mailing list