diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..68afda1 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,26 @@ +nodejs-oauth (0.8.2-0sg4) UNRELEASED; urgency=low + + * UNRELEASED + + -- SimpleGeo Nerds 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 Thu, 14 Oct 2010 17:51:51 +0000 + +nodejs-oauth (0.8.2-0sg1) UNRELEASED; urgency=low + + * UNRELEASED + + -- SimpleGeo Nerds Wed, 13 Oct 2010 23:19:29 +0000 + +nodejs-oauth (0.8.2-0sg0) unstable; urgency=low + + * Debianized + + -- Wade Simmons Wed, 13 Oct 2010 17:08:18 -0600 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..11cd0c1 --- /dev/null +++ b/debian/control @@ -0,0 +1,13 @@ +Source: nodejs-oauth +Section: misc +Priority: extra +Uploaders: Wade Simmons +Maintainer: SimpleGeo Nerds +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 diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..8f0eb29 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,9 @@ +This package was debianised by Wade Simmons + +The upstream repo is: + http://github.com/ciaranj/node-oauth + MIT license + +The Debian packaging is + Copyright 2010, SimpleGeo, Inc. + MIT license diff --git a/debian/dirs b/debian/dirs new file mode 100644 index 0000000..81ecf44 --- /dev/null +++ b/debian/dirs @@ -0,0 +1 @@ +usr/lib/nodejs/oauth diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..2af6cc3 --- /dev/null +++ b/debian/install @@ -0,0 +1,2 @@ +index.js usr/lib/nodejs/oauth +lib usr/lib/nodejs/oauth diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..e6192f6 --- /dev/null +++ b/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)