Re: [DRE-maint] diaspora-installer needs to go to contrib

2015-03-05 Thread Pirate Praveen
Do I have to upload to contrib even if all the components are free software? It just needs more time to package all the software it downloads. My laptop is under repair and it will take some days before I can do the upload. Thorsten Alteholz എഴുതി: > Hi, > > as your package diaspora-installer do

Re: [DRE-maint] diaspora-installer needs to go to contrib

2015-03-23 Thread Pirate Praveen
I have just uploaded a fixed version. It is again in NEW. Thorsten Alteholz എഴുതി: > > On Thu, 5 Mar 2015, Pirate Praveen wrote:>> Do I have to upload to contrib > > even if all the components are free software? It just needs more time to > > package all the software it

[DRE-maint] Bug#781503: update sidekiq to latest upstream release

2015-03-30 Thread Pirate Praveen
package: ruby-sidekiq version: 3.2.6~dfsg severity: wishlist There is one test that is failing, 1) Failure: WorkerGeneratorTest#test_worker_is_created_and_its_test [/tmp/buildd/ruby-sidekiq-3.3.0~dfsg/test/test_worker_generator.rb:14]: Expected file "app/workers/foo_worker.rb" to exist, but doe

[DRE-maint] Bug#781727: update responders to latest upstream release

2015-04-02 Thread Pirate Praveen
package: ruby-responders version: 2.0.2-1 needed for diaspora, but it needs rails 4.2 /tmp/buildd/ruby-responders-2.1.0/test/test_helper.rb:35:in `': undefined method `test_order=' for ActiveSupport::TestCase:Class (NoMethodError) from /tmp/buildd/ruby-responders-2.1.0/test/test_helper.rb

[DRE-maint] Bug#781994: gemspec generated during build picks version value from already installed version

2015-04-06 Thread Pirate Praveen
package: ruby-mini-magick version: 4.2.0-1 When this package is being built, if an older version is already installed, it picks up the version value from old version. So we have to build after uninstalling the old version or use pbuilder. Thanks Praveen signature.asc Description: OpenPGP digi

[DRE-maint] Bug#782161: rspec 3 does not have --pattern option

2015-04-08 Thread Pirate Praveen
package: gem2deb-test-runner version: 0.12 severity: critical After updating rspec to 3.2 from experimental, tests fail with /usr/bin/ruby2.1 -I/usr/lib/ruby/vendor_ruby /usr/bin/gem2deb-test-runner Running tests for ruby2.1 using debian/ruby-tests.rake ... /usr/bin/ruby2.1 -I /usr/lib/ruby/exe/r

[DRE-maint] Bug#782510: diaspora can't start with ruby-devise

2015-04-13 Thread Pirate Praveen
package: ruby-devise version: 3.4.1-1 severity: grave It is working fine when installed as a gem via rubygems (gem install devise). But when installed as ruby-devise via apt, the following error occurs Starting Diaspora in production mode on port 3000 with 1 Sidekiq worker(s). 17:02:18 web.1

Re: [DRE-maint] diaspora-installer needs to go to contrib

2015-04-29 Thread Pirate Praveen
On Tuesday 24 March 2015 11:47 AM, Pirate Praveen wrote: > I have just uploaded a fixed version. It is again in NEW. Can you check this? Since its was already cleared NEW once, it passes all the checks. > Thorsten Alteholz എഴുതി: >>> On Thu, 5 Mar 2015, Pirate Praveen wrote:

Re: [DRE-maint] diaspora-installer needs to go to contrib

2015-05-03 Thread Pirate Praveen
On Wednesday 29 April 2015 07:03 PM, Pirate Praveen wrote: > On Tuesday 24 March 2015 11:47 AM, Pirate Praveen wrote: >> I have just uploaded a fixed version. It is again in NEW. > > Can you check this? Since its was already cleared NEW once, it passes > all the checks. diaspo

[DRE-maint] Bug#771544: its because of tmpdir collision

2015-05-08 Thread Pirate Praveen
On Friday 08 May 2015 02:35 AM, Lucas Nussbaum wrote: > So according to the discussion in > https://github.com/assaf/uuid/issues/45, this is a bug in diaspora? > > Are you OK with reassigning? > > Lucas > Can you review the patch in git repo? The upstream is refusing to accept it though. sig

[DRE-maint] Bug#771544: its because of tmpdir collision

2015-05-11 Thread Pirate Praveen
Lucas Nussbaum എഴുതി: > On 08/05/15 at 19:44 +0530, Pirate Praveen wrote:>> On Friday 08 May 2015 > 02:35 AM, Lucas Nussbaum wrote:>>> So according to the discussion in >>> https://github.com/assaf/uuid/issues/45, this is a bug in diaspora? >>> >>

[DRE-maint] Bug#785080: update ruby-timers to latest upstream release

