[DRE-commits] [ruby-diaspora-federation] 04/06: add new deps from gemspec

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Sep 1 07:43:05 UTC 2015


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

praveen pushed a commit to branch master
in repository ruby-diaspora-federation.

commit a1e6e5548a388f7d5710f287df125da5aa9959ac
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue Sep 1 12:38:31 2015 +0530

    add new deps from gemspec
---
 debian/changelog |  4 +++-
 debian/control   | 24 ++++++++++++++++++++----
 2 files changed, 23 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d9d0ce3..34d31df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 ruby-diaspora-federation (0.0.6-1) UNRELEASED; urgency=medium
 
-  * New upstream release 
+  * New upstream release
+  * Add new dependencies: ruby-valid, ruby-faraday, ruby-typhoeus,
+    ruby-faraday-middleware
 
  -- Pirate Praveen <praveen at debian.org>  Tue, 01 Sep 2015 12:06:56 +0530
 
diff --git a/debian/control b/debian/control
index 8182992..c20fa26 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,15 @@ Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.al
 Uploaders: Pirate Praveen <praveen at debian.org>
 Build-Depends: debhelper (>= 7.0.50~),
                gem2deb,
-               ruby-nokogiri (>= 1.6.6)
+               ruby-nokogiri (>= 1.6.6),
+ 	       ruby-faraday (>= 0.9.0),
+ 	       ruby-faraday (<< 0.10),
+               ruby-faraday-middleware (>= 0.10.0),
+               ruby-faraday-middleware (<< 0.11,)
+ 	       ruby-typhoeus (>= 0.7.0),
+ 	       ruby-typhoeus (<< 0.8),
+ 	       ruby-valid (>= 1.0.0),
+ 	       ruby-valid (<< 1.1)
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-diaspora-federation.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-diaspora-federation.git
@@ -17,9 +25,17 @@ Package: ruby-diaspora-federation
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
-         ruby-nokogiri (>= 1.6.6),
-         ${misc:Depends},
-         ${shlibs:Depends}
+               ruby-nokogiri (>= 1.6.6),
+ 	       ruby-faraday (>= 0.9.0),
+ 	       ruby-faraday (<< 0.10),
+               ruby-faraday-middleware (>= 0.10.0),
+               ruby-faraday-middleware (<< 0.11),
+ 	       ruby-typhoeus (>= 0.7.0),
+ 	       ruby-typhoeus (<< 0.8),
+ 	       ruby-valid (>= 1.0.0),
+ 	       ruby-valid (<< 1.1),
+               ${misc:Depends},
+               ${shlibs:Depends}
 Description: diaspora* federation library
  This library provides the functionality for de-/serialization and
  de-/encryption of Entities in the protocols used for communication among the

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



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