Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Please unblock package less.js We have now adjusted less.js to use nodejs (not node) as hashbang, and consider it ready for inclusion in Wheezy. Attached is a debdiff of changes made since the version that would've entered testing had it not been held back by nodejs and bug#614907. Kind regards, and thanks for your tireless work, unblock less.js/1.3.0~20120310-3 -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-3-amd64 (SMP w/2 CPU cores) Locale: LANG=da_DK.UTF-8, LC_CTYPE=da_DK.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash
diff -Nru less.js-1.3.0~20120310/debian/changelog less.js-1.3.0~20120310/debian/changelog --- less.js-1.3.0~20120310/debian/changelog 2012-03-19 14:33:43.000000000 +0100 +++ less.js-1.3.0~20120310/debian/changelog 2012-08-06 14:47:03.000000000 +0200 @@ -1,3 +1,17 @@ +less.js (1.3.0~20120310-3) unstable; urgency=low + + * Really tighten build-dependency on nodejs. + + -- Jonas Smedegaard <[email protected]> Mon, 06 Aug 2012 14:46:55 +0200 + +less.js (1.3.0~20120310-2) unstable; urgency=low + + * Add patch 2001 to use /usr/bin/nodejs (not /usr/bin/env node), and + tighten (build-)dependency on nodejs. + See bug#614907. + + -- Jonas Smedegaard <[email protected]> Mon, 06 Aug 2012 03:25:07 +0200 + less.js (1.3.0~20120310-1) unstable; urgency=low * New upstream (snapshot of) release. diff -Nru less.js-1.3.0~20120310/debian/control less.js-1.3.0~20120310/debian/control --- less.js-1.3.0~20120310/debian/control 2012-03-19 14:21:31.000000000 +0100 +++ less.js-1.3.0~20120310/debian/control 2012-08-06 04:18:19.000000000 +0200 @@ -6,7 +6,7 @@ Build-Depends: cdbs, debhelper, dh-buildinfo, - nodejs (>= 0.4.0), + nodejs (>= 0.6.19~dfsg1-3~), node-uglify | yui-compressor Standards-Version: 3.9.3 Homepage: http://lesscss.org/ @@ -32,7 +32,7 @@ Package: node-less Architecture: all Depends: ${misc:Depends}, - nodejs + nodejs (>= 0.6.19~dfsg1-3~) Conflicts: libnode-less Replaces: libnode-less Provides: lessc diff -Nru less.js-1.3.0~20120310/debian/patches/2001_use_usr-bin-nodejs.patch less.js-1.3.0~20120310/debian/patches/2001_use_usr-bin-nodejs.patch --- less.js-1.3.0~20120310/debian/patches/2001_use_usr-bin-nodejs.patch 1970-01-01 01:00:00.000000000 +0100 +++ less.js-1.3.0~20120310/debian/patches/2001_use_usr-bin-nodejs.patch 2012-08-06 03:19:44.000000000 +0200 @@ -0,0 +1,13 @@ +Description: Use /usr/bin/nodejs (not /usr/bin/env node) +Author: Jonas Smedegaard <[email protected]> +Forwarded: no +Last-Update: 2012-08-06 + +--- a/bin/lessc ++++ b/bin/lessc +@@ -1,4 +1,4 @@ +-#!/usr/bin/env node ++#!/usr/bin/nodejs + + var path = require('path'), + fs = require('fs'), diff -Nru less.js-1.3.0~20120310/debian/patches/series less.js-1.3.0~20120310/debian/patches/series --- less.js-1.3.0~20120310/debian/patches/series 2011-01-28 14:22:47.000000000 +0100 +++ less.js-1.3.0~20120310/debian/patches/series 2012-08-06 03:18:12.000000000 +0200 @@ -1 +1,2 @@ +2001_use_usr-bin-nodejs.patch 2002_strip_local_PATH.patch
_______________________________________________ Pkg-javascript-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel
