[Pkg-javascript-commits] [acorn] 03/05: Add explicit rule to force compilation ordering (Closes: #850506)

Julien Puydt julien.puydt at laposte.net
Thu Mar 9 07:30:19 UTC 2017


This is an automated email from the git hooks/post-receive script.

jpuydt-guest pushed a commit to branch master
in repository acorn.

commit ad82437739ca95c76908f0ad3e4de6aa02be9030
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Thu Mar 9 07:17:45 2017 +0100

    Add explicit rule to force compilation ordering (Closes: #850506)
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 ++
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8f9aad9..d5f943e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+acorn (4.0.4-2) UNRELEASED; urgency=medium
+
+  * Add explicit rule to force compilation ordering (Closes: #850506)
+
+ -- Julien Puydt <julien.puydt at laposte.net>  Thu, 09 Mar 2017 07:16:16 +0100
+
 acorn (4.0.4-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index c8c2b48..2bf8342 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,6 +32,8 @@ dist:
 	mkdir -p dist/walk
 	ln -s dist/index.js acorn.js
 
+dist/bin/acorn.js: dist/index.js
+
 %.js:
 	$(COMPILE_MODULES) $(subst dist, src, $@) > $@
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/acorn.git



More information about the Pkg-javascript-commits mailing list