Re: help with the diaspora package

2015-05-08 Thread Pirate Praveen
On Wednesday 06 May 2015 10:25 PM, Pirate Praveen wrote: > Since, I already uploaded diaspora-gems-compat, I'll keep it like that > for now. Since it is still in NEW I moved it to diaspora and asked ftp masters to reject it. signature.asc Description: OpenPGP digital signature

Re: help with the diaspora package

2015-05-06 Thread Pirate Praveen
On Wednesday 06 May 2015 09:55 PM, Antonio Terceiro wrote: >> I will create a diaspora-gems-compat package to install the offending >> gems. That way I don't have to fiddle with diaspora source much and it >> makes things flexible. > > Adding packages to the Debian archive to then request them to

Re: help with the diaspora package

2015-05-06 Thread Antonio Terceiro
On Wed, May 06, 2015 at 11:39:38AM +0530, Pirate Praveen wrote: > On Monday 04 May 2015 10:59 PM, Antonio Terceiro wrote: > > what exacty did you put in vendor/gems? > > I put the Gemfile directly without extracting. > > > To be clear, you need (in Gemfile) > > > > gem "bootstrap-sass", path:

Re: help with the diaspora package

2015-05-05 Thread Pirate Praveen
On Monday 04 May 2015 10:59 PM, Antonio Terceiro wrote: > what exacty did you put in vendor/gems? I put the Gemfile directly without extracting. > To be clear, you need (in Gemfile) > > gem "bootstrap-sass", path: 'vendor/gems/bootstrap-sass' That was not working, so I thought of just giving

Re: help with the diaspora package

