[Pkg-javascript-commits] [node-vhost] 01/02: Rephrase description

Jérémy Lal kapouer at moszumanska.debian.org
Wed Jun 18 22:04:03 UTC 2014


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

kapouer pushed a commit to branch master
in repository node-vhost.

commit f0a14978afbbc7a2d015b4abd4e15c46e5e841e6
Author: Jérémy Lal <kapouer at melix.org>
Date:   Wed Jun 18 23:58:00 2014 +0200

    Rephrase description
---
 debian/control | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 68cb2e3..d7f0e9a 100644
--- a/debian/control
+++ b/debian/control
@@ -20,8 +20,13 @@ Architecture: all
 Depends:
  ${misc:Depends}
  , nodejs
-Description: redirect HTTP requests to different virtual domain hosts - Node.js module
- This package provides a middleware able to redirect correctly HTTP
- requests to their own virutal domain hosts.
+Description: connect middleware for domain request matching - Node.js module
+ This module allows one to match incoming http requests to given
+ host-server pairs, also known as virtual hosts.
+ .
+ It only works with in-process Request and Server Node.js objects,
+ in particular it is not a proxy.
+ .
+ Connect is an extensible HTTP server framework.
  .
  Node.js is an event-based server-side JavaScript engine.

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



More information about the Pkg-javascript-commits mailing list