[DRE-commits] [diaspora] 02/07: relax unicorn
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Wed Jul 6 15:41:30 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master-0.5.7
in repository diaspora.
commit e2261ca89b655f7b5c74f36530afffb9e923fb8a
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Wed Jul 6 20:02:16 2016 +0530
relax unicorn
---
debian/changelog | 3 ++-
debian/patches/050-relax-stable-libs.patch | 9 +++++++++
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 666ea10..8998b05 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
diaspora (0.5.7.1+debian-2) UNRELEASED; urgency=medium
* Fix syntax in Gemfile
+ * Relax unicorn dependency in Gemfile
- -- Pirate Praveen <praveen at debian.org> Wed, 06 Jul 2016 19:50:21 +0530
+ -- Pirate Praveen <praveen at debian.org> Wed, 06 Jul 2016 20:01:44 +0530
diaspora (0.5.7.1+debian-1) experimental; urgency=medium
diff --git a/debian/patches/050-relax-stable-libs.patch b/debian/patches/050-relax-stable-libs.patch
index e66a14e..6c74793 100644
--- a/debian/patches/050-relax-stable-libs.patch
+++ b/debian/patches/050-relax-stable-libs.patch
@@ -4,6 +4,15 @@ Index: diaspora/Gemfile
===================================================================
--- diaspora.orig/Gemfile
+++ diaspora/Gemfile
+@@ -8,7 +8,7 @@ gem "responders", "2.1.1"
+
+ # Appserver
+
+-gem "unicorn", "5.0.1", require: false
++gem "unicorn", "~> 4.9", require: false
+
+ # Federation
+
@@ -18,7 +18,7 @@ gem "diaspora_federation-rails", "0.0.12
gem "acts_as_api", "0.4.2"
--
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