[DRE-commits] [diaspora] 07/07: set minimum version of unicorn to 4.9.0

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Aug 27 15:59:01 UTC 2015


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

praveen pushed a commit to branch master
in repository diaspora.

commit a6403c729671d8ae3b22e7daf11c46ac905aa4d3
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu Aug 27 20:43:08 2015 +0530

    set minimum version of unicorn to 4.9.0
---
 debian/changelog                               | 1 +
 debian/control                                 | 2 +-
 debian/patches/020-loosen-minor-versions.patch | 9 ---------
 3 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cb0a971..619248e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ diaspora (0.5.2.0+debian-6) UNRELEASED; urgency=medium
   * Remove rails 4.1 compatibility patches
   * Set minimum version of diaspora-common to 0.5.2.0+debian1
   * Add symlink to /usr/bin for bin
+  * Set minimum version of unicorn to 4.9.0
 
  -- Pirate Praveen <praveen at debian.org>  Thu, 27 Aug 2015 10:35:14 +0530
 
diff --git a/debian/control b/debian/control
index db1e3e2..633fd5f 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
  ruby-rails (<< 2:5.0),
  ruby-actionpack-action-caching,
  ruby-actionpack-page-caching,
- unicorn,
+ unicorn (>= 4.9.0),
  ruby-diaspora-federation-rails,
  ruby-acts-as-api,
  ruby-json,
diff --git a/debian/patches/020-loosen-minor-versions.patch b/debian/patches/020-loosen-minor-versions.patch
index de61d8c..b1d2005 100644
--- a/debian/patches/020-loosen-minor-versions.patch
+++ b/debian/patches/020-loosen-minor-versions.patch
@@ -2,15 +2,6 @@ Index: diaspora/Gemfile
 ===================================================================
 --- diaspora.orig/Gemfile
 +++ diaspora/Gemfile
-@@ -8,7 +8,7 @@ gem "responders", "~> 2.0"
- 
- # Appserver
- 
--gem "unicorn", "4.9.0", require: false
-+gem "unicorn", "~> 4.8", require: false
- 
- # Federation
- 
 @@ -69,7 +69,7 @@ gem "activerecord-import", "0.8.0"
  # File uploading
  

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



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