[Pkg-javascript-devel] Bug#836722: Bug#836722: update libjs-uglify to latest upstream release

2016-09-05 Thread Jonas Smedegaard
Hi Praveen,

Quoting Pirate Praveen (2016-09-05 08:16:11)
> I'd like to update ruby-uglifier to 3.0.2 version (for updating 
> diaspora to 0.6). It ships with 2.7.3 of uglify.js. It would be better 
> to have the matching version in debian.

Would indeed be great to have newer releases of Uglifyjs.

Newer uglifyjs depend on, yargs, which is not yet in Debian.

There are possibly more missing dependencies, I have not yet 
investigated that, but yargs is a start...


 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: signature
-- 
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#836722: Bug#836722: needs yargs as a dependency

2016-09-05 Thread Jonas Smedegaard
Hi Praveen,

Quoting Pirate Praveen (2016-09-05 09:22:06)
> nodejs bin/uglifyjs --help
> module.js:339
> throw err;
> ^
> 
> Error: Cannot find module 'yargs'

Which version of uglifyjs?

NB! Make sure to always mention explicitly in bugreports if your system 
is not plain Debian - i.e. if you use backports.debian.org packages or 
packages from other non-default sources, or if you use code not 
integrated with APT at all - e.g. with NPM, RubyGems, CPAN etc.


 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: signature
-- 
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#836744: npm: bash completion script breaks $IFS

2016-09-05 Thread Paul "LeoNerd" Evans
Package: npm
Version: 1.4.21+ds-2
Severity: important

If the `npm` bash completion is interrupted, the IFS variable in the
shell becomes corrupted so that now basically very little works,
including aliases with spaces in.

For example:

  $ alias ls
  alias ls='ls $LS_OPTIONS'

  $ ls
  [currently works]

Now cause a completion that gets interrupted, by hitting  and then


  $ npm install l

At this point the alias is now broken

  $ ls
  ls: invalid argument ‘auto -h’ for ‘--color’
  Valid arguments are:
- ‘always’, ‘yes’, ‘force’
- ‘never’, ‘no’, ‘none’
- ‘auto’, ‘tty’, ‘if-tty’
  Try 'ls --help' for more information.

This bug comes from the completion script trying to save and restore
changes to IFS by its own local variable of $si, rather than simply
doing

  local IFS

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages npm depends on:
ii  node-abbrev   1.0.9-1
ii  node-ansi 0.3.0-2
ii  node-ansi-color-table 1.0.0-1
ii  node-archy0.0.2-1
ii  node-block-stream 0.0.7-1
ii  node-fstream  0.1.24-1
ii  node-fstream-ignore   0.0.6-2
ii  node-github-url-from-git  1.4.0-1
ii  node-glob 4.0.5-1
ii  node-graceful-fs  3.0.2-1
ii  node-gyp  3.4.0-1
ii  node-inherits 2.0.1-3
ii  node-ini  1.1.0-1
ii  node-lockfile 0.4.1-1
ii  node-lru-cache2.3.1-1
ii  node-minimatch1.0.0-1
ii  node-mkdirp   0.5.0-1
ii  node-nopt 3.0.1-1
ii  node-npmlog   0.0.4-1
ii  node-once 1.1.1-1
ii  node-osenv0.1.0-1
ii  node-read 1.0.5-1
ii  node-read-package-json1.2.4-1
ii  node-request  2.26.1-1
ii  node-retry0.6.0-1
ii  node-rimraf   2.2.8-1
ii  node-semver   2.1.0-2
ii  node-sha  1.2.3-1
ii  node-slide1.1.4-1
ii  node-tar  1.0.3-2
ii  node-underscore   1.7.0~dfsg-1
ii  node-which1.0.5-2
ii  nodejs4.3.1~dfsg-3

npm recommends no packages.

npm suggests no packages.

-- no debconf information


-- 
Paul "LeoNerd" Evans

leon...@leonerd.org.uk  |  https://metacpan.org/author/PEVANS
http://www.leonerd.org.uk/  |  https://www.tindie.com/stores/leonerd/


pgpTFoPwt0gA6.pgp
Description: OpenPGP digital signature
-- 
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] underscore 1.8.3~dfsg-1 MIGRATED to testing

2016-09-05 Thread Debian testing watch
FYI: The status of the underscore source package
in Debian's testing distribution has changed.

  Previous version: 1.7.0~dfsg-1
  Current version:  1.8.3~dfsg-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


Re: [Pkg-javascript-devel] Request to Join Project Debian JavaScript Maintainers from ChangZhuo Chen (czchen)

2016-09-05 Thread Jonas Smedegaard
Quoting nore...@alioth.debian.org (2016-09-05 16:46:14)
> I want to join JavaScript team to comaintain chartkick.js (#836765).

Welcome aboard!

 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: signature
-- 
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#836722: needs yargs as a dependency

2016-09-05 Thread Pirate Praveen
nodejs bin/uglifyjs --help
module.js:339
throw err;
^

Error: Cannot find module 'yargs'
at Function.Module._resolveFilename (module.js:337:15)
at Function.Module._load (module.js:287:25)
at Module.require (module.js:366:17)
at require (module.js:385:17)
at Object.
(/home/pravi/forge/debian/git/pkg-javascript/uglifyjs/bin/uglifyjs:8:13)
at Module._compile (module.js:425:26)
at Object.Module._extensions..js (module.js:432:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:311:12)
at Function.Module.runMain (module.js:457:10)



signature.asc
Description: OpenPGP digital signature
-- 
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#836722: update libjs-uglify to latest upstream release

2016-09-05 Thread Pirate Praveen
package: libjs-uglify
version: 2.4.15-6
severity: wishlist

I'd like to update ruby-uglifier to 3.0.2 version (for updating diaspora
to 0.6). It ships with 2.7.3 of uglify.js. It would be better to have
the matching version in debian.



signature.asc
Description: OpenPGP digital signature
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel