Bug#868439: ITP: node-url-parse-lax -- Lax url.parse() with support for protocol-less URLs & IPs

2017-07-17 Thread Philip Hands
icyf...@disroot.org writes:

> Package: wnpp
> Severity: wishlist
> Owner: Rajeev R Menon 
> X-Debbugs-CC: debian-de...@lists.debian.org
>
> * Package name : node-url-parse-lax
>   Version : 1.0.0
>   Upstream Author : Sindre Sorhus  (sindresorhus.com)
> * URL : https://github.com/sindresorhus/url-parse-lax#readme
> * License : Expat
>   Programming Lang: JavaScript
>   Description : Lax url.parse() with support for protocol-less URLs & IPs
>
>  url.parse() with support for protocol-less URLs & IPs
>  Lax url.parse() with support for protocol-less URLs & IPs

You appear to have taken the (duplicated) github project descriptions,
and pasted them here, without noticing that this results in three copies
of the same sentence ending up here.

Also, it's not really appropriate to have the usage for the function in
a package description.  I realise that it's often quite hard to come up
with meaningful descriptions for these very short functions, but please
do try.

If you imagine writing a description for someone that has not actually
used node.js that might help, and makes sure that the description
conforms to the last line of 3.4.2 from policy:

  https://www.debian.org/doc/debian-policy/ch-binary.html#s-descriptions

> It is a dependency of npm.
>
> Pirate Praveen has agreed to sponsor this package. I am 
> interested to join the Debian Javascript Maintainers team.

Well done for including this bit, as it helps outsiders keep track of
what's going on.

Cheers, Phil.
-- 
|)|  Philip Hands  [+44 (0)20 8530 9560]  HANDS.COM Ltd.
|-|  http://www.hands.com/http://ftp.uk.debian.org/
|(|  Hugo-Klemm-Strasse 34,   21075 Hamburg,GERMANY


signature.asc
Description: PGP signature


Bug#868439: ITP: node-url-parse-lax -- Lax url.parse() with support for protocol-less URLs & IPs

2017-07-15 Thread icyfire
Package: wnpp
Severity: wishlist
Owner: Rajeev R Menon 
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name : node-url-parse-lax
  Version : 1.0.0
  Upstream Author : Sindre Sorhus  (sindresorhus.com)
* URL : https://github.com/sindresorhus/url-parse-lax#readme
* License : Expat
  Programming Lang: JavaScript
  Description : Lax url.parse() with support for protocol-less URLs & IPs

 url.parse() with support for protocol-less URLs & IPs
 Lax url.parse() with support for protocol-less URLs & IPs
 .
 Usage
 .
 var urlParseLax = require('url-parse-lax');
 The url.parse() method takes a URL string, 
 parses it, and returns a URL object.
 A TypeError is thrown if urlString is not a string.
 A URIError is thrown if the auth property is present 
 but cannot be decoded.
 .
 Node.js is an event-based server-side JavaScript engine.

It is a dependency of npm.

Pirate Praveen has agreed to sponsor this package. I am 
interested to join the Debian Javascript Maintainers team.