[Pkg-javascript-commits] [SCM] small debugging utility for Node.js branch, master, updated. 207906c362c4e28a2d7b3f21966bea59447f7926

David Paleino dapal at debian.org
Sat Apr 14 22:42:08 UTC 2012


The following commit has been merged in the master branch:
commit 6d1bc0c8276952f9dc4e17167bcc4dafc831b723
Author: David Paleino <dapal at debian.org>
Date:   Sun Apr 15 00:40:45 2012 +0200

    Debianization

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..d81de69
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+node-debug (0.6.0-1) UNRELEASED; urgency=low
+
+  * Initial release
+
+ -- David Paleino <dapal at debian.org>  Sun, 15 Apr 2012 00:33:01 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..6ea18b8
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: node-debug
+Section: web
+Priority: extra
+Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
+Uploaders: David Paleino <dapal at debian.org>
+Build-Depends: debhelper (>= 8~)
+Standards-Version: 3.9.3
+Homepage: http://search.npmjs.org/#/debug
+Vcs-Git: git://git.debian.org/pkg-javascript/node-debug.git
+Vcs-Browser: http://git.debian.org/?p=pkg-javascript/node-debug.git;a=summary
+
+Package: node-debug
+Architecture: all
+Depends:
+ ${misc:Depends}
+ , nodejs
+Description: small debugging utility for Node.js
+ node-debug provides a small debugging utility for Node.js modules.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..3d94f1b
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://search.npmjs.org/#/debug
+
+Files: *
+Copyright: © 2011, TJ Holowaychuk <tj at vision-media.ca>
+License: MIT
+
+Files: debian/*
+Copyright: © 2012, David Paleino <dapal at debian.org>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ 'Software'), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..ad1245d
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+Readme.md
diff --git a/debian/examples b/debian/examples
new file mode 100644
index 0000000..0bbe99e
--- /dev/null
+++ b/debian/examples
@@ -0,0 +1 @@
+example/*
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..a4010a4
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+lib/debug.js	usr/lib/nodejs/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2581cfa
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@
+
+override_dh_installchangelogs:
+	dh_installchangelogs -- History.md
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/debian/watch b/debian/watch
new file mode 100644
index 0000000..a21e248
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+https://alioth.debian.org/~dapal/npmjs.php?id=debug \
+        http://registry.npmjs.org/debug/-/debug-(\d+.*)\.tgz

-- 
small debugging utility for Node.js



More information about the Pkg-javascript-commits mailing list