Bug#840406: ITP: node-fast-levenshtein -- Efficient implementation of Levenshtein algorithm with locale-specific collator support

2016-10-11 Thread Pirate Praveen
Package: wnpp
Severity: wishlist
Owner: Pirate Praveen 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: node-fast-levenshtein
  Version : 2.0.5
  Upstream Author : Ramesh Nair 
(http://www.hiddentao.com/)
* URL : https://github.com/hiddentao/fast-levenshtein#readme
* License : Expat
  Programming Lang: JavaScript
  Description : Efficient implementation of Levenshtein algorithm
with locale-specific collator support.



signature.asc
Description: OpenPGP digital signature


"Browserified" stuff (knot-resolver-module-http: please package embedded epoch.js separately)

2016-10-11 Thread W. Martin Borgert

severity 833309 serious
thanks

It looks like such issues are considered serious now:
https://lists.debian.org/debian-devel/2016/10/msg00138.html

(Btw. having a properly packaged epoch.js in Debian would
be nice. It is a wonderful charting library.)



Bug#840411: ITP: node-type-check -- type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.

2016-10-11 Thread Pirate Praveen
Package: wnpp
Severity: wishlist
Owner: Pirate Praveen 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: node-type-check
  Version : 0.3.2
  Upstream Author : George Zahariev 
* URL : https://github.com/gkz/type-check
* License : Expat
  Programming Lang: JavaScript
  Description : type-check allows you to check the types of
JavaScript values at runtime with a Haskell like type syntax.



signature.asc
Description: OpenPGP digital signature


Bug#840415: ITP: node-levn -- Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible

2016-10-11 Thread Pirate Praveen
Package: wnpp
Severity: wishlist
Owner: Pirate Praveen 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: node-levn
  Version : 0.3.0
  Upstream Author : George Zahariev 
* URL : https://github.com/gkz/levn
* License : Expat
  Programming Lang: JavaScript
  Description : Light ECMAScript (JavaScript) Value Notation - human
written, concise, typed, flexible



signature.asc
Description: OpenPGP digital signature


Someone can upload "verilog-mode" package as sponsor?

2016-10-11 Thread Kiwamu Okabe
Hi all,

Someone can upload "verilog-mode" package as sponsor?
The ITP number is #840413:

  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840413

The debian source package is found at following:

  https://anonscm.debian.org/cgit/collab-maint/verilog-mode.git

Best regards,
-- 
Kiwamu Okabe at METASEPI DESIGN



Re: [Pkg-dns-devel] Bug#833309: "Browserified" stuff (knot-resolver-module-http: please package embedded epoch.js separately)

2016-10-11 Thread Ondřej Surý
Control: severity -1 wishlist

Definitely not serious here, as I do ship original sources from within
the package:

$ find . -name 'epoch*'
./modules/http/static/epoch.css
./modules/http/static/epoch.js
./debian/missing-sources/epoch.css
./debian/missing-sources/epoch.js

Anybody is free to package epoch.js into separate package and I'll
switch to using it, just don't shove more work by using BTS severities.

Cheers,
-- 
Ondřej Surý 
Knot DNS (https://www.knot-dns.cz/) – a high-performance DNS server
Knot Resolver (https://www.knot-resolver.cz/) – secure, privacy-aware,
fast DNS(SEC) resolver
Vše pro chleba (https://vseprochleba.cz) – Mouky ze mlýna a potřeby pro
pečení chleba všeho druhu

On Tue, Oct 11, 2016, at 12:33, W. Martin Borgert wrote:
> severity 833309 serious
> thanks
> 
> It looks like such issues are considered serious now:
> https://lists.debian.org/debian-devel/2016/10/msg00138.html
> 
> (Btw. having a properly packaged epoch.js in Debian would
> be nice. It is a wonderful charting library.)
> 
> ___
> pkg-dns-devel mailing list
> pkg-dns-de...@lists.alioth.debian.org
> https://lists.alioth.debian.org/mailman/listinfo/pkg-dns-devel



Re: Someone can upload "verilog-mode" package as sponsor?

2016-10-11 Thread James Cowgill
Hi,

On 11/10/16 13:22, Kiwamu Okabe wrote:
> Someone can upload "verilog-mode" package as sponsor?
> The ITP number is #840413:
> 
>   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840413
> 
> The debian source package is found at following:
> 
>   https://anonscm.debian.org/cgit/collab-maint/verilog-mode.git

Read these pages:

https://mentors.debian.net/intro-maintainers
https://mentors.debian.net/sponsors

Then file an RFS bug.

James



signature.asc
Description: OpenPGP digital signature


Re: "Browserified" stuff

2016-10-11 Thread Martín Ferrari
On 10/10/16 16:35, Bas Wijnen wrote:
> So the decision is that this code in its current form does not belong in main.
> If I understand your position correctly, you do not dispute this, but you seem
> to advocate that it should be allowed in main anyway, to avoid demoralizing 
> the
> developers (in particular, yourself)?

No, I was replying to the email by Adam that seemed to encourage moving
everything to contrib, since it is "not the end of the world".

I understand how Debian works, I am just saying that for me it is kind
of "the end of the world", and that I will do all the work it takes to
avoid the move to contrib.

-- 
Martín Ferrari (Tincho)



Re: [Pkg-dns-devel] Bug#833309: "Browserified" stuff (knot-resolver-module-http: please package embedded epoch.js separately)

2016-10-11 Thread Paul Wise
On Tue, Oct 11, 2016 at 8:30 PM, Ondřej Surý wrote:

> Definitely not serious here, as I do ship original sources from within
> the package:
>
> $ find . -name 'epoch*'
> ./modules/http/static/epoch.css
> ./modules/http/static/epoch.js
> ./debian/missing-sources/epoch.css
> ./debian/missing-sources/epoch.js

These are not the source, these are:

https://github.com/epochjs/epoch/tree/master/sass/**.scss
https://github.com/epochjs/epoch/tree/master/src/**.coffee

-- 
bye,
pabs

https://wiki.debian.org/PaulWise



Re: "Browserified" stuff

2016-10-11 Thread Martín Ferrari
On 10/10/16 21:40, Joerg Jaspert wrote:

> It is not useless, and contrib is way different than any random
> repository out there.

I am not sure about that. We discourage people from using contrib, and
don't promise much support. Whereas upstream can offer the latest
package always.

This is server software; as a sysadmin, many times I decide which tools
to use by checking if they are present in debian stable main, and I
don't think I am alone in that.

> The solution is to have the full build environment needed (for


The solution I am aiming for is to drop all this handlebars nonsense. I
am currently checking libjs-mustache (handlebars is just a superset of
it) as it can do most of what handlebars does and it seems to have a
less braindead toolchain.


-- 
Martín Ferrari (Tincho)



Re: [Pkg-dns-devel] Bug#833309: "Browserified" stuff (knot-resolver-module-http: please package embedded epoch.js separately)

2016-10-11 Thread Paul Wise
On Tue, Oct 11, 2016 at 8:30 PM, Ondřej Surý wrote:

> Anybody is free to package epoch.js into separate package and I'll
> switch to using it, just don't shove more work by using BTS severities.

epoch.js upstream publishes their build info, so it looks like the
first step would be to finish the packaging of gulp. Once that is done
there are a number of gulp plugins to be packaged.

https://github.com/epochjs/epoch/
https://github.com/epochjs/epoch/blob/master/gulpfile.js
https://wiki.debian.org/Javascript/Nodejs/Tasks/gulp

-- 
bye,
pabs

https://wiki.debian.org/PaulWise



Re: [Pkg-dns-devel] Bug#833309: "Browserified" stuff (knot-resolver-module-http: please package embedded epoch.js separately)

2016-10-11 Thread Ondřej Surý
Fine, I'll bundle them as well. Just don't make me maintain a package in
a language more horrible than PHP (in my eyes :-P).

O.
-- 
Ondřej Surý 
Knot DNS (https://www.knot-dns.cz/) – a high-performance DNS server
Knot Resolver (https://www.knot-resolver.cz/) – secure, privacy-aware,
fast DNS(SEC) resolver
Vše pro chleba (https://vseprochleba.cz) – Mouky ze mlýna a potřeby pro
pečení chleba všeho druhu

On Tue, Oct 11, 2016, at 14:41, Paul Wise wrote:
> On Tue, Oct 11, 2016 at 8:30 PM, Ondřej Surý wrote:
> 
> > Definitely not serious here, as I do ship original sources from within
> > the package:
> >
> > $ find . -name 'epoch*'
> > ./modules/http/static/epoch.css
> > ./modules/http/static/epoch.js
> > ./debian/missing-sources/epoch.css
> > ./debian/missing-sources/epoch.js
> 
> These are not the source, these are:
> 
> https://github.com/epochjs/epoch/tree/master/sass/**.scss
> https://github.com/epochjs/epoch/tree/master/src/**.coffee
> 
> -- 
> bye,
> pabs
> 
> https://wiki.debian.org/PaulWise



Re: [Pkg-dns-devel] Bug#833309: "Browserified" stuff (knot-resolver-module-http: please package embedded epoch.js separately)

2016-10-11 Thread Paul Wise
On Tue, Oct 11, 2016 at 8:56 PM, Ondřej Surý wrote:

> Fine, I'll bundle them as well.

Bundling the actual source instead of prebuilt files still doesn't
solve the problem of not being able to build from source because the
build tools are missing from Debian. It has always been ftp-master
policy that source must be buildable on Debian and the latest mail
from them just reiterates that and states that yes, this does apply to
everything, including JavaScript.

https://lists.debian.org/debian-devel/2016/10/msg00138.html

> Just don't make me maintain a package in
> a language more horrible than PHP (in my eyes :-P).

Some day browsers will support WebAssembly so you can write in any
language that can compile to that. I'm sure people will start writing
web front-end code in PHP once it gets an LLVM backend ;P

-- 
bye,
pabs

https://wiki.debian.org/PaulWise



Re: [Pkg-dns-devel] Bug#833309: Bug#833309: "Browserified" stuff (knot-resolver-module-http: please package embedded epoch.js separately)

2016-10-11 Thread Ondřej Surý
On Tue, Oct 11, 2016, at 15:03, Paul Wise wrote:
> On Tue, Oct 11, 2016 at 8:56 PM, Ondřej Surý wrote:
> 
> > Fine, I'll bundle them as well.
> 
> Bundling the actual source instead of prebuilt files still doesn't
> solve the problem of not being able to build from source because the
> build tools are missing from Debian. It has always been ftp-master
> policy that source must be buildable on Debian and the latest mail
> from them just reiterates that and states that yes, this does apply to
> everything, including JavaScript.

I am going to silently ignore it in a hope that there will be exception
for stretch. As I don't think that introducing privacy-breach-generic
would be a better solution to fix the problem with missing epoch.js
package here, but if forced by RC status for stretch, I'll take it as a
temporary solution unless somebody steps up and package epoch.js

Cheers,
-- 
Ondřej Surý 
Knot DNS (https://www.knot-dns.cz/) – a high-performance DNS server
Knot Resolver (https://www.knot-resolver.cz/) – secure, privacy-aware,
fast DNS(SEC) resolver
Vše pro chleba (https://vseprochleba.cz) – Mouky ze mlýna a potřeby pro
pečení chleba všeho druhu



Re: [Pkg-dns-devel] Bug#833309: "Browserified" stuff (knot-resolver-module-http: please package embedded epoch.js separately)

2016-10-11 Thread Vincent Bernat
 ❦ 11 octobre 2016 15:03 CEST, Paul Wise  :

>> Fine, I'll bundle them as well.
>
> Bundling the actual source instead of prebuilt files still doesn't
> solve the problem of not being able to build from source because the
> build tools are missing from Debian.

Those specific sources are buildable from tools in main (aka
coffeescript compiler, sass compiler, cat + uglifyjs). There is no hard
requirement to rebuild from source when building the package.
-- 
The human race is a race of cowards; and I am not only marching in that
procession but carrying a banner.
-- Mark Twain


signature.asc
Description: PGP signature


Re: Someone can upload "verilog-mode" package as sponsor?

2016-10-11 Thread Kiwamu Okabe
Hi James,

On Tue, Oct 11, 2016 at 9:31 PM, James Cowgill  wrote:
> Read these pages:
>
> https://mentors.debian.net/intro-maintainers
> https://mentors.debian.net/sponsors
>
> Then file an RFS bug.

Thanks for your advice. I sent following mail to sub...@bugs.debian.org.

``
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "verilog-mode"

 Package name: verilog-mode
 Version : 0:20160910.debfc6d.vpo-1
 Upstream Author : Michael McNamara , Wilson Snyder

 URL : https://github.com/veripool/verilog-mode
 License : GPL3
 Section : editors

It builds following binary packages:

  verilog-mode - emacs mode for Verilog code

To access further information about this package, please visit the
following URL:

  https://mentors.debian.net/package/verilog-mode/

Alternatively, one can download the package with dget using this command:

  dget -x 
https://mentors.debian.net/debian/pool/main/v/verilog-mode/verilog-mode_20160910.debfc6d.vpo-1.dsc
``

Best regards,
-- 
Kiwamu Okabe at METASEPI DESIGN



Bug#840427: ITP: rt-extension-sla -- Service Level Agreements for RT

2016-10-11 Thread Joost van Baal-Ilić
Hi Dominic e.a.,

FYI: I've filed this ITP:

Op Tue, Oct 11, 2016 at 03:48:32PM +0200 schreef Joost van Baal-Ilić:
> Package: wnpp
> Severity: wishlist
> 
> * Package name: rt-extension-sla
> * URL : https://metacpan.org/release/RT-Extension-SLA
> * License : GPL-2
>   Description : Service Level Agreements for RT
>  The SLA (service-level agreement) RT extension is used to implement automated
>  due dates using service levels, as commonly agreed upon between service
>  providers and its customers.
>  .
>  Each service level can be described using several options: Starts,
>  Resolve, Response, KeepInLoop, OutOfHours and ServiceBusinessHours.
>  There is no WebUI in the current version. Almost everything is controlled
>  in RT's config.
> 
> I plan to work on the packaging using RT team's git at Alioth; I plan to 
> create
> https://anonscm.debian.org/cgit/pkg-request-tracker/rt-extension-sla.git .

Maarten Horden has offered to comaintain.

Bye,

Joost

PS: FYI: rt-extension-repeatticket is still in
https://ftp-master.debian.org/new.html

-- 
http://mdcc.cx/  ★  http://ad1810.com/  ★  http://abramowitz.uvt.nl/



Bug#840449: ITP: node-deep-eql -- Improved deep equality testing for Node.js and the browser.

2016-10-11 Thread sgk

Package: wnpp
Severity: wishlist
Owner: sgk 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: node-deep-eql
  Version : 1.0.0
  Upstream Author : Jake Luer 
* URL : https://github.com/chaijs/deep-eql#readme
* License : Expat
  Programming Lang: JavaScript
  Description : Improved deep equality testing for Node.js and the 
browser.


 Deep Eql is a module which you can use to determine if two objects are 
"deeply"
 equal - that is, rather than having referential equality (a === b), 
this module
 checks an object's keys recursively, until it finds primitives to check 
for
 referential equality. For more on equality in JavaScript, read the 
comparison

 operators article on mdn.
 .
 Node.js is an event-based server-side JavaScript engine.



Bug#840453: ITP: node-optionator -- option parsing and help generation

2016-10-11 Thread Pirate Praveen
Package: wnpp
Severity: wishlist
Owner: Pirate Praveen 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: node-optionator
  Version : 0.8.2
  Upstream Author : George Zahariev 
* URL : https://github.com/gkz/optionator
* License : Expat
  Programming Lang: JavaScript
  Description : option parsing and help generation



signature.asc
Description: OpenPGP digital signature


Re: [Pkg-dns-devel] Bug#833309: "Browserified" stuff (knot-resolver-module-http: please package embedded epoch.js separately)

2016-10-11 Thread W. Martin Borgert
On 2016-10-11 15:28, Vincent Bernat wrote:
> Those specific sources are buildable from tools in main (aka
> coffeescript compiler, sass compiler, cat + uglifyjs). There is no hard
> requirement to rebuild from source when building the package.

(While I wonder how one can be sure that a software is buildable
from source without actually trying, this is an issue we should
not discuss in this bug report.)

It remains the originally reported problem, that the sources
(*.coffee and *.scss) are not under debian/missing-sources/.
Probably a normal bug, not serious nor wishlist.

Btw., the gulp build tool used by upstream to compile epoch is
not in Debian. In the case of epoch gulp could be emulated
easily by cat, I assume :~)



Bug#840487: ITP: node-assertion-error -- Error constructor for test and validation frameworks that implements standardized AssertionError specification.

2016-10-11 Thread sgk

Package: wnpp
Severity: wishlist
Owner: Syam G Krishnan 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: node-assertion-error
  Version : 1.0.2
  Upstream Author : Jake Luer  
(http://qualiancy.com)

* URL : https://github.com/chaijs/assertion-error#readme
* License : Expat
  Programming Lang: JavaScript
  Description : Error constructor for test and validation frameworks 
that implements standardized AssertionError specification.

 .
 Node.js is an event-based server-side JavaScript engine.