[Pkg-javascript-devel] Bug#840174: run uscan as part of npm2deb create

2016-10-09 Thread Pirate Praveen
package: npm2deb version: 0.2.5-1 severity: wishlist It would be better to automate 'uscan --download-current-version' as part of npm2deb as watch file is created correctly and manual step does not give any advantage. signature.asc Description: OpenPGP digital signature --

[Pkg-javascript-devel] Bug#840174: two more step can be automated

2016-10-09 Thread Pirate Praveen
uupdate -b can also be run automatically. Once we have all required files, we should run dpkg-buildpackage as well like gem2deb does for ruby gems. signature.asc Description: OpenPGP digital signature -- Pkg-javascript-devel mailing list Pkg-javascript-devel@lists.alioth.debian.org

[Pkg-javascript-devel] Processing of node-jju_1.1.0-1_amd64.changes

2016-10-09 Thread Debian FTP Masters
node-jju_1.1.0-1_amd64.changes uploaded successfully to localhost along with the files: node-jju_1.1.0-1.dsc node-jju_1.1.0.orig.tar.gz node-jju_1.1.0-1.debian.tar.xz node-jju_1.1.0-1_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) --

[Pkg-javascript-devel] node-jju_1.1.0-1_amd64.changes is NEW

2016-10-09 Thread Debian FTP Masters
binary:node-jju is NEW. source:node-jju is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely

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

2016-10-09 Thread Pirate Praveen
package: npm2deb version: 0.2.5-1 severity: grave justification: breaks package build So npm2deb should use the correct file in debian/install dh_install: Cannot find (any matches for) "package.json" (tried in "." and "debian/tmp") dh_install: node-jju missing files: package.json dh_install:

[Pkg-javascript-devel] Processing of nodejs_4.6.0~dfsg-1_source.changes

2016-10-09 Thread Debian FTP Masters
nodejs_4.6.0~dfsg-1_source.changes uploaded successfully to localhost along with the files: nodejs_4.6.0~dfsg-1.dsc nodejs_4.6.0~dfsg.orig.tar.gz nodejs_4.6.0~dfsg-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) -- Pkg-javascript-devel

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

2016-10-09 Thread Pirate Praveen
On ഞായര്‍ 09 ഒക്ടോബര്‍ 2016 04:43 വൈകു, Chris Lamb wrote: > Hi, > >> some modules has package.yaml instead of package.json > > Could you provide an existing package name and/or simple testcase for this? > node-jju package has package.yaml. Similarly colors.js does not have a package.json

[Pkg-javascript-devel] Processed: node-iconv still not fixed

2016-10-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > reopen 837285 = Bug #837285 {Done: Jérémy Lal } [src:node-iconv] node-iconv: FTBFS: Tests failures 'reopen' may be inappropriate when a bug has been closed with a version; all fixed versions will be cleared, and you may need

[Pkg-javascript-devel] node-ebnf-parser_0.1.10+dfsg-1_amd64.changes is NEW

2016-10-09 Thread Debian FTP Masters
binary:node-ebnf-parser is NEW. source:node-ebnf-parser is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are

[Pkg-javascript-devel] node-cjson_0.4.0-1_amd64.changes is NEW

2016-10-09 Thread Debian FTP Masters
binary:node-cjson is NEW. source:node-cjson is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely

[Pkg-javascript-devel] node-json-parse-helpfulerror_1.0.3-1_amd64.changes is NEW

2016-10-09 Thread Debian FTP Masters
binary:node-json-parse-helpfulerror is NEW. source:node-json-parse-helpfulerror is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be

[Pkg-javascript-devel] Bug#840207: dependency formats are not converted

2016-10-09 Thread Pirate Praveen
package: npm2deb version: 0.2.5-1 severity: grave justification: it breaks build ^1.1.0 and similar should be converted to debian format like >= 1.1.0 dpkg-gencontrol: warning: can't parse dependency node-jju (^1.1.0) dpkg-gencontrol: error: error occurred while parsing Depends field: , nodejs

[Pkg-javascript-devel] Processing of node-json-parse-helpfulerror_1.0.3-1_amd64.changes

2016-10-09 Thread Debian FTP Masters
node-json-parse-helpfulerror_1.0.3-1_amd64.changes uploaded successfully to localhost along with the files: node-json-parse-helpfulerror_1.0.3-1.dsc node-json-parse-helpfulerror_1.0.3.orig.tar.gz node-json-parse-helpfulerror_1.0.3-1.debian.tar.xz

