Merge branch 'master' of https://github.com/simplegeo/node-oauth into simplegeo-debianise

This commit is contained in:
ciaranj 2010-11-23 23:06:46 +00:00
commit 1d6eefec70
8 changed files with 56 additions and 0 deletions

26
debian/changelog vendored Normal file
View File

@ -0,0 +1,26 @@
nodejs-oauth (0.8.2-0sg4) UNRELEASED; urgency=low
* UNRELEASED
-- SimpleGeo Nerds <nerds@simplegeo.com> Mon, 15 Nov 2010 19:30:19 +0000
nodejs-oauth (0.8.2-0sg2) UNRELEASED; urgency=low
[ Wade Simmons ]
* update copyright
[ SimpleGeo Nerds ]
-- SimpleGeo Nerds <nerds@simplegeo.com> Thu, 14 Oct 2010 17:51:51 +0000
nodejs-oauth (0.8.2-0sg1) UNRELEASED; urgency=low
* UNRELEASED
-- SimpleGeo Nerds <nerds@simplegeo.com> Wed, 13 Oct 2010 23:19:29 +0000
nodejs-oauth (0.8.2-0sg0) unstable; urgency=low
* Debianized
-- Wade Simmons <wade@simplegeo.com> Wed, 13 Oct 2010 17:08:18 -0600

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
5

13
debian/control vendored Normal file
View File

@ -0,0 +1,13 @@
Source: nodejs-oauth
Section: misc
Priority: extra
Uploaders: Wade Simmons <wade@simplegeo.com>
Maintainer: SimpleGeo Nerds <nerds@simplegeo.com>
build-Depends: cdbs, debhelper (>= 7)
Standards-Version: 3.9.1
Package: nodejs-oauth
Depends: nodejs (>= 0.2.3), ${misc:Depends}
Architecture: all
Description: node-oauth
http://github.com/ciaranj/node-oauth

9
debian/copyright vendored Normal file
View File

@ -0,0 +1,9 @@
This package was debianised by Wade Simmons <wade@simplegeo.com>
The upstream repo is:
http://github.com/ciaranj/node-oauth
MIT license
The Debian packaging is
Copyright 2010, SimpleGeo, Inc.
MIT license

1
debian/dirs vendored Normal file
View File

@ -0,0 +1 @@
usr/lib/nodejs/oauth

2
debian/install vendored Normal file
View File

@ -0,0 +1,2 @@
index.js usr/lib/nodejs/oauth
lib usr/lib/nodejs/oauth

3
debian/rules vendored Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (quilt)