From 708e2e87889fc35d7b6cdf463ffc571d8a0d040a Mon Sep 17 00:00:00 2001 From: Wade Simmons Date: Wed, 13 Oct 2010 15:06:26 -0700 Subject: [PATCH 1/5] debianize --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 13 +++++++++++++ debian/copyright | 9 +++++++++ debian/dirs | 1 + debian/install | 1 + debian/rules | 4 ++++ debian/source/format | 1 + makefile | 4 ++-- 9 files changed, 37 insertions(+), 2 deletions(-) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/dirs create mode 100644 debian/install create mode 100755 debian/rules create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..59c69de --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +nodejs-hashlib (0.0.1-0sg0) unstable; urgency=low + + * Debianized + + -- Wade Simmons Wed, 13 Oct 2010 15:31:27 -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..4ee069f --- /dev/null +++ b/debian/control @@ -0,0 +1,13 @@ +Source: nodejs-hashlib +Section: misc +Priority: extra +Uploaders: Wade Simmons +Maintainer: SimpleGeo Nerds +build-Depends: cdbs, debhelper (>= 7), binutils, nodejs-dev (>= 0.2.3) +Standards-Version: 3.9.1 + +Package: nodejs-hashlib +Depends: nodejs (>= 0.2.3), ${shlibs:Depends}, ${misc:Depends} +Architecture: any +Description: node-hashlib + http://github.com/brainfucker/hashlib diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..fa0bb0b --- /dev/null +++ b/debian/copyright @@ -0,0 +1,9 @@ +This package was debianized by Wade Simmons + +The upstream repo is: + http://github.com/brainfucker/hashlib + +The Debian packaging is + Copyright 2010, SimpleGeo, Inc. + +And is licensed under the BSD license. diff --git a/debian/dirs b/debian/dirs new file mode 100644 index 0000000..d21444e --- /dev/null +++ b/debian/dirs @@ -0,0 +1 @@ +usr/lib/nodejs diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..75fc3c3 --- /dev/null +++ b/debian/install @@ -0,0 +1 @@ +build/default/hashlib.node usr/lib/nodejs diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..af5268d --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/makefile.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) diff --git a/makefile b/makefile index c1d40e7..257d894 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,7 @@ all: - node-waf configure build && mkdir -p ~/.node_libraries && cp ./build/default/hashlib.node ~/.node_libraries/hashlib.node + nodejs-waf configure build tests: - node ./test.js + nodejs ./test.js install: mkdir -p ~/.node_libraries && cp ./build/default/hashlib.node ~/.node_libraries/hashlib.node clean: From 899b5f3b0f87a5f0bc4f81587a6ee22dcf020ce7 Mon Sep 17 00:00:00 2001 From: Simple Geebus Date: Wed, 13 Oct 2010 22:40:33 +0000 Subject: [PATCH 2/5] Prepared changelog for build 1 --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 59c69de..1df6931 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +nodejs-hashlib (0.0.1-0sg1) lucid; urgency=low + + * UNRELEASED + + -- SimpleGeo Nerds Wed, 13 Oct 2010 22:40:33 +0000 + nodejs-hashlib (0.0.1-0sg0) unstable; urgency=low * Debianized From 39c0f5a6ff75fa190655756a42206aff8067f532 Mon Sep 17 00:00:00 2001 From: Simple Geebus Date: Wed, 13 Oct 2010 22:59:09 +0000 Subject: [PATCH 3/5] Prepared changelog for build 2 --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1df6931..01ee242 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +nodejs-hashlib (0.0.1-0sg2) lucid; urgency=low + + * UNRELEASED + + -- SimpleGeo Nerds Wed, 13 Oct 2010 22:59:09 +0000 + nodejs-hashlib (0.0.1-0sg1) lucid; urgency=low * UNRELEASED From 21325faaf2ea6b0f5828e88d2f25566cbc936ae7 Mon Sep 17 00:00:00 2001 From: Seth Fitzsimmons Date: Mon, 1 Nov 2010 13:33:42 -0700 Subject: [PATCH 4/5] Depend on 1st non-broken-for-extensons nodejs pkg --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 4ee069f..749c49a 100644 --- a/debian/control +++ b/debian/control @@ -3,11 +3,11 @@ Section: misc Priority: extra Uploaders: Wade Simmons Maintainer: SimpleGeo Nerds -build-Depends: cdbs, debhelper (>= 7), binutils, nodejs-dev (>= 0.2.3) +build-Depends: cdbs, debhelper (>= 7), binutils, nodejs-dev (>= 0.2.4-0sg12) Standards-Version: 3.9.1 Package: nodejs-hashlib -Depends: nodejs (>= 0.2.3), ${shlibs:Depends}, ${misc:Depends} +Depends: nodejs (>= 0.2.4-0sg12), ${shlibs:Depends}, ${misc:Depends} Architecture: any Description: node-hashlib http://github.com/brainfucker/hashlib From cb91a5f8ee554705da8774adaac83f2489c3cfc4 Mon Sep 17 00:00:00 2001 From: Simple Geebus Date: Mon, 1 Nov 2010 20:34:38 +0000 Subject: [PATCH 5/5] Prepared changelog for build 3 --- debian/changelog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 01ee242..b9a74cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +nodejs-hashlib (0.0.1-0sg3) lucid; urgency=low + + [ Seth Fitzsimmons ] + * Depend on 1st non-broken-for-extensons nodejs pkg + + [ SimpleGeo Nerds ] + + -- SimpleGeo Nerds Mon, 01 Nov 2010 20:34:38 +0000 + nodejs-hashlib (0.0.1-0sg2) lucid; urgency=low * UNRELEASED