Your message dated Wed, 3 Oct 2012 18:27:05 +0200
with message-id <20121003162705.gr31...@radis.cristau.org>
and subject line Re: Bug#684044: unblock: nodejs/0.6.19~dfsg1-4
has caused the Debian Bug report #684181,
regarding unblock: uglifyjs/1.2.6-3
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
684181: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684181
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock
Please unblock package uglifyjs
We have now adjusted uglifyjs 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.
Cheers,
--
Marcelo Jorge Vieira
xmpp:me...@jabber-br.org
http://metaldot.alucinados.com
diff -Nru uglifyjs-1.2.6/debian/changelog uglifyjs-1.2.6/debian/changelog
--- uglifyjs-1.2.6/debian/changelog 2012-07-31 18:50:46.000000000 -0300
+++ uglifyjs-1.2.6/debian/changelog 2012-08-01 10:20:10.000000000 -0300
@@ -1,3 +1,16 @@
+uglifyjs (1.2.6-3) unstable; urgency=low
+
+ * Uglify should depend on new nodejs package
+
+ -- Marcelo Jorge Vieira (metal) <me...@debian.org> Wed, 01 Aug 2012 10:16:03 -0300
+
+uglifyjs (1.2.6-2) unstable; urgency=low
+
+ * Node conflict; For more info, see:
+ http://lists.debian.org/debian-devel-announce/2012/07/msg00002.html
+
+ -- Marcelo Jorge Vieira (metal) <me...@debian.org> Tue, 31 Jul 2012 18:31:20 -0300
+
uglifyjs (1.2.6-1) unstable; urgency=low
* New Upstream Release
diff -Nru uglifyjs-1.2.6/debian/control uglifyjs-1.2.6/debian/control
--- uglifyjs-1.2.6/debian/control 2012-07-31 18:50:46.000000000 -0300
+++ uglifyjs-1.2.6/debian/control 2012-08-01 10:14:32.000000000 -0300
@@ -12,7 +12,7 @@
Package: node-uglify
Architecture: all
-Depends: ${misc:Depends}, nodejs
+Depends: ${misc:Depends}, nodejs (>= 0.6.19~dfsg1-3)
Provides: uglifyjs
Replaces: libnode-uglify (<< 1.1.1-2~)
Conflicts: libnode-uglify (<< 1.1.1-2~)
diff -Nru uglifyjs-1.2.6/debian/patches/node_conflict.patch uglifyjs-1.2.6/debian/patches/node_conflict.patch
--- uglifyjs-1.2.6/debian/patches/node_conflict.patch 1969-12-31 21:00:00.000000000 -0300
+++ uglifyjs-1.2.6/debian/patches/node_conflict.patch 2012-07-31 20:15:38.000000000 -0300
@@ -0,0 +1,35 @@
+--- uglifyjs.orig/bin/uglifyjs 2012-07-31 19:24:04.000000000 -0300
++++ uglifyjs/bin/uglifyjs 2012-07-31 19:24:13.000000000 -0300
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env node
++#!/usr/bin/env nodejs
+ // -*- js -*-
+
+ global.sys = require(/^v0\.[012]/.test(process.version) ? "sys" : "util");
+
+--- uglifyjs.orig/test/testparser.js 2012-07-31 19:29:59.000000000 -0300
++++ uglifyjs/test/testparser.js 2012-07-31 19:30:08.000000000 -0300
+@@ -1,4 +1,4 @@
+-#! /usr/bin/env node
++#! /usr/bin/env nodejs
+
+ var parseJS = require("../lib/parse-js");
+ var sys = require("sys");
+
+--- uglifyjs.orig/test/beautify.js 2012-07-31 19:32:44.000000000 -0300
++++ uglifyjs/test/beautify.js 2012-07-31 19:33:02.000000000 -0300
+@@ -1,4 +1,4 @@
+-#! /usr/bin/env node
++#! /usr/bin/env nodejs
+
+ global.sys = require("sys");
+ var fs = require("fs");
+
+--- uglifyjs.orig/tmp/test.js 2012-07-31 19:35:10.000000000 -0300
++++ uglifyjs/tmp/test.js 2012-07-31 19:35:16.000000000 -0300
+@@ -1,4 +1,4 @@
+-#! /usr/bin/env node
++#! /usr/bin/env nodejs
+
+ global.sys = require(/^v0\.[012]/.test(process.version) ? "sys" : "util");
+ var fs = require("fs");
diff -Nru uglifyjs-1.2.6/debian/patches/series uglifyjs-1.2.6/debian/patches/series
--- uglifyjs-1.2.6/debian/patches/series 2012-07-31 18:50:18.000000000 -0300
+++ uglifyjs-1.2.6/debian/patches/series 2012-07-31 20:15:38.000000000 -0300
@@ -1 +1,2 @@
fix_lib_path.patch
+node_conflict.patch
signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
On Mon, Aug 6, 2012 at 15:20:15 +0200, Jonas Smedegaard wrote:
> Package: release.debian.org
> Severity: normal
> User: release.debian....@packages.debian.org
> Usertags: unblock
>
> Please unblock package nodejs
>
We're not adding new packages to wheezy, closing.
Cheers,
Julien
signature.asc
Description: Digital signature
--- End Message ---