Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
brainfucker authored and brainfucker committed Nov 19, 2010
2 parents d8a8d16 + cb91a5f commit 5aa6078
Show file tree
Hide file tree
Showing 10 changed files with 62 additions and 3 deletions.
26 changes: 26 additions & 0 deletions debian/changelog
@@ -0,0 +1,26 @@
nodejs-hashlib (0.0.1-0sg3) lucid; urgency=low

[ Seth Fitzsimmons ]
* Depend on 1st non-broken-for-extensons nodejs pkg

[ SimpleGeo Nerds ]

-- SimpleGeo Nerds <nerds@simplegeo.com> Mon, 01 Nov 2010 20:34:38 +0000

nodejs-hashlib (0.0.1-0sg2) lucid; urgency=low

* UNRELEASED

-- SimpleGeo Nerds <nerds@simplegeo.com> Wed, 13 Oct 2010 22:59:09 +0000

nodejs-hashlib (0.0.1-0sg1) lucid; urgency=low

* UNRELEASED

-- SimpleGeo Nerds <nerds@simplegeo.com> Wed, 13 Oct 2010 22:40:33 +0000

nodejs-hashlib (0.0.1-0sg0) unstable; urgency=low

* Debianized

-- Wade Simmons <wade@simplegeo.com> Wed, 13 Oct 2010 15:31:27 -0600
1 change: 1 addition & 0 deletions debian/compat
@@ -0,0 +1 @@
5
13 changes: 13 additions & 0 deletions debian/control
@@ -0,0 +1,13 @@
Source: nodejs-hashlib
Section: misc
Priority: extra
Uploaders: Wade Simmons <wade@simplegeo.com>
Maintainer: SimpleGeo Nerds <nerds@simplegeo.com>
build-Depends: cdbs, debhelper (>= 7), binutils, nodejs-dev (>= 0.2.4-0sg12)
Standards-Version: 3.9.1

Package: nodejs-hashlib
Depends: nodejs (>= 0.2.4-0sg12), ${shlibs:Depends}, ${misc:Depends}
Architecture: any
Description: node-hashlib
http://github.com/brainfucker/hashlib
9 changes: 9 additions & 0 deletions debian/copyright
@@ -0,0 +1,9 @@
This package was debianized by Wade Simmons <wade@simplegeo.com>

The upstream repo is:
http://github.com/brainfucker/hashlib

The Debian packaging is
Copyright 2010, SimpleGeo, Inc.

And is licensed under the BSD license.
1 change: 1 addition & 0 deletions debian/dirs
@@ -0,0 +1 @@
usr/lib/nodejs
1 change: 1 addition & 0 deletions debian/install
@@ -0,0 +1 @@
build/default/hashlib.node usr/lib/nodejs
4 changes: 4 additions & 0 deletions 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
1 change: 1 addition & 0 deletions debian/source/format
@@ -0,0 +1 @@
3.0 (quilt)
9 changes: 6 additions & 3 deletions makefile
@@ -1,9 +1,12 @@
build:
@node-waf configure build
all:
nodejs-waf configure build

tests:
nodejs ./test.js

install:
@mkdir -p ~/.node_libraries && cp ./build/default/hashlib.node ~/.node_libraries/hashlib.node

all: build install

tests:
Expand Down
Empty file modified test.js 100644 → 100755
Empty file.

0 comments on commit 5aa6078

Please sign in to comment.