[DRE-commits] [ruby-license-finder] 02/15: fix depends

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Sep 18 09:40:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository ruby-license-finder.

commit a056d3d45ae17ad99a73529c85bafb974d69394b
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun Sep 18 12:26:55 2016 +0530

    fix depends
---
 debian/control                          |  4 +++-
 debian/patches/001-relax-capybara.patch | 11 +++++++++++
 debian/patches/series                   |  1 +
 3 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 809decb..e58f7b1 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,9 @@ Build-Depends: debhelper (>= 9~),
                ruby-rspec,
                ruby-thor,
                ruby-xml-simple,
-               ruby-zip
+               ruby-zip,
+               ruby-capybara,
+               ruby-fakefs
 Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-license-finder.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-license-finder.git
diff --git a/debian/patches/001-relax-capybara.patch b/debian/patches/001-relax-capybara.patch
new file mode 100644
index 0000000..c005630
--- /dev/null
+++ b/debian/patches/001-relax-capybara.patch
@@ -0,0 +1,11 @@
+--- a/license_finder.gemspec
++++ b/license_finder.gemspec
+@@ -44,7 +44,7 @@
+   s.add_dependency "xml-simple"
+   s.add_dependency "rubyzip"
+ 
+-  s.add_development_dependency "capybara", "~> 2.0.0"
++  s.add_development_dependency "capybara", "~> 2.0"
+   s.add_development_dependency "cocoapods", "0.34.0" if LicenseFinder::Platform.darwin?
+   s.add_development_dependency "fakefs", "~> 0.6.7"
+   s.add_development_dependency "pry"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..16d3b03
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+001-relax-capybara.patch

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



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