[Pkg-javascript-commits] [SCM] simple, unobtrusive authentication system for Node.js branch, master, updated. upstream/0.1.8-6-g1385d50

David Paleino dapal at debian.org
Sun Apr 8 19:35:32 UTC 2012


The following commit has been merged in the master branch:
commit 040e015d845216081024218d4247abc9c7d0f7a2
Author: David Paleino <dapal at debian.org>
Date:   Sun Apr 8 21:23:04 2012 +0200

    Drop need for pkginfo

diff --git a/debian/patches/01-drop_pkginfo.patch b/debian/patches/01-drop_pkginfo.patch
new file mode 100644
index 0000000..691f1b5
--- /dev/null
+++ b/debian/patches/01-drop_pkginfo.patch
@@ -0,0 +1,22 @@
+From: David Paleino <dapal at debian.org>
+Subject: drop need for pkginfo: it's not (yet) available in Debian,
+ and its source is missing licensing info. Please also see
+ https://github.com/indexzero/node-pkginfo/issues/3
+Origin: vendor
+Forwarded: not-needed
+
+---
+ lib/passport/index.js |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- passportjs.orig/lib/passport/index.js
++++ passportjs/lib/passport/index.js
+@@ -286,7 +286,7 @@ exports = module.exports = new Passport(
+ /**
+  * Framework version.
+  */
+-require('pkginfo')(module, 'version');
++exports.version = '0.1.8';
+ 
+ /**
+  * Expose constructors.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ea2ed18
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-drop_pkginfo.patch

-- 
simple, unobtrusive authentication system for Node.js



More information about the Pkg-javascript-commits mailing list