[Pkg-javascript-commits] [acorn] 01/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 7285834660a72be278d0a666b63e409062dd75e7
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Wed Mar 8 10:28:42 2017 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 26a9d2a..d58b576 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
-acorn (4.0.11-1) unstable; urgency=medium
+acorn (4.0.11-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Add a rule to force compilation ordering. (Closes: #850506)
 
  -- Julien Puydt <julien.puydt at laposte.net>  Sat, 11 Feb 2017 10:27:20 +0100
 
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