[Pkg-javascript-commits] [html2canvas] 01/01: Use $(CURDIR) instead of $(PWD) to fix a FTBFS

Ximin Luo infinity0 at debian.org
Sat Dec 10 17:31:49 UTC 2016


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

infinity0 pushed a commit to branch master
in repository html2canvas.

commit 300929af6337cfa378c04e5b7bc3d644a67f47fd
Author: Ximin Luo <infinity0 at debian.org>
Date:   Sat Dec 10 18:31:39 2016 +0100

    Use $(CURDIR) instead of $(PWD) to fix a FTBFS
---
 debian/changelog | 6 ++++++
 debian/main.mk   | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e1c0af9..4db1099 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+html2canvas (0.5.0~beta4+ds1-2) UNRELEASED; urgency=medium
+
+  * Use $(CURDIR) instead of $(PWD) to fix a FTBFS. (Closes: #846682)
+
+ -- Ximin Luo <infinity0 at debian.org>  Sat, 10 Dec 2016 18:28:12 +0100
+
 html2canvas (0.5.0~beta4+ds1-1) unstable; urgency=medium
 
   * Initial release. (Closes: #845063)
diff --git a/debian/main.mk b/debian/main.mk
index ab424d3..d714921 100755
--- a/debian/main.mk
+++ b/debian/main.mk
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-NODE_PATH = $(PWD):/usr/lib/nodejs
+NODE_PATH = $(CURDIR):/usr/lib/nodejs
 BROWSERIFY = NODE_PATH=$(NODE_PATH) browserify-lite
 
 HEADER = \

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



More information about the Pkg-javascript-commits mailing list