Bug#852451: ITP: rname -- invoke a program under a different name

2017-01-25 Thread Dmitry Bogatov

[2017-01-24 17:19] Peter Pentchev 
>
> part 1 text/plain1214
> Package: wnpp
> Severity: wishlist
> Owner: Peter Pentchev 
>
> * Package name: rname
>   Version : 1.0.2
>   Upstream Author : Peter Pentchev 
> * URL : https://devel.ringlet.net/sysutils/rname/
> * License : BSD-2-clause
>   Programming Lang: C
>   Description : invoke a program under a different name
>
> The rname utility invokes a specified program, passing a different name
> instead of the name of the program executable.  This could be useful in
> a number of cases, both during software development, testing, and in
> production use.  There are many programs that do different things based
> on what name they have been invoked under; the rname utility avoids
> the need to e.g. create ephemeral symlinks to run these programs in
> some conditions when they have not been completely installed.
>
> I originally wrote this tool in 2000 and I'm resurrecting it now for
> the purpose of writing unit and integration tests for just such
> a multifaceted program.

One more argv0 implementation? I know at least two:

$ dpkg -S argv0
ucspi-tcp: /usr/bin/argv0
[...]
$ dpkg -S chpst
runit: /usr/bin/chpst
[...]

Probably, there is already a lot.

-- 
X-Web-Site: https://sinsekvu.github.io | Note that I process my email in batch,
Accept-Languages: eo,ru,en | at most once every 24 hours. If matter
Accept: text/plain, text/x-diff| is urgent, you have my phone number.


pgpKwjuwtXsKj.pgp
Description: PGP signature


Bug#852451: ITP: rname -- invoke a program under a different name

2017-01-25 Thread Peter Pentchev
On Wed, Jan 25, 2017 at 11:11:31AM +0300, Dmitry Bogatov wrote:
> 
> [2017-01-24 17:19] Peter Pentchev 
> >
> > Package: wnpp
> > Severity: wishlist
> > Owner: Peter Pentchev 
> >
> > * Package name: rname
> >   Version : 1.0.2
> >   Upstream Author : Peter Pentchev 
> > * URL : https://devel.ringlet.net/sysutils/rname/
> > * License : BSD-2-clause
> >   Programming Lang: C
> >   Description : invoke a program under a different name
> >
> > The rname utility invokes a specified program, passing a different name
> > instead of the name of the program executable.  This could be useful in
> > a number of cases, both during software development, testing, and in
> > production use.  There are many programs that do different things based
> > on what name they have been invoked under; the rname utility avoids
> > the need to e.g. create ephemeral symlinks to run these programs in
> > some conditions when they have not been completely installed.
> >
> > I originally wrote this tool in 2000 and I'm resurrecting it now for
> > the purpose of writing unit and integration tests for just such
> > a multifaceted program.
> 
> One more argv0 implementation? I know at least two:
> 
> $ dpkg -S argv0
> ucspi-tcp: /usr/bin/argv0
> [...]
> $ dpkg -S chpst
> runit: /usr/bin/chpst
> [...]
> 
> Probably, there is already a lot.

OK, so this is embarrassing :)  The rname webpage even refers to
ucspi-tcp as the reason I wrote this back in 2000; guess I didn't
notice argv0 there even then :/

Thanks for pointing this out!

