Re: Bug#847749: ITP: node-user-home -- Get the path to the user home directory

2016-12-12 Thread Jonathan Dowland
On Mon, Dec 12, 2016 at 05:13:38PM +0100, Christian Seiler wrote: > It's even funnier: the complaint here is actually fruitless, > because I have actually helped Sruthi to patch out the usage of > node-user-home from node-v8flags - it's now in the NEW queue: > https://ftp-master.debian.org/new/node

Re: Bug#847749: ITP: node-user-home -- Get the path to the user home directory

2016-12-12 Thread Christian Seiler
On 12/12/2016 04:22 PM, Holger Levsen wrote: > On Mon, Dec 12, 2016 at 04:08:15PM +0100, Lars Wirzenius wrote: >> On Mon, Dec 12, 2016 at 11:56:53AM -0300, Fernando Toledo wrote: >>> A package to get user home path ? >>> The world is dying... >> We've had a number of discussions about nodejs's appr

Re: Bug#847749: ITP: node-user-home -- Get the path to the user home directory

2016-12-12 Thread Holger Levsen
On Mon, Dec 12, 2016 at 04:08:15PM +0100, Lars Wirzenius wrote: > On Mon, Dec 12, 2016 at 11:56:53AM -0300, Fernando Toledo wrote: > > A package to get user home path ? > > The world is dying... > We've had a number of discussions about nodejs's approach to what is a > suitable library/package size

Re: Bug#847749: ITP: node-user-home -- Get the path to the user home directory

2016-12-12 Thread Lars Wirzenius
On Mon, Dec 12, 2016 at 11:56:53AM -0300, Fernando Toledo wrote: > A package to get user home path ? > The world is dying... We've had a number of discussions about nodejs's approach to what is a suitable library/package size. Can we please not have that again? -- I want to build worthwhile thin

Re: Bug#847749: ITP: node-user-home -- Get the path to the user home directory

2016-12-12 Thread Fernando Toledo
El 11/12/16 a las 08:28, Sruthi Chandran escribió: >> Package: wnpp >> Severity: wishlist >> Owner: Sruthi Chandran >> X-Debbugs-CC: debian-devel@lists.debian.org >> >> * Package name: node-user-home >> Version : 2.0.0 >> Upstream Author : Sindre Sorhus >> (sindresorhus.com) >> *

Re: Bug#847749: ITP: node-user-home -- Get the path to the user home directory

2016-12-12 Thread Sruthi Chandran
On 12/12/2016 12:40 AM, Christian Seiler wrote: > I've attached a git patch against your current packaging (you can > use git am to apply it) that does just this. I've tried building > it in sbuild -d unstable and it works - and the tests pass. > > Hope that helps. Thanks!!! That helped. signatu

Re: Bug#847749: ITP: node-user-home -- Get the path to the user home directory

2016-12-11 Thread Christian Seiler
On 12/11/2016 07:57 PM, Sruthi Chandran wrote: > On 12/12/2016 12:20 AM, Sruthi Chandran wrote: >> On 12/11/2016 11:30 PM, Christian Seiler wrote: I've attached an updated use-os-homedir.patch that does this (including the removal of the require.resolve() line above), >> Thanks a lot!!! T

Re: Bug#847749: ITP: node-user-home -- Get the path to the user home directory

2016-12-11 Thread Pirate Praveen
On 2016, ഡിസംബർ 11 6:18:41 PM IST, Guus Sliepen wrote: >On Sun, Dec 11, 2016 at 04:58:08PM +0530, Sruthi Chandran wrote: > >The only thing this module does is being an alias for os-homedir. This >is the complete contents of index.js: > >'use strict'; >module.exports = require('os-homedir')(); >

Re: Bug#847749: ITP: node-user-home -- Get the path to the user home directory

2016-12-11 Thread Sruthi Chandran
On 12/12/2016 12:20 AM, Sruthi Chandran wrote: > On 12/11/2016 11:30 PM, Christian Seiler wrote: >>> I've attached an updated use-os-homedir.patch that does this (including >>> the removal of the require.resolve() line above), > Thanks a lot!!! That fixed it. It was fixed in local build, but fails

Re: Bug#847749: ITP: node-user-home -- Get the path to the user home directory

2016-12-11 Thread Sruthi Chandran
On 12/11/2016 11:30 PM, Christian Seiler wrote: >> I've attached an updated use-os-homedir.patch that does this (including >> the removal of the require.resolve() line above), Thanks a lot!!! That fixed it. signature.asc Description: OpenPGP digital signature

Re: Bug#847749: ITP: node-user-home -- Get the path to the user home directory

2016-12-11 Thread Christian Seiler
On 12/11/2016 06:52 PM, Christian Seiler wrote: > I've attached an updated use-os-homedir.patch that does this (including > the removal of the require.resolve() line above), And I just noticed that I forgot a semicolon after a line (not critical, because javascript doesn't require it, but stylisti

Re: Bug#847749: ITP: node-user-home -- Get the path to the user home directory

2016-12-11 Thread Christian Seiler
On 12/11/2016 06:29 PM, Sruthi Chandran wrote: > On 12/11/2016 06:18 PM, Guus Sliepen wrote: >> Isn't s/user-home/os-homedir/ not enough? In any case, maybe you should >> try to get upstream to switch to os-homedir instead. > os-homedir is not packaged, we have been patching that with os.homedir. >

Re: Bug#847749: ITP: node-user-home -- Get the path to the user home directory

2016-12-11 Thread Sruthi Chandran
On 12/11/2016 06:18 PM, Guus Sliepen wrote: > Isn't s/user-home/os-homedir/ not enough? In any case, maybe you should > try to get upstream to switch to os-homedir instead. os-homedir is not packaged, we have been patching that with os.homedir. In this case, the patching is partially working, 4 tes

Re: Bug#847749: ITP: node-user-home -- Get the path to the user home directory

2016-12-11 Thread Guus Sliepen
On Sun, Dec 11, 2016 at 04:58:08PM +0530, Sruthi Chandran wrote: > * Package name: node-user-home [...] > * URL : https://github.com/sindresorhus/user-home The only thing this module does is being an alias for os-homedir. This is the complete contents of index.js: 'use strict'; m

Bug#847749: ITP: node-user-home -- Get the path to the user home directory

2016-12-11 Thread Sruthi Chandran
Package: wnpp Severity: wishlist Owner: Sruthi Chandran X-Debbugs-CC: debian-devel@lists.debian.org * Package name: node-user-home Version : 2.0.0 Upstream Author : Sindre Sorhus (sindresorhus.com) * URL : https://github.com/sindresorhus/user-home * License :