2015-05-11 Thread Pirate Praveen
package: ruby-timers version: 1.1.0-2 timers ~> 4.0.0 is required for celluloid 0.16.0, which is in turn required for sidetiq 0.6.3 but when I tried updating, I got the following error /home/pravi/forge/debian/git/pkg-ruby-extras/ruby-timers/lib/timers/timer.rb:2:in `': Timers is not a module (T

[DRE-maint] Bug#785120: add a gemspec dependency test

2015-05-12 Thread Pirate Praveen
Package: gem2deb severity: wishlist when new versions have a higher minimum version requirements defined in gemspec, we should be able to catch it. Example sidetiq needs celluloid 0.16 but it was not checked. Just creating a Gemfile with the gemname and running bundle install --local would be

[DRE-maint] Bug#785170: update to new upstream/port tests to rspec 3

2015-05-12 Thread Pirate Praveen
package: ruby-celluloid version: 0.15.2-2 0.16.0 tests have following failures. This version is needed for ruby-sidetiq 0.6.3. Running tests for ruby2.1 using debian/ruby-tests.rake ... /usr/bin/ruby2.1 /usr/bin/rspec --pattern ./spec/\*\*/\*_spec.rb Run options: include {:focus=>true} All examp

[DRE-maint] Bug#785182: ruby-sidetiq should declare tighter dependency on ruby-celluloid

2015-05-13 Thread Pirate Praveen
package: ruby-sidetiq severity: important version: 0.6.3-2 Could not find gem 'celluloid (>= 0.16.0) ruby', which is required by gem 'sidetiq (= 0.6.3) ruby', in any of the sources. signature.asc Description: OpenPGP digital signature ___ Pkg-ruby-ext

[DRE-maint] Bug#785170: one test still failing

2015-05-14 Thread Pirate Praveen
after ruby-timers entered unstable, only one test is failing now. Running tests for ruby2.1 using debian/ruby-tests.rake ... /usr/bin/ruby2.1 -S rspec ./spec/celluloid/actor_spec.rb ./spec/celluloid/actor_system_spec.rb ./spec/celluloid/block_spec.rb ./spec/celluloid/calls_spec.rb ./spec/celluloid

Re: [DRE-maint] ruby-backbone-on-rails_1.1.2.0-1_amd64.changes is NEW

2015-05-26 Thread Pirate Praveen
On Saturday 15 November 2014 02:49 PM, Debian FTP Masters wrote: > binary:ruby-backbone-on-rails is NEW. > source:ruby-backbone-on-rails is NEW. > > Your package has been put into the NEW queue, which requires manual action > from the ftpteam to process. The upload was otherwise valid (it had a go

Re: [DRE-maint] ruby-rails-assets-diaspora-jsxc_0.0.9~dfsg-1_amd64.changes REJECTED

2015-05-27 Thread Pirate Praveen
On Wednesday 20 May 2015 12:30 AM, Thorsten Alteholz wrote: > > Hi, > > unfortunately I have to reject your package. > > Please mention the dual license of jquery.slimscroll.js in your > debian/copyright. updated. > strophe.disco.js just mentions a new copyright holder but no license. This >

Re: [DRE-maint] ruby-simple-captcha2_0.3.4-1_amd64.changes REJECTED

2015-05-29 Thread Pirate Praveen
On Friday 29 May 2015 04:30 PM, Thorsten Alteholz wrote: > > Hi, > > unfortunately I have to reject your package. > > Neither on the website nor in the metadata I could find any license > information. So this software does not seem to be distributable. The original website mentions license as

Re: [DRE-maint] ruby-backbone-on-rails_1.1.2.0-1_amd64.changes REJECTED

2015-06-29 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Monday 22 June 2015 09:30 PM, Thorsten Alteholz wrote: > > Hi, > > as there is no progress here, I assume a typo in the Depends:-line. > So please reupload a corrected version. > > Thanks! Thorsten remove dependency on ruby-eco, it is a condi

[DRE-maint] Bug#792361: redmine: dpkg --configure broken when installing ruby packages

2015-07-14 Thread Pirate Praveen
On Tuesday 14 July 2015 06:33 PM, Antonio Terceiro wrote: > To the Ruby team: seriously, we need to find a way to check these things > *before* uploading. It's not like we can't move forward, but this type > of thing needs to be at least coordinated! > We should create a tracker that checks at le

[DRE-maint] Bug#792489: gem2deb should consider epoch of rails package when setting strict dependencies

2015-07-15 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 package: gem2deb version: 0.18.3 dpkg: dependency problems prevent configuration of ruby-facebox-rails: ruby-facebox-rails depends on ruby-railties (<< 5.0); however: Version of ruby-railties on system is 2:4.1.8-1. changing this to ruby-railtie

[DRE-maint] Bug#792361: redmine: dpkg --configure broken when installing ruby packages

2015-07-16 Thread Pirate Praveen
On Tuesday 14 July 2015 06:33 PM, Antonio Terceiro wrote: > This has nothing to do with redmine, but with the fact that > ruby-jquery-rails was upgraded to a version that breaks the redmine > dependency checking. Can I upload ruby-jquery-rails3 to fix the situation? jquery-rails 4.0.4 require rai

[DRE-maint] Bug#792361: redmine: dpkg --configure broken when installing ruby packages

2015-07-17 Thread Pirate Praveen
On Thursday 16 July 2015 10:58 PM, Antonio Terceiro wrote: >> Can I upload ruby-jquery-rails3 to fix the situation? > > this would remedy the original problem temporarily, but will create > another one. It took us more than 1.5 years to get rid of ruby-rack1.4¹ > > ¹ https://tracker.debian.org/pk

Re: [DRE-maint] ruby-rails-assets-highlightjs_8.6.0~dfsg-1_amd64.changes REJECTED

2015-07-21 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Friday 17 July 2015 10:30 PM, Thorsten Alteholz wrote: > > Hi, > > unfortunately I have to reject your package. > > Please add the missing licenses of > app/assets/stylesheets/highlightjs/* to your debian/copyright. I have contacted the copyri

Re: [DRE-maint] ruby-rails-assets-jakobmattsson-jquery-elastic_1.6.11~dfsg-1_amd64.changes REJECTED

2015-07-21 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Friday 17 July 2015 10:30 PM, Thorsten Alteholz wrote: > > Hi, > > please add the missing license of > app/assets/javascripts/jakobmattsson-jquery-elastic/dependencies/jquer y-1.3.2.js > > to your debian/copyright. updated > Thanks! Thorsten

Re: [DRE-maint] ruby-rails-assets-highlightjs_8.6.0~dfsg-1_amd64.changes REJECTED

2015-07-21 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Tuesday 21 July 2015 04:44 PM, Pirate Praveen wrote: > On Friday 17 July 2015 10:30 PM, Thorsten Alteholz wrote: > >> Hi, > >> unfortunately I have to reject your package. > >> Please add the missing licenses

Re: [DRE-maint] ruby-rails-assets-highlightjs_8.6.0~dfsg-1_amd64.changes REJECTED

2015-07-22 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Thursday 23 July 2015 03:30 AM, Thorsten Alteholz wrote: > > Hi, > > almost done, but the license of > rails-assets-highlightjs-8.6.0~dfsg/app/assets/stylesheets/highlightjs /kimbie.* > > still seems to be missing. added and uploaded > Thanks

Re: [DRE-maint] ruby-rails-assets-highlightjs_8.6.0~dfsg-1_amd64.changes REJECTED

2015-07-23 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Thursday 23 July 2015 09:30 PM, Thorsten Alteholz wrote: > > *sigh* as this license does not appear in > /usr/share/common-licenses others add the complete license text of > CC-BY-SA to their debian/copyright added and uploaded. But I don't th

Re: [DRE-maint] ruby-rails-assets-highlightjs_8.6.0~dfsg-1_amd64.changes REJECTED

2015-07-24 Thread Pirate Praveen
On 2015, ജൂലൈ 24 7:26:53 PM IST, Thorsten Alteholz wrote: > > >On Fri, 24 Jul 2015, Pirate Praveen wrote: > >> added and uploaded. But I don't think giving full code is required. > >hmm, but it did not arrive here!? Looks like this failure caused a lot of ema

Re: [DRE-maint] ruby-open-graph-reader_0.6.1-1_amd64.changes REJECTED

2015-07-30 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Saturday 25 July 2015 06:30 PM, Thorsten Alteholz wrote: > > Hi > > I would say that something containing this line: class="copyright">Copyright 2014 href="http://anticlown.com/";>Anticlown Media. All rights > reserved. is not really suitable

Re: [DRE-maint] ruby-minitest-reporters_1.0.19-1_amd64.changes is NEW

2015-08-01 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Saturday 01 August 2015 12:35 AM, Debian FTP Masters wrote: > binary:ruby-minitest-reporters is NEW. > source:ruby-minitest-reporters is NEW. Hi, Can you review this package? Its required for updating ruby-thread-safe, which is in turn required

Re: [DRE-maint] ruby-diaspora-federation_0.0.3-1_amd64.changes REJECTED

2015-08-03 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Sunday 02 August 2015 10:30 PM, Thorsten Alteholz wrote: > > Hi, > > unfortunately the AGPL does not belong to the licenses in /usr/share/c ommon-licenses. > So please add the full license text to your debian/copyright uploaded with full text o

Re: [DRE-maint] ruby-diaspora-federation-rails_0.0.3-1_amd64.changes REJECTED

2015-08-03 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Sunday 02 August 2015 10:30 PM, Thorsten Alteholz wrote: > > Sorry, same AGPL-reason as the other package ... uploaded with full text of agpl at /usr/share/doc/ruby-diaspora-federation/agpl-3.0.txt.gz ruby-diaspora-federation is a dependency.

Re: [DRE-maint] ruby-ace-rails-ap_3.0.3-1_amd64.changes REJECTED

2015-08-03 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Sunday 02 August 2015 10:30 PM, Thorsten Alteholz wrote: > > Hi, > > please add the missing license of > ace-rails-ap-3.0.3/vendor/assets/javascripts/ace/ace.js to your > debian/copyright. uploaded new package with fix. > Thanks! Thorsten >

Re: [DRE-maint] ruby-diaspora-federation-rails_0.0.3-1_amd64.changes REJECTED

2015-08-05 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Wednesday 05 August 2015 03:30 AM, Thorsten Alteholz wrote: > > Sorry, but policy says full text in debian/coypright. Pointers are > only allowed to common-licenses. I have added full text. I wonder what purpose having to manually format the tex

Re: [DRE-maint] ruby-byebug_5.0.0-1_amd64.changes is NEW

2015-08-06 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Thursday 06 August 2015 03:34 PM, Debian FTP Masters wrote: > binary:ruby-byebug is NEW. source:ruby-byebug is NEW. needed for rails 4.2 update, please review -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQIcBAEBCAAGBQJVw0t1AAoJEM4fnGdFEsIq7

Re: [DRE-maint] ruby-debug-inspector_0.0.2-1_amd64.changes is NEW

2015-08-06 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Thursday 06 August 2015 05:34 PM, Debian FTP Masters wrote: > binary:ruby-debug-inspector is NEW. source:ruby-debug-inspector is > NEW. this is needed for ruby-rails 4.2 update, please review. -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQI

Re: [DRE-maint] ruby-web-console_2.2.1-1_amd64.changes is NEW

2015-08-06 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Thursday 06 August 2015 10:20 PM, Debian FTP Masters wrote: > binary:ruby-web-console is NEW. source:ruby-web-console is NEW. required for rails 4.2 update, please review -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQIcBAEBCAAGBQJVw5QWAAoJEM

Re: [DRE-maint] ruby-rails-assets-highlightjs_8.6.0~dfsg-1_amd64.changes REJECTED

2015-08-18 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Friday 24 July 2015 09:39 PM, Pirate Praveen wrote: > Looks like this failure caused a lot of emails. I have uploaded it > again. hmm somehow the upload did not make it, I have uploaded it again. -BEGIN PGP SIGNATURE- Version: Gn

Re: [DRE-maint] ruby-logging-rails_0.5.0-1_amd64.changes is NEW

2015-08-19 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Tuesday 18 August 2015 10:36 PM, Debian FTP Masters wrote: > binary:ruby-logging-rails is NEW. source:ruby-logging-rails is > NEW. Somehow I missed uploading this before diaspora package. It is required for diaspora, which cleared NEW recently an

[DRE-maint] Bug#796979: user registration fails with NoMethodError (undefined method `<' for nil:NilClass)