And as for Christian and Josh's emails, yes, I should've mentioned
straight up front that I did indeed know about exec -a and I did
know that I can do this with Perl and Python.  However, for many
command-line tools that I write (and I've written quite a lot, even
though not all of them have seen the light of day), the test suite
is one of these three:
- a Perl t/*.t script using Test::Command
- a POSIX shell t/*.t script outputting TAP
- just a couple of lines in a Makefile's "test" target

Of these, only Test::Command looks like it might be possible to be
extended in a sensible way.  Of course, the other two may go for
"bash required, it's available almost everywhere anyway", but I do
tend to steer clear of this point of view (long-time FreeBSD user
and, once upon a time, committer; also more hours than I like to
remember invested in former jobs herding Solaris and HP/UX boxes...).

However, since there is already an argv0 in uscpi-tcp (argh!),
I'm closing this.  Thanks for all the responses!

G'luck,
Peter

-- 
Peter Pentchev  r...@ringlet.net r...@freebsd.org p...@storpool.com
PGP key:http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint 2EE7 A7A5 17FC 124C F115  C354 651E EFB0 2527 DF13


signature.asc
Description: PGP signature


Bug#852451: marked as done (ITP: rname -- invoke a program under a different name)

2017-01-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Jan 2017 10:42:03 +0200
with message-id <20170125084203.tdanpm5jrbp7j...@office.storpool.com>
and subject line Re: Bug#852451: ITP: rname -- invoke a program under a 
different name
has caused the Debian Bug report #852451,
regarding ITP: rname -- invoke a program under a different name
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
852451: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852451
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Peter Pentchev 

* Package name: rname
  Version : 1.0.2
  Upstream Author : Peter Pentchev 
* URL : https://devel.ringlet.net/sysutils/rname/
* License : BSD-2-clause
  Programming Lang: C
  Description : invoke a program under a different name

The rname utility invokes a specified program, passing a different name
instead of the name of the program executable.  This could be useful in
a number of cases, both during software development, testing, and in
production use.  There are many programs that do different things based
on what name they have been invoked under; the rname utility avoids
the need to e.g. create ephemeral symlinks to run these programs in
some conditions when they have not been completely installed.

I originally wrote this tool in 2000 and I'm resurrecting it now for
the purpose of writing unit and integration tests for just such
a multifaceted program.

G'luck,
Peter

-- 
Peter Pentchev  r...@ringlet.net r...@freebsd.org p...@storpool.com
PGP key:http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint 2EE7 A7A5 17FC 124C F115  C354 651E EFB0 2527 DF13


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
On Wed, Jan 25, 2017 at 11:11:31AM +0300, Dmitry Bogatov wrote:
> 
> [2017-01-24 17:19] Peter Pentchev 
> >
> > Package: wnpp
> > Severity: wishlist
> > Owner: Peter Pentchev 
> >
> > * Package name: rname
> >   Version : 1.0.2
> >   Upstream Author : Peter Pentchev 
> > * URL : https://devel.ringlet.net/sysutils/rname/
> > * License : BSD-2-clause
> >   Programming Lang: C
> >   Description : invoke a program under a different name
> >
> > The rname utility invokes a specified program, passing a different name
> > instead of the name of the program executable.  This could be useful in
> > a number of cases, both during software development, testing, and in
> > production use.  There are many programs that do different things based
> > on what name they have been invoked under; the rname utility avoids
> > the need to e.g. create ephemeral symlinks to run these programs in
> > some conditions when they have not been completely installed.
> >
> > I originally wrote this tool in 2000 and I'm resurrecting it now for
> > the purpose of writing unit and integration tests for just such
> > a multifaceted program.
> 
> One more argv0 implementation? I know at least two:
> 
> $ dpkg -S argv0
> ucspi-tcp: /usr/bin/argv0
> [...]
> $ dpkg -S chpst
> runit: /usr/bin/chpst
> [...]
> 
> Probably, there is already a lot.

OK, so this is embarrassing :)  The rname webpage even refers to
ucspi-tcp as the reason I wrote this back in 2000; guess I didn't
notice argv0 there even then :/

Thanks for pointing this out!

And as for Christian and Josh's emails, yes, I should've mentioned
straight up front that I did indeed know about exec -a and I did
know that I can do this with Perl and Python.  However, for many
command-line tools that I write (and I've written quite a lot, even
though not all of them have seen the light of day), the test suite
is one of these three:
- a Perl t/*.t script using Test::Command
- a POSIX shell t/*.t script outputting TAP
- just a couple of lines in a Makefile's "test" target

Of these, only Test::Command looks like it might be possible to be
extended in a sensible way.  Of course, the other two may go for
"bash required, it's available almost everywhere anyway", but I do
tend to steer clear of this point of view (long-time FreeBSD user
and, once upon a time, committer; also more hours than I like to
remember invested in former jobs herding Solaris and HP/UX boxes...).

However, since there is already an argv0 in uscpi-tcp (argh!),
I'm closing this.  Thanks for all the responses!

G'luck,
Peter

-- 
Peter Pentchev  r...@ringlet.net r...@freebsd.org p...@storpool.com
PGP key:http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint 2EE7 A7A5 17FC 124C F115  C354 651E EFB0 2527 DF13


signature.asc
Description: PGP signature
-

Bug#852451: ITP: rname -- invoke a program under a different name

2017-01-25 Thread Bastian Blank
On Tue, Jan 24, 2017 at 05:19:49PM +0200, Peter Pentchev wrote:
> The rname utility invokes a specified program, passing a different name
> instead of the name of the program executable.

You are searching for symbolic links?

Bastian

-- 
"That unit is a woman."
"A mass of conflicting impulses."
-- Spock and Nomad, "The Changeling", stardate 3541.9



Bug#852451: ITP: rname -- invoke a program under a different name

2017-01-25 Thread Peter Pentchev
On Wed, Jan 25, 2017 at 10:13:13AM +0100, Bastian Blank wrote:
> On Tue, Jan 24, 2017 at 05:19:49PM +0200, Peter Pentchev wrote:
> > The rname utility invokes a specified program, passing a different name
> > instead of the name of the program executable.
> 
> You are searching for symbolic links?

Errr, I do believe there was something about ephemeral symbolic links
a couple of lines further down :)

G'luck,
Peter

-- 
Peter Pentchev  r...@ringlet.net r...@freebsd.org p...@storpool.com
PGP key:http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint 2EE7 A7A5 17FC 124C F115  C354 651E EFB0 2527 DF13


signature.asc
Description: PGP signature


Processed: Add owner to the pulledpork ITP

2017-01-25 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> owner 846235 Sascha Steinbiss 
Bug #846235 [wnpp] ITP: pulledpork -- Suricata & Snort Rule Management
Owner recorded as Sascha Steinbiss .
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
846235: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=846235
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#849139: marked as done (ITA: xtrkcad -- Model Train Track CAD Program)

2017-01-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Jan 2017 14:00:14 +
with message-id 
and subject line Bug#849139: fixed in xtrkcad 1:4.2.4a-1
has caused the Debian Bug report #849139,
regarding ITA: xtrkcad -- Model Train Track CAD Program
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
849139: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=849139
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: normal

The current maintainer of xtrkcad, Daniel E. Markle 's 
eamil
is bouncing since a while. Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: xtrkcad
Binary: xtrkcad
Version: 1:4.0.2-2
Maintainer: Daniel E. Markle 
Build-Depends: debhelper (>= 5), libglib2.0-dev, libgtk2.0-dev, libx11-dev, 
netpbm, imagemagick, libwebkit-dev, cmake
Architecture: any
Standards-Version: 3.8.4
Format: 3.0 (quilt)
Files:
 007548ec4ad254308cf27a293ec1e84c 1699 xtrkcad_4.0.2-2.dsc
 2badd98aca70dd80c30bd1f200c3708b 3136490 xtrkcad_4.0.2.orig.tar.gz
 a74a837e1faa538483ce2d42f0382007 13617 xtrkcad_4.0.2-2.debian.tar.gz
Checksums-Sha1:
 4233099138534c558cc1f1d37477166be24bdc0c 1699 xtrkcad_4.0.2-2.dsc
 9513a2560d6e4ecc8554e750913843b8a21ee562 3136490 xtrkcad_4.0.2.orig.tar.gz
 e2fe18a75cd6a50110a78bd6738819487390f066 13617 xtrkcad_4.0.2-2.debian.tar.gz
Checksums-Sha256:
 ee3e046bab9291febe57faf99122f87b1c3fc447d3b85aacc17c0ae9a005299c 1699 
xtrkcad_4.0.2-2.dsc
 4b13229b317ad685c6bd0812f4830a353099e036909ad64681c15b12085aa8fc 3136490 
xtrkcad_4.0.2.orig.tar.gz
 6b1c5f83dccb1db17cbee8813a5c17f96154892923405fb9fe2a9eac91df8066 13617 
xtrkcad_4.0.2-2.debian.tar.gz
Directory: pool/main/x/xtrkcad
Priority: source
Section: editors

Package: xtrkcad
Binary: xtrkcad
Version: 1:4.2.2-1.2
Maintainer: Daniel E. Markle 
Build-Depends: debhelper (>= 9), libglib2.0-dev, libgtk2.0-dev, libx11-dev, 
netpbm, imagemagick, libwebkitgtk-dev, libcairo2-dev, cmake
Architecture: any
Standards-Version: 3.9.7
Format: 3.0 (quilt)
Files:
 b0bea8079b42e0b2ee00ca75bdeeebf6 1793 xtrkcad_4.2.2-1.2.dsc
 f499d6603f0425a9d46751ce96d6eff5 6909903 xtrkcad_4.2.2.orig.tar.gz
 53e545467d0c37afef51e8b69ef79133 5835 xtrkcad_4.2.2-1.2.debian.tar.bz2
Checksums-Sha256:
 6e780585c6dcaf31a87cd7b986e7ee4124b4f7adef928dcb151c61f8b8145f22 1793 
xtrkcad_4.2.2-1.2.dsc
 3b2c8f2e0a4a56edb151766cfc5634db23896ec7d7676cfc2c4e4e508df89d0c 6909903 
xtrkcad_4.2.2.orig.tar.gz
 a8662794bfba928393bd33906012bc757fb65e40e6ff86e2cf8aef9488d49581 5835 
xtrkcad_4.2.2-1.2.debian.tar.bz2
Homepage: http://xtrkcad.org/
Package-List: 
 xtrkcad deb editors extra arch=any
Directory: pool/main/x/xtrkcad
Priority: source
Section: editors

Package: xtrkcad
Version: 1:4.2.2-1.2
Installed-Size: 17424
Maintainer: Daniel E. Markle 
Architecture: amd64
Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.14), libcairo2 (>= 1.2.4), 
libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 
2.22.0), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.8.0), 
libjavascriptcoregtk-1.0-0 (>= 1.5.1), libpango-1.0-0 (>= 1.14.0), 
libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), libsoup2.4-1 
(>= 2.4.0), libwebkitgtk-1.0-0 (>= 1.3.10)
Description-en: Model Train Track CAD Program
 This program allows you to design model train layouts.  It is fundamentally
 a drawing (CAD) program, but tailored to some of the specific issues in the
 model train world.
Description-md5: 9fe957c5d10d47c1177e5e6306c92e32
Homepage: http://xtrkcad.org/
Tag: role::program, scope::application, uitoolkit::gtk, use::editing
Section: editors
Priority: optional
Filename: pool/main/x/xtrkcad/xtrkcad_4.2.2-1.2_amd64.deb
Size: 2624368
MD5sum: c98535c41e7d4b4fff69bdfc50d62d0a
SHA256: 8d7970b6f3daf30530721d6805ecf913f483d3b7bd3dbfd96ff2d740b7d54d0d

Package: xtrkcad
Source: xtrkcad (1:4.0.2-2)
Version: 1:4.0.2-2+b1
Installed-Size: 6900
Maintainer: Daniel E. Markle 
Architecture: amd64
Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.7), libcairo2 (>= 1.2.4), 
libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 
2.22.0), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.8.0), libpango1.0-0 (>= 
1.14.0), libsoup2.4-1 (>= 2.4.0), libwebkitgtk-1.0-0 (>= 1.3.10), libx11-6
Description-en: Model Train Track CAD Program
 This program allows you to design model train layouts.  It i

Bug#852113: marked as done (ITP: golang-github-huin-goupnp -- Golang client for various UPnP services)

2017-01-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Jan 2017 14:00:09 +
with message-id 
and subject line Bug#852113: fixed in golang-github-huin-goupnp 
0.0~git20161025.0.97f671e-1
has caused the Debian Bug report #852113,
regarding ITP: golang-github-huin-goupnp -- Golang client for various UPnP 
services
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
852113: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852113
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Owner: Free Ekanayaka 
Severity: wishlist

* Package name: golang-github-huin-goupnp
  Version : 0.0~git20161025.0.97f671e-1
  Upstream Author : John Beisley 
* URL or Web page : https://github.com/huin/goupnp
* License : Expat
  Description : UPnP library for Go

Golang client for various UPnP services.

For most uses, it is recommended to use the code-generated packages
under github.com/huin/goupnp/dcps.

This package is a dependency of the sia storage daemon (see ITP #847706).
--- End Message ---
--- Begin Message ---
Source: golang-github-huin-goupnp
Source-Version: 0.0~git20161025.0.97f671e-1

We believe that the bug you reported is fixed in the latest version of
golang-github-huin-goupnp, which is due to be installed in the Debian FTP 
archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 852...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Free Ekanayaka  (supplier of updated 
golang-github-huin-goupnp package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 30 Oct 2016 14:55:50 +
Source: golang-github-huin-goupnp
Binary: golang-github-huin-goupnp-dev
Architecture: source all
Version: 0.0~git20161025.0.97f671e-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Free Ekanayaka 
Description:
 golang-github-huin-goupnp-dev - UPnP library for Go
Closes: 852113
Changes:
 golang-github-huin-goupnp (0.0~git20161025.0.97f671e-1) unstable; 
urgency=medium
 .
   * Initial release (Closes: #852113)
Checksums-Sha1:
 c9ae42ba4ba25dcb560df866150290fd2cd0940a 2367 
golang-github-huin-goupnp_0.0~git20161025.0.97f671e-1.dsc
 c60856e5670982c510ab0e9d8c6fff1653d3744e 38768 
golang-github-huin-goupnp_0.0~git20161025.0.97f671e.orig.tar.xz
 829ac37106b49fd71b2bd96a23f27acf0a87a651 1892 
golang-github-huin-goupnp_0.0~git20161025.0.97f671e-1.debian.tar.xz
 9180b665c494285c0ce310fb2e060aed94a48d54 40232 
golang-github-huin-goupnp-dev_0.0~git20161025.0.97f671e-1_all.deb
 7aa6c8fdfcbac55fa106e63f31da8eaa36615592 4974 
golang-github-huin-goupnp_0.0~git20161025.0.97f671e-1_amd64.buildinfo
Checksums-Sha256:
 f792f6444fdb61348f9d7187edc6509f0d6269e45a2b9bbbc3895e5e2a342b25 2367 
golang-github-huin-goupnp_0.0~git20161025.0.97f671e-1.dsc
 42d05bc458c75357e69543a9118e7b5fd55d2f17dcee8171d733e6cddf295d9a 38768 
golang-github-huin-goupnp_0.0~git20161025.0.97f671e.orig.tar.xz
 ac52d282befce5e970f9298e22fe921759039e2ee466fe87d722a93708c66f16 1892 
golang-github-huin-goupnp_0.0~git20161025.0.97f671e-1.debian.tar.xz
 fc68d5e22e29c32bc5b94fd856098f6a1f93260eea515e4afb6575e8bbdde850 40232 
golang-github-huin-goupnp-dev_0.0~git20161025.0.97f671e-1_all.deb
 874bcdef3c3e434babefe34204facef1eff2a93832aa1840b52dac5b4bb47cd0 4974 
golang-github-huin-goupnp_0.0~git20161025.0.97f671e-1_amd64.buildinfo
Files:
 48ede2f844083b17cb4451a7e0f16ef8 2367 devel extra 
golang-github-huin-goupnp_0.0~git20161025.0.97f671e-1.dsc
 a68e29f5b36b6819962af1c94ed54dff 38768 devel extra 
golang-github-huin-goupnp_0.0~git20161025.0.97f671e.orig.tar.xz
 d1a483e1b0d71c1928401b3b98e5b829 1892 devel extra 
golang-github-huin-goupnp_0.0~git20161025.0.97f671e-1.debian.tar.xz
 630244091ce58bbce9024b4c866d5f4e 40232 devel extra 
golang-github-huin-goupnp-dev_0.0~git20161025.0.97f671e-1_all.deb
 3e4742ad3c2d93dd2a5725d6d5c646da 4974 devel extra 
golang-github-huin-goupnp_0.0~git20161025.0.97f671e-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCAAvFiEEduexRx7o0Oelk+iWIMqg5+qIVncFAliDtSERHGZyZWVlQGRl
Ymlhbi5vcmcACgkQIMqg5+qIVneJgBAAzzqQnoUyqxk1lAbvv+Sv+TPi+b5o7bOz
ZZSrLjSZpbFMt9KmWoRvkNjLoyW64aAuXbQ2czPsV9+ln+FqWfi8BPSUBdC64ctn
IA5uV/ksh/EYyqVDHOg2KlqapysBLn3ueeqBHN13Mca81iZI3Cz51ryRWqlCnh

Bug#852124: marked as done (ITP: golang-github-nebulouslabs-merkletree -- Go package for working with Merkle trees)

2017-01-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Jan 2017 14:00:10 +
with message-id 
and subject line Bug#852124: fixed in golang-github-nebulouslabs-merkletree 
0.0~git20160203.0.f01b2e9-1
has caused the Debian Bug report #852124,
regarding ITP: golang-github-nebulouslabs-merkletree -- Go package for working 
with Merkle trees
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
852124: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852124
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Owner: Free Ekanayaka 
Severity: wishlist

* Package name: golang-github-nebulouslabs-merkletree
  Version : 0.0~git20160203.0.f01b2e9-1
  Upstream Author : Nebulous Labs
* URL or Web page : https://github.com/nebulouslabs/merkletree
* License : Expat
  Description : Go package for working with Merkle trees

Calculate merkle roots, build and verify proofs that data is in a
merkle tree (http://en.wikipedia.org/wiki/Merkle_tree).

This package is a dependency of the sia storage daemon (see ITP #847706).
--- End Message ---
--- Begin Message ---
Source: golang-github-nebulouslabs-merkletree
Source-Version: 0.0~git20160203.0.f01b2e9-1

We believe that the bug you reported is fixed in the latest version of
golang-github-nebulouslabs-merkletree, which is due to be installed in the 
Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 852...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Free Ekanayaka  (supplier of updated 
golang-github-nebulouslabs-merkletree package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 30 Oct 2016 14:30:21 +
Source: golang-github-nebulouslabs-merkletree
Binary: golang-github-nebulouslabs-merkletree-dev
Architecture: source all
Version: 0.0~git20160203.0.f01b2e9-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Free Ekanayaka 
Description:
 golang-github-nebulouslabs-merkletree-dev - Go package for working with Merkle 
trees
Closes: 852124
Changes:
 golang-github-nebulouslabs-merkletree (0.0~git20160203.0.f01b2e9-1) unstable; 
urgency=medium
 .
   * Initial release (Closes: #852124)
Checksums-Sha1:
 c30cffb1391e73addbf996992688442988803b60 2498 
golang-github-nebulouslabs-merkletree_0.0~git20160203.0.f01b2e9-1.dsc
 3cf1fa3ba5302550986b2b45331b166b4c44b348 14548 
golang-github-nebulouslabs-merkletree_0.0~git20160203.0.f01b2e9.orig.tar.xz
 b3900290cf108d935d1dc7bdb08bcac340b84144 2052 
golang-github-nebulouslabs-merkletree_0.0~git20160203.0.f01b2e9-1.debian.tar.xz
 bc5eb5c7b9ece4c779e5b831b9618fda9dd25d47 14416 
golang-github-nebulouslabs-merkletree-dev_0.0~git20160203.0.f01b2e9-1_all.deb
 4036aa7f4076a9ff9f34ed735d1f4a0154090bc6 4831 
golang-github-nebulouslabs-merkletree_0.0~git20160203.0.f01b2e9-1_amd64.buildinfo
Checksums-Sha256:
 561367dbec5dbca24853e3857a5d1db3c9ce75d21fa99446f78196310b66d716 2498 
golang-github-nebulouslabs-merkletree_0.0~git20160203.0.f01b2e9-1.dsc
 491a5f6d24e4c0c7770041ef7377414b3a54d89d9a38bc7fc1d7dfd482169d4c 14548 
golang-github-nebulouslabs-merkletree_0.0~git20160203.0.f01b2e9.orig.tar.xz
 043828ca2be87b1815bb8c0c9cd3296fa7ae5480ab70b130baacd46fc7b30df9 2052 
golang-github-nebulouslabs-merkletree_0.0~git20160203.0.f01b2e9-1.debian.tar.xz
 b4e15145c2a0552bf29760e21e519cd5f0b04d685607a6465543446963f8368f 14416 
golang-github-nebulouslabs-merkletree-dev_0.0~git20160203.0.f01b2e9-1_all.deb
 982b1105e3c08c00f680643400f42dddce5ebe193e0727bbe8cca8d2d2b981e8 4831 
golang-github-nebulouslabs-merkletree_0.0~git20160203.0.f01b2e9-1_amd64.buildinfo
Files:
 a76aedfc7ebfe148d54f7c2799432477 2498 devel extra 
golang-github-nebulouslabs-merkletree_0.0~git20160203.0.f01b2e9-1.dsc
 713016fd5824c4df880b3fddb8b0cc5b 14548 devel extra 
golang-github-nebulouslabs-merkletree_0.0~git20160203.0.f01b2e9.orig.tar.xz
 d39404dd3b2fb0cb96a2b17d2556c00d 2052 devel extra 
golang-github-nebulouslabs-merkletree_0.0~git20160203.0.f01b2e9-1.debian.tar.xz
 ac315c6b0a6cc6e25e90d1c4e29b03ed 14416 devel extra 
golang-github-nebulouslabs-merkletree-dev_0.0~git20160203.0.f01b2e9-1_all.deb
 15e9ef68a102761172e3451390d16d67 4831 devel extra 
golang-github-nebulouslabs-merkletree_

Bug#758455: marked as done (ITA: bogofilter -- fast Bayesian spam filter)

2017-01-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Jan 2017 15:04:35 +
with message-id 
and subject line Bug#758455: fixed in bogofilter 1.2.4+dfsg1-9
has caused the Debian Bug report #758455,
regarding ITA: bogofilter -- fast Bayesian spam filter
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
758455: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758455
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: normal

I request an adopter for the bogofilter package.

The package description is:
 This package implements a fast Bayesian spam filter along the lines suggested
 by Paul Graham in his article "A Plan For Spam".
 .
 This version substantially improves on Paul's proposal by doing smarter
 lexical analysis.  In particular, hostnames and IP addresses are retained
 as recognition features rather than broken up. Various kinds of MTA
 cruft such as dates and message-IDs are discarded so as not to bloat
 the word lists.
--- End Message ---
--- Begin Message ---
Source: bogofilter
Source-Version: 1.2.4+dfsg1-9

We believe that the bug you reported is fixed in the latest version of
bogofilter, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 758...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adrian Bunk  (supplier of updated bogofilter package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 25 Jan 2017 16:15:21 +0200
Source: bogofilter
Binary: bogofilter bogofilter-bdb bogofilter-sqlite bogofilter-tokyocabinet 
bogofilter-common
Architecture: source
Version: 1.2.4+dfsg1-9
Distribution: unstable
Urgency: medium
Maintainer: Adrian Bunk 
Changed-By: Adrian Bunk 
Description:
 bogofilter - fast Bayesian spam filter (dummy package)
 bogofilter-bdb - fast Bayesian spam filter (Berkeley DB)
 bogofilter-common - fast Bayesian spam filter (common files)
 bogofilter-sqlite - fast Bayesian spam filter (sqlite)
 bogofilter-tokyocabinet - fast Bayesian spam filter (tokyocabinet)
Closes: 758455
Changes:
 bogofilter (1.2.4+dfsg1-9) unstable; urgency=medium
 .
   * New maintainer. (Closes: #758455)
Checksums-Sha1:
 c8c5a06548bb4cf72235ce99c05b379402c8fd79 2141 bogofilter_1.2.4+dfsg1-9.dsc
 73158f87a14211dd835df40043921ed09ace7c68 18956 
bogofilter_1.2.4+dfsg1-9.debian.tar.xz
Checksums-Sha256:
 8e1a3eae56c722687272d6307b08e86df423ff20ef5c7343fca7daaa032d7f7e 2141 
bogofilter_1.2.4+dfsg1-9.dsc
 56e532f907a9ac03aad9f49313830e606c1c87e4408f95d3e7e06bb5e795970d 18956 
bogofilter_1.2.4+dfsg1-9.debian.tar.xz
Files:
 fee1790702661b2f993ff48216e89f3b 2141 mail optional 
bogofilter_1.2.4+dfsg1-9.dsc
 f7b1690bbf4651106ab71b9036a12c3a 18956 mail optional 
bogofilter_1.2.4+dfsg1-9.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAliIttYACgkQiNJCh6LY
mLFwDRAAuYFsFiWpNz4tev2524JQWKxGUTabp1wZBsAKuecS8S70QV7YdCoRe9TX
tVzaSf2fMZ+bOz12tTt2NGcJqrP/B3fuOXV1MEBgr/a1YjUsNWeTyXKGSjuExGvZ
Y7LhQgdnyOR+dQUrR2qHvzenDnCkioZoZ5cTMA9myzNcfnIl38q+FosWt4YA9jdP
vvQZQkOf/GfqdtfrHLTEF8mK8c/nxvWZGi6EBxnMieyWbqaZztUbcvbtP4C1bw+L
BEICDZnU/VZ+ZhA4toWj6jPjXassCV0mjXz6z0WgigmgcexmEll+AFqeqVPcKAjE
RjdygDeVVfYjdlOR/dpAqW4u+qjIPCvhlo6iwDL/5K/89152gu63xN/kMkP3/ffP
OhvvBs7Wb7I0isHDty0MspqwMFuroA8wF2/KqH7SstfM2smGr8TbLFU5HhhH00xc
WokVdl8bsVHiP+VAnBWNweFwzXaeMLBBiZ4AM21JtL2T6ukDezeWvUibiG2U+bU0
G3uHZmCh6f3vjjhxyHlEiQ9vtF2NG5r/coUZiGvH5mSrHL3R15jDO9FFM1sV2hRx
xH6pgKuIafqHpXQ3ICAbrnGSmA4+OLgWycAsm1beRHLUhqDE0UwHGkiA+lFB+h0s
MSzRakedJVrWzGS6M37x7BKjLRxVGsBBhqVWJ5UdR09fxe3jQ/0=
=emlc
-END PGP SIGNATURE End Message ---


Bug#728868: marked as done (ITA: black-box -- finding the crystals puzzle game)

2017-01-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Jan 2017 15:04:29 +
with message-id 
and subject line Bug#728868: fixed in black-box 1.4.8-4
has caused the Debian Bug report #728868,
regarding ITA: black-box -- finding the crystals puzzle game
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
728868: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728868
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: normal

I'm orphaning black-box. If I spend any time on this game, it would be better
spent fixing bugs upstream than improving the debian package.

The package is pretty low on maintenance, so feel free to adopt it.
--- End Message ---
--- Begin Message ---
Source: black-box
Source-Version: 1.4.8-4

We believe that the bug you reported is fixed in the latest version of
black-box, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 728...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adrian Bunk  (supplier of updated black-box package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 25 Jan 2017 15:53:46 +0200
Source: black-box
Binary: black-box
Architecture: source
Version: 1.4.8-4
Distribution: unstable
Urgency: medium
Maintainer: Adrian Bunk 
Changed-By: Adrian Bunk 
Description:
 black-box  - Find the crystals
Closes: 728868
Changes:
 black-box (1.4.8-4) unstable; urgency=medium
 .
   * New maintainer. (Closes: #728868)
   * Fix compiler warnings in blackbox.c
   * Add Homepage field.
   * Standards-Version: 3.9.8 (no changes)
Checksums-Sha1:
 44bc843e41163e700bf984ae6a5873f82be61652 1817 black-box_1.4.8-4.dsc
 b047688c90a844003649d70a2f2dbf7c545590b0 4604 black-box_1.4.8-4.debian.tar.xz
Checksums-Sha256:
 ca4dcdf4149a516f5b7c4723c924c65f0c8f0aa594c3ea0881a2a47eb66799c0 1817 
black-box_1.4.8-4.dsc
 601f2f708e25531efaa5c030681a2682c5e73565d4713dfad6c8c2383d076a76 4604 
black-box_1.4.8-4.debian.tar.xz
Files:
 c79fc9856ca08965fc5445a038afa123 1817 games optional black-box_1.4.8-4.dsc
 7b182ab97d242a403dbc8e94ef88b027 4604 games optional 
black-box_1.4.8-4.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAliIsUMACgkQiNJCh6LY
mLHh3A/+KHcMi+C2W0nDcta9vx6YYrS5ciBY1Fnv7RVk5aF7bGs92o0X1JPZ1d2S
zXO3FxIJVEBJgErsOHEX7UzWEFKmYuYzq3sEB0maVuiLEKAonP+Pp2fsXBOABKQv
qmcdOw88CbPbsZwdWTP9UvJbUW7QSerCyk7BjvSNzAWd8K6s9H8B53jHcTvFVOBR
xwnruWIkrbVxulcPNtTprgZL/d7D077/kLnMlpe5kd6qLd2havLDRK4kWz2P7wwf
EHgs/67wz8CFYAAg8WEqzduYoUyOPYuenwAVJlx2XukBk+GQYiFFJhEdXlCiJboz
Mmzq+iaF352iX24txlLMONLiUY2niXGb83Virrz+VEnsa7/xEUuI0yniwYZaGtJn
vuMJw32HFqIytRIHjWoIUI/m7Q0GEUaZSvJjWJg5j6FMAcKGEclGOFLVyYTaFIlb
wRXk6qxsfCeFTn5mHBmGakQ0WxgWz2Ah8GyKIgm+8SWIuMOEnl6gtKcpUhUApMfc
CygriQO4XGku8QH6pwU8h0xH79hyAcA/YxZuK9q14n1lvjE9uoHT04+TboDhgDrz
DgZwlJEf9f1GslKEa4k4oNs9rsFA/d2JE2Ppk/9D8J57NXLXtCWi+ha3ieipP6YK
DmXfrCXuxxf0r1om1cYhR2k4sO+aUkjnYuqPFt8Zv4pnWPGQsTw=
=zMfs
-END PGP SIGNATURE End Message ---


Bug#771490: marked as done (ITA: xstow -- Extended replacement of GNU Stow)

2017-01-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Jan 2017 15:13:55 +
with message-id 
and subject line Bug#771490: fixed in xstow 1.0.2-1
has caused the Debian Bug report #771490,
regarding ITA: xstow -- Extended replacement of GNU Stow
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
771490: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771490
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: normal

I'm orphaning this package as I'm about to retire from Debian.
--- End Message ---
--- Begin Message ---
Source: xstow
Source-Version: 1.0.2-1

We believe that the bug you reported is fixed in the latest version of
xstow, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 771...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adrian Bunk  (supplier of updated xstow package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 25 Jan 2017 15:18:12 +0200
Source: xstow
Binary: xstow
Architecture: source
Version: 1.0.2-1
Distribution: unstable
Urgency: medium
Maintainer: Adrian Bunk 
Changed-By: Adrian Bunk 
Description:
 xstow  - Extended replacement of GNU Stow
Closes: 771490 849029
Changes:
 xstow (1.0.2-1) unstable; urgency=medium
 .
   * New maintainer. (Closes: #771490)
   * New upstream release.
 - build-fix-gcc-4.8 applied upstream
   * Fix the short form option of -target in xstow(1),
 thanks to J G Miller for the bug report. (Closes: #849029)
Checksums-Sha1:
 e70885ae9944f5590c4167ef4ed25f76fa235cab 1680 xstow_1.0.2-1.dsc
 3b11025d4ec7b673ab149de6537059800816b4ed 151622 xstow_1.0.2.orig.tar.bz2
 b786a22ae413613fbb816a6d05c89bfa3191af68 4772 xstow_1.0.2-1.debian.tar.xz
Checksums-Sha256:
 788f5d2201533afc2b4866c63668527b2a4f24b28a94ab7c96d9e1381e0ff692 1680 
xstow_1.0.2-1.dsc
 6f041f19a5d71667f6a9436d56f5a50646b6b8c055ef5ae0813dcecb35a3c6ef 151622 
xstow_1.0.2.orig.tar.bz2
 74ebff9743aefec6f3df6827b54980dbe0ba687dc46bdd60415511e951fb93eb 4772 
xstow_1.0.2-1.debian.tar.xz
Files:
 49f96039aac20fafcdccee6c4f5a6a62 1680 utils optional xstow_1.0.2-1.dsc
 685fe4f3db3c363191e836082dc0d512 151622 utils optional xstow_1.0.2.orig.tar.bz2
 5d35c4a2c082d84ffe579bc631518f1d 4772 utils optional 
xstow_1.0.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAliIrPkACgkQiNJCh6LY
mLHTGxAAlUitwM57H5FO5WR3khvXewl+yo9RhR9WfyuhVuFDl3imW0EuPLs8lHNT
i6VdNbfdP9REpYkWU7UWbIcYvlqH0YDIdJTwyFgpLE/+rp841Kw3KZbwZeiSkYbF
qxWbjYdoLc/ohscafXL+AFftKQC1L5wihcaC0YcMPXKlwTeLuQ7DteuWaqPmx3pU
7K1/ZDCeZohkXKjlRv0o0mlHtvROkNUikSKSSJsfOELc+OJCPYj4qHao8AF2H7Qc
hwGyQNtztVSk4cYXjzY6A+HISXrUQQzYBNvPVhgbxeVMw7pLbzAb9nPlOhjcl39X
So7Vb9GWF7WEmvJM17OMbXW+oi1eOZfCNWZWY9YG5GhljTq4pQWAIICbF4kDztXt
N2iL3F/I9BMJybHHKM3LM4EboXJlTKpXSCao6t56FFBHll8sRcx8pQjuFmlFDtSc
znno4P4iywlN1g6W9UQnd5UUkZLBq/iN2QE287FKhZEQ21z4xpeYM1B00ZdKQ+fy
UuIrr2Qn0z/VhCUWz9O9iyEw1vRQguxGwA/Y59IrhHZNS7ieNjKwl9ThdWidZan2
RXWQ3iZmwwBk4upKnJ8QZjyEtcEk9iUDyUxueOodwQCb10rXsy74kBfVcE/1uJFw
f1vrFTX34MO74DmiUqoW4Ps3UZG12nPhwUYJSBnRVlavKntJsGQ=
=G+6c
-END PGP SIGNATURE End Message ---


Bug#624100: marked as done (RFH: cardstories -- Find out a card using a sentence made up by another player)

2017-01-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Jan 2017 15:29:41 +
with message-id 
and subject line Bug#852541: Removed package(s) from unstable
has caused the Debian Bug report #624100,
regarding RFH: cardstories -- Find out a card using a sentence made up by 
another player
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
624100: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=624100
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: normal

I would like to start sharing responsibilities from the beginning instead
of waiting to burn out. I'm motivated and eager to make sure this
package will be in good shape for users to discover this game. With
co-maintainers it stands a better chance to keep being actively
maintained in the years to come.

Here is the description of the game, as a reminder:

 A player (who we will call the author) creates a new game.
 He chooses a card, picks a word or a sentence to describe it
 and invites players to participate.
 Each players is given seven cards and are required to pick
 one that best matches the author's sentence.
 Once enough players have chosen a card, the author displays all chosen
 cards and the players try to figure out which one is the author's.
 The author wins if at least one of the players guesses right, but not all
 of them do. The winners are the author and the players who guessed right.
 If the author loses, all the other players win.
Homepage: http://cardstori.es/

<>

signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Version: 1.0.6-2+rm

Dear submitter,

as the package cardstories has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/852541

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)--- End Message ---


Bug#846056: marked as done (ITA: gawk-doc -- Documentation for GNU awk)

2017-01-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Jan 2017 15:34:14 +
with message-id 
and subject line Bug#846056: fixed in gawk-doc 4.1.4-2
has caused the Debian Bug report #846056,
regarding ITA: gawk-doc -- Documentation for GNU awk
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
846056: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=846056
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
package: wnpp

Hideki Yamane  orphaned this package with his
4.1.4-1 to experimental.  Therefore, I'm filing this bug to make the
orphaning public.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:


Format: 3.0 (quilt)
Source: gawk-doc
Binary: gawk-doc
Architecture: all
Version: 4.1.4-1
Maintainer: Debian QA Group 
Homepage: https://www.gnu.org/software/gawk/
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9), texinfo, texlive-generic-recommended, 
texlive-latex-base, texlive-fonts-recommended
Package-List:
 gawk-doc deb non-free/doc optional arch=all
Checksums-Sha1:
 9b6badb28a41cf97bd9725b23b12b8d76005c886 814588 gawk-doc_4.1.4.orig.tar.xz
 db2368a6a65b4913b950f042461efccd186437d8 5840 gawk-doc_4.1.4-1.debian.tar.xz
Checksums-Sha256:
 dea1b65c27ef209fa853fb15702a8f91cad8e5ae6d43ab54dcb3467d3f46c179 814588 
gawk-doc_4.1.4.orig.tar.xz
 37001298ca51cc8e816fe3c75ee9738122d4cf0d3f2b626a9a4d0ea57f6558d5 5840 
gawk-doc_4.1.4-1.debian.tar.xz
Files:
 f2ac0d5ea4129a0d7aa272e86d981423 814588 gawk-doc_4.1.4.orig.tar.xz
 da6d66775e801442c1ac0d5b3a1c8731 5840 gawk-doc_4.1.4-1.debian.tar.xz

Package: gawk-doc
Version: 4.1.4-1
Installed-Size: 7717
Maintainer: Debian QA Group 
Architecture: all
Description: Documentation for GNU awk
Homepage: https://www.gnu.org/software/gawk/
Description-md5: a0ccd75275de725a7e5b09acd72e2ce2
Tag: devel::doc, implemented-in::TODO, made-of::html, made-of::info,
 made-of::pdf, role::documentation, suite::gnu
Section: non-free/doc
Priority: optional
Filename: pool/non-free/g/gawk-doc/gawk-doc_4.1.4-1_all.deb
Size: 3427604
MD5sum: 83818df9546a182f3a07627fc705bef0
SHA256: f2759489d352876f0545e15f6076702b630bd3d8e6ba84aaa5b141182d2e6ee2


-- 
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
--- End Message ---
--- Begin Message ---
Source: gawk-doc
Source-Version: 4.1.4-2

We believe that the bug you reported is fixed in the latest version of
gawk-doc, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 846...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adrian Bunk  (supplier of updated gawk-doc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 25 Jan 2017 16:57:39 +0200
Source: gawk-doc
Binary: gawk-doc
Architecture: source all
Version: 4.1.4-2
Distribution: unstable
Urgency: medium
Maintainer: Adrian Bunk 
Changed-By: Adrian Bunk 
Description:
 gawk-doc   - Documentation for GNU awk
Closes: 832377 846056
Changes:
 gawk-doc (4.1.4-2) unstable; urgency=medium
 .
   * New maintainer. (Closes: #846056, #832377)
   * Fix building twice in a row.
Checksums-Sha1:
 1173747ea4752cc9881d48add98f1db1f3553c41 1795 gawk-doc_4.1.4-2.dsc
 01058bcfe89de824663db08db18a6a1edf10a9cd 5912 gawk-doc_4.1.4-2.debian.tar.xz
 ab77350d60239887a7bc36b27947bea31527c276 3427614 gawk-doc_4.1.4-2_all.deb
 173d6e093c0281ad3ba7ebecf3d8ce850c2d8d8e 7116 gawk-doc_4.1.4-2_amd64.buildinfo
Checksums-Sha256:
 bfaeb14b953dd3ac0099294b18d4e321ec7a5a02f5686bdb4950541126a9a5a0 1795 
gawk-doc_4.1.4-2.dsc
 ef2f527280819aa3db622f46b42baeb7ca1f9e1c631acc026c8dd26de4fe332e 5912 
gawk-doc_4.1.4-2.debian.tar.xz
 3fb58e94c5253a6a764c5afb0b7dd437c

Processed: limit package to wnpp, tagging 852467

2017-01-25 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> limit package wnpp
Limiting to bugs with field 'package' containing at least one of 'wnpp'
Limit currently set to 'package':'wnpp'

> tags 852467 + pending
Bug #852467 [wnpp] ITP: libmoosex-types-email-perl -- Email address validation 
type constraints for Moose.
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
852467: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852467
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#850131: marked as done (ITP: node-is-obj -- Check if a value is an object)

2017-01-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Jan 2017 16:00:11 +
with message-id 
and subject line Bug#850131: fixed in node-is-obj 1.0.1-1
has caused the Debian Bug report #850131,
regarding ITP: node-is-obj -- Check if a value is an object
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
850131: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=850131
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: wnpp
Severity: wishlist
Owner: Gaurav Juvekar 
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name: node-is-obj
  Version : 1.0.1
  Upstream Author : Sindre Sorhus  
(sindresorhus.com)

* URL : https://github.com/sindresorhus/is-obj#readme
* License : Expat
  Programming Lang: JavaScript
  Description : Check if a value is an object

 .
 Node.js is an event-based server-side JavaScript engine.
--- End Message ---
--- Begin Message ---
Source: node-is-obj
Source-Version: 1.0.1-1

We believe that the bug you reported is fixed in the latest version of
node-is-obj, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 850...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gaurav Juvekar  (supplier of updated node-is-obj 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 05 Jan 2017 11:15:08 +0100
Source: node-is-obj
Binary: node-is-obj
Architecture: source all
Version: 1.0.1-1
Distribution: experimental
Urgency: low
Maintainer: Debian Javascript Maintainers 

Changed-By: Gaurav Juvekar 
Description:
 node-is-obj - Check if a JavaScript value is an object
Closes: 850131
Changes:
 node-is-obj (1.0.1-1) experimental; urgency=low
 .
   * Initial release (Closes: #850131)
Checksums-Sha1:
 fb60a6af105b72e75aacff3b47061dd5463deb90 2024 node-is-obj_1.0.1-1.dsc
 f632da509fe754f239ae89e7276399e6bbc5dae9 2150 node-is-obj_1.0.1.orig.tar.gz
 1fe323df7689ed1206454733d950e9e0e1c7282f 2036 node-is-obj_1.0.1-1.debian.tar.xz
 b3c94fca02daf668c0de1b52168fa8cb44633eae 2880 node-is-obj_1.0.1-1_all.deb
 e10636e3ff2aea87ca0e06da020f97a19186d951 4505 
node-is-obj_1.0.1-1_amd64.buildinfo
Checksums-Sha256:
 51dadd92518d0c04ff80d3e1e1c6f16f6b147b200044bcf71246d3fc9ae38726 2024 
node-is-obj_1.0.1-1.dsc
 28da1b9378086ca3f8218f7ac1261e06efc06658f9cbb2ce393f0d216d502c9b 2150 
node-is-obj_1.0.1.orig.tar.gz
 ee1e41136292d5b0003cb777431da18437a5f55b1e634700f45b0d1026024ec5 2036 
node-is-obj_1.0.1-1.debian.tar.xz
 c9a0e75d08634bdfd11fea7ca406d94e30b595c839ebbce1103f4aa7f0d4fc45 2880 
node-is-obj_1.0.1-1_all.deb
 a4c66e2f7026868b20bed802737ade5aa35fe39c08375c464e76c756104d1041 4505 
node-is-obj_1.0.1-1_amd64.buildinfo
Files:
 8377280ce473fc7454e7624e0b6cf7d2 2024 web optional node-is-obj_1.0.1-1.dsc
 c19583be539c2996d6fe421a3e750bdd 2150 web optional 
node-is-obj_1.0.1.orig.tar.gz
 ae8b4b6a8f37a61d65308dd5585ab048 2036 web optional 
node-is-obj_1.0.1-1.debian.tar.xz
 06fcd006420a26aed096241db8cd5881 2880 web optional node-is-obj_1.0.1-1_all.deb
 8d5dd775a2fd3cfd69db605291dc7c03 4505 web optional 
node-is-obj_1.0.1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlh4VtEACgkQzh+cZ0US
wirZAQ//V67Ct4Qa6Od5+SYg2CTGS34C7R2wT4dR2lkI9RL9EiO3O+Oys5r71QSb
6ixduwY6SzEoJyl/r4q5k6nElt2smpeVV0P11xdM5Ljmm7wuH/EgJ1TV+N33JAXG
tO0qYP0qCJpdIWSwyac75E0w9PXwN2A9CVgz6whod/FI/QaCJW9tiO9GWFNnbP7X
qZ3WZcKswpS1jEZ3SgSrDPoQn9B5KMbF/haqQkyYwpTvBbwWwsblDL7OgBBCF9Hj
/NLUZQpBqAWqu1SYySyCWcGE+KSfapMm2VfA5vB2cnxMRm9Z/jSWlRook5/zp2RN
JwChgR2kv00NOG792vTuy5p+ejjoyE/HBAeIuJ68GA14gr7TE+mglCbMACj5YJaW
jCiIKAN/1BttZt5vUsHQkm0MIQyqodO2MjxofbH21NV152piCXy/N9X/+JBCnEaU
YPA6GECCOVWDz+8CLfSjx5Hed+CpGkiroTewNxddTUYvXCDDWVMoMQS0dGno61vW
xrRO4mjAzZdMjVD0xSzRNacJTQDUUk6IxdgQB6c9STN8iOX4nR3FdPcnhiwbop0p
Zd19uH0qXk9zJk/w+LKzyWcyBnLiAp8A3lw6MiG5Xg0RyheCEtlG75CE5N1HOVic
/PJX72YPZ5nviWH6b6vE1plR3p98RszF6vHN+srDBGMrMHtsoi0=
=zHr9
-END PGP SIGNATURE End Message ---


Bug#850123: marked as done (ITP: node-has-unicode -- Try to guess if your terminal supports unicode)

2017-01-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Jan 2017 16:00:11 +
with message-id 
and subject line Bug#850123: fixed in node-has-unicode 2.0.1-1
has caused the Debian Bug report #850123,
regarding ITP: node-has-unicode -- Try to guess if your terminal supports 
unicode
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
850123: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=850123
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Yogiraj Kulkarni 
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name: node-has-unicode
  Version : 2.0.1
  Upstream Author : Rebecca Turner 
* URL : https://github.com/iarna/has-unicode
* License : ISC
  Programming Lang: JavaScript
  Description : Try to guess if your terminal supports unicode
--- End Message ---
--- Begin Message ---
Source: node-has-unicode
Source-Version: 2.0.1-1

We believe that the bug you reported is fixed in the latest version of
node-has-unicode, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 850...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Yogiraj Kulkarni  (supplier of updated 
node-has-unicode package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 04 Jan 2017 10:27:29 +
Source: node-has-unicode
Binary: node-has-unicode
Architecture: source all
Version: 2.0.1-1
Distribution: experimental
Urgency: low
Maintainer: Debian Javascript Maintainers 

Changed-By: Yogiraj Kulkarni 
Description:
 node-has-unicode - Try to guess if your terminal supports unicode
Closes: 850123
Changes:
 node-has-unicode (2.0.1-1) experimental; urgency=low
 .
   * Initial release (Closes: #850123)
Checksums-Sha1:
 94a87bb458084150cd5736b3d03ea538046a66fb 2078 node-has-unicode_2.0.1-1.dsc
 516e188e94f4f13d78ab64fb996264743bdc08d5 2967 
node-has-unicode_2.0.1.orig.tar.gz
 b7bae851dc1d34332a0eab4821c607bbc257b721 1844 
node-has-unicode_2.0.1-1.debian.tar.xz
 ecb2c42efb4cfeddafc7081d7305585872c8a1b4 3320 node-has-unicode_2.0.1-1_all.deb
 7a709cfb96a92eeb814a0805c62af3983fa0b425 4536 
node-has-unicode_2.0.1-1_amd64.buildinfo
Checksums-Sha256:
 15a0fa3b1dd91f2556ea053134c0550db3fc21788b997da9bc16dad7d7ce0647 2078 
node-has-unicode_2.0.1-1.dsc
 e73c692073f7d96c1a0dee57be37b2219398a822fc153f5941480842cd2f7d22 2967 
node-has-unicode_2.0.1.orig.tar.gz
 d86b89e8e102b44db7b26b0d00aa273112fbf0e98142b284a4541473ffd8b753 1844 
node-has-unicode_2.0.1-1.debian.tar.xz
 589a5cb77ddc1fbd2a051f13953bf0a353119a1f8c8cba370947b868d6702e6d 3320 
node-has-unicode_2.0.1-1_all.deb
 14303aa582d182212765bb98b2cd7b8370fe810174e93ecf417aacb6b693c17a 4536 
node-has-unicode_2.0.1-1_amd64.buildinfo
Files:
 accb775f287ffe7e8dd1efe7e9672934 2078 web optional node-has-unicode_2.0.1-1.dsc
 b4b1df7bf320e433b91f89b2d4af0409 2967 web optional 
node-has-unicode_2.0.1.orig.tar.gz
 fc88616b284ad9957fa7c2977890d128 1844 web optional 
node-has-unicode_2.0.1-1.debian.tar.xz
 8b17a0a3c5c784d05461ab5f117bc294 3320 web optional 
node-has-unicode_2.0.1-1_all.deb
 5ca14f82ebd0bdc54fc9e925c16597ec 4536 web optional 
node-has-unicode_2.0.1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlhxIUkACgkQzh+cZ0US
wipu5w//fe2UIxeo/fvC+eDlLBP5kSuymiOXrsFNKHaWE3iYxO1v6OGeGeSBvWqL
njuE5WGafscyziRx+daqY6GPUJFQWcHVEbl6gOKj1kMFGp7ZopP5r+66Hr8mUik8
sa9Q2p9m+DSRWPe8yaavxFfEbvPYurWFHX6OqZ+V5AJc195NIZyfEfetAxINkRhX
udvUNSrjlzKees+4CsxaDYl+9LRqaGwRPmm9m69MbULVzhMydzK6lLIRBSPd2wtG
6ZLqCbzKTtkMYkxwCGYprdLOf9fO1hUDSe/X8Q44zao/bQbRXTzDEcgnw2JXqhnb
/LICotbqu634Z6vVNWf6lrnifmBds7p7jSQhaArC4kiDu9HqdqJOAfwmOdAJFE6O
Kag69w6m7S4VFbJ5VDHUZhUB9/E/nUQ+f0SCM2vEnRqhgNRstpDVBsnDaf5LMfLb
Gc1MNptSaqvCnMZBuiYYtl2F+KRD8w1GU8X7P5NvUpI5DyW09FIB/VdFYpLzTYpf
zWi5Osxhos290VsN7131f8V0aup23dTgFE/YQPtBYackw4Ym3RcKoMhN/dlbD66Y
IH9c579qHQgyLdja+2imSv3559WI41WPDzye0qkVLHnQLBzSOFEyp1JBseFXC5iF
fvpSZuoQ2wiqq5nsIHZdb5YpEGSfAzJkOl1i+3fEnY2EvetWg8k=
=mEfX
-END PGP SIGNATURE End Message ---


Bug#850152: marked as done (ITP: node-tweetnacl -- Port of TweetNaCl cryptographic library to JavaScript)

2017-01-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Jan 2017 16:00:12 +
with message-id 
and subject line Bug#850152: fixed in node-tweetnacl 0.14.5+dfsg-1
has caused the Debian Bug report #850152,
regarding ITP: node-tweetnacl -- Port of TweetNaCl cryptographic library to 
JavaScript
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
850152: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=850152
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: tweetnacl
Severity: wishlist
Owner: Yashashree Kolhe 
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name: node-tweetnacl
  Version : 0.14.5
  Upstream Author : TweetNaCl-js contributors
* URL : https://tweetnacl.js.org
* License : Unlicense
  Programming Lang: JavaScript
  Description : Port of TweetNaCl cryptographic library to JavaScript
--- End Message ---
--- Begin Message ---
Source: node-tweetnacl
Source-Version: 0.14.5+dfsg-1

We believe that the bug you reported is fixed in the latest version of
node-tweetnacl, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 850...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Yashashree Kolhe  (supplier of updated 
node-tweetnacl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 05 Jan 2017 20:16:44 +0530
Source: node-tweetnacl
Binary: node-tweetnacl
Architecture: source all
Version: 0.14.5+dfsg-1
Distribution: experimental
Urgency: low
Maintainer: Debian Javascript Maintainers 

Changed-By: Yashashree Kolhe 
Description:
 node-tweetnacl - Port of TweetNaCl cryptographic library to JavaScript
Closes: 850152
Changes:
 node-tweetnacl (0.14.5+dfsg-1) experimental; urgency=low
 .
   * Initial release (Closes: #850152)
Checksums-Sha1:
 5eecae3e7bfe6ff159048c5c895bf74d40ed86ec 2101 node-tweetnacl_0.14.5+dfsg-1.dsc
 758a3f58212b799a92218c121b32fc403d14dd90 2190796 
node-tweetnacl_0.14.5+dfsg.orig.tar.xz
 8cde85e5c4bc7514206e3c0b11a2d6defdc533b7 2396 
node-tweetnacl_0.14.5+dfsg-1.debian.tar.xz
 8dcff0db21d73899c1577180266c3f32164d9186 20720 
node-tweetnacl_0.14.5+dfsg-1_all.deb
 09cc406be5998494125450c2ffd4e6cb01183926 6408 
node-tweetnacl_0.14.5+dfsg-1_amd64.buildinfo
Checksums-Sha256:
 9b75c9c759d65ad3f1ce6d5b52fd04d0aac7e61b17f1c056f474549d7dda9c99 2101 
node-tweetnacl_0.14.5+dfsg-1.dsc
 0a21cdf647781a0ccf127703a7b079b9174b9644ae2b46cd73880fd0ec3da8dd 2190796 
node-tweetnacl_0.14.5+dfsg.orig.tar.xz
 d2a54b343bb2814e0d6b1422e8deca2386960b61dab101fbef451b5f97d28aae 2396 
node-tweetnacl_0.14.5+dfsg-1.debian.tar.xz
 b7adcb36b46790903135e20abcfdec02a7061e3b000ba0939c0f688789fed7d2 20720 
node-tweetnacl_0.14.5+dfsg-1_all.deb
 1844eff1163ca29deb36a2a7a3d2809edc784760d179e6a70ed2354ac59049b5 6408 
node-tweetnacl_0.14.5+dfsg-1_amd64.buildinfo
Files:
 70bc101868d87bf0222b441695e422e1 2101 web optional 
node-tweetnacl_0.14.5+dfsg-1.dsc
 a1ba562ee9417738e585949d1d2ddac3 2190796 web optional 
node-tweetnacl_0.14.5+dfsg.orig.tar.xz
 14a3905e0a8b271bd5a464d56536c17c 2396 web optional 
node-tweetnacl_0.14.5+dfsg-1.debian.tar.xz
 37818af51de839d8130cce7e6b1c3bac 20720 web optional 
node-tweetnacl_0.14.5+dfsg-1_all.deb
 8a343c5acb623fc5ba0997628f9024fe 6408 web optional 
node-tweetnacl_0.14.5+dfsg-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlh4UwwACgkQzh+cZ0US
wipaPQ//ZBsI40Aa7BX+UWOuE4FrKOL0y98owdx11m6rGBoPct9940qKsQ2Z02A0
WC8BVF9H3vXA6zg02o/TlAbzbVgBEeHgQXO83XkySEFJD9dzZqzfzr5Mc+VbgbUu
sUi4ps0vTUP2GcY0Zfhc9R94dYERK/j+xlO28k+MDR6EJF9hn5j2BwshPuRAAI1x
Rakc9moO9PJljS4rojUNIgUk9KBhJgfh8/BRSjwEvsr58UF99dyObN614jgUKefz
oo+KBHN14qrVaWUQ7cjWGPXF8XXix3aBFla+oUkFduXz/LU3wBZcD/4/hD7dC9b4
C34ut5BezAderaoOZYo1GTtVF/xkXXduKvT8hU5tZI7+K0FST8AvnZCDq6JCnF0u
4pdnDfvGWbo6CtKd4cgjiSqPNYnVJk3+7lykku7nyexax5c2eYuXxp24ZHPa1DMM
+gAuQJqLS0shTAP45WVWY4MBF8AD8fgJgjU2SxzbSr1rOvI0+9PFeS1IUgIjywPG
8EpxlcAEQxfuCpjlLf0Z5KKUCe2GkQfjlfDuR0OzW2bjklnpO4xjPtybRriIL7Fc
OaMjulDXWoJ/L8rvHripV/kCCcfX4AIiPEYQ1iueolSqfMD8owde74zdwDSjspum
4m7POT4OdInuxo7NbpSB7ISFdjfmMBcjI9hdcGTpD9UDiOhzJ5o=
=huv2
-END PGP SIGNATURE End Message ---


Bug#850259: marked as done (ITP: node-single-line-log -- Keep writing to the same line in the terminal. Very useful when you write progress bars, or a status message during longer operations)

2017-01-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Jan 2017 16:00:11 +
with message-id 
and subject line Bug#850259: fixed in node-single-line-log 1.1.2-1
has caused the Debian Bug report #850259,
regarding ITP: node-single-line-log -- Keep writing to the same line in the 
terminal. Very useful when you write progress bars, or a status message during 
longer operations
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
850259: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=850259
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Nupur Malpani 
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name: node-single-line-log
  Version : 1.1.2
  Upstream Author : Tobias Baunbæk 
* URL : https://github.com/freeall/single-line-log#readme
* License : Expat
  Programming Lang: JavaScript
  Description : Keep writing to the same line in the terminal. Very
useful when you write progress bars, or a status message during longer
operations
--- End Message ---
--- Begin Message ---
Source: node-single-line-log
Source-Version: 1.1.2-1

We believe that the bug you reported is fixed in the latest version of
node-single-line-log, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 850...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nupur Malpani  (supplier of updated 
node-single-line-log package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 05 Jan 2017 10:45:17 +
Source: node-single-line-log
Binary: node-single-line-log
Architecture: source all
Version: 1.1.2-1
Distribution: experimental
Urgency: low
Maintainer: Debian Javascript Maintainers 

Changed-By: Nupur Malpani 
Description:
 node-single-line-log - Keep writing to the same line in the terminal
Closes: 850259
Changes:
 node-single-line-log (1.1.2-1) experimental; urgency=low
 .
   * Initial release (Closes: #850259)
Checksums-Sha1:
 ecda2cc50fb0f0d532333622e97fd4c21603e21e 2185 node-single-line-log_1.1.2-1.dsc
 41008a869c4a873767361bbf684e6152c130ac13 2445 
node-single-line-log_1.1.2.orig.tar.gz
 d3e62d90e261c5737feacc298b5d673637083165 2076 
node-single-line-log_1.1.2-1.debian.tar.xz
 8c01669bccbb70affcfc0de368c0f8b0cab67965 3478 
node-single-line-log_1.1.2-1_all.deb
 0311d73ff87376a7cd0c0b5f6c160b0d826b12fc 4751 
node-single-line-log_1.1.2-1_amd64.buildinfo
Checksums-Sha256:
 c8222cfa49b6c033ddee989ccf2ffae387efd2077c20e553156980bbd1381948 2185 
node-single-line-log_1.1.2-1.dsc
 499fa0b0802f84699ea193dd3bf995fd1a59ea616424d36187314017585a5e41 2445 
node-single-line-log_1.1.2.orig.tar.gz
 46d6e7a0237ca3d522eaac6644dfc36ab00498c2e2ff1d22c09d58ad7d44e788 2076 
node-single-line-log_1.1.2-1.debian.tar.xz
 a0edc775b8d62000b709617a4e501802f282d6c14d0212162c691c86fff75344 3478 
node-single-line-log_1.1.2-1_all.deb
 519acf282a0903a56dc61a3f38b9cac78b69f73fba0e92ee42c9925accfb7575 4751 
node-single-line-log_1.1.2-1_amd64.buildinfo
Files:
 0d0daa7fd0ec2b7ebf6a268e033db376 2185 web optional 
node-single-line-log_1.1.2-1.dsc
 11d8aec77bc867db56b572266a5bff16 2445 web optional 
node-single-line-log_1.1.2.orig.tar.gz
 3c4867b23d02474c78e6b5d76eded30e 2076 web optional 
node-single-line-log_1.1.2-1.debian.tar.xz
 80ce1f17b3d328ecb980b386e44ec37c 3478 web optional 
node-single-line-log_1.1.2-1_all.deb
 f04a691b382b4b1b5e2200703413e5b2 4751 web optional 
node-single-line-log_1.1.2-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlhwziIACgkQzh+cZ0US
wirfvxAAn1QgpowHqKJgOOXqpNiJ6OLS001HPDHiKaiSuVQkF8sB3rntZSb8SQSP
cUoeF8M+wU8YPO+lqJDgbOxpIz2SbJ3HvUtAAQ39jRbW5FeGSJ1g4Ntaq2Gk4W7M
xZ2Nby/nUGM4LWXHhe2gXmVfRvkFlSiyOjEQipnXdHCJkrdKJkotJay+NsMZVSqV
QL1ciMXUxbeJdh0GlSxTGjWCv2Cu51KrYCOA6sRAr1suerOL9ygkZ5QiG5wY7Odv
hTIOa3ZojHLX4odhM/rzSEcFyNk1jp2p21zLJgozEWWNurWRwHlBhAi258GWrify
QeGBgl7M3cSqcHzZ2h5JZvWkXK8HBIEwXATaC2Gsa6BMzPe5JEnwOcZQw2Jc1NfV
jZ5sNgWxZ3x2vfNmsQiT2WWy4EeUfQjkiuysVC81DZNSm8Z272j8P7ybiY/0t/3P
DgcyCaflfcSQMjb0fYyeZ2MUN2LbzSY19tUDBJK9WBQBL/N7j6LrL5tRxL3EbX/I
OojMJ2xTmP0KvNXwxxKyQrYbZPcfz6u50MPbaJjgTS7tl/nbFKjYT0zyPw3bxfn2
h6i5Ce0EchobIR7R4cd8my6wKt9uTYxK6ABVpfj5D4/2V

Processed: retitle to RFP: dwv-orthanc-plugin -- DICOM Web Viewer (DWV) plugin for Orthanc

2017-01-25 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 802756 RFP: dwv-orthanc-plugin -- DICOM Web Viewer (DWV) plugin for 
> Orthanc
Bug #802756 [wnpp] ITP: dwv-orthanc-plugin -- DICOM Web Viewer (DWV) plugin for 
Orthanc
Changed Bug title to 'RFP: dwv-orthanc-plugin -- DICOM Web Viewer (DWV) plugin 
for Orthanc' from 'ITP: dwv-orthanc-plugin -- DICOM Web Viewer (DWV) plugin for 
Orthanc'.
> noowner 802756
Bug #802756 [wnpp] RFP: dwv-orthanc-plugin -- DICOM Web Viewer (DWV) plugin for 
Orthanc
Removed annotation that Bug was owned by "Yves Martelli" .
> stop
Stopping processing here.

Please contact me if you need assistance.
-- 
802756: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=802756
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: retitle to RFP: rapicorn -- UI toolkit for declarative user interface construction and SVG-based theming

2017-01-25 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 802783 RFP: rapicorn -- UI toolkit for declarative user interface 
> construction and SVG-based theming
Bug #802783 [wnpp] ITP: rapicorn -- UI toolkit for declarative user interface 
construction and SVG-based theming
Changed Bug title to 'RFP: rapicorn -- UI toolkit for declarative user 
interface construction and SVG-based theming' from 'ITP: rapicorn -- UI toolkit 
for declarative user interface construction and SVG-based theming'.
> noowner 802783
Bug #802783 [wnpp] RFP: rapicorn -- UI toolkit for declarative user interface 
construction and SVG-based theming
Removed annotation that Bug was owned by Tim Janik .
> stop
Stopping processing here.

Please contact me if you need assistance.
-- 
802783: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=802783
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#852618: ITP: libdist-zilla-plugin-test-compile-perl -- common tests to check syntax of your modules, using only core modules

2017-01-25 Thread Carnë Draug
Package: wnpp
Severity: wishlist
Owner: =?utf-8?q?Carn=C3=AB_Draug?= 

* Package name: libdist-zilla-plugin-test-compile-perl
  Version : 2.056
  Upstream Author : Karen Etheridge 
* URL : https://metacpan.org/release/Dist-Zilla-Plugin-Test-Compile
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : common tests to check syntax of your modules, using only 
core modules

Dist::Zilla::Plugin::Test::Compile is a Dist::Zilla plugin that runs
at the gather files (Dist::Zilla::Role::FileGatherer) stage, and
creates a test for correct perl file compilation only dependent on
core modules.

This test finds all modules and scripts in your distribution and try
to compile them one by one. This means it's a bit slower than loading
them all at once but it will catch more errors.



Transmaquina - Búsqueda de Proveedor Grúas Telescópicas y Maquinaria

2017-01-25 Thread Gerencia Comercial
estimados srs.



por medio de la presente, queremos presentar nuestra organización, en 
transmaquina somos un equipo motivado por el servicio y la seguridad para 
nuestros clientes. sabemos que su empresa participa en el ramo de logística y 
de ahi nuestro interes de entrar en contacto el día de hoy.

estamos buscandoproveedoresde los siguientes servicios:

grúas telescópicas
montacargas y equipos de izamiento de personal.
lowboys para transporte de carga extradimensionada.
somos una empresa multinacional sería y responsable que tenemos un proyecto que 
estan por comenzar en , actualmente para uno de nuestros clientes esta buscando 
equipos de estos tipos.

le estoy enviando información sobre la empresa y el formulario para realizar el 
registro como proveedor y poder convertirnos en aliados para las diversas 
operaciones de nuestros clientes, para esta oportunidad o para algun futuro 
proyecto.

[1] presentación transmaquina

[2] formato registro nuevo proveedor

cualquier duda, estoy a sus ordenes, quedo a la espera de la información 
solicitada.

recibe un cordial saludo, atentamente,

luymar garcia
departamento de compras
[3] proveedo...@transmaquina.com
méxico [4] +55-8-421-2740

estados unidos [5] +1-305-4072740

transmaquina

transporte de carga y alquiler de maquinaria

[6] transmaquina.com

this message was sent to t...@benchmarkemail.com by gerencia comercial
caracas

unsubscribe| manage subscription| forward email| report abuse


 References:

1. u=6868bb6
2. u=6868bb7
3. mailto:proveedo...@transmaquina.com
4. tel:%2b55-8-421-2740
5. tel:%2b1-305-407-2557
6. u=6868bb8

This message was sent to debian-wnpp@lists.debian.org by 
proveedo...@transmaquina.com

You can modify/update your subscription via the link below.

Unsubscribe from all mailings
http://lt.benchmarkurl.com/c/su?e=AA1B0F&c=717D3&l=F60F05A&email=5qVQNTVuR7yxd0cYNcLy%2BwODfNw3Y4%2FbUKEtWoQMMiA%3D&relid=A0B110D


Manage Subscription
http://lt.benchmarkurl.com/c/s?e=AA1B0F&c=717D3&l=F60F05A&email=5qVQNTVuR7yxd0cYNcLy%2BwODfNw3Y4%2FbUKEtWoQMMiA%3D&relid=A0B110D


Forward Email
http://lt.benchmarkurl.com/c/f?e=AA1B0F&c=717D3&l=F60F05A&email=5qVQNTVuR7yxd0cYNcLy%2BwODfNw3Y4%2FbUKEtWoQMMiA%3D&relid=A0B110D


Report Abuse
http://lt.benchmarkurl.com/Abuse?e=AA1B0F&c=717D3&l=F60F05A&email=5qVQNTVuR7yxd0cYNcLy%2BwODfNw3Y4%2FbUKEtWoQMMiA%3D&relid=A0B110D


Caracas

Email Marketing
BenchmarkEmail.com
 [http://lt.benchmarkurl.com]


Processed (with 1 error): Re: ITP: python-xarray -- N-D labeled arrays and datasets in Python

2017-01-25 Thread Debian Bug Tracking System
Processing control commands:

> block -1 by 851444
Bug #851444 [wnpp] ITP: python-xarray -- N-D labeled arrays and datasets in 
Python
Failed to set blocking bugs of 851444: It is nonsensical for a bug to block 
itself (or a merged partner): 851444.


-- 
851444: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=851444
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#851444: ITP: python-xarray -- N-D labeled arrays and datasets in Python

2017-01-25 Thread Ghislain Vaillant
control: block -1 by 851444



Bug#851444: ITP: python-xarray -- N-D labeled arrays and datasets in Python

2017-01-25 Thread Ghislain Vaillant
control: block -1 by 851520



Processed: Re: ITP: python-xarray -- N-D labeled arrays and datasets in Python

2017-01-25 Thread Debian Bug Tracking System
Processing control commands:

> block -1 by 851520
Bug #851444 [wnpp] ITP: python-xarray -- N-D labeled arrays and datasets in 
Python
851444 was not blocked by any bugs.
851444 was not blocking any bugs.
Added blocking bug(s) of 851444: 851520

-- 
851444: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=851444
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#828154: RFP: spacemacs -- Emacs configuration to get best of Emacs and Vim

2017-01-25 Thread Lev Lamberov
Hi Axel and Sean,

I've wrote a small and ugly Python script which somewhat "parses" (setq
*-packages [...]) declarations from Spacemacs source code and
(currently) creates a list of dictionaries with package names as keys
and booleans (representing built-in status of a given package as defined
in Spacemacs source code) as values. You can find it in my repository [0].

If you find the script somehow useful, feel free to contribute and/or
comment on it. For example, I'm not sure about the format of output. And
should it be the output for the whole Spacemacs source code without
duplicates, or a bunch of separate outputs for each packages.el file?

By the way, I think I've spotted that possibly not all packages are
declared in the mentioned declarations. So, I also plan to write
functions to "parse" (use-package `pkg-name' [...]) declarations in
Spacemacs source code.

Cheers!
Lev

[0] https://github.com/dogsleg/spacemacs-pkgs



signature.asc
Description: OpenPGP digital signature


Bug#852629: O: xmldiff -- tree to tree correction between xml documents

2017-01-25 Thread Adrian Bunk
Package: wnpp
Severity: normal

The current maintainer of xmldiff is apparently not active anymore.  Therefore, 
I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o
for detailed instructions how to adopt a package properly.

More information about this package:

http://tracker.debian.org/pkg/xmldiff


Package: xmldiff
Binary: xmldiff, xmldiff-xmlrev
Version: 0.6.10-2.3
Maintainer: Alexandre Fayolle 
Uploaders: Sylvain Thenault , Alexandre Fayolle 
, Emile Anclin , Alain 
Leufroy 
Build-Depends: debhelper (>= 5.0.38), dh-python, python (>= 2.4.6-2), 
python-dev (>= 2.4.6-2)
Architecture: any all
Standards-Version: 3.8.3
Format: 1.0
Files:
 b96356dbb9d2b3a8628ff734abc66993 1963 xmldiff_0.6.10-2.3.dsc
 a61e6e95a130e3bd53f5ea5616cc5314 45827 xmldiff_0.6.10.orig.tar.gz
 ec7047c94864cc07bfb1e4ff40aeb861 4608 xmldiff_0.6.10-2.3.diff.gz
Checksums-Sha256:
 03889bef72ed456c522fa8202b1d9fae417b412a786ec905d311547b0b5465a7 1963 
xmldiff_0.6.10-2.3.dsc
 83aba252df2f760c8bf008b9c5d3080911eab2d2b39c371d3b47f67abf4b4ec5 45827 
xmldiff_0.6.10.orig.tar.gz
 b0c9d8849c049b4f72c64ee46208da6b3dcaa1a54a49104881ba2d2d57b9e941 4608 
xmldiff_0.6.10-2.3.diff.gz
Homepage: http://www.logilab.org/project/xmldiff
Package-List: 
 xmldiff deb misc optional arch=any
 xmldiff-xmlrev deb misc optional arch=all
Directory: pool/main/x/xmldiff
Priority: source
Section: text

Package: xmldiff
Version: 0.6.10-2.3
Installed-Size: 217
Maintainer: Alexandre Fayolle 
Architecture: amd64
Replaces: python2.3-xmldiff
Depends: python (<< 2.8), python (>= 2.7~), python:any (<< 2.8), python:any (>= 
2.7.5-5~), libc6 (>= 2.4)
Suggests: xmldiff-xmlrev, python-psyco
Conflicts: python2.3-xmldiff
Description-en: tree to tree correction between xml documents
 Xmldiff is a utility for extracting differences between two xml
 files.  It returns a set of primitives to apply on source tree to
 obtain the destination tree.
 .
 The implementation is based on _Change detection in hierarchically
 structured - information_, by S. Chawathe, A. Rajaraman,
 H. Garcia-Molina and J. Widom, - Stanford University, 1996
Description-md5: be2a6777e438b3b00da5e32aaf0e2a89
Homepage: http://www.logilab.org/project/xmldiff
Python-Version: 2.7
Tag: devel::lang:python, implemented-in::python, interface::commandline,
 role::program, use::synchronizing, works-with-format::xml
Section: text
Priority: optional
Filename: pool/main/x/xmldiff/xmldiff_0.6.10-2.3_amd64.deb
Size: 43790
MD5sum: ab8b83fe3a9680e3f0b33ce04054221d
SHA256: 8a2e90e2adc3bce36ff1383ec6407377b5b11a85363481b8ee3d9adc1c14f13a

Package: xmldiff-xmlrev
Source: xmldiff
Version: 0.6.10-2.3
Installed-Size: 30
Maintainer: Alexandre Fayolle 
Architecture: all
Depends: xmldiff, libxml2-utils, xsltproc, opensp
Recommends: docbook-xsl
Description-en: xmldiff output formatter
 xmlrev can be used to display the differences between two XML
 documents computed by xmldiff as an HTML document.
Description-md5: 2b3b10bb6c18ccceee91920525e498ba
Homepage: http://www.logilab.org/project/xmldiff
Tag: implemented-in::python, interface::commandline, role::program,
 scope::utility, use::converting, use::synchronizing,
 works-with-format::html, works-with-format::xml, works-with::text
Section: misc
Priority: optional
Filename: pool/main/x/xmldiff/xmldiff-xmlrev_0.6.10-2.3_all.deb
Size: 8688
MD5sum: 7e55fd6d46fb136140604a219e4d23c7
SHA256: 50e322358cfdcc4f0196e1b4cb010cf08e215898cc97a8c3d6d54e5eca6f08fb



Bug#828154: RFP: spacemacs -- Emacs configuration to get best of Emacs and Vim

2017-01-25 Thread Sean Whitton
Dear Lev,

On Wed, Jan 25, 2017 at 11:49:23PM +0500, Lev Lamberov wrote:
> I've wrote a small and ugly Python script which somewhat "parses" (setq
> *-packages [...]) declarations from Spacemacs source code and
> (currently) creates a list of dictionaries with package names as keys
> and booleans (representing built-in status of a given package as defined
> in Spacemacs source code) as values. You can find it in my repository [0].
> 
> If you find the script somehow useful, feel free to contribute and/or
> comment on it. For example, I'm not sure about the format of output. And
> should it be the output for the whole Spacemacs source code without
> duplicates, or a bunch of separate outputs for each packages.el file?

Thank you for working on this.

We don't need the list of packages to be machine-readable.  We just need
it to generate a "to-do list" for pkg-emacsen team members.  So how
about outputting it in ikiwiki's table format?[1]  Then we can add it to
our team wiki[2] (after enabling the table plug-in).

> By the way, I think I've spotted that possibly not all packages are
> declared in the mentioned declarations. So, I also plan to write
> functions to "parse" (use-package `pkg-name' [...]) declarations in
> Spacemacs source code.

Good.  It sounds we need to add those to our list.

[1]  https://ikiwiki.info/ikiwiki/directive/table/
[2]  http://pkg-emacsen.alioth.debian.org/spacemacs/

-- 
Sean Whitton


signature.asc
Description: PGP signature


Processed: retitle 838128 to abci -- Tendermint's Serverside Blockchain API

2017-01-25 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 838128 abci -- Tendermint's Serverside Blockchain API
Bug #838128 [wnpp] ITP: tmsp -- the Tendermint Socket Protocol
Changed Bug title to 'abci -- Tendermint's Serverside Blockchain API' from 
'ITP: tmsp -- the Tendermint Socket Protocol'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
838128: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838128
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: limit package to wnpp, tagging 852618

2017-01-25 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> limit package wnpp
Limiting to bugs with field 'package' containing at least one of 'wnpp'
Limit currently set to 'package':'wnpp'

> tags 852618 + pending
Bug #852618 [wnpp] ITP: libdist-zilla-plugin-test-compile-perl -- common tests 
to check syntax of your modules, using only core modules
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
852618: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852618
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#850242: marked as done (ITP: diamond-aligner -- accelerated BLAST compatible local sequence aligner)

2017-01-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Jan 2017 22:00:10 +
with message-id 
and subject line Bug#850242: fixed in diamond-aligner 0.8.34+dfsg-1
has caused the Debian Bug report #850242,
regarding ITP: diamond-aligner -- accelerated BLAST compatible local sequence 
aligner
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
850242: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=850242
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Andreas Tille 

* Package name: diamond-aligner
  Version : 0.8.31
  Upstream Author : Benjamin Buchfink 
* URL : https://github.com/bbuchfink/diamond
* License : BSD
  Programming Lang: C++
  Description : accelerated BLAST compatible local sequence aligner
 DIAMOND is a sequence aligner for protein and translated DNA searches
 and functions as a drop-in replacement for the NCBI BLAST software
 tools. It is suitable for protein-protein search as well as DNA-protein
 search on short reads and longer sequences including contigs and
 assemblies, providing a speedup of BLAST ranging up to x20,000.


Remark: The original upstream name 'diamond' was changed since
there is a package in Debian with this name.  The package will be
maintained by the Debian Med team at
   https://anonscm.debian.org/git/debian-med/diamond-aligner.git
--- End Message ---
--- Begin Message ---
Source: diamond-aligner
Source-Version: 0.8.34+dfsg-1

We believe that the bug you reported is fixed in the latest version of
diamond-aligner, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 850...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille  (supplier of updated diamond-aligner package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 05 Jan 2017 11:51:45 +0100
Source: diamond-aligner
Binary: diamond-aligner
Architecture: source amd64
Version: 0.8.34+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 

Changed-By: Andreas Tille 
Description:
 diamond-aligner - accelerated BLAST compatible local sequence aligner
Closes: 850242
Changes:
 diamond-aligner (0.8.34+dfsg-1) unstable; urgency=medium
 .
   * Initial release (Closes: #850242)
Checksums-Sha1:
 a5ae00d0e4cb1679813e86398ce886212c2931e0 2091 diamond-aligner_0.8.34+dfsg-1.dsc
 2fa1f3ba9173b097a085f626894bba72ca73ebd0 184324 
diamond-aligner_0.8.34+dfsg.orig.tar.xz
 0e4bf7b6473e8590ae26d82a05ca013633a12eb1 5448 
diamond-aligner_0.8.34+dfsg-1.debian.tar.xz
 a044a5b70c80c9879c5b3f33f29634343117e0d9 4392560 
diamond-aligner-dbgsym_0.8.34+dfsg-1_amd64.deb
 084be15d6d0abb1dd5054a025965104ee840e75f 5712 
diamond-aligner_0.8.34+dfsg-1_amd64.buildinfo
 86c12950f2839580cec707bb8c5de23296e64d9f 411240 
diamond-aligner_0.8.34+dfsg-1_amd64.deb
Checksums-Sha256:
 15874b8d7aa754ce3d5639300a0fda4e2c737ad2eb74c55c3e104ea2ec9224b9 2091 
diamond-aligner_0.8.34+dfsg-1.dsc
 88513d62165cfcccbb6d416911ea83127a88bf43f166c8bc1ae1eb69533b21cc 184324 
diamond-aligner_0.8.34+dfsg.orig.tar.xz
 7a49ece4362b4821ab1eb775ee5dbccadd548979383eef1b4fcd12ec2285d96a 5448 
diamond-aligner_0.8.34+dfsg-1.debian.tar.xz
 b58bf403ef333811094c33d502cad9c1c80a5b5df1ffd4cdb3f9a929c70e1f34 4392560 
diamond-aligner-dbgsym_0.8.34+dfsg-1_amd64.deb
 40ffee7e570a4753b17436870323d4287d8a5bd3994ae94980ce259eef3c45e2 5712 
diamond-aligner_0.8.34+dfsg-1_amd64.buildinfo
 fe28492cabba02a634a5290dfa76a37b6650a334b0dc409cd162482acaf76b05 411240 
diamond-aligner_0.8.34+dfsg-1_amd64.deb
Files:
 31b471764a1ea7e7a3d5a3e958211b46 2091 science optional 
diamond-aligner_0.8.34+dfsg-1.dsc
 bd2f38b67641b794b8751a71eadc5336 184324 science optional 
diamond-aligner_0.8.34+dfsg.orig.tar.xz
 8783cbce27d176e0432227cd1e41a401 5448 science optional 
diamond-aligner_0.8.34+dfsg-1.debian.tar.xz
 6cd051fa8eea6a18f194ead59f5ec86b 4392560 debug extra 
diamond-aligner-dbgsym_0.8.34+dfsg-1_amd64.deb
 ad843a1065a133275087d4038850cb5b 5712 science optional 
diamond-aligner_0.8.34+dfsg-1_amd64.buildinfo
 4dabf029fd1038b2d0ffbf8d88cbf159 411240 science optional 
diamond-aligner_0.8.34+dfsg-1_amd64.deb

-BEGIN PGP SIGNATURE---

Processed: reopening 395843

2017-01-25 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reopen 395843
Bug #395843 {Done: "USPS Priority Delivery" 
} [wnpp] ITP: canu -- single-molecule 
sequence assembler
Bug reopened
Ignoring request to alter fixed versions of bug #395843 to the same values 
previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
395843: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=395843
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#852527: O: fnfx -- ACPI and hotkey daemon for Toshiba laptops

2017-01-25 Thread Tobias Frost
In a preparation of an QA upload I've created a repository in collab-
maint:

It should be there: 
https://anonscm.debian.org/cgit/collab-maint/fnfx.git

--
tobi



Bug#852656: RFP: lac -- new incarnation of a "classic" flight game GL-117

2017-01-25 Thread Lev Lamberov
Package: wnpp
Severity: wishlist

* Package name: lac
  Version : 3.42
  Upstream Author : Robert J. Bosen
* URL : 
http://askmisterwizard.com/FlightSimMovies/LAC/LacIntroFullPage.htm
* License : GPL-2+
  Programming Lang: C++
  Description : new incarnation of a "classic" flight game GL-117

LINUX AIR COMBAT is a free, open-source combat flight simulator developed by
AskMisterWizard.com for the LINUX community. It was derived from the well-known
"classic" flight game known as "GL-117", but this new incarnation has been
extensively re-written and improved.

* Free and open source distribution
* A growing list of World War II aircraft (now 17 different flyable aircraft)
* A theoretical Jet fighter with performance similar to the General Dynamics F16
* Very smooth, high-performance graphics yield high frame rates even on modest
  computer hardware
* 44 flight/view functions can be mapped to any detected joystick axis, button,
  or keyboard key
* Industry-standard "Air Warrior" style viewsystem is easily configurable for
  other view options
* Low-Speed Stalls
* High-Speed Compressibility
* High-G Blackouts and Redouts
* Realistic high-altitude degredation of engine performance
* Fuel consumption is proportional to engine load including WEP/Afterburner
  effects
* Simulated RADAR to help locate opponents
* Simulated IFF to help Identify Friend verses Foe
* Guns combat
* Missile combat
* Flares and Chaff operable as missile countermeasures
* Free flight mission
* Four tutorial missions with detailed audio narration to help beginners get
  a quick start
* Six Offline combat missions
* Online "Head to Head" mission suitable for air racing or combat (2 players
  only. No server required.)
* Six-player Internet mission in Pacific island terrain  (requires access to
  Linux Air Combat Server)
* Ten-player Internet mission in desert terrain (requires access to Linux Air
  Combat Server)
* Ten-player Internet mission in island terrain (requires access to Linux Air
  Combat Server)
* New "LAC Network Manager" helps you find friends and opponents for Internet
  play
* User-loadable graphic aircraft models support the venerable, well-known
  ".3ds" format
* User-loadable background music, sound effects, and narration files support
  industry-standard ".wav" format
* "Talking Cockpit" can verbalize target location so you can hear it without
  diverting your eyes
* Innovative "Network Router Panel" on cockpit shows network telemetry and
  comms data from other players
* Best-of-breed network user management with interplayer status messages on
  the cockpit panel
* Powerful integration with "Mumble" for world-class voice communication
  between players
* Dedicated Mumble server manages a rich heirarchy of voice radio channels
  and online help
* 16 Comms-related functions can be mapped to any keyboard key
* In active development and subject to frequent improvements



Bug#852657: ITP: node-espurify -- Clone new AST without extra properties

2017-01-25 Thread Tushar Agey
Package: wnpp
Severity: wishlist
Owner: Tushar Agey 
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name: node-espurify
  Version : 1.6.0
  Upstream Author : Takuto Wada 
(https://github.com/twada)
* URL : https://github.com/estools/espurify
* License : Expat
  Programming Lang: JavaScript
  Description : Clone new AST without extra properties
  ### var customizedCloneFunction = espurify.customize(options)
  Returns customized function for cloning AST, configured by custom `options`.
  .
  ### var purifiedAstClone = customizedCloneFunction(originalAst)
  Returns new clone of `originalAst` by customized function.