Bug#809875: ruby-activerecord-nulldb-adapter is not affected any more

2016-02-10 Thread Pirate Praveen
Control: notfound -1 ruby-activerecord-nulldb-adapter/0.3.1-1 Fix package name. -- Sent from my Android device with K-9 Mail. Please excuse my brevity.

Bug#814393: Run redis service for packages depending on redis-server like gitlab

2016-02-10 Thread Pirate Praveen
package: piuparts.debian.org Currently gitlab installation is failing because postinst needs redis service running.

Bug#812841: systemd checking was not foolproof

2016-02-11 Thread Pirate Praveen
Control: found -1 gitlab/8.4.0+dfsg-2 Control: forcemerge -1 814413 Since I had init=/bin/systemd in my /proc/cmdline, as I moved to systemd before it became default, the check in postinst was not correct. I will switch to checking in /proc/1/cmdline and upload. signature.asc Description: OpenP

Bug#814458: I'll fix it in next upload

2016-02-11 Thread Pirate Praveen
Thanks for the report. This is because of the following line, echo "Initializing database..." su ${gitlab_user} -s /bin/sh -c 'bundle exec rake gitlab:setup RAILS_ENV=production force=yes' I will remove that force=yes (created during the testing phase, but never gotten to remove it). Also becaus

Bug#814476: this is already in todo list

2016-02-12 Thread Pirate Praveen
https://gitlab.com/debian-ruby/TaskTracker/issues/56 signature.asc Description: OpenPGP digital signature

Bug#814458: it was a workaround for an upstream bug

2016-02-12 Thread Pirate Praveen
Control: forwarded -1 https://gitlab.com/gitlab-org/gitlab-ce/issues/13381 ok now I remember why I added the force=yes option, gitlab:setup rake task will prompt for a confirmation even if the db has no tables. I have asked upstream to fix it https://gitlab.com/gitlab-org/gitlab-ce/issues/13381

Bug#814476: needs customizing upstream files

2016-02-13 Thread Pirate Praveen
Control: forwarded -1 https://gitlab.com/gitlab-org/gitlab-ce/issues/13415 Asking upstream to consolidate configuration options https://gitlab.com/gitlab-org/gitlab-ce/issues/13415 signature.asc Description: OpenPGP digital signature

Bug#814476: closed by Pirate Praveen (Bug#814476: fixed in gitlab 8.4.3+dfsg-4)

2016-02-14 Thread Pirate Praveen
b package: > > > > #814476: gitlab writes into /usr/share/gitlab during operation > > > > It has been closed by Pirate Praveen . > > sorry but this bug is still not fixed. > > As you can read in my initial report, this bug is about violation of Debian > polic

Bug#814714: caused by systemd units failing

2016-02-14 Thread Pirate Praveen
I tested it fine on a sysvinit machine and install went fine on a systemd powered machine (did not actually test the web interface). I think its caused by some gitlab services failing to start with systemd, possibly because I left our some path changes in pid or logs. Can you share systemctl stat

Bug#814714: caused by systemd units failing

2016-02-15 Thread Pirate Praveen
On Mon, 15 Feb 2016 13:11:02 +0530 Pirate Praveen wrote: > I tested it fine on a sysvinit machine and install went fine on a > systemd powered machine (did not actually test the web interface). I > think its caused by some gitlab services failing to start with systemd, > possibly be

Bug#814714: caused by systemd units failing

2016-02-15 Thread Pirate Praveen
On Mon, 15 Feb 2016 13:38:07 +0530 Pirate Praveen wrote: > > I found out the root cause, /var/run/gitlab needs to be created every > time. I will add this to /etc/default/gitlab. > Also gitlab-workhorse cannot connect to /var/run/gitlab/sockets/gitlab.sockets because there is no

Bug#814714: caused by systemd units failing

2016-02-15 Thread Pirate Praveen
On 2016, ഫെബ്രുവരി 15 3:42:13 PM IST, Pirate Praveen wrote: >On Mon, 15 Feb 2016 13:38:07 +0530 Pirate Praveen > wrote: >> >> I found out the root cause, /var/run/gitlab needs to be created every >> time. I will add this to /etc/default/gitlab. >> > >Als

Bug#814871: I was able to close

2016-02-18 Thread Pirate Praveen
and reopen the issue though. No comment box here as you reported. signature.asc Description: OpenPGP digital signature

Bug#814871: I can confirm

2016-02-18 Thread Pirate Praveen
I have asked upstream to have a look. signature.asc Description: OpenPGP digital signature

Bug#815216: Backport gitlab to jessie

2016-02-19 Thread Pirate Praveen
Package: gitlab Severity: wishlist This would enable people to setup gitlab on debian stable. I have created a script here https://gitlab.com/debian-ruby/backportr Once I complete the build, I will make a personal repo first and will consider uploading to jessie-backports (after fixing test fai

