[Pkg-javascript-commits] [SCM] glob/fnmatch binding for NodeJS branch, master, updated. debian/2.0.9-1-3-ga067315

Jérémy Lal kapouer at melix.org
Fri Mar 16 21:56:48 UTC 2012


The following commit has been merged in the master branch:
commit a067315b826737c07e378a869e1e1a7e7a879a26
Author: Jérémy Lal <kapouer at melix.org>
Date:   Fri Mar 16 22:56:15 2012 +0100

    Update to 3.1.6 - still have to get the new license.

diff --git a/debian/changelog b/debian/changelog
index d467f30..492c260 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+node-glob (3.1.6-1) UNRELEASED; urgency=low
+
+  * Upstream update
+  * Native JavaScript.
+  * Depends on node-minimatch, node-inherits, node-graceful-fs.
+
+  [TODO]
+  * missing license, forwarded upstream
+    https://github.com/isaacs/node-glob/issues/37
+
+ -- Jérémy Lal <kapouer at melix.org>  Fri, 16 Mar 2012 22:48:02 +0100
+
 node-glob (2.0.9-1) unstable; urgency=low
 
   * Initial release
diff --git a/debian/control b/debian/control
index d5428ff..73ea643 100644
--- a/debian/control
+++ b/debian/control
@@ -6,18 +6,19 @@ Uploaders: David Paleino <dapal at debian.org>
 Build-Depends:
  debhelper (>= 8~)
  , dh-buildinfo
- , nodejs-dev
 Standards-Version: 3.9.2
 Homepage: https://github.com/isaacs/node-glob
 Vcs-Git: git://git.debian.org/collab-maint/node-glob.git
 Vcs-Browser: http://git.debian.org/?p=collab-maint/node-glob.git;a=summary
 
 Package: node-glob
-Architecture: any
+Architecture: all
 Depends:
- ${shlibs:Depends}
  , ${misc:Depends}
  , nodejs
+ , node-minimatch
+ , node-graceful-fs
+ , node-inherits
 Description: glob/fnmatch binding for NodeJS
  node-glob is a binding to glob(3) and fnmatch(3) for NodeJS.
  .
diff --git a/debian/install b/debian/install
index eb59aa4..bf00536 100644
--- a/debian/install
+++ b/debian/install
@@ -1 +1 @@
-build/default/glob.node	usr/lib/nodejs/
+glob.js	usr/lib/nodejs/
diff --git a/debian/rules b/debian/rules
index ff72ed2..218df65 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,25 +6,3 @@
 
 %:
 	dh $@
-
-override_dh_install:
-	dh_install
-	dh_buildinfo
-
-override_dh_auto_clean:
-	rm -rf build/
-
-override_dh_auto_install:
-	# nothing
-
-override_dh_shlibdeps:
-	dpkg-shlibdeps \
-		-T$(CURDIR)/debian/node-glob.substvars \
-		$(CURDIR)/debian/node-glob/usr/lib/nodejs/glob.node
-
-override_dh_strip:
-	strip \
-		--remove-section=.comment \
-		--remove-section=.note \
-		--strip-unneeded \
-		$(CURDIR)/debian/node-glob/usr/lib/nodejs/glob.node

-- 
glob/fnmatch binding for NodeJS



More information about the Pkg-javascript-commits mailing list