[Pkg-javascript-commits] [jquery] 01/01: debian/rules: adapt path to r.js after a change in nodejs-requirejs
Antonio Terceiro
terceiro at moszumanska.debian.org
Sun Dec 11 15:27:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository jquery.
commit 6712af0e1f3e3eaf83fa1dc4f783f7c721d32012
Author: Antonio Terceiro <terceiro at debian.org>
Date: Sun Dec 11 13:24:07 2016 -0200
debian/rules: adapt path to r.js after a change in nodejs-requirejs
Closes: #847740
---
debian/changelog | 7 +++++++
debian/rules | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 37c90b8..b604973 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+jquery (3.1.1-2) unstable; urgency=medium
+
+ * debian/rules: adapt path to r.js after a change in nodejs-requirejs
+ (Closes: #847740)
+
+ -- Antonio Terceiro <terceiro at debian.org> Sun, 11 Dec 2016 13:18:53 -0200
+
jquery (3.1.1-1) unstable; urgency=medium
* Uploading jQuery 3.x to unstable
diff --git a/debian/rules b/debian/rules
index 81f48b9..dae6321 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ build.js: debian/build.js
cp $< $@
dist/jquery.js: start.js end.js build.js $(source)
- nodejs /usr/lib/nodejs/r.js -o build.js
+ nodejs /usr/lib/nodejs/requirejs/r.js -o build.js
sed -i -e 's/@DATE/$(timestamp)/; s/@VERSION/$(version)/' $@
@echo "Checking syntax of $@ ..."
nodejs --check $@ || (mv $@ $@.failed; false)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/jquery.git
More information about the Pkg-javascript-commits
mailing list