Bug#815272: build failure in jessie while backporting

2016-02-20 Thread Pirate Praveen
package: nodejs version: 4.3.0~dfsg-2 severity: wishlist I'm trying to backport gitlab to jessie and it depends on nodejs >= 4.0. I got the following error when trying to build it. g++ '-DNODE_ARCH="x64"' '-DNODE_PLATFORM="linux"' '-DNODE_WANT_INTERNALS=1' '-DV8_DEPREC ATION_WARNINGS=1' '-DNODE_

Bug#815133: gitlab installation fails with LoadError: cannot load such file -- /usr/share/gitlab/config/application

2016-02-20 Thread Pirate Praveen
On Fri, 19 Feb 2016 09:30:08 +0100 Johannes Schauer wrote: > Package: gitlab > Version: 8.4.3+dfsg-9 > Severity: grave > Justification: renders package unusable > > Hi, > > I just tried to upgrade my gitlab installation from 8.4.3+dfsg-8 to > 8.4.3+dfsg-9 and this happened: > > > Your bu

Bug#815133: gitlab installation fails with LoadError: cannot load such file -- /usr/share/gitlab/config/application

2016-02-20 Thread Pirate Praveen
Hi Josch, You'll have to do a fresh install as directory structure has changed significantly. 1. apt-get purge gitlab (removes files, so new version can add symlinks) 2. rm -rf /usr/share/gitlab (config, tmp, log were not empty). 3. userdel -r gitlab (/var/lib/gitlab is new home or .gitconfig ca

Bug#815133: gitlab installation fails with LoadError: cannot load such file -- /usr/share/gitlab/config/application

2016-02-21 Thread Pirate Praveen
On Sat, 20 Feb 2016 22:37:20 +0530 Pirate Praveen wrote: > Hi Josch, > > You'll have to do a fresh install as directory structure has changed > significantly. > > 1. apt-get purge gitlab (removes files, so new version can add symlinks) > 2. rm -rf /usr/share/gitlab

Bug#815216: execjs error

