debian/0000755000000000000000000000000011740631276007175 5ustar debian/install0000644000000000000000000000004411740631276010564 0ustar lib/passport-oauth/ usr/lib/nodejs/ debian/rules0000755000000000000000000000031111740631276010250 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_auto_build: override_dh_auto_install: override_dh_auto_test: # do nothing debian/docs0000644000000000000000000000001211740631276010041 0ustar README.md debian/watch0000644000000000000000000000013411740631276010224 0ustar version=3 http://githubredir.debian.net/github/jaredhanson/passport-oauth/v(\d+.*)\.tar\.gz debian/control0000644000000000000000000000176011740631276010604 0ustar Source: passportjs-oauth Section: web Priority: extra Maintainer: Debian Javascript Maintainers Uploaders: David Paleino Build-Depends: debhelper (>= 8.0.0) Standards-Version: 3.9.3 Homepage: http://passportjs.org/ Vcs-Git: git://git.debian.org/pkg-javascript/passportjs-oauth.git Vcs-Browser: http://git.debian.org/?p=pkg-javascript/passportjs-oauth.git;a=summary Package: node-passport-oauth Architecture: all Depends: ${misc:Depends} , nodejs , node-passport , node-oauth Description: simple, unobtrusive authentication system for Node.js - OAuth strategy Passport is an authentication middleware for Node.js. Extremely flexible and modular, Passport can be unobtrusively dropped in to any Connect/Express-based web application. . It provides a comprehensive set of authentication systems: using a username and password, social networks credentials, OpenID, and more. . This package provide the OAuth authentication strategy. debian/changelog0000644000000000000000000000021511740631276011045 0ustar passportjs-oauth (0.1.7-1) unstable; urgency=low * Initial release -- David Paleino Mon, 09 Apr 2012 21:04:23 +0200 debian/copyright0000644000000000000000000000254211740631276011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: passportjs-oauth Source: https://github.com/jaredhanson/passport-oauth Files: * Copyright: © 2011, Jared Hanson License: MIT Files: debian/* Copyright: © 2012, David Paleino License: MIT License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/source/0000755000000000000000000000000011740631276010475 5ustar debian/source/format0000644000000000000000000000001411740631276011703 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011740631276010624 5ustar debian/patches/01-drop_pkginfo.patch0000644000000000000000000000077011740631276014550 0ustar From: David Paleino Subject: drop need for pkginfo node module Origin: vendor Forwarded: not-needed --- lib/passport-oauth/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- passportjs-oauth.orig/lib/passport-oauth/index.js +++ passportjs-oauth/lib/passport-oauth/index.js @@ -9,7 +9,7 @@ var InternalOAuthError = require('./erro /** * Framework version. */ -require('pkginfo')(module, 'version'); +exports.version = '0.1.7'; /** * Expose constructors. debian/patches/series0000644000000000000000000000002611740631276012037 0ustar 01-drop_pkginfo.patch debian/compat0000644000000000000000000000000211740631276010373 0ustar 8