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:[email protected]
http://metaldot.alucinados.com
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Pkg-javascript-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel
