Bug#719673: ITP: needrestart -- needrestart checks which daemons need to be restarted after library upgrades

2013-08-14 Thread Patrick Matthäi
Package: wnpp
Severity: wishlist
Owner: "Patrick Matthäi" 

* Package name: needrestart
  Version : 0.2
  Upstream Author : Thomas Liske 
* URL : https://github.com/liske/needrestart
* License : GPL2+
  Programming Lang: Perl
  Description : needrestart checks which daemons need to be restarted after 
library upgrades

needrestart checks which daemons need to be restarted after library upgrades.
It is inspired by checkrestart(1) from the debian-goodies package.
It does not rely on lsof as checkrestart does.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130814074731.30474.87288.report...@srv1.linux-dev.org



Bug#719682: ITP: rarcrack -- Password cracker for rar archives

2013-08-14 Thread Pierre Rudloff
Package: wnpp
Severity: wishlist
Owner: Pierre Rudloff 

* Package name: rarcrack
  Version : 0.2
  Upstream Author : David Zoltan Kedves 
* URL : http://rarcrack.sourceforge.net/
* License : GPL 2
  Programming Lang: C
  Description : Password cracker for rar archives


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130814090413.23051.20558.reportbug@Rudloff



Bug#719684: ITP: libconfig-model-tester-perl -- Test framework for Config::Model

2013-08-14 Thread Dominique Dumont
Package: wnpp
Owner: Dominique Dumont 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libconfig-model-tester-perl
  Version : 2.042
  Upstream Author : Dominique Dumont
* URL : https://metacpan.org/release/Config-Model-Tester/
* License : LGPL-2.1+
  Programming Lang: Perl
  Description : Test framework for Config::Model

Config::Model::Tester provides a way to test configuration models with
tests files. This class was designed to tests several models and several
tests cases per model.

This package provides a class (Config::Model::Tester) that used
to be shipped with libconfig-model-perl. This test class was
extracted to provide packages with saner dependencies.

-- 
https://github.com/dod38fr/config-model/ -o- http://search.cpan.org/~ddumont/
http://ddumont.wordpress.com/-o-   irc: dod at irc.debian.org


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130814091457.ga3...@gandalf.hd.free.fr



Re: jessie release goal: verbose build logs

2013-08-14 Thread Guillem Jover
Hi!

On Tue, 2013-08-13 at 15:16:49 -0700, Russ Allbery wrote:
> Joey Hess  writes:
> > Also it could save the whole log to someplace when minimizing the
> > console output, to refer back to. Perhaps ../$package_$version.buildlog
> > (which gets a step closer to including that in the dsc and uploading
> > local build logs..)
> 
> debuild, pbuilder, and related packages currently use
> ../__.build for this output.  Maybe the
> lower-level build architecture should take over maintaining that log file
> instead and those tools should be modified to assume that's already
> happening and move that log file around like the other build products?

Definitely, and planned (#476221) to be fixed pretty soon. But the
problem is that this can not be enabled by default (only through an
option initially, until the upper layers rely on a dpkg-buildpackage
with such option and use it) because the different tools might fight
over the file and might either truncate it or write duplicate data,
etc. Using a different path might be an issue for builds producing
huge log files.

Thanks,
Guillem


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130814091907.ga31...@gaara.hadrons.org



Bug#719690: ITP: node-combine-stream -- Append streams one after another - module for Node.js

2013-08-14 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: "Jérémy Lal" 

* Package name: node-combine-stream
  Version : 0.0.4
  Upstream Author : Felix Geisendörfer 
* URL : https://github.com/felixge/node-combined-stream
* License : Expat
  Programming Lang: JavaScript
  Description : Append streams one after another - module for Node.js

node-combined-stream can be used to append multiple streams one
after another.
.
Node.js is an event-based server-side javascript engine.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130814101338.16596.99861.reportbug@imac.chaumes



Bug#719688: ITP: node-delayed-stream -- Buffer stream events for later handling - module for Node.js

2013-08-14 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: "Jérémy Lal" 

* Package name: node-delayed-stream
  Version : 0.0.5
  Upstream Author : Felix Geisendörfer 
* URL : https://github.com/felixge/node-delayed-stream
* License : Expat
  Programming Lang: JavaScript
  Description : Buffer stream events for later handling - module for Node.js

node-delayed-stream can delay stream responses, and can be used
to combine streams one after another.
.
Node.js is an event-based server-side javascript engine.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130814101010.16185.834.reportbug@imac.chaumes



Re: jessie release goal: verbose build logs

2013-08-14 Thread Guillem Jover
Hi!

On Tue, 2013-08-13 at 22:08:34 +0200, Joey Hess wrote:
> At DebConf, Enrico came up with this idea: When the package is building
> with the display going to the console, something could intercept the
> stdout and convert \n to \r. Let stderr through untouched. The result
> would be a build that makes it *very* easy to focus on the warnings, while
> still providing a progress display of what is going on at any given
> moment in the build.

> I'd like to see dpkg-buildpackage modified to use something like this by
> default, because it would reduce the level of cruft we wade through
> (often up to our eyeballs) when building packages, and allow
> concentrating on what's important. At the same time, it allows adding as
> verbose output as we like and getting that saved in the build logs for
> when a detailed analysis is needed.

I'd probably be fine with something like this as an option in
dpkg-buildpackage, which ideally could be also enabled through its
future config file. But I'd really not be comfortable enabling it
by default, because this seems fragile and assumes upstream build
systems are sane and have consistent behavior, or the build might be
so fast you cannot see what's going on anyway compared to being able
to scroll back a bit (w/o reading the build log file).

Thanks,
Guillem


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130814105632.gb31...@gaara.hadrons.org



Bug#719694: ITP: libgumbo - A pure-C HTML5 parser

2013-08-14 Thread Onur Aslan
Package: wnpp
Severity: wishlist
Owner: Onur Aslan 

* Package name: libgumbo
  Version : 0.9.0
  Upstream Author : Jonathan Tang 
* URL : https://github.com/google/gumbo-parser
* License : Apache 2.0
  Programming Lang: C
  Description : A pure-C HTML5 parser

Gumbo is an implementation of the HTML5 parsing algorithm implemented
as a pure C99 library with no outside dependencies. It's designed to
serve as a building block for other tools and libraries such as linters,
validators, templating languages, and refactoring and analysis tools.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130814110828.ga23...@ev.onur.im



Bug#719704: ITP: node-form-data -- Create readable multipart/form-data streams module for Node.js

2013-08-14 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: "Jérémy Lal" 

* Package name: node-form-data
  Version : 0.1.0
  Upstream Author : Felix Geisendörfer 
* URL : https://github.com/felixge/node-form-data
* License : Expat
  Programming Lang: JavaScript
  Description : Create readable multipart/form-data streams module for 
Node.js

node-form-data can be used to submit forms and file uploads to other
web applications.
.
The API of this module is inspired by the w3c XMLHttpRequest specification.
.
Node.js is an event-based server-side javascript engine.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130814124741.31867.73883.reportbug@imac.chaumes



Bug#719712: ITP: node-forever-agent -- HTTP agent supporting keep-alive requests - module for Node.js

2013-08-14 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: "Jérémy Lal" 

* Package name: node-forever-agent
  Version : 0.5.1
  Upstream Author : Mikeal Rogers 
* URL : https://github.com/mikeal/forever-agent
* License : Apache-2.0
  Programming Lang: JavaScript
  Description : HTTP agent supporting keep-alive requests - module for 
Node.js

node-forever-agent keeps socket connections alive between keep-alive
requests.
.
Node.js is an event-based server-side javascript engine.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130814140748.8015.63953.reportbug@imac.chaumes



Bug#719716: ITP: node-tunnel-agent -- HTTP proxy tunneling agent module for Node.js

2013-08-14 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: "Jérémy Lal" 

* Package name: node-tunnel-agent
  Version : 0.3.1
  Upstream Author : Mikeal Rogers 
* URL : https://github.com/mikeal/tunnel-agent
* License : Apache-2.0
  Programming Lang: JavaScript
  Description : HTTP proxy tunneling agent module for Node.js

node-tunnel-agent is an HTTP CONNECT tunnel client module
for Node.js.
.
Node.js is an event-based server-side javascript engine.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130814142410.8484.87992.reportbug@imac.chaumes



Bug#719719: ITP: bind10 -- ISC's Internet Domain Name Server

2013-08-14 Thread USB
Package: wnpp
Severity: wishlist
Owner: "Ernesto Hernández-Novich (USB)" 

* Package name: bind10
  Version : 1.1.0
  Upstream Author : ISC Software Distribution 
* URL : http://bind10.isc.org
* License : BSD
  Programming Lang: C++, Python
  Description : ISC's Internet Domain Name Server

BIND 10 is the next generation of BIND, the most widely-used name server
software on the Internet, and is supported by the Internet Software
Consortium, www.isc.org.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130814141714.24124.97044.report...@trillian.itverx.com.ve



Bug#719724: ITP: node-oauth-sign -- OAuth 1 signing module for Node.js

2013-08-14 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: "Jérémy Lal" 

* Package name: node-oauth-sign
  Version : 0.3.1
  Upstream Author : Mikeal Rogers 
* URL : https://github.com/mikeal/oauth-sign
* License : Apache-2.0
  Programming Lang: JavaScript
  Description : OAuth 1 signing module for Node.js

node-oauth-sign provides hmacsign and rfc3986 functions used to
perform OAuth 1 signing.
.
Node.js is an event-based server-side javascript engine.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130814150205.14458.36107.reportbug@imac.chaumes



Re: Opt-out or Opt-in vebose build logs Re: jessie release goal: verbose build logs

2013-08-14 Thread Thorsten Glaser
Adam Borowski  angband.pl> writes:

> Non-spammy builds are better for builds done by a human.

No.

They’re better for builds done by the developers of the upstream
software on their own systems where they know what they’re doing.

And even then, it’s a big maybe.

Every other human is a packager or porter (in a broad sense… if
I install Linux From Scratch then compile something I want to use
on it, I’m one), and those *require* verbose output, e.g. to verify
that the buildsystem didn’t eat $CFLAGS.

I can live with an optional 'silent' build option, but I personally
think everyone – especially(!) the package maintainers – should have
no need to use it.

bye,
//mirabilos


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/loom.20130814t173844-...@post.gmane.org



Re: Bug#719719: ITP: bind10 -- ISC's Internet Domain Name Server

2013-08-14 Thread Scott Kitterman
On Wednesday, August 14, 2013 09:47:14 Ernesto Hernández-Novich wrote:
> Package: wnpp
> Severity: wishlist
> Owner: "Ernesto Hernández-Novich (USB)" 
> 
> * Package name: bind10
>   Version : 1.1.0
>   Upstream Author : ISC Software Distribution 
> * URL : http://bind10.isc.org
> * License : BSD
>   Programming Lang: C++, Python
>   Description : ISC's Internet Domain Name Server
> 
> BIND 10 is the next generation of BIND, the most widely-used name server
> software on the Internet, and is supported by the Internet Software
> Consortium, www.isc.org.

Source: bind9
Section: net
Priority: optional
Maintainer: LaMont Jones 
Uploaders: Bdale Garbee 

Noting that you aren't a maintainer of the existing BIND packages, have you 
coordinated this with them?  It seems rather unfriendly otherwise.

Scott K

signature.asc
Description: This is a digitally signed message part.


Bug#719752: ITP: node-cookie-jar -- HTTP Cookie Jar for agents - module for Node.js

2013-08-14 Thread Jérémy Lal
Package: wnpp
Severity: wishlist
Owner: "Jérémy Lal" 

* Package name: node-cookie-jar
  Version : 0.3.1
  Upstream Author : Mikeal Rogers 
* URL : https://github.com/mikeal/cookie-jar
* License : Expat, Apache-2.0
  Programming Lang: JavaScript
  Description : Cookie handling for HTTP clients - module for Node.js

node-cookie-jar provides minimal cookie handling for HTTP clients.
.
Node.js is an event-based server-side javascript engine.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130814220510.17713.31026.reportbug@imac.chaumes