[Pkg-javascript-devel] node-is-extglob 2.0.0-1 MIGRATED to testing

2016-10-09 Thread Debian testing watch
FYI: The status of the node-is-extglob source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 2.0.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a

[Pkg-javascript-devel] node-is-glob 3.0.0-1 MIGRATED to testing

2016-10-09 Thread Debian testing watch
FYI: The status of the node-is-glob source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 3.0.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day

[Pkg-javascript-devel] Bug#840213: enable tests as autopkgtests

2016-10-09 Thread Pirate Praveen
package: npm2deb version: 0.2.5-1 severity: wishlist Currently only a require test is run as autopkgtest. It would be better to run all test run during build are also run as autopkgtest. gem2deb does this for ruby packages already. This will make it easy to update dependencies as we can run the

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

2016-10-09 Thread Chris Lamb
Hi, > some modules has package.yaml instead of package.json Could you provide an existing package name and/or simple testcase for this? Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `- -- Pkg-javascript-devel mailing list

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

2016-10-09 Thread Chris Lamb
Pirate Praveen wrote: > node-jju package has package.yaml. Can't seem to find this package in the archive! Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `- -- Pkg-javascript-devel mailing list

[Pkg-javascript-devel] Bug#840226: npm2deb should convert package names to small letters

2016-10-09 Thread Pirate Praveen
package: npm2deb version: 0.2.5-1 severity: important When running npm2deb create JSONSelect it should create package as node-jsonselect instead of node-JSONSelect. signature.asc Description: OpenPGP digital signature -- Pkg-javascript-devel mailing list

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

2016-10-09 Thread Pirate Praveen
On ഞായര്‍ 09 ഒക്ടോബര്‍ 2016 05:59 വൈകു, Chris Lamb wrote: > Pirate Praveen wrote: > >> node-jju package has package.yaml. > > Can't seem to find this package in the archive! This was accepted only a few hours back. See https://anonscm.debian.org/cgit/pkg-javascript/node-jju.git

[Pkg-javascript-devel] Processing of node-ebnf-parser_0.1.10+dfsg-1_amd64.changes

2016-10-09 Thread Debian FTP Masters
node-ebnf-parser_0.1.10+dfsg-1_amd64.changes uploaded successfully to localhost along with the files: node-ebnf-parser_0.1.10+dfsg-1.dsc node-ebnf-parser_0.1.10+dfsg.orig.tar.gz node-ebnf-parser_0.1.10+dfsg-1.debian.tar.xz node-ebnf-parser_0.1.10+dfsg-1_all.deb Greetings, Your

[Pkg-javascript-devel] Bug#836415: nodejs: SIGILL when running nodejs

2016-10-09 Thread Jérémy Lal
2016-10-06 12:28 GMT+02:00 Jérémy Lal : > > > 2016-09-04 16:41 GMT+02:00 Sam Imberman : > >> >> >> This is using nodejs 4.4.7 from sid: >> >> (gdb) run >> Starting program: /usr/bin/nodejs >> [Thread debugging using libthread_db enabled] >> Using host

[Pkg-javascript-devel] Processed: merging 836182 836183

2016-10-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > merge 836182 836183 Bug #836182 [npm2deb] [npm2deb] npm2deb unable to detect already available dependencies Bug #836183 [npm2deb] [npm2deb] npm2deb is unable to detect already available dependencies Merged 836182 836183 > thanks Stopping

[Pkg-javascript-devel] Processed: merging 836182 840167

2016-10-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > merge 836182 840167 Bug #836182 [npm2deb] [npm2deb] npm2deb unable to detect already available dependencies Bug #836183 [npm2deb] [npm2deb] npm2deb is unable to detect already available dependencies Bug #840167 [npm2deb] npm2deb search is not

[Pkg-javascript-devel] Processing of libjs-jquery-fixedtableheader_1.0.2-1_amd64.changes

2016-10-09 Thread Debian FTP Masters
libjs-jquery-fixedtableheader_1.0.2-1_amd64.changes uploaded successfully to localhost along with the files: libjs-jquery-fixedtableheader_1.0.2-1.dsc libjs-jquery-fixedtableheader_1.0.2.orig.tar.gz libjs-jquery-fixedtableheader_1.0.2-1.debian.tar.xz

[Pkg-javascript-devel] libjs-jquery-fixedtableheader_1.0.2-1_amd64.changes is NEW

