[Pkg-javascript-commits] [node-static] 150/151: Add Debian build rules.

Tonnerre Lombard tonnerre-guest at moszumanska.debian.org
Tue Jan 7 23:18:05 UTC 2014


This is an automated email from the git hooks/post-receive script.

tonnerre-guest pushed a commit to branch master
in repository node-static.

commit 062c9521ef4b891ff904ff77ba9a88037b89633d
Author: Tonnerre LOMBARD <tonnerre at ancient-solutions.com>
Date:   Wed Jan 1 02:55:02 2014 +0100

    Add Debian build rules.
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 20 ++++++++++++++++++++
 debian/copyright     | 30 ++++++++++++++++++++++++++++++
 debian/docs          |  4 ++++
 debian/install       |  2 ++
 debian/rules         |  4 ++++
 debian/source/format |  1 +
 8 files changed, 67 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..0aca820
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+node-static (0.7.2-1) unstable; urgency=low
+
+  * Initial release. (Closes: #733772)
+
+ -- Tonnerre LOMBARD <tonnerre at ancient-solutions.com>  Tue, 31 Dec 2013 20:04:25 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..3660330
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: node-static
+Section: web
+Priority: optional
+Maintainer: Tonnerre LOMBARD <tonnerre at ancient-solutions.com>
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.5
+Homepage: https://github.com/cloudhead/node-static
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-static.git
+Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-static.git
+
+Package: node-static
+Architecture: all
+Depends: ${misc:Depends}, nodejs, node-optimist (>=0.3.4),
+ node-colors (>=0.6.0), node-mime (>=1.2.9)
+Recommends: javascript-common
+Description: RFC2616 compliant HTTP static-file server module with caching
+ node-static has an in-memory file cache, making it highly efficient. It
+ understands and supports conditional GET and HEAD requests. It was
+ inspired by some of the other static-file serving modules,
+ such as node-paperboy and antinode.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..8f6d9d6
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: node-static
+Source: https://github.com/cloudhead/node-static
+
+Files: *
+Copyright: 2010-2013 Alexis Sellier <github at cloudhead.io>
+License: Expat
+
+Files: debian/*
+Copyright: 2013 Tonnerre Lombard <tonnerre at ancient-solutions.com>
+License: Expat
+
+License: Expat
+ 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..3ab3fe4
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,4 @@
+README.md
+benchmark/node-static-0.3.0.txt
+bin/cli.js
+examples/file-server.js
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..9084522
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,2 @@
+lib/node-static.js		/usr/lib/nodejs
+lib/node-static/util.js		/usr/lib/nodejs/node-static
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
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)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-static.git



More information about the Pkg-javascript-commits mailing list