[Pkg-javascript-commits] [node-expat] 184/371: Fix add symlink to still provide old name node-expat (not only new Windows-compatible node_expat). Closes: Bug#678762. Thanks to Lucas Nussbaum and Evgeni Golov.

Jonas Smedegaard dr at jones.dk
Sun Feb 28 10:00:00 UTC 2016


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

js pushed a commit to branch master
in repository node-expat.

commit 46492801f303f79d3c26d9123b0192a127b1070d
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Jul 7 10:36:35 2012 +0200

    Fix add symlink to still provide old name node-expat (not only new Windows-compatible node_expat). Closes: Bug#678762. Thanks to Lucas Nussbaum and Evgeni Golov.
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 6556a19..6c58314 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,6 +39,9 @@ DEB_UPSTREAM_TARBALL_MD5 = fd5669799856e52b3d35c55a8795a3c7
 
 DEB_INSTALL_DOCS_$(libpkgname) += README.markdown
 
+# Fix backwards compatibility. See bug#678762
+DEB_DH_LINK_$(libpkgname) = usr/lib/nodejs/node_expat.node /usr/lib/nodejs/node-expat.node
+
 # node-waf build routines
 NODE-WAF-BUILDFLAGS = CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" CPPFLAGS="$(CPPFLAGS)" LINKFLAGS="$(LDFLAGS)"
 NODE-WAF = NOCOLOR=1 NODE_PATH=$(cdbs_curdestdir)usr/lib/nodejs node-waf -v

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



More information about the Pkg-javascript-commits mailing list