[Pkg-javascript-commits] [node-es6-shim] 07/09: Ship links from libjs-es6-shim to node-es6-shim
Julien Puydt
julien.puydt at laposte.net
Sun May 29 11:36:12 UTC 2016
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a commit to branch master
in repository node-es6-shim.
commit 380c5cb328e12958a573577b457ba264c3fe203c
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Sun May 15 08:05:28 2016 +0200
Ship links from libjs-es6-shim to node-es6-shim
---
debian/changelog | 1 +
debian/control | 2 +-
debian/node-es6-shim.install | 2 --
debian/node-es6-shim.links | 2 ++
4 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d52e868..2020552 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ node-es6-shim (0.35.1+ds-1) unstable; urgency=medium
* Push standards-version to 3.9.8.
* Ship map files. (Closes: #814674)
* Use https in Vcs-* fields.
+ * Made node-es6-shim ship links to libjs-es6-shim.
-- Julien Puydt <julien.puydt at laposte.net> Sat, 14 May 2016 16:02:47 +0200
diff --git a/debian/control b/debian/control
index fe0dd62..6b16378 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-es6-shim.git
Package: node-es6-shim
Architecture: all
-Depends: nodejs, ${misc:Depends}
+Depends: nodejs, ${misc:Depends}, libjs-es6-shim (= ${binary:Version})
Description: ECMAScript 6 compat. shims for legacy JavaScript engines (Node.js)
The es6-shim library monkey-patches a JavaScript context to contain all
ECMAScript 6 (Harmony) methods that can be faithfully emulated with a legacy
diff --git a/debian/node-es6-shim.install b/debian/node-es6-shim.install
index a1dc983..21320bb 100644
--- a/debian/node-es6-shim.install
+++ b/debian/node-es6-shim.install
@@ -1,3 +1 @@
-es6-sham.js usr/lib/nodejs/es6-shim/
-es6-shim.js usr/lib/nodejs/es6-shim/
package.json usr/lib/nodejs/es6-shim/
diff --git a/debian/node-es6-shim.links b/debian/node-es6-shim.links
new file mode 100644
index 0000000..c8f7f86
--- /dev/null
+++ b/debian/node-es6-shim.links
@@ -0,0 +1,2 @@
+usr/share/javascript/es6-shim/es6-sham.js usr/lib/nodejs/es6-shim/es6-sham.js
+usr/share/javascript/es6-shim/es6-shim.js usr/lib/nodejs/es6-shim/es6-shim.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-es6-shim.git
More information about the Pkg-javascript-commits
mailing list