Re: [Pkg-javascript-devel] Bug#847749: ITP: node-user-home -- Get the path to the user home directory

2016-12-12 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!!!

Re: [Pkg-javascript-devel] Bug#847749: ITP: node-user-home -- Get the path to the user home directory

2016-12-12 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

Re: [Pkg-javascript-devel] Bug#847749: ITP: node-user-home -- Get the path to the user home directory

2016-12-12 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: [Pkg-javascript-devel] 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.

Re: [Pkg-javascript-devel] 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: [Pkg-javascript-devel] 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 -- Pkg-javascript-devel mailing

Re: [Pkg-javascript-devel] 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