[DRE-commits] [ruby-cocoon] 02/02: Apply drop-json-pure.patch.
Andrew Lee
ajqlee at moszumanska.debian.org
Fri Jan 15 18:15:22 UTC 2016
This is an automated email from the git hooks/post-receive script.
ajqlee pushed a commit to branch master
in repository ruby-cocoon.
commit d6f2497b7e6dc4e133c23b18579df35b76f9f72d
Author: Andrew Lee (李健秋) <andrew.lee at collabora.co.uk>
Date: Sat Jan 16 02:12:59 2016 +0800
Apply drop-json-pure.patch.
---
debian/patches/drop-json-pure.patch | 11 +++++++++++
debian/patches/series | 1 +
2 files changed, 12 insertions(+)
diff --git a/debian/patches/drop-json-pure.patch b/debian/patches/drop-json-pure.patch
new file mode 100644
index 0000000..0009041
--- /dev/null
+++ b/debian/patches/drop-json-pure.patch
@@ -0,0 +1,11 @@
+Description: Drop depends on json-pure as we have ruby-json already.
+--- ruby-cocoon-1.2.6.orig/Gemfile
++++ ruby-cocoon-1.2.6/Gemfile
+@@ -4,7 +4,6 @@ source "http://rubygems.org"
+ group :development, :test do
+ gem "rails", ">=4.0.0"
+ gem "sqlite3"
+- gem "json_pure"
+ gem "jeweler"
+ gem "rspec-rails", ">= 2.8.0"
+ gem "rspec", ">= 2.8.0"
diff --git a/debian/patches/series b/debian/patches/series
index d77d941..3ac9774 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
engine-root.patch
+drop-json-pure.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-cocoon.git
More information about the Pkg-ruby-extras-commits
mailing list