[Pkg-javascript-commits] [node-static] 01/03: Depends without versions, Build-Depends nodejs
Jérémy Lal
kapouer at moszumanska.debian.org
Wed Jan 8 00:22:20 UTC 2014
This is an automated email from the git hooks/post-receive script.
kapouer pushed a commit to branch master
in repository node-static.
commit 67098d41f2beef38c56edbac1a07551462bd7064
Author: Jérémy Lal <kapouer at melix.org>
Date: Wed Jan 8 00:56:42 2014 +0100
Depends without versions, Build-Depends nodejs
Build-Dependency on nodejs ensures the package won't be available
on architectures where nodejs isn't built.
---
debian/control | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 45f7502..ab56c78 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: node-static
Section: web
Priority: optional
Maintainer: Tonnerre LOMBARD <tonnerre at ancient-solutions.com>
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 9), nodejs
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
@@ -10,8 +10,7 @@ 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)
+Depends: ${misc:Depends}, nodejs, node-optimist, node-colors, node-mime
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
--
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