[Pkg-javascript-commits] [node-text-encoding] 06/09: Ship links instead of copies in node-text-encoding
Julien Puydt
julien.puydt at laposte.net
Sun May 15 13:45:42 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-text-encoding.
commit 4108d4b55a78e072ee88de7c3e0ff149a83af630
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Sun May 15 08:13:21 2016 +0200
Ship links instead of copies in node-text-encoding
---
debian/changelog | 1 +
debian/control | 2 +-
debian/node-text-encoding.install | 1 -
debian/node-text-encoding.links | 1 +
4 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b824508..d5bfaf3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ node-text-encoding (0.6.0-1) UNRELEASED; urgency=medium
* New upstream release.
* Bump standards-version.
* Use https in Vcs-* fields.
+ * Ship links to libjs-text-encoding in node-text-encoding.
-- Julien Puydt <julien.puydt at laposte.net> Sun, 15 May 2016 08:08:43 +0200
diff --git a/debian/control b/debian/control
index 4f1d09c..5f85200 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Testsuite: autopkgtest
Package: node-text-encoding
Architecture: all
-Depends: ${misc:Depends}, nodejs
+Depends: ${misc:Depends}, nodejs, libjs-text-encoding (= ${binary:Version})
Description: Polyfill for the Encoding Living Standard's API (Node.js module)
Provides a polyfill for the Encoding Living Standard's API for the
Web, allowing encoding and decoding of textual data to and from
diff --git a/debian/node-text-encoding.install b/debian/node-text-encoding.install
index 41ecd00..1fc2ac9 100644
--- a/debian/node-text-encoding.install
+++ b/debian/node-text-encoding.install
@@ -1,3 +1,2 @@
package.json usr/lib/nodejs/text-encoding/
-lib usr/lib/nodejs/text-encoding/
index.js usr/lib/nodejs/text-encoding/
diff --git a/debian/node-text-encoding.links b/debian/node-text-encoding.links
new file mode 100644
index 0000000..e6340a0
--- /dev/null
+++ b/debian/node-text-encoding.links
@@ -0,0 +1 @@
+usr/share/javascript/text-encoding/lib usr/lib/nodejs/text-encoding/lib
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-text-encoding.git
More information about the Pkg-javascript-commits
mailing list