2015-05-04 Thread Antonio Terceiro
On Mon, May 04, 2015 at 11:37:22AM +0530, Pirate Praveen wrote: > On Saturday 02 May 2015 11:49 AM, Pirate Praveen wrote: > > bundle exec succeeds, but sprockets can't find the assets (bundle exec > > rake assets:precompile fails) > > > > couldn't find file 'bootstrap-tooltip' > > (in /usr/share

Re: help with the diaspora package

2015-05-03 Thread Pirate Praveen
On Saturday 02 May 2015 11:49 AM, Pirate Praveen wrote: > bundle exec succeeds, but sprockets can't find the assets (bundle exec > rake assets:precompile fails) > > couldn't find file 'bootstrap-tooltip' > (in /usr/share/diaspora/app/assets/javascripts/main.js:43) > Can I upload ruby-bootstrap

Re: help with the diaspora package

2015-05-01 Thread Pirate Praveen
On Saturday 02 May 2015 11:49 AM, Pirate Praveen wrote: > Note: you can build diaspora from our git repo and copy the gem file > Packages in NEW are available from my people.debian.org repo, and a few packages are still needed from experimental, those are listed at https://wiki.debian.org/Diaspor

Re: help with the diaspora package

2015-05-01 Thread Pirate Praveen
On Thursday 16 April 2015 12:21 AM, Antonio Terceiro wrote: > On Wed, Apr 15, 2015 at 11:53:46PM +0530, Pirate Praveen wrote: >> On Wednesday 15 April 2015 05:31 PM, Antonio Terceiro wrote: >>> Please don't, these versioned packages are a mess. you can try embedding >>> the old version in the diasp

Re: help with the diaspora package

2015-04-15 Thread Antonio Terceiro
On Wed, Apr 15, 2015 at 11:53:46PM +0530, Pirate Praveen wrote: > On Wednesday 15 April 2015 05:31 PM, Antonio Terceiro wrote: > > Please don't, these versioned packages are a mess. you can try embedding > > the old version in the diaspora package in the meantime. > > Can I add the gems to debian/

Re: help with the diaspora package

2015-04-15 Thread Pirate Praveen
I also need help with nginx configuration. The configuration file was working fine with 0.4.x versions but with 0.5.x series the top bar is missing all entries. I think we need to adjust the asset paths properly. I'll be travelling next few days and will be able to look into it only after that. If

Re: help with the diaspora package

2015-04-15 Thread Pirate Praveen
On Wednesday 15 April 2015 05:31 PM, Antonio Terceiro wrote: > Please don't, these versioned packages are a mess. you can try embedding > the old version in the diaspora package in the meantime. Can I add the gems to debian/compat and use gem install --local? Is there a better way of doing it.

Re: help with the diaspora package

2015-04-15 Thread Pirate Praveen
On Wednesday 15 April 2015 05:30 PM, Antonio Terceiro wrote: >> Can anyone who is good with rails help fix this? > > Devise is a rails engine; the Debian package is missing everything and > therefore completely broken. > Thanks! That was indeed the problem. This packaging work has started at the

Re: help with the diaspora package

2015-04-15 Thread Antonio Terceiro
On Mon, Apr 13, 2015 at 05:12:33PM +0530, Pirate Praveen wrote: > On Sunday 12 April 2015 09:48 PM, Pirate Praveen wrote: > > On Sunday 12 April 2015 07:31 PM, Pirate Praveen wrote: > >> Now there is a compatibility issue with ruby-bootstrap-sass. > > The last gem used 'as-is' is devise, every oth

Re: help with the diaspora package

2015-04-15 Thread Antonio Terceiro
On Sun, Apr 12, 2015 at 09:48:06PM +0530, Pirate Praveen wrote: > 2. Can I upload ruby-bootstrap-sass2 separately until they port to > bootstrap 3? Please don't, these versioned packages are a mess. you can try embedding the old version in the diaspora package in the meantime. -- Antonio Terceir

Re: help with the diaspora package

2015-04-13 Thread Pirate Praveen
On Monday 13 April 2015 05:12 PM, Pirate Praveen wrote: > On Sunday 12 April 2015 09:48 PM, Pirate Praveen wrote: >> On Sunday 12 April 2015 07:31 PM, Pirate Praveen wrote: >>> Now there is a compatibility issue with ruby-bootstrap-sass. > > The last gem used 'as-is' is devise, every other gem dep

Re: help with the diaspora package

2015-04-13 Thread Pirate Praveen
On Sunday 12 April 2015 09:48 PM, Pirate Praveen wrote: > On Sunday 12 April 2015 07:31 PM, Pirate Praveen wrote: >> Now there is a compatibility issue with ruby-bootstrap-sass. The last gem used 'as-is' is devise, every other gem dependency is converted to deb. When I use ruby-devise package ins

Re: help with the diaspora package

2015-04-12 Thread Pirate Praveen
On Sunday 12 April 2015 07:31 PM, Pirate Praveen wrote: > Now there is a compatibility issue with ruby-bootstrap-sass. > > Sass::SyntaxError: File to import not found or unreadable: > bootstrap-responsive. > Load paths: > > Diaspora expects version 2.3.2.2 but we have already moved to 3.3.4.1. I

Re: help with the diaspora package

2015-04-12 Thread Pirate Praveen
On Sunday 12 April 2015 01:44 AM, Pirate Praveen wrote: > On Saturday 11 April 2015 09:20 PM, Christian Hofstaedtler wrote: >> Googling the message suggests you need at least Rails 4.1.9. (sid >> has 4.1.8.) >> > > adding require 'foreigner' to config/application.rb fixes it. > > > Now there i

Re: help with the diaspora package

2015-04-11 Thread Pirate Praveen
On Saturday 11 April 2015 09:20 PM, Christian Hofstaedtler wrote: > Googling the message suggests you need at least Rails 4.1.9. (sid > has 4.1.8.) > adding require 'foreigner' to config/application.rb fixes it. signature.asc Description: OpenPGP digital signature

Re: help with the diaspora package

2015-04-11 Thread Christian Hofstaedtler
* Pirate Praveen [150411 17:42]: > > > Christian Hofstaedtler എഴുതി: > > Hey, > > > > just some comments, haven't found time to test the package. > > > > * Pirate Praveen [150411 16:11]:>> On my local > > system I got > >> > >> undefined method `add_foreign_key' for > >> #> That probably means

Re: help with the diaspora package

2015-04-11 Thread Pirate Praveen
Christian Hofstaedtler എഴുതി: > Hey, > > just some comments, haven't found time to test the package. > > * Pirate Praveen [150411 16:11]:>> On my local > system I got >> >> undefined method `add_foreign_key' for >> #> That probably means you need to >> test against a MySQL or PostgreSQL > DB,

Re: help with the diaspora package

2015-04-11 Thread Christian Hofstaedtler
Hey, just some comments, haven't found time to test the package. * Pirate Praveen [150411 16:11]: > On my local system I got > > undefined method `add_foreign_key' for > # That probably means you need to test against a MySQL or PostgreSQL DB, not SQLite3. > and when I retired it on another ma

help with the diaspora package

2015-04-11 Thread Pirate Praveen
Hi, Can anyone help me troubleshoot error with diaspora package? Steps to follow are here as we need some packages in NEW and experimental. https://wiki.debian.org/Diaspora#Diaspora_Package_Testing All the dependencies are satisfied (I had to loosen some requirements as there is a mismatch from