[Pkg-javascript-devel] Bug#840213: Bug#840213: [npm2deb] Not complete

2017-08-29 Thread Shanavas
>Quite useful, see for instance my js pacakge > How does it help when package is tested before installation ? >ro...@debian.org -- shanavas Sent from my Android device with K-9 Mail. Please excuse my brevity. -- Pkg-javascript-devel mailing list Pkg-javascript-devel@lists.alioth.deb

Re: [Pkg-javascript-devel] [PATCH] Explicitly request Python 2 in a wiki maintenance script

2017-08-08 Thread Shanavas
Do we really need this? /usr/bin/python defaults to python2.7 -- Sent from my Android device with K-9 Mail. Please excuse my brevity.-- Pkg-javascript-devel mailing list Pkg-javascript-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] Bug#867295: Bug#867295: npm2deb: please automatically exclude certain files from debian/install

2017-07-16 Thread Shanavas
On July 16, 2017 7:54:03 PM GMT+03:00, Pirate Praveen wrote: >Control: severity -1 grave from wishlist > >This is a regression introduced in 0.2.7, previous versions did not >have >this behavior. Yes, the idea was to include all files that npm includes in tarball. > I

Re: [Pkg-javascript-devel] setimmediate and set-immediate-shim

2017-05-17 Thread Shanavas
set-immediate-shim is a simple package, about 10 lines and no dependencies. I think its easy to package it than to patch readdirp -- Sent from my Android device with K-9 Mail. Please excuse my brevity. signature.asc Description: PGP signature -- Pkg-javascript-devel mailing list

[Pkg-javascript-devel] Bug#857991: Bug#857991: npm2deb: Please Recommend npm instead of Depend

2017-03-19 Thread Shanavas
npm2deb depends on npm. It uses npm to retrieve npm module metadata and tarballs from npm registry. On March 17, 2017 8:31:41 PM GMT+03:00, "Jérémy Lal" wrote: >2017-03-17 18:07 GMT+01:00 Pirate Praveen : >> >> >> On 2017, മാർച്ച് 17 5:02:25 AM IST,

[Pkg-javascript-devel] RFS: node-ansicolors

2017-03-19 Thread shanavas
Packaged node-ansicolors and successfully built using pbuilder. Please review and sponsor. ITP no: #858161 Alioth repo: https://anonscm.debian.org/git/pkg-javascript/node-ansicolors.git/ (https://anonscm.debian.org/git/pkg-javascript/node-ansicolors.git/) Shanavas M -- Pkg-javascript-devel

Re: [Pkg-javascript-devel] What tool is automating ITP reports?

2017-02-05 Thread shanavas
February 6, 2017 1:16 AM, "Ben Finney" wrote: > Howdy all, > > Many recent ITP reports for Node.js packages have had terrible > descriptions. They seem to be just copied from the NPM package > description with no regard for the conventions of a Debian package > description. >

[Pkg-javascript-devel] Bug#844389: npm2deb: properly install files if files section is not present in package.json

2016-11-14 Thread Shanavas M
Package: npm2deb Version: 0.2.6-1 Severity: normal Dear Maintainer, If files section is missing in package.json include everything excluding files ignored by .npmignore and .gitignore https://docs.npmjs.com/misc/developers#keeping-files-out-of-your-package bugs like #844333 can be avoided --

[Pkg-javascript-devel] Bug#844333: node-iconv-lite: Source doesn't include required directories

2016-11-14 Thread Shanavas M
Package: node-iconv-lite Version: 0.4.13-1 Severity: grave Justification: renders package unusable Dear Maintainer, Directories `encodings` and `generation` are not included in debian package archive. npm2deb skips it as those directories are not mentioned in package.json. -- System

Re: [Pkg-javascript-devel] using packaged grunt (globally installed grunt)

2016-11-14 Thread Shanavas M
On 11/13/2016 09:30 PM, Pirate Praveen wrote: On Saturday 12 November 2016 04:31 PM, Pirate Praveen wrote: Hi, Using globally installed grunt is not supported upstream (see https://github.com/gruntjs/grunt-cli/issues/10). With https://github.com/gruntjs/grunt-cli/pull/55 patch, I was able to

[Pkg-javascript-devel] Bug#843641: node-should: Update should to latest version

2016-11-08 Thread Shanavas M
Package: node-should Version: 4.0.4+dfsg-1 Severity: wishlist Dear Maintainer, Please update node-should to latest version packages like micromatch depends on it -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64

[Pkg-javascript-devel] Bug#840913: lib/cli.js is installed as not executable

2016-11-07 Thread Shanavas M
npm2deb doesn't manipulate any source files as of now. All files preserves its permissions in its repository. This could be fixed only after #30 is merged in upstream repo. -- Pkg-javascript-devel mailing list Pkg-javascript-devel@lists.alioth.debian.org

Re: [Pkg-javascript-devel] How debian manages npm module version conflicts ?

2016-11-02 Thread shanavas
Forwarded message --- From: shana...@disroot.org To: "Pirate Praveen" Sent: November 2, 2016 3:51 PM Subject: Re: [Pkg-javascript-devel] How debian manages npm module version conflicts ? November 2, 2016 2:21 PM, "Pirate Praveen"

[Pkg-javascript-devel] Bug#840170: some modules has package.yaml instead of package.json

2016-10-29 Thread shanavas
All npm modules should have a package.json. The issue is npm2deb retrieves module source from git repo instead of npm registry. This will be fixed with #842465 (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=842465) -- Pkg-javascript-devel mailing list

[Pkg-javascript-devel] Bug#842465: npm2deb: Use npm registry url in watch files

2016-10-29 Thread Shanavas M
Package: npm2deb Version: 0.2.5-1 Severity: important Dear Maintainer, Using git repo url in debian/watch file creates the following issues. 1. Tags in git repo need not match with npm versions, in such cases npm2deb fails to get exact version that npm registry holds 2. In some packages even

[Pkg-javascript-devel] Bug#840169: Seems to be upstream issue

2016-10-28 Thread shanavas
The package has an invalid npm config file `package.json`. The repository declaration in pacakge.json is not in format specified by https://docs.npmjs.com/files/package.json#repository (https://docs.npmjs.com/files/package.json#repository) -- Pkg-javascript-devel mailing list