Bug#854185: ITP : node-safe-buffer

2017-02-05 Thread Mattia Rizzolo
On Sat, Feb 04, 2017 at 07:24:41PM -0700, Sean Whitton wrote:
> Dear Shirish,
> 
> Please use "ITP:" not "ITP :" in your subject lines.
> 
> This is breaking my mark-as-read filtering for ITPs, and others are
> likely to be similarly affected.

Not just your filter.  The syntax is
ITP: pkgname -- short description
The subject is parsed by a lot of things, including wnpp.debian.net
(which indeed doesn't seem to have pick up your bug), and some automatic
checks in qa.debian.org, which indeed report your bug as malformed…

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
more about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-


signature.asc
Description: PGP signature


Bug#854185: ITP : node-safe-buffer

2017-02-04 Thread Sean Whitton
Dear Shirish,

Please use "ITP:" not "ITP :" in your subject lines.

This is breaking my mark-as-read filtering for ITPs, and others are
likely to be similarly affected.

Thanks.

-- 
Sean Whitton


signature.asc
Description: PGP signature


Bug#854185: ITP : node-safe-buffer

2017-02-04 Thread Shirish Togarla
Package: wnpp
Severity: wishlist
Owner: Shirish Togarla 
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name: node-safe-buffer
  Version : 5.0.1
  Upstream Author : Feross Aboukhadijeh  (
http://feross.org)
* URL : https://github.com/feross/safe-buffer
* License : Expat
  Programming Lang: JavaScript
  Description : Safer Node.js Buffer API

The goal of this package is to provide a safe replacement for the node.js
 `Buffer`. It's a drop-in replacement for `Buffer`. You can use it by adding
 one `require` line to the top of your node.js modules; for example
 var Buffer = require('safe-buffer').Buffer
 Existing buffer code will continue to work without issues.