[Pkg-javascript-commits] [node-ipaddr.js] 04/05: Rewrite description

Jérémy Lal kapouer at moszumanska.debian.org
Sat Jul 5 16:03:34 UTC 2014


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

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

commit 95a0403f818fb8ceddecdc14ac14f5f3deb8967d
Author: Jérémy Lal <kapouer at melix.org>
Date:   Sat Jul 5 17:49:09 2014 +0200

    Rewrite description
---
 debian/control | 30 ++++++++++++------------------
 1 file changed, 12 insertions(+), 18 deletions(-)

diff --git a/debian/control b/debian/control
index 4fcd462..20f4f88 100644
--- a/debian/control
+++ b/debian/control
@@ -20,15 +20,12 @@ Architecture: all
 Depends:
  ${misc:Depends}
  , nodejs
-Description: utility to manipulate IPv4 and IPv6 addresses - Node.js module
- ipaddr.js is a small library for manipulating IP addresses in JavaScript
- environments. It runs on both CommonJS runtimes, e.g. Node.js, and in a
- web browser.
- .
- ipaddr.js allows to verify and parse string representation of an IP address,
- match it against a CIDR range or range list, determine if it falls
- into some reserved ranges (examples include loopback and private ranges),
- and convert between IPv4 and IPv4-mapped IPv6 addresses.
+Description: IPv4 and IPv6 addresses manipulation - Node.js module
+ This modules features:
+  - verification and parsing of an IP address
+  - match against a CIDR range or range list
+  - match against reserved ranges like loopback or private ranges
+  - conversion between IPv4 and IPv4-mapped IPv6 addresses.
  .
  Node.js is an event-based server-side JavaScript engine.
 
@@ -37,12 +34,9 @@ Architecture: all
 Recommends: javascript-common
 Depends:
  ${misc:Depends}
-Description: utility to manipulate IPv4 and IPv6 addresses - JavaScript library
- ipaddr.js is a small library for manipulating IP addresses in JavaScript
- environments. It runs on both CommonJS runtimes, e.g. Node.js, and in a
- web browser.
- .
- ipaddr.js allows to verify and parse string representation of an IP address,
- match it against a CIDR range or range list, determine if it falls
- into some reserved ranges (examples include loopback and private ranges),
- and convert between IPv4 and IPv4-mapped IPv6 addresses.
+Description: IPv4 and IPv6 addresses manipulation - JavaScript library
+ This modules features:
+  - verification and parsing of an IP address
+  - match against a CIDR range or range list
+  - match against reserved ranges like loopback or private ranges
+  - conversion between IPv4 and IPv4-mapped IPv6 addresses.

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



More information about the Pkg-javascript-commits mailing list