[DRE-commits] [diaspora] 163/257: needs backbone-on-rails via rubygems

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Apr 12 14:17:20 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 de1c1665671b64fb025bdffdcf04965a8660b882
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu Nov 27 20:06:04 2014 +0530

    needs backbone-on-rails via rubygems
    
    libjs-backbone needs an update
---
 debian/control  | 1 -
 debian/postinst | 4 ++++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index ed19194..e41dabb 100644
--- a/debian/control
+++ b/debian/control
@@ -72,7 +72,6 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
  ruby-compass-rails,
  ruby-sass-rails,
  ruby-uglifier,
- ruby-backbone-on-rails,
  ruby-jquery-rails (>= 3.1.2~),
  ruby-rails-assets-jquery,
  ruby-js-image-paths,
diff --git a/debian/postinst b/debian/postinst
index 8039126..973a81c 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -43,6 +43,10 @@ case "$1" in
 	cd /usr/share/diaspora
 	echo "Installing gems with rubygems (their debian packages have bugs)..."
 # These gems need more work before they can be apt-get
+	if ! gem list backbone-on-rails | grep backbone-on-rails
+		then gem install backbone-on-rails
+	fi
+	
 	if ! gem list handlebars_asstes | grep handlebars_assets
 		then gem install handlebars_assets
 	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