2015-08-26 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 package: diaspora version: 0.5.2.0+debian-5 severity: grave Registration of users fail with the following error in production.log [2015-08-26T08:47:50] FATAL PID-967 TID-10244860 Rails: NoMethodError (undefined method `<' for nil:NilClass): app/c

[DRE-maint] Bug#796979: diaspora, devise and rails engines

2015-08-27 Thread Pirate Praveen
Hi, Last week I uploaded diaspora package to experimental (about 4 years of work by many contributors made this possible). After fixing a few dependency issues (some packages were not in the archive and for some versions had to tightened), all dependencies are satisfied both for debian package and

[DRE-maint] Bug#796979: diaspora, devise and rails engines

2015-08-27 Thread Pirate Praveen
On Thursday 27 August 2015 09:41 PM, Pirate Praveen wrote: > This is caused by devise and I suspect our handling of this rails engine > is buggy. Can someone help troubleshoot it? Switching to gem installed devise also throws the same error, so bug is somewhere else. > If you need ac

[DRE-maint] Bug#797101: tests fails with ruby 2.2 in new upstream release 3.3.2

2015-08-27 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 package: ruby-redcarpet 3 tests are failing with ruby 2.2 when trying to update to new upstream release 3.3.2 /usr/bin/ruby2.2 /usr/bin/gem2deb-test-runner ┌──┐ │ Run test

[DRE-maint] Bug#790537: retry request

2015-08-28 Thread Pirate Praveen
Can this be retried? signature.asc Description: OpenPGP digital signature ___ Pkg-ruby-extras-maintainers mailing list Pkg-ruby-extras-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintaine

[DRE-maint] Bug#771212: or use gemwatch service

2015-08-28 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 if we use the gemwatch service rails-assets.org gems are already handled. So instead of using gem fetch, we could say usacn --watchfile to download the tarball. It saves a gem2tgz step as well. -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQIcBAE

[DRE-maint] Bug#781727: 4 test failures with rails 4.2

2015-08-28 Thread Pirate Praveen
Now 4 tests fail with rails 4.2 1) Failure: RespondWithControllerTest#test_using_resource_for_put_with_json_yields_no_content_on_success [/home/pravi/forge/debian/git/pkg-ruby-extras/ruby-responders/test/action_controller/respond_with_test.rb:421]: Expected: " " Actual: "" 2) Failure: Respo

[DRE-maint] Bug#797272: port tests to rspec 3

2015-08-28 Thread Pirate Praveen
package: ruby-rack-protection version: 1.5.2-1 RUBYLIB=/home/pravi/forge/debian/git/pkg-ruby-extras/ruby-rack-protection/debian/ruby-rack-protection/usr/lib/ruby/vendor_ruby:. rake2.1 -f debian/ruby-tests.rake /usr/bin/ruby2.1 /usr/bin/rspec --pattern spec/\*\*\{,/\*/\*\*\}/\*_spec.rb /usr/lib/rub

[DRE-maint] Bug#796979: got full stacktrace

2015-08-29 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 ActionView::MissingTemplate (Missing template registrations/create, devise/registrations/create, devise/create, application/create with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :markerb, :haml, :rabl

[DRE-maint] Bug#796979: got full stacktrace

2015-08-30 Thread Pirate Praveen
full stack trace in development mode /usr/lib/ruby/vendor_ruby/devise_lastseenable/model.rb:7:in `stamp!' /usr/lib/ruby/vendor_ruby/devise_lastseenable/hooks/lastseenable.rb:3:in `block in ' /usr/lib/ruby/vendor_ruby/warden/hooks.rb:14:in `call' /usr/lib/ruby/vendor_ruby/warden/hooks.rb:14:in `bl

[DRE-maint] Bug#796979: diaspora dependency status - help needed

2015-08-30 Thread Pirate Praveen
On Saturday 29 August 2015 09:51 PM, Pirate Praveen wrote: > Hi, > > Diaspora upstream is very sticky about matching exact versions of > dependencies to patch releases (= x.y.z) for official support [1]. I'd > like to make a good effort to get official support and the situ

Re: [DRE-maint] ruby-saml_0.9.2-1_amd64.changes REJECTED

2015-09-02 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Saturday 08 August 2015 03:30 PM, Thorsten Alteholz wrote: > > Hi, > > unfortunately you forgot some licenses in your debian/copyright. > Please add: ruby-saml-0.9.2/lib/schemas/xmldsig-core-schema.xsd > ruby-saml-0.9.2/lib/xml_security.rb fi

[DRE-maint] Bug#797972: add sprockets tests for rails engines

2015-09-03 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 package: gem2deb version: 0.20.2 severity: wishlist A simple test like this can test if the asset is installed correctly rails new foo cd foo echo "//= require asset >> app/assets/javascripts/application.js bundle exec rake assets:precompile there

[DRE-maint] Bug#771212: patch for handling rails assets

2015-09-03 Thread Pirate Praveen
control: tags -1 patch http://anonscm.debian.org/cgit/pkg-ruby-extras/gem2deb.git/patch/?id=927ebd02b7cd3190a850648ebad21998f3a3895f signature.asc Description: OpenPGP digital signature ___ Pkg-ruby-extras-maintainers mailing list Pkg-ruby-extras-main

[DRE-maint] Bug#797972: add sprockets tests for rails engines

2015-09-05 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Friday 04 September 2015 05:47 PM, Antonio Terceiro wrote: > On Fri, Sep 04, 2015 at 10:18:15AM +0530, Pirate Praveen wrote: >> package: gem2deb version: 0.20.2 severity: wishlist >> >> A simple test like this can test if t

[DRE-maint] Bug#797972: add sprockets tests for rails engines

2015-09-05 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Saturday 05 September 2015 03:15 PM, Pirate Praveen wrote: > ok. Can you pass a javascript file sprockets? > I figured it out $ cat app.coffee @import favico.js #= require favico.js $ sprockets -r rails-assets-favico.js -I. app.

[DRE-maint] Bug#798095: Make ruby-rails-assets-jquery a separate package

2015-09-05 Thread Pirate Praveen
package: ruby-jquery-rails version: 4.0.4-2 You cannot specify version in Provides and rails-assets gems specify a minimum version in gemspec and gem2deb adds it to control. This means manually removing it for every new rails-assets gem. Note: Raju is already working on rails-assets-jquery pack

[DRE-maint] Bug#797972: add sprockets tests for rails engines

2015-09-05 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Saturday 05 September 2015 05:23 PM, Pirate Praveen wrote: > On Saturday 05 September 2015 03:15 PM, Pirate Praveen wrote: >> ok. Can you pass a javascript file sprockets? > > > I figured it out > > $ cat app.

[DRE-maint] Bug#797972: add sprockets tests for rails engines

2015-09-06 Thread Pirate Praveen
On 2015, സെപ്റ്റംബർ 6 6:25:51 PM IST, Antonio Terceiro wrote: >On Sun, Sep 06, 2015 at 03:14:42PM +0530, Pirate Praveen wrote: >> @import always succeed and =require always fails. >> >> Copying debian-ruby for ideas. > >@import is only for css/sass ... you want

Re: [DRE-maint] ruby-json-schema_2.5.1-1_amd64.changes is NEW

2015-09-07 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Saturday 05 September 2015 06:22 PM, Debian FTP Masters wrote: > binary:ruby-json-schema is NEW. source:ruby-json-schema is NEW. This is required to update diaspora package to 0.5.3.0 version. Please review. -BEGIN PGP SIGNATURE- Version:

Re: [DRE-maint] ruby-json-schema_2.5.1-1_amd64.changes is NEW

2015-09-07 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Monday 07 September 2015 07:58 PM, Pirate Praveen wrote: > On Saturday 05 September 2015 06:22 PM, Debian FTP Masters wrote: >> binary:ruby-json-schema is NEW. source:ruby-json-schema is NEW. > > This is required to update dias

Re: [DRE-maint] Comments regarding ruby-rails-assets-colorbox_1.6.3-1_amd64.changes

2015-09-10 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Tuesday 08 September 2015 11:34 PM, Thorsten Alteholz wrote: > Hi, > > libjs-jquery-colorbox is already in the archive. So why don't you > use that and maybe update it? > > Thorsten > > Thanks for the heads up, I will update it. Also you can

Re: [DRE-maint] Comments regarding ruby-json-schema_2.5.1-1_amd64.changes

2015-09-12 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Saturday 12 September 2015 09:53 PM, Thorsten Alteholz wrote: > Hi, > > I marked your package for accept, but please add the copyright > holders of lib/json-schema/util/uuid.rb to your debian/copyright. Updated in git. > Thanks! Thorsten > >

[DRE-maint] Bug#790537: I was able to install it non interactively as well

2015-09-15 Thread Pirate Praveen
after purging postgresql* I can install it successfully. Any other package I should try? $ sudo apt-get install diaspora-common Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required:

[DRE-maint] Bug#799078: don't overwrite copyright, watch or description with dh-make-ruby -w

2015-09-15 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 package: gem2deb severity: wishlist version: 0.21.1 don't overwrite copyright and watch files with -w option to dh-make-ruby. Also don't overwrite description. -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQIcBAEBCAAGBQJV+EafAAoJEM4fnGdFEsIquqkP

[DRE-maint] Bug#797972: add sprockets tests for rails engines

2015-09-16 Thread Pirate Praveen
I have tried to implement it in gem2deb-testrunner (smoke-test branch of gem2deb) http://anonscm.debian.org/cgit/pkg-ruby-extras/gem2deb.git/commit/?h=smoke-test&id=c4ccfad2fc3962b2cecea96a51206e469d6a8853 Can someone review it? May be using sprockets directly is better, but I could not get that

[DRE-maint] Bug#797972: add sprockets tests for rails engines

2015-09-16 Thread Pirate Praveen
On Thursday 17 September 2015 01:41 AM, Pirate Praveen wrote: > > I have tried to implement it in gem2deb-testrunner (smoke-test branch > of gem2deb) > > http://anonscm.debian.org/cgit/pkg-ruby-extras/gem2deb.git/commit/?h=smoke-test&id=c4ccfad2fc3962b2cecea96a51206e469d6a88

[DRE-maint] Bug#797972: add sprockets tests for rails engines

2015-09-16 Thread Pirate Praveen
On Thursday 17 September 2015 02:41 AM, Pirate Praveen wrote: > On Thursday 17 September 2015 01:41 AM, Pirate Praveen wrote: >> >> I have tried to implement it in gem2deb-testrunner (smoke-test branch >> of gem2deb) updated test-assets-package branch signature.asc Descrip

[DRE-maint] Bug#799885: test failures when trying to update to new upstream release

2015-09-23 Thread Pirate Praveen
package: ruby-github-markup version: 1.2.1+dfsg-1 severity: wishlist RUBYLIB=/home/pravi/forge/debian/git/pkg-ruby-extras/ruby-github-markup/debian/ruby-github-markup/usr/lib/ruby/vendor_ruby:. ruby2.1 debian/ruby-tests.rb /usr/bin/ruby2.1 -I"lib:lib:test" -I"/usr/lib/ruby/vendor_ruby" "/usr/lib/r

[DRE-maint] Accepted ruby-github-markup 1.6.3-1 (source) into unstable

2018-03-17 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 17 Mar 2018 17:02:38 +0530 Source: ruby-github-markup Binary: ruby-github-markup Architecture: source Version: 1.6.3-1 Distribution: unstable Urgency: medium Maintainer: Debian Ruby Extras Maintainers Changed-By: Pirate

[DRE-maint] Accepted ruby-gitlab-flowdock-git-hook 1.0.1-3 (source) into unstable

2018-03-17 Thread Pirate Praveen
Changed-By: Pirate Praveen Description: ruby-gitlab-flowdock-git-hook - Git Post-Receive hook for Flowdock Changes: ruby-gitlab-flowdock-git-hook (1.0.1-3) unstable; urgency=medium . * Drop patches (now ruby-grit switched to gitlab-grit) * Bump debhelper compat to 11 and standards version

[DRE-maint] Accepted ruby-grit 2.8.2-1 (source) into unstable

2018-03-17 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 18 Mar 2018 10:41:28 +0530 Source: ruby-grit Binary: ruby-grit Architecture: source Version: 2.8.2-1 Distribution: unstable Urgency: medium Maintainer: Debian Ruby Extras Maintainers Changed-By: Pirate Praveen Description

[DRE-maint] Accepted ruby-flipper 0.13.0-1 (source) into unstable

2018-03-18 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 16 Mar 2018 11:26:33 +0530 Source: ruby-flipper Binary: ruby-flipper Architecture: source Version: 0.13.0-1 Distribution: unstable Urgency: medium Maintainer: Debian Ruby Extras Maintainers Changed-By: Pirate Praveen

[DRE-maint] Accepted ruby-doorkeeper 4.3.1-1 (source) into unstable

2018-03-18 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 18 Mar 2018 19:36:04 +0530 Source: ruby-doorkeeper Binary: ruby-doorkeeper Architecture: source Version: 4.3.1-1 Distribution: unstable Urgency: medium Maintainer: Debian Ruby Extras Maintainers Changed-By: Pirate Praveen

[DRE-maint] Accepted rails 2:4.2.10-1 (source) into unstable

2018-03-18 Thread Pirate Praveen
Version: 2:4.2.10-1 Distribution: unstable Urgency: medium Maintainer: Debian Ruby Extras Maintainers Changed-By: Pirate Praveen Description: rails - MVC ruby based framework geared for web application development ( ruby-actionmailer - email composition, delivery, and receiving framework (part

[DRE-maint] Accepted ruby-charlock-holmes 0.7.5-1 (source) into unstable

2018-03-18 Thread Pirate Praveen
-* fields * Run wrap-and-sort on packaging files . [ Pirate Praveen ] * New upstream version 0.7.5 * Remove gbp.conf filter (non dfsg file is no longer preset in upstream) * Bump debhelper compatibility level to 11 * Bump Standards-Version to 4.1.3 (no changes needed) Checksums-Sha1

[DRE-maint] Accepted ruby-doorkeeper-openid-connect 1.3.0-1 (source) into unstable

2018-03-18 Thread Pirate Praveen
Changed-By: Pirate Praveen Description: ruby-doorkeeper-openid-connect - OpenID Connect extension for Doorkeeper Changes: ruby-doorkeeper-openid-connect (1.3.0-1) unstable; urgency=medium . * New upstream version 1.3.0 * Bump debhelper compat to 11 and standards version to 4.1.3 Checksums

[DRE-maint] Accepted ruby-omniauth-ldap 2.0.4-1 (source) into unstable

2018-03-18 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 18 Mar 2018 11:12:47 +0530 Source: ruby-omniauth-ldap Binary: ruby-omniauth-ldap Architecture: source Version: 2.0.4-1 Distribution: unstable Urgency: medium Maintainer: Debian Ruby Extras Maintainers Changed-By: Pirate

[DRE-maint] Accepted ruby-flipper 0.13.0-2 (source) into unstable

2018-03-18 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 18 Mar 2018 21:05:58 +0530 Source: ruby-flipper Binary: ruby-flipper Architecture: source Version: 0.13.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Ruby Extras Maintainers Changed-By: Pirate Praveen

[DRE-maint] Accepted ruby-prometheus-client-mmap 0.9.1-1 (source) into unstable

2018-03-18 Thread Pirate Praveen
Changed-By: Pirate Praveen Description: ruby-prometheus-client-mmap - suite of instrumentation metric primitives Changes: ruby-prometheus-client-mmap (0.9.1-1) unstable; urgency=medium . * New upstream version 0.9.1 * Bump debhelper compat to 11 and standards version to 4.1.3 Checksums-Sha1

[DRE-maint] Accepted ruby-addressable 2.5.2-1 (source) into unstable

2018-03-18 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 18 Mar 2018 21:21:24 +0530 Source: ruby-addressable Binary: ruby-addressable Architecture: source Version: 2.5.2-1 Distribution: unstable Urgency: medium Maintainer: Debian Ruby Extras Maintainers Changed-By: Pirate Praveen

[DRE-maint] Accepted ruby-omniauth-google-oauth2 0.5.2-2 (source) into unstable

2018-03-18 Thread Pirate Praveen
Changed-By: Pirate Praveen Description: ruby-omniauth-google-oauth2 - Google OAuth2 strategy for OmniAuth 1.x Changes: ruby-omniauth-google-oauth2 (0.5.2-2) unstable; urgency=medium . * Team upload. * Reupload to unstable Checksums-Sha1: ce805bcdb1aed1597581f29946ff32b6f41cd12b 2349 ruby

[DRE-maint] Accepted gitlab 8.13.11+dfsg1-8+deb9u1 (source all) into stable->embargoed, stable

2018-03-18 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 15 Mar 2018 11:49:26 +0530 Source: gitlab Binary: gitlab Architecture: source all Version: 8.13.11+dfsg1-8+deb9u1 Distribution: stretch-security Urgency: high Maintainer: Debian Ruby Extras Maintainers Changed-By: Pirate

[DRE-maint] Accepted gitlab-shell 6.0.4-1 (source) into unstable

2018-03-18 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 16 Mar 2018 18:08:20 +0530 Source: gitlab-shell Binary: gitlab-shell Architecture: source Version: 6.0.4-1 Distribution: unstable Urgency: medium Maintainer: Debian Ruby Extras Maintainers Changed-By: Pirate Praveen

[DRE-maint] Accepted ruby-google-api-client 0.19.8-1 (source) into unstable

2018-03-18 Thread Pirate Praveen
: Pirate Praveen Description: ruby-google-api-client - Client for accessing Google APIs Changes: ruby-google-api-client (0.19.8-1) unstable; urgency=medium . * New upstream version 0.19.8 * Bump debhelper compat to 11 and standards version to 4.1.3 Checksums-Sha1

[DRE-maint] Accepted ruby-asset-sync 2.2.0-2 (source) into unstable

2018-03-18 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 19 Mar 2018 11:44:48 +0530 Source: ruby-asset-sync Binary: ruby-asset-sync Architecture: source Version: 2.2.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Ruby Extras Maintainers Changed-By: Pirate Praveen

[DRE-maint] Accepted ruby-grape 1.0.2-1 (source) into unstable

2018-03-18 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 19 Mar 2018 11:12:22 +0530 Source: ruby-grape Binary: ruby-grape Architecture: source Version: 1.0.2-1 Distribution: unstable Urgency: medium Maintainer: Debian Ruby Extras Maintainers Changed-By: Pirate Praveen Description

[DRE-maint] Accepted ruby-flipper 0.13.0-3 (source) into unstable

2018-03-19 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 19 Mar 2018 14:49:36 +0530 Source: ruby-flipper Binary: ruby-flipper Architecture: source Version: 0.13.0-3 Distribution: unstable Urgency: medium Maintainer: Debian Ruby Extras Maintainers Changed-By: Pirate Praveen

[DRE-maint] Bug#893450: gitlab: fresh install have no root account, default root password does not work

2018-03-19 Thread Pirate Praveen
On Mon, 19 Mar 2018 11:15:11 +1100 Dmitry Smirnov wrote:> It is impossible to log in to fresh install of Gitlab using default root > password as per "/usr/share/doc/gitlab/README.md.gz" line 63. > > Could it be because root account does not exist? > > Although eventually it would be nice to fix

[DRE-maint] Accepted ruby-gollum-lib 4.2.7-1 (source) into unstable

2018-03-20 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 20 Mar 2018 17:40:45 +0530 Source: ruby-gollum-lib Binary: ruby-gollum-lib Architecture: source Version: 4.2.7-1 Distribution: unstable Urgency: medium Maintainer: Debian Ruby Extras Maintainers Changed-By: Pirate Praveen

[DRE-maint] Bug#893619: add a basic require test if other tests are available

2018-03-20 Thread Pirate Praveen
package: gem2deb version: 0.38 severity: wishlist In many gems version detection usually works only in --gem-install layout and the current --check-dependencies is insufficient to catch these issues. ruby-grit and ruby-gitlab-flowdock-git-hook are example. I had to add a debian/ruby-tests.rb for

[DRE-maint] Accepted ruby-gitlab-flowdock-git-hook 1.0.1-4 (source) into unstable

2018-03-20 Thread Pirate Praveen
Changed-By: Pirate Praveen Description: ruby-gitlab-flowdock-git-hook - Git Post-Receive hook for Flowdock Changes: ruby-gitlab-flowdock-git-hook (1.0.1-4) unstable; urgency=medium . * Install using gem layout for correct version detection * Tighten dependency on ruby-grit * Add a basic

[DRE-maint] Accepted ruby-grit 2.8.2-2 (source) into unstable

2018-03-20 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 20 Mar 2018 20:13:53 +0530 Source: ruby-grit Binary: ruby-grit Architecture: source Version: 2.8.2-2 Distribution: unstable Urgency: medium Maintainer: Debian Ruby Extras Maintainers Changed-By: Pirate Praveen Description

[DRE-maint] Accepted ruby-devise 4.4.3-1 (source) into unstable

2018-03-21 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 21 Mar 2018 21:50:28 +0530 Source: ruby-devise Binary: ruby-devise Architecture: source Version: 4.4.3-1 Distribution: unstable Urgency: medium Maintainer: Debian Ruby Extras Maintainers Changed-By: Pirate Praveen

[DRE-maint] Accepted gitlab 10.5.5+dfsg-1 (source) into unstable

2018-03-21 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 18 Mar 2018 15:17:08 +0530 Source: gitlab Binary: gitlab Architecture: source Version: 10.5.5+dfsg-1 Distribution: unstable Urgency: medium Maintainer: Debian Ruby Extras Maintainers Changed-By: Pirate Praveen Description

[DRE-maint] Accepted ruby-omniauth-azure-oauth2 0.0.9-2 (source all) into unstable

2018-03-22 Thread Pirate Praveen
Changed-By: Pirate Praveen Description: ruby-omniauth-azure-oauth2 - Windows Azure Active Directory OAuth2 strategy for OmniAuth Changes: ruby-omniauth-azure-oauth2 (0.0.9-2) unstable; urgency=medium . * Team upload * Reupload to unstable Checksums-Sha1

[DRE-maint] Accepted gitlab 10.5.5+dfsg-2 (source) into unstable

2018-03-22 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 22 Mar 2018 21:32:02 +0530 Source: gitlab Binary: gitlab Architecture: source Version: 10.5.5+dfsg-2 Distribution: unstable Urgency: medium Maintainer: Debian Ruby Extras Maintainers Changed-By: Pirate Praveen Description

[DRE-maint] Accepted ruby-kubeclient 3.0.0-1 (source) into unstable

2018-03-23 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 23 Mar 2018 12:44:45 +0530 Source: ruby-kubeclient Binary: ruby-kubeclient Architecture: source Version: 3.0.0-1 Distribution: unstable Urgency: medium Maintainer: Debian Ruby Extras Maintainers Changed-By: Pirate Praveen

[DRE-maint] Accepted gitlab 10.5.5+dfsg-3 (source) into unstable

2018-03-23 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 23 Mar 2018 21:01:56 +0530 Source: gitlab Binary: gitlab Architecture: source Version: 10.5.5+dfsg-3 Distribution: unstable Urgency: medium Maintainer: Debian Ruby Extras Maintainers Changed-By: Pirate Praveen Description

  1   2   3   4   5   >