[Pkg-javascript-devel] About nodejs Breaks list

Marcelo Jorge Vieira metal at alucinados.com
Wed Aug 1 17:17:58 UTC 2012


Hi!

On Wed, 2012-08-01 at 11:53 -0300, Marcelo Jorge Vieira wrote:
> Hi Jonas,
> 
> On Wed, 2012-08-01 at 09:48 +0200, Jonas Smedegaard wrote:
> > So thanks for pointing out node-colors and node-skin-test - I'll correct 
> > those.  You are quite welcome to help run through the remaining ones too 
> > - and also to cross-check via different methods than (build-)depends if 
> > I've missed some.
> 
> These packages do not reference /usr/bin/node or /usr/bin/env node:
> 
> * buddycloud-server
> * node-abbrev
> * node-ain2
> * node-async
> * node-connect
> * node-lru-cache

Sorry for this insane script:

PKGS=$(dpkg-query -W -f='${Breaks}\n' nodejs | sed 's#,#\n#g' | sed s#\(.*\)##g);
for p in $PKGS; do
    VCS=$(apt-cache showsrc $p | grep Vcs-Git | cut -d " " -f 2);
    git clone $VCS;
done
rgrep -e "^#\!/usr/bin/env node\|^#\!/usr/bin/node" -I --exclude-dir=.git --exclude-dir=debian  * | cut -d "/" -f 1 | uniq


Using this insane script we can reduce the nodejs Breaks list
to only 20 packages:

coffeescript
less.js
node-bones
node-carto
node-cli
node-express
node-get
node-jake
node-mapnik
node-mbtiles
node-nopt
node-optimist
node-semver
node-tilelive
node-traverse
node-which
node-zipfile
npm
uglifyjs
vows


Cheers,

-- 
Marcelo Jorge Vieira
xmpp:metal at jabber-br.org
http://metaldot.alucinados.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part
URL: <http://lists.alioth.debian.org/pipermail/pkg-javascript-devel/attachments/20120801/9b782a28/attachment.pgp>


More information about the Pkg-javascript-devel mailing list