[DRE-commits] [diaspora] 198/257: check exact match for devise

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Apr 12 14:17:26 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 3c812d3db15303f8a1f5b0001613e49582cd8c64
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Mon Dec 1 15:13:57 2014 +0530

    check exact match for devise
---
 debian/postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/postinst b/debian/postinst
index 5d697c1..c33109f 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -60,7 +60,7 @@ case "$1" in
 		then gem install -v=0.62.0 foreman
 	fi
 
-	if ! gem list devise | grep devise
+	if ! gem list ^devise$ | grep devise
 		then gem install -v=3.4.1 devise
 	fi
 	

-- 
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