[Pkg-javascript-commits] [node-srs] 22/27: 2001 patch for fixing package.json require
Jérémy Lal
kapouer at alioth.debian.org
Fri Aug 30 15:12:41 UTC 2013
This is an automated email from the git hooks/post-receive script.
kapouer pushed a commit to branch master
in repository node-srs.
commit 20f0764db1e45ddb389dc70805ee5bff7abddaf6
Author: Jérémy Lal <kapouer at melix.org>
Date: Fri Aug 30 17:01:01 2013 +0200
2001 patch for fixing package.json require
---
debian/patches/2001_package_path.patch | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/debian/patches/2001_package_path.patch b/debian/patches/2001_package_path.patch
new file mode 100644
index 0000000..48a4e5d
--- /dev/null
+++ b/debian/patches/2001_package_path.patch
@@ -0,0 +1,15 @@
+Description: fix package.json require path
+Author: Jérémy Lal <kapouer at melix.org>
+Forwarded: not-needed
+Last-Update: 2013-08-30
+--- a/lib/srs.js
++++ b/lib/srs.js
+@@ -6,7 +6,7 @@
+ var _settings = require('./settings');
+ }
+
+-exports.version = require('../package').version;
++exports.version = require('./package').version;
+
+ /*
+ This is a custom srs definition for
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/node-srs.git
More information about the Pkg-javascript-commits
mailing list