[DRE-commits] [ruby-fog] 03/05: set max version for fog-core
    Praveen Arimbrathodiyil 
    praveen at moszumanska.debian.org
       
    Tue Sep  1 09:33:15 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-fog.
commit 50fe6b148f45f4101753488b362bfba8320b649f
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue Sep 1 14:42:15 2015 +0530
    set max version for fog-core
---
 debian/changelog | 3 ++-
 debian/control   | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 83f48c3..44518de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,8 @@
 ruby-fog (1.32.0-1) UNRELEASED; urgency=medium
 
   * New upstream release
-  * check gemspec dependencies during build
+  * Check gemspec dependencies during build
+  * Set minimum version for ruby-fog-core to 1.32
 
  -- Pirate Praveen <praveen at debian.org>  Tue, 01 Sep 2015 14:30:14 +0530
 
diff --git a/debian/control b/debian/control
index ee8a51a..86283b4 100644
--- a/debian/control
+++ b/debian/control
@@ -37,7 +37,8 @@ Package: ruby-fog
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
-         ruby-fog-core (>= 1.23~),
+         ruby-fog-core (>= 1.32~),
+         ruby-fog-core (<< 2.0),
          ruby-fog-json,
  	 ruby-fog-atmos (<< 1.0),
  	 ruby-fog-aws,
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-fog.git
    
    
More information about the Pkg-ruby-extras-commits
mailing list