[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#857251: unblock: acorn/4.0.4-2



Package: release.debian.org
Severity: important
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package acorn, to fix bug #850506 ; in summary: the
4.0.4-1 package FTBFS on some computers (and not on others) ; this new
4.0.4-2 has a trivial fix. You'll find the very short debdiff in post
scriptum.

Thanks,

unblock acorn/4.0.4-2


PS: debdiff between 4.0.4-1 and 4.0.4-2:

diff -Nru acorn-4.0.4/debian/changelog acorn-4.0.4/debian/changelog
--- acorn-4.0.4/debian/changelog        2017-01-11 10:42:32.000000000 +0100
+++ acorn-4.0.4/debian/changelog        2017-03-09 07:17:56.000000000 +0100
@@ -1,3 +1,9 @@
+acorn (4.0.4-2) unstable; urgency=medium
+
+  * Add explicit rule to force compilation ordering (Closes: #850506)
+
+ -- Julien Puydt <julien.puydt@laposte.net>  Thu, 09 Mar 2017 07:17:56
+0100
+
 acorn (4.0.4-1) unstable; urgency=medium

   * New upstream release.
diff -Nru acorn-4.0.4/debian/rules acorn-4.0.4/debian/rules
--- acorn-4.0.4/debian/rules    2017-01-11 10:42:32.000000000 +0100
+++ acorn-4.0.4/debian/rules    2017-03-09 07:17:56.000000000 +0100
@@ -32,6 +32,8 @@
        mkdir -p dist/walk
        ln -s dist/index.js acorn.js

+dist/bin/acorn.js: dist/index.js
+
 %.js:
        $(COMPILE_MODULES) $(subst dist, src, $@) > $@


Reply to: