[DRE-commits] [diaspora] 03/06: loosen devise_lastseenable version
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Wed Aug 19 05:32:16 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 3d8e4a7729786f24dabbbdd0e48177bc2f06a12c
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Wed Aug 19 10:37:03 2015 +0530
loosen devise_lastseenable version
---
debian/changelog | 1 +
debian/control | 3 ++-
debian/patches/030-loosen-tiny-versions.patch | 9 +++++++++
3 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 88ebef6..46fad4d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ diaspora (0.5.2.0+debian-2) UNRELEASED; urgency=medium
* Move ruby-diaspora-vines to recommends (chat is still alpha)
* Tighten dependency on rails
+ * Loosen dependency of ruby-devise-lastseenable
-- Pirate Praveen <praveen at debian.org> Tue, 18 Aug 2015 22:20:50 +0530
diff --git a/debian/control b/debian/control
index a74173c..6bf3fd2 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
ruby-acts-as-api,
ruby-json,
ruby-devise,
- ruby-devise-lastseenable,
+ ruby-devise-lastseenable (>= 0.0.4),
+ ruby-devise-lastseenable (<< 0.1),
ruby-devise-token-authenticatable,
ruby-simple-captcha2,
ruby-sidekiq,
diff --git a/debian/patches/030-loosen-tiny-versions.patch b/debian/patches/030-loosen-tiny-versions.patch
index c4979c8..5a72480 100644
--- a/debian/patches/030-loosen-tiny-versions.patch
+++ b/debian/patches/030-loosen-tiny-versions.patch
@@ -2,6 +2,15 @@ Index: diaspora/Gemfile
===================================================================
--- diaspora.orig/Gemfile
+++ diaspora/Gemfile
+@@ -22,7 +22,7 @@ gem "json", "1.8.3"
+ # Authentication
+
+ gem "devise", "3.5.1"
+-gem "devise_lastseenable", "0.0.4"
++gem "devise_lastseenable", "~>0.0.4"
+ gem "devise-token_authenticatable", "~> 0.4.0"
+
+ # Captcha
@@ -31,7 +31,7 @@ gem "simple_captcha2", "0.3.4", require:
# Background processing
--
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