2016-10-09 Thread Debian FTP Masters
binary:libjs-jquery-fixedtableheader is NEW. source:libjs-jquery-fixedtableheader is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please

[Pkg-javascript-devel] Bug#836415: Bug#838440: Bug#838440: nodejs: can't migrate to testing because of lack of armel binaries

2016-10-09 Thread Jérémy Lal
2016-10-09 23:02 GMT+02:00 Sebastiaan Couwenberg : > On 10/09/2016 10:25 PM, Jérémy Lal wrote: > > Now the same is going to happen with "powerpc" arch: libv8 is actually > not > > compatible with all processors supported by debian (ppc64xx are ok, > though). > > > >

[Pkg-javascript-devel] Bug#838440: Bug#838440: nodejs: can't migrate to testing because of lack of armel binaries

2016-10-09 Thread Sebastiaan Couwenberg
On 10/09/2016 10:25 PM, Jérémy Lal wrote: > Now the same is going to happen with "powerpc" arch: libv8 is actually not > compatible with all processors supported by debian (ppc64xx are ok, though). > > Sebastiaan, i feel bad asking for your help again, but since you already > filled all the RM

[Pkg-javascript-devel] Bug#836415: marked as done (nodejs: SIGILL when running nodejs)

2016-10-09 Thread Debian Bug Tracking System
Your message dated Sun, 09 Oct 2016 22:27:45 + with message-id and subject line Bug#836415: fixed in nodejs 4.6.0~dfsg-1 has caused the Debian Bug report #836415, regarding nodejs: SIGILL when running nodejs to be marked as done. This means that you claim

[Pkg-javascript-devel] nodejs_4.6.0~dfsg-1_source.changes ACCEPTED into unstable

2016-10-09 Thread Debian FTP Masters
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 09 Oct 2016 22:05:40 +0200 Source: nodejs Binary: nodejs-dev nodejs nodejs-dbg nodejs-legacy Architecture: source Version: 4.6.0~dfsg-1 Distribution: unstable Urgency: medium Maintainer: Debian Javascript

[Pkg-javascript-devel] Bug#830242: marked as done (nodejs: accesses the internet during build)

2016-10-09 Thread Debian Bug Tracking System
Your message dated Sun, 09 Oct 2016 22:27:45 + with message-id and subject line Bug#830242: fixed in nodejs 4.6.0~dfsg-1 has caused the Debian Bug report #830242, regarding nodejs: accesses the internet during build to be marked as done. This means that

[Pkg-javascript-devel] Bug#839714: marked as done (CVE-2016-5325 / CVE-2016-7099)

2016-10-09 Thread Debian Bug Tracking System
Your message dated Sun, 09 Oct 2016 22:27:45 + with message-id and subject line Bug#839714: fixed in nodejs 4.6.0~dfsg-1 has caused the Debian Bug report #839714, regarding CVE-2016-5325 / CVE-2016-7099 to be marked as done. This means that you claim that

[Pkg-javascript-devel] Bug#838440: Bug#838440: nodejs: can't migrate to testing because of lack of armel binaries

2016-10-09 Thread Jérémy Lal
2016-10-06 12:24 GMT+02:00 Sebastiaan Couwenberg : > On 10/06/2016 12:21 PM, Jérémy Lal wrote: > > 2016-09-21 11:53 GMT+02:00 Sebastiaan Couwenberg : > > > >> On 09/21/2016 11:34 AM, Jérémy Lal wrote: > >>> 2016-09-21 10:24 GMT+02:00 Emilio Pozuelo Monfort

[Pkg-javascript-devel] node-random-bytes_1.0.0-1_amd64.changes ACCEPTED into unstable, unstable

2016-10-09 Thread Debian FTP Masters
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Fri, 07 Oct 2016 19:54:44 +0200 Source: node-random-bytes Binary: node-random-bytes Architecture: source all Version: 1.0.0-1 Distribution: sid Urgency: medium Maintainer: Debian Javascript Maintainers

[Pkg-javascript-devel] node-jju_1.1.0-1_amd64.changes ACCEPTED into unstable, unstable

2016-10-09 Thread Debian FTP Masters
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 09 Oct 2016 11:56:49 +0530 Source: node-jju Binary: node-jju Architecture: source all Version: 1.1.0-1 Distribution: unstable Urgency: low Maintainer: Debian Javascript Maintainers