2016-02-21 Thread Pirate Praveen
Precompiling assets... fatal: Not a git repository (or any of the parent directories): .git rake aborted! ExecJS::ProgramError: Error: Parse error on line 19: Unexpected 'INDENT' Object.parseError ((execjs):1723:11) Object.parse ((execjs):1800:22) exports.compile.compile [as compile] ((execjs):5101

Bug#815216: Jessie repo

2016-02-21 Thread Pirate Praveen
Install from http://pod.pxq.in -- Sent from my Android device with K-9 Mail. Please excuse my brevity.

Bug#815432: gitlab-sidekiq.service has trouble reading sidekiq.pid file

2016-02-21 Thread Pirate Praveen
package: gitlab version: 8.4.3+dfsg-9 severity: minor There is an error message in sudo systemctl status gitlab-sidekiq.service but the service is running fine. ● gitlab-sidekiq.service - GitLab Sidekiq Worker Loaded: loaded (/lib/systemd/system/gitlab-sidekiq.service; disabled; vendor prese

Bug#814645: not in stable yet

2016-02-24 Thread Pirate Praveen
ruby-mousetrap-rails is not part of any stable release. So should I really handle this upgrade case? signature.asc Description: OpenPGP digital signature

Bug#812861: ssh key upload is not working

2016-01-27 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 package: gitlab version: 8.4.0+dfsg~rc2-1 severity: important moving this https://gitlab.com/debian-ruby/TaskTracker/issues/58 to bts as gitlab is in the archive now. -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQIcBAEBCAAGBQJWqKLkAAoJEM4fnGdFE

Bug#812910: rhc is blocking net-ssh update to 3.0.x

2016-01-27 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 package: rhc version: 1.38.4-1 severity: important gitlab needs net-ssh 3.0.x, but rhc specifies net-ssh <= 2.9.2 in gemspec hence it is blocking ruby-net-ssh update. -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQIcBAEBCAAGBQJWqSGXAAoJEM4fnGdFE

Bug#812910: testing rhc with net-ssh 3.0

2016-01-27 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Chow, Can you confirm if rhc works with ruby-net-ssh 1:3.0.1-1 in experimental? I want to upload this version to unstable for gitlab. -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQIcBAEBCAAGBQJWqSMTAAoJEM4fnGdFEsIqyBwQAKPQjJQO19ICw12XEeoNk0g

Bug#812912: chef is blocking net-ssh update to 3.0.x

2016-01-27 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 package: chef version: 12.3.0-2 severity: important gitlab needs net-ssh 3.0.x, but chef specifies net-ssh ~> 2.6 in gemspec hence it is blocking ruby-net-ssh update. -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQIcBAEBCAAGBQJWqSVuAAoJEM4fnGdFE

Bug#812914: upload ruby-net-ssh to 3.0.x to unstable

2016-01-27 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 package: ruby-net-ssh version: 1:3.0.1-1 meta bug https://gitlab.com/debian-ruby/TaskTracker/issues/48 -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQIcBAEBCAAGBQJWqScdAAoJEM4fnGdFEsIqAmEP/1/9jg+cT4u/Kv15li8u13vQ 9BRK20zBTPmnuumatVl+nzbeMQEagqO

Bug#812841: this is systemd specific

2016-01-27 Thread Pirate Praveen
Control: forwarded -1 https://gitlab.com/gitlab-org/gitlab-ce/issues/12787 It works on sysvinit (I have wheezy system that was dist-upgraded to jessie then to stretch and to sid without rebooting).

Bug#813410: lock screen is not working when logged into gnome from sddm

2016-02-01 Thread Pirate Praveen
package: sddm, gdm3, gnome-session severity: important Now it seems gnome session can lock screen only if logged in from gdm3 (isn't there a standard for display managers? is gnome breaking the standard of sddm not implementing a new standard? can't changes be better coordinated among DEs, can't w

Bug#813409: sddm does not allow entering username manually

2016-02-01 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 package: sddm version: 0.13.0-1 severity: important It is regression from kdm. I have a user with uid less than 1000 and it is not listed in sddm. kdm was perfect, gdm3 had an option to enter, but sddm is unusable for me. Same would be for root logi

Bug#813410: lock screen is not working when logged into gnome from sddm

2016-02-01 Thread Pirate Praveen
On 2016, ഫെബ്രുവരി 2 1:11:28 AM IST, Andreas Henriksson wrote: >Hello Pirate Praveen. > >On Mon, Feb 01, 2016 at 10:45:11PM +0530, Pirate Praveen wrote: >> package: sddm, gdm3, gnome-session >> severity: important >> >> Now it seems gnome session can lock sc

Bug#813410: lock screen is not working when logged into gnome from sddm

2016-02-01 Thread Pirate Praveen
[Copying -devel for wider comments] On 2016, ഫെബ്രുവരി 2 10:25:56 AM IST, Pirate Praveen wrote: > > >On 2016, ഫെബ്രുവരി 2 1:11:28 AM IST, Andreas Henriksson > wrote: >>Hello Pirate Praveen. >> >>On Mon, Feb 01, 2016 at 10:45:11PM +0530, Pirate Praveen wrote:

Bug#813410: lock screen is not working when logged into gnome from sddm

2016-02-02 Thread Pirate Praveen
On Tuesday 02 February 2016 04:49 PM, Tim wrote: > > > On 02/02/16 04:15, Pirate Praveen wrote: >> package: sddm, gdm3, gnome-session >> severity: important >> >> Now it seems gnome session can lock screen only if logged in from gdm3 >> (isn't the

Bug#813410: lock screen is not working when logged into gnome from sddm

2016-02-02 Thread Pirate Praveen
Control: reassign -1 gnome-shell Control: reopen -1 Reassigning to gnome-shell -- Sent from my Android device with K-9 Mail. Please excuse my brevity.

Bug#809755: this is a sprockets issue I'm preparing a workaround

2016-01-06 Thread Pirate Praveen
see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809707 signature.asc Description: OpenPGP digital signature

Bug#809755: this is fixed in experimental

2016-01-08 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I have just uploaded 0.5.5.1+debian-1 to experimental (you may install it right now from https://people.debian.org/~praveen/diaspora-unreleased/ or wait for it to reach testing) -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQIcBAEBCAAGBQJWj2vBAAo

Bug#810744: FTBFS: Error: test_no_sslv3(TestSSL): ArgumentError: unknown SSL method

2016-01-11 Thread Pirate Praveen
Package: ruby-httpclient version: 2.6.0.1-1~exp1 severity: serious Error: test_no_sslv3(TestSSL): ArgumentError: unknown SSL method `SSLv3'. /build/ruby-httpclient-2.6.0.1/test/test_ssl.rb:248:in `ssl_version=' /build/ruby-httpclient-2.6.0.1/test/test_ssl.rb:248:in `setup_server_with_ssl_version'

Bug#810798: update ruby-handlebars-assets for tilt 2.0

2016-01-12 Thread Pirate Praveen
package: ruby-handlebars-assets version: 2:0.20.2-1 severity: important justification: blocking tilt update E..E.E.. 1) render haml NameError: uninitialized constant HandlebarsAssets::HandlebarsTemplate::Haml /home/pravi/forge/debian/git/pkg-ruby-extras/ruby-handlebars-assets/li

Bug#817976: gem2deb should test for git usage in gemspec

2016-03-12 Thread Pirate Praveen
package: gem2deb version: 0.29 severity: wishlist gem2deb should test usage of git in gemspec files like it currently does for rubygems usage as it will cause gemspec generation to fail outside a git repo (like building in chroots) and break rubygems integration. signature.asc Description: Open

Bug#818054: diaspora fails to start with ruby2.3: symbol lookup error:...sigar.so: undefined symbol: sigar_skip_token

2016-03-12 Thread Pirate Praveen
package: diaspora-installer version: 0.5.6.3+debian1 severity: grave justification: makes package unusable # sudo -H -E -u diaspora ./script/server start Starting Diaspora in production mode with 1 Sidekiq worker(s). ruby2.3: symbol lookup error: /usr/share/diaspora/vendor/bundle/ruby/2.3.0/gems/

Bug#818054: eye is failing to load

2016-03-13 Thread Pirate Praveen
sudo -E -H -u diaspora bundle exec loader_eye -st -c config/eye.rb ruby2.3: symbol lookup error: /usr/share/diaspora/vendor/bundle/ruby/2.3.0/gems/sigar-0.7.3/lib/sigar.so: undefined symbol: sigar_skip_token signature.asc Description: OpenPGP digital signature

Bug#818073: captcha not working in sign up

2016-03-13 Thread Pirate Praveen
package: diaspora severity: grave justification: makes package unusable production log has this error. [2016-03-13T11:00:13] INFO PID-7890 TID-19665120 ActionController::Base: Completed 200 OK in 615ms (Views: 355.1ms | ActiveRecord: 46.2ms) [2016-03-13T11:00:13] INFO PID-7887 TID-19665120 Rail

Bug#818073: possibly a chroot issue

2016-03-13 Thread Pirate Praveen
same error appears in diaspora-installer too, both running in cowbuilder --login chroots signature.asc Description: OpenPGP digital signature

Bug#818073: confirmed: only happens in chroots

2016-03-13 Thread Pirate Praveen
control: severity -1 normal Just tested outside chroot and captcha is working. signature.asc Description: OpenPGP digital signature

Bug#814871: looks like a js error

2016-03-15 Thread Pirate Praveen
mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create application-c10b73faf3d199e25c92355e0773b700f880f7f9531ee1f60be0c8a59dbd2815.js:705:12866 TypeError: require(...) is undefined

Bug#814871: I was able to close

2016-03-16 Thread Pirate Praveen
On Thu, 03 Mar 2016 10:11:03 +0100 Johannes Schauer wrote: > can you attach the upstream bugnumber to this bugreport as "forwarded"? > > Maybe I'm able to test fixes upstream proposes to fix this issue. > Since this is likely a debian specific issue, I pointed them to this bug report (via email

Bug#798338: update to 0.24.0

2016-03-19 Thread Pirate Praveen
Control: retitle -1 Please package 0.24.0 available upstream Hi Thomas, Russel, ruby-rugged also use libgit2 and it would be good to coordinate updates among the three parties. Right now I want to update gitlab to 8.5.8 which needs gitlab_git 8.2 and which needs rugged ~> 0.24.0b13 It would be

Bug#818733: cryptsetup failes in luksFormat: Failed to open key file

2016-03-20 Thread Pirate Praveen
package: cryptsetup severity: grave version: 2:1.6.6-5 # cryptsetup luksFormat /dev/data/diaspora diaspora WARNING! This will overwrite data on /dev/data/diaspora irrevocably. Are you sure? (Type uppercase yes): YES Failed to open key file. # apt-cache policy cryptsetup cryptsetup: I

Bug#818863: support generating rails database.yml

2016-03-20 Thread Pirate Praveen
package: dbconfig-common severity: wishlist details of this format is here http://rubyinrails.com/2014/01/09/database-yml-rails/ I want to use it for diaspora-common and gitlab. signature.asc Description: OpenPGP digital signature

Bug#814871: we have an upstream issue

2016-03-21 Thread Pirate Praveen
Control: forwarded -1 https://gitlab.com/gitlab-org/gitlab-ce/issues/14450 and also an upstream developer is troubleshooting this issue. signature.asc Description: OpenPGP digital signature

Bug#818659: gitlab: please consider making the dependency on letsencrypt optional

2016-03-21 Thread Pirate Praveen
On Sat, 19 Mar 2016 11:46:41 +0100 Johannes Schauer wrote: > I require none of these packages and they will just take up space on a > system where I have no need for being able to acquire a certificate via > letsencrypt ever. I was also thinking of removing it to be able to run it on jessie as I

Bug#814871: this is a bug in fuzzaldrin-plus.min.js

2016-03-24 Thread Pirate Praveen
Control: reassign -1 libjs-fuzzaldrin-plus Control: affects -1 gitlab A workaround is to use fuzzaldrin-plus.min.js from gitlab source. I will upload a new version of libjs-fuzzaldrin-plus to fix this issue. signature.asc Description: OpenPGP digital signature

Bug#814645: not in stable yet

2016-03-01 Thread Pirate Praveen
Control: severity -1 wishlist On 2016, മാർച്ച് 1 5:19:35 PM IST, Andreas Beckmann wrote: >The test was done upgrading from the previous version in testing to sid >before the current one migrated. >So anyone having that version installed and upgraded will not have had >a >clean upgrade so far.

Bug#817011: ruby-domain-name: missing RubyGems integration, breaks other softwares like Vagrant

2016-03-07 Thread Pirate Praveen
On Mon, 07 Mar 2016 15:15:38 +0900 =?UTF-8?Q?Marc_Dequ=C3=A8nes_=28duck=29?= wrote: > I'm in the team but I don't have time or tools at the moment to get into > more details why this file is missing (I remember gem2deb to already > have all the necessary magic and this package is using it), sor

Bug#651606: gitlab is uploaded and is waiting in NEW queue

2015-12-22 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Control: -1 forwarded http://debian.fosscommunity.in/status/gitlab gitlab in NEW https://ftp-master.debian.org/new/gitlab_8.2.1+dfsg-1.html -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQIcBAEBCAAGBQJWeTDsAAoJEM4fnGdFEsIqtOgP/jJAM5GOBm4sr4X7oNOz

Bug#790537: tested on a clean machine

2015-12-26 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Fri, 11 Sep 2015 21:38:07 +0200 Andreas Beckmann wrote: > Control: found -1 0.5.3.0+debian1 > > On 2015-09-07 12:04, Pirate Praveen wrote: >> tested on jesse and sid machines and everything went fine. > > I can still rep

Bug#751674: gnukhata, swt and gtk3

2015-12-27 Thread Pirate Praveen
[adding ITP to cc] On Tuesday 20 October 2015 09:18 PM, Pirate Praveen wrote: > > > On 2015, ഒക്‌ടോബർ 20 8:18:12 PM IST, Stuart > wrote: >> Hi Praveen, >> I have some experience with SWT, which version of SWT are you using? > > It 4.x. I have embedded the u

Bug#809150: newer version of sprockets breaks rubygems integration

2015-12-27 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 package: ruby-compass-rails severity: important justification: this breaks compass-rails rubygems integration Since debian already moved to sprockets 3.3.0 it breaks < 2.13 requirement. gemspec should be patched to fix it. Latest gem2deb makes chec

Bug#651606: new milestone for tracking gitlab bugs

2015-12-31 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Now - - installation is working - - repository creation working - - issues can be created - - http clone works but push failing (web based commits fail) - - ssh clone is not working Live status https://gitlab.com/debian-ruby/TaskTracker/milestones/3

Bug#809707: sprockets 3.3 cannot find favico.js

2016-01-02 Thread Pirate Praveen
package: ruby-sprockets version: 3.3.0-1 severity: grave justification: fails to find assets previously found by 2.12 Sprockets::FileNotFound: couldn't find file 'favico.js' with type 'application/javascript' It was noticed by autopkgtest in ruby-rails-assets-favico.js and confirmed by checking g

Bug#809560: similar to jbuilder,responders conflict

2016-01-03 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770251 -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQIcBAEBCAAGBQJWiNlXAAoJEM4fnGdFEsIqD80QAJeeWJB288MeQHgMOZY/kUpS HNvgNfco7NDDn47tSWk1VFFEKPBS5EvYjumQ5UsUtld5TKscQYpbL1j2zsxRcZw9 Gz0rHUyLv2iovM

Bug#811173: ITP: ruby-influxdb -- library for InfluxDB

2016-01-16 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 package: wnpp severity: wishlist owner: Pirate Praveen from rubygems.org -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQIcBAEBCAAGBQJWmjr9AAoJEM4fnGdFEsIqSIgQAIDBjiKlreIIR1WaKXdSiP/b o/A1nELL7wkUOm8uvhRmqQbmVe0YAGwiIvdBpkSTlIQPaMoLrZKK8HIt

Bug#811244: ITP: ruby-method-source -- retrieve the source code for a method

2016-01-16 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 package: wnpp severity: wishlist owner: Pirate Praveen from rubygems.org -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQIcBAEBCAAGBQJWmzWqAAoJEM4fnGdFEsIqfdYQAJJFDKP9yU3yWLdLT8iIa8O7 6CuAcLW95r+VObuWXKVILogLQHNvu8lH45jpjOE2GZLo6hWqRfE

Bug#811249: ITP: ruby-allocations -- Tracking of retained objects in CRuby

2016-01-17 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 package: wnpp severity: wishlist owner: Pirate Praveen from rubygems.org -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQIcBAEBCAAGBQJWm1ZRAAoJEM4fnGdFEsIqbEoQAKWwZ+ehA9c1mDTOnw9MRh3S k5ILqFLYq2BhXdu059etrO/tWBxQSBrb4LveG3Ppszt5bVManbq7bNu

Bug#811292: ITP: libjs-fuzzaldrin-plus -- fuzzy search / highlight that specialize for programmer text editor

2016-01-17 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 package: wnpp severity: wishlist owner: Pirate Praveen from https://github.com/jeancroy/fuzzaldrin-plus -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQIcBAEBCAAGBQJWm9CTAAoJEM4fnGdFEsIquJEP/01yAt7jw8t3ATNj8UvjWbKv fZpZxgE8usT7VhlV

Bug#811388: consider switching to unix sockets by default

2016-01-18 Thread Pirate Praveen
package: redis-server version: 2:3.0.3-2 severity: wishlist Can we switch to unix sockets by default? I'm packaging gitlab and they recommend using unix sockets for gitlab [1]. I think it would be better for security for whole debian. [1] https://gitlab.com/gitlab-org/gitlab-ce/issues/9081#note_3

Bug#811454: ITP: ruby-sidekiq-cron -- add repeated scheduled jobs

2016-01-18 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 package: wnpp severity: wishlist owner: Pirate Praveen from rubygems.org -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQIcBAEBCAAGBQJWnd6rAAoJEM4fnGdFEsIqd9cQAKeM1yiNyScF1TLnep06ICVu erQnsWjEHI+Zsbc/uq3Od2LmX/9n51

Bug#811462: FTBFS: test failure when updating ruby-net-ssh to 3.0.1

2016-01-19 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 package: ruby-net-ssh-multi version: 1.2.1-1 severity: serious justification: it is blocking ruby-net-ssh update With ruby-net-ssh 3.0.1-1 in experimental, ruby-net-ssh fails to build with following test failure RUBYLIB=/home/pravi/forge/debian/git

Bug#811472: ITP: ruby-omniauth-cas3 -- CAS 3.0 Strategy for OmniAuth

2016-01-19 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 package: wnpp severity: wishlist owner: Pirate Praveen from rubygems.org -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQIcBAEBCAAGBQJWnf9eAAoJEM4fnGdFEsIqYuYQALKpFCbs8K4h/aKY6/wRRahw CpBEepvmmNnd20Mh8WbzYTTbHN3p

Bug#812345: fixed in git

2016-01-23 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Control: tags -1 pending removed mysql2 gem dependency. -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQIcBAEBCAAGBQJWo6zwAAoJEM4fnGdFEsIqiyMP/jxakkxG0HfpYjpDl0FX3yg7 udZtMS+fJbeY7NllwIGqit7O3E7hWpZ6OojLp9PKhI3bYDAFDkhd9hKnmcAJWBBd kOwgX2S2q9R0tZ

Bug#812469: gedit is failing to start: ERROR:../../gi/pygi-cache.c:338:_arg_cache_new_for_interface: code should not be reached

2016-01-23 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 package: gedit version: 3.18.3-1 severity: grave justification: makes it unusable backtrace attached, probably some dependency requirement needs to be tightened. -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQIcBAEBCAAGBQJWpIDAAAoJEM4fnGdFEsIq

Bug#812469: dependency info

2016-01-24 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Package: gedit Version: 3.18.3-1 - --- Please enter the report below this line. --- - --- System information. --- Architecture: amd64 Kernel: Linux 4.2.0-1-amd64 Debian Release: stretch/sid 500 unstabledebian.sil.at 500 stable

Bug#773187: remmina-plugin-rdp is not installable due to broken dependencies

2014-12-15 Thread Pirate Praveen
package: remmina-plugin-rdp version: 1.1.1-2 severity: grave $ sudo apt-get install remmina-plugin-rdp Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if

Bug#773187: bin rebuild is not sufficient

2014-12-15 Thread Pirate Praveen
a binary only rebuild won't fix it as it can't satisfy build-deps as well. pravi@savannah:~/forge/debian/remmina-1.1.1$ sudo apt-get build-dep remmina-plugin-rdp [sudo] password for pravi: Reading package lists... Done Building dependency tree Reading state information... Done Picking 'remmina' as

Bug#773190: rails-assets gem should be fetched from rails-assets.org

2014-12-15 Thread Pirate Praveen
package: rubygems version: 1:2.1.0.1 severity: wishlist since all rails-assets gems are available from rails-assets.org, gem fetch or gem install or gem list -r should fetch it from rails-assets.org signature.asc Description: OpenPGP digital signature

Bug#773187: remmina-plugin-rdp is not installable due to broken dependencies

2014-12-15 Thread Pirate Praveen
Control: retitle -1 remmina can't detect installed remmina-plugin-rdp On Monday 15 December 2014 06:33 PM, Luca Falavigna wrote: > I just tried to install remmina-plugin-rdp in a clean sid chroot, and > it seems everything is working fine. Is your apt mirror not > up-to-date? I guess that was the

Bug#773187: remmina-plugin-rdp is not installable due to broken dependencies

2014-12-15 Thread Pirate Praveen
On Monday 15 December 2014 09:40 PM, Luca Falavigna wrote: > Can you check whether the RDP plugin is listed under Tools -> Plugins? > I'm able to see it on my Sid workstation... No, it is not visible in my system (see screenshot). Does it need a reboot? signature.asc Description: OpenPGP digital

Bug#768615: [DRE-maint] Bug#768615: #768615: ruby-pygments.rb: FTBFS in jessie: ERROR: Test "ruby2.1" failed

2014-11-27 Thread Pirate Praveen
२०१४-११-२७ १७:४७ [GMT]+०५:३०, Tomasz Buchert : > Hi Christian, > I think I made a mistake in this NMU, the changelog uploads > it to unstable, but I think it should be testing instead (on the other > hand you may unblock transition unstable => testing if I'm correct). Hi Tomasz, We should upload

Bug#771212: use rails-assets.org as source when gem name starts with rails-assets

2014-11-27 Thread Pirate Praveen
package: gem2deb version: 0.10 severity: wishlist Currently gem2deb uses gem fetch which looks at rubygems.org. But all rails-assets-* gems are available from rails-assets.org and should add --source https://rails-assets.org to gem fetch command. Thanks Praveen signature.asc Description: Open

Bug#597093: an incomplete and early version is available for testing

2014-11-29 Thread Pirate Praveen
Control: retitle -1 ITP: diaspora -- decentralized social network Control: owner -1 Pirate Praveen See instructions at https://wiki.debian.org/Diaspora to test and there is a list of tasks which needs help. signature.asc Description: OpenPGP digital signature

Bug#771544: ruby-uuid trying to open /root/.ruby-uuid file and failing with permission denied error

2014-11-30 Thread Pirate Praveen
package: ruby-uuid version: 2.3.7-2 severity: grave when trying to start diaspora following steps detailed at https://wiki.debian.org/Diaspora it fails with following message 10:18:48 sidekiq.1 | 2014-11-30T15:18:48.368Z 8702 TID-2zdvo INFO: Booting Sidekiq 3.2.6 with redis options {:namespace=>n

Bug#771544: it happens when using sudo -u user

2014-11-30 Thread Pirate Praveen
in /usr/lib/ruby/vendor_ruby/uuid.rb:189 @state_file = File.expand_path('.ruby-uuid', '~') this become /root/.ruby-uuid when running sudo -u diaspora as root. signature.asc Description: OpenPGP digital signature

Bug#771544: its because of tmpdir collision

2014-11-30 Thread Pirate Praveen
control: severity 771544 grave this is not because of sudo, but because /tmp/ruby-uuid is already created by another user. It should add a username prefix when creating state dir. signature.asc Description: OpenPGP digital signature

Bug#771650: suggest apt-get remove when gem command tries to uninstall libraries installed via apt

2014-12-01 Thread Pirate Praveen
package: ruby version: 1:2.1.0.1 severity: wishlist when a library is installed as a deb package and rubygems-integration is installed, gem uninstall command give the following error ERROR: While executing gem ... (Gem::InstallError) treetop is not installed in GEM_HOME, try: gem uni

Bug#771828: ITP: diaspora-installer -- installer for diaspora social network

2014-12-02 Thread Pirate Praveen
package: wnpp severity: wishlist I want to create a native package which will download diaspora tarball and setup a pod. This is complementing the diaspora package which is in progress. Thanks Praveen signature.asc Description: OpenPGP digital signature

Bug#863252: ITP: ruby-grpc -- ruby implementation of gRPC

2017-05-24 Thread Pirate Praveen
package: wnpp severity: wishlist owner: Pirate Praveen from https://rubygems.org/gems/grpc Dependency for gitlab 9.x signature.asc Description: OpenPGP digital signature

Bug#862880: ITP: node-at.js -- library to autocomplete mentions, smileys etc

2017-05-24 Thread Pirate Praveen
On ബുധന്‍ 24 മെയ് 2017 06:16 വൈകു, Ben Finney wrote: > This is the first message I've seen in this discussion, so I have > missed some context. > > What is a duplicate of what? duplicate of the ITP (rather it makes the ITP not needed) I filed for node-at-.js I searched for atwho (apt-cache search

Bug#863255: Please rename/provide libjs-jquery-atwho

2017-05-24 Thread Pirate Praveen
package: libjs-jquery-at.js Version: 1.5.2+dfsg.1-1 Severity: minor as it is providing jquery.atwho.js file. Also consider providing node-at.js as I may need it for new version of gitlab (9.x) which depends on all node modules and uses webpack directly (instead of depending on libjs packages).

Bug#863255: [Pkg-javascript-devel] Bug#863255: Please rename/provide libjs-jquery-atwho

2017-05-24 Thread Pirate Praveen
On 2017, മേയ് 25 5:23:30 AM IST, Ben Finney wrote: >This library seems only useful in an interactive browser session. It >seems quite misleading to declare that it provides a library for >non-interactive Node. > >What would justify that declaration? Its browser component is generated from its n

Bug#863687: Please update scribus to 1.5.3 with complex rendering support

2017-05-29 Thread Pirate Praveen
Package: scribus Version: 1.4.6+dfsg-4 Severity: important https://wiki.scribus.net/canvas/1.5.3_Release This version adds support for complex rendering support and it makes it useable for a large number of people (Arabic, Thai, Indic), hense the important severity. It could be added to experi

Bug#863954: allow skipping header and unknown license sections

2017-06-02 Thread Pirate Praveen
Package: licensecheck Version: 3.0.29-1 Severity: wishlist Control: affects npm2deb npm2deb parses packages.json of nodejs modules to generate copyright file currently. But it misses any copyright notices outside package.json. It would be good to use licensecheck to update copyright file generated

Bug#863954: allow skipping header and unknown license sections

2017-06-02 Thread Pirate Praveen
On വെള്ളി 02 ജൂണ്‍ 2017 02:53 വൈകു, Jonas Smedegaard wrote: > Thanks for the suggestion. > More generically, I believe (also from our brief conversation about this > on irc) that your suggestion is for licensecheck to not only gather > file-specific metadata from sourcecode (copyright holders, ye

Bug#863950: gitlab: Fresh install does not start

2017-06-02 Thread Pirate Praveen
On വെള്ളി 02 ജൂണ്‍ 2017 01:38 വൈകു, Joerg Jaspert wrote: > installed gitlab on a fresh stretch system. Its doing lots of stuff in > its postinst, until finally: Can you share more details about your system? phyisical/vm/container/chroot etc > Precompiling assets... > Starting GitLab Unicorn > St

Bug#863950: gitlab: Fresh install does not start

2017-06-02 Thread Pirate Praveen
On വെള്ളി 02 ജൂണ്‍ 2017 03:24 വൈകു, Pirate Praveen wrote: > I could not reproduce on an existing stretch lxc container. I will also > try to create a fresh lxc container. > On a freshly created stretch lxc container also, I could not reproduce it. signature.asc Description: OpenPG

Bug#864045: ITP: node-browserify-cipher -- ciphers for the browser

2017-06-03 Thread Pirate Praveen
Package: wnpp Severity: wishlist Owner: Pirate Praveen X-Debbugs-CC: debian-de...@lists.debian.org Control: block -1 by 862339 * Package name: node-browserify-cipher Version : 1.0.0 Upstream Author : Calvin Metcalf * URL : https://github.com/crypto-browserify

Bug#862339: ITP: node-browserify-aes -- aes cipher in pure javascript

2017-06-03 Thread Pirate Praveen
On Sat, 27 May 2017 15:34:07 +0200 Bastien ROUCARIES wrote: > Moreover test suite fail Can you push your work to alioth, so others can have a look at the test failure as well? Also if we can mention all copyright notices in debian/copyright, that would be sufficient, no need to involve upstream

Bug#864146: ITP: node-ajv-keywords -- Custom JSON-Schema keywords for Ajv validator

2017-06-04 Thread Pirate Praveen
Package: wnpp Severity: wishlist Owner: Pirate Praveen X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-ajv-keywords Version : 2.1.0 Upstream Author : Evgeny Poberezkin * URL : https://github.com/epoberezkin/ajv-keywords#readme * License

Bug#863950: gitlab: Fresh install does not start

2017-06-04 Thread Pirate Praveen
Control: tags -1 unreproducible Control: severity -1 normal On Fri, 2 Jun 2017 17:34:01 +0530 Pirate Praveen wrote: > On a freshly created stretch lxc container also, I could not reproduce it. > Balasankar could not reproduce it as well.

Bug#863950: gitlab: Fresh install does not start

2017-06-05 Thread Pirate Praveen
On Fri, 02 Jun 2017 10:08:42 +0200 Joerg Jaspert wrote: > root@nibbler:/# /etc/init.d/gitlab start > Starting GitLab Unicorn > Starting GitLab Sidekiq > Starting GitLab Workhorse > Could not find gem 'mysql2 (~> 0.3.16)' in any of the gem sources listed in > your Gemfile or available on this mach

<    1   2   3   4   5   6   7   8   9   10   >