Bug#898273: [lintian] Detect conflict between package.json version and debian control version

2018-05-11 Thread Chris Lamb
Dear Bastien, > >> - for every depends in package.json check debian control depends > > ^^^ > > Do you mean in the "devDependencies" key? > > no the Dependencies key, the devDependencies should be checked against > source package depends Getcha, I think. (to clarify, all devDep

Bug#898273: [lintian] Detect conflict between package.json version and debian control version

2018-05-11 Thread roucaries bastien
On Thu, May 10, 2018 at 10:56 PM, Chris Lamb wrote: > Hi Bastien, > >> - for every depends in package.json check debian control depends > ^^^ > Do you mean in the "devDependencies" key? no the Dependencies key, the devDependencies should be checked against source package depends

Bug#898273: [lintian] Detect conflict between package.json version and debian control version

2018-05-10 Thread Chris Lamb
Hi Bastien, > - for every depends in package.json check debian control depends ^^^ Do you mean in the "devDependencies" key? Clarification on exactly what "check" means here would be needed here too; whilst your bug title says "detect conflict", that doesn't strictly include the

Bug#898273: [lintian] Detect conflict between package.json version and debian control version

2018-05-10 Thread roucaries bastien
On Wed, May 9, 2018 at 8:34 PM, Chris Lamb wrote: > Hi Bastien, > >> If package is section javascript search all file named package.json, parse it >> and control against control depends (including optional that go to recommand > ^^^

Bug#898273: [lintian] Detect conflict between package.json version and debian control version

2018-05-09 Thread Chris Lamb
Hi Bastien, > If package is section javascript search all file named package.json, parse it > and control against control depends (including optional that go to recommand > or suggest). ^^ I can't parse thi

Bug#898273: [lintian] Detect conflict between package.json version and debian control version

2018-05-09 Thread Bastien ROUCARIÈS
Package: lintian Version: 2.5.84 Severity: minor Hi, Npm package use package.json for checking version (see https://docs.npmjs.com/getting-started/semantic-versioning). control use the debian way. it will be nice to detect difference between the package.json file and the control file If pac