Bug#799222: ITP: hitch -- scalable TLS proxy

2015-09-17 Thread Vincent Bernat
 ❦ 17 septembre 2015 00:57 +0200, Stig Sandbeck Mathisen  :

>  hitch is a network proxy that terminates TLS/SSL connections and
>  forwards the unencrypted traffic to some backend. It's designed to
>  handle 10s of thousands of connections efficiently on multicore
>  machines.
>  .
>  Features
>   * TLS1.0, TLS1.1 and TLS1.2 support
>   * SNI, with and without wildcard certificates.
>   * Support for HAproxy's PROXY protocol.
>
> hitch is a fork of stud (https://github.com/bumptech/stud) which has not
> been packaged in Debian.
>
> hitch is used at my workplace for TLS termination of online newspapers,
> using Varnish as a backend.
>
> Hitch will be maintained in the collab-maint group, or in the
> pkg-varnish group. Extra hands for maintenance would be welcome.

Do you want to provide some upgrade path for stud users? At some point,
we'll have to remove stud since it is unmaintained upstream.
-- 
The mind is its own place, and in itself
Can make a Heav'n of Hell, a Hell of Heav'n.
-- John Milton


signature.asc
Description: PGP signature


Bug#799207: marked as done (RFP: kate-cpp-helper -- Kate C++ Helper Plugin)

2015-09-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Sep 2015 09:04:29 +0200
with message-id <55fa65fd.4060...@home.decotrain.de>
and subject line Re: Bug#799204: Kate C++ Helper Plugin
has caused the Debian Bug report #799204,
regarding RFP: kate-cpp-helper -- Kate C++ Helper Plugin
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.)


-- 
799204: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=799204
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: kate
Version: 4:4.14.2-2
Severity: wishlist

Hello,

i want to suggest to add this really nice plugin to the kate package.
With this plugin you have extended functionality in developing C++ programs,
you only find in big development environments.

Just have a look at the description and screenshots on the homepage:
http://zaufi.github.io/kate-cpp-helper-plugin.html

You can find the KDE homepage here:
http://kde-apps.org/content/show.php?content=148606

Up to now there was the problem to get this plugin compiled.
But today i get support from the author and it is working now in Debian 8.2 
(jessie).
The complete discussion can be found here:
https://github.com/zaufi/kate-cpp-helper-plugin/issues/24


Here a short description how to compile it successfull.

Install the following packages:

kdelibs5-dev
libclang-3.5-dev
libclang-common-3.5-dev
libclang1-3.5
xapian
libxapian22
libxapian-dev
libboost-all-dev
clang-3.5

(I can't say if all of them are needed)


Then you download and compile the sources with this commands:

$ git clone https://github.com/zaufi/kate-cpp-helper-plugin.git
$ cd kate-cpp-helper-plugin
$ git fetch
$ git checkout issue-23
$ mkdir build
$ cd build
$ cmake ..
$ make
$ make install


Currently i have not tested to install the files in the Debian directories i 
found in
/usr/share/kde4/apps/kate/plugins/


Regards
Karsten
--- End Message ---
--- Begin Message ---
Hello Sune,

Am 16.09.2015 um 21:00 schrieb Sune Vuorela:
> Hi
>
> We don't package these kind of 3rd party things, but you are free to do it on 
> your own.

Why you are thinking this plugin is a "3rd party thing" ?

1. This plugin is part of kate and the project home page is on KDE!   
http://kde-apps.org/content/show.php?content=148606
2. The sense of a plugin is that it is written by a "third party" and not by 
the main project. ;-)


Is there a simple and good description how to package such a software for 
Debian?
What's about the different versions for different CPU?

How it must be integrated into the existant way of installing kate in Debian?

Why all plugins are shipped within the kate package and this plugin must be 
shipped in an own package?

>
> And note that we are moving towards everything being qt5 based, so you should 
> look for a version working with that.

Why the author should not port it to QT5 when KDE will be QT5?

>
> I'm closing this bug.

Sorry - that's not understandable for me.
As maintainer of the kate package you should be interested that kate has the 
best functionality that is possible.
This plugin is an quantum jump for editing C++ sources.

Best regards
Karsten--- End Message ---


Bug#799204: marked as done (RFP: kate-cpp-helper -- Kate C++ Helper Plugin)

2015-09-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Sep 2015 09:04:29 +0200
with message-id <55fa65fd.4060...@home.decotrain.de>
and subject line Re: Bug#799204: Kate C++ Helper Plugin
has caused the Debian Bug report #799204,
regarding RFP: kate-cpp-helper -- Kate C++ Helper Plugin
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.)


-- 
799204: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=799204
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: kate
Version: 4:15.08.0-1
Severity: wishlist

Hello,

i want to suggest to add this really nice plugin to the kate package.
With this plugin you have extended functionality in developing C++ programs,
you only find in big development environments.

Just have a look at the description and screenshots on the homepage:
http://zaufi.github.io/kate-cpp-helper-plugin.html

You can find the KDE homepage here:
http://kde-apps.org/content/show.php?content=148606

Up to now there was the problem to get this plugin compiled.
But today i get support from the author and it is working now in Debian 8.2 
(jessie).
The complete discussion can be found here:
https://github.com/zaufi/kate-cpp-helper-plugin/issues/24


Here a short description how to compile it successfull.

Install the following packages:

kdelibs5-dev
libclang-3.5-dev
libclang-common-3.5-dev
libclang1-3.5
xapian
libxapian22
libxapian-dev
libboost-all-dev
clang-3.5

(I can't say if all of them are needed)


Then you download and compile the sources with this commands:

$ git clone https://github.com/zaufi/kate-cpp-helper-plugin.git
$ cd kate-cpp-helper-plugin
$ git fetch
$ git checkout issue-23
$ mkdir build
$ cd build
$ cmake ..
$ make
$ make install


Currently i have not tested to install the files in the Debian directories i 
found in
/usr/share/kde4/apps/kate/plugins/


Regards
Karsten
--- End Message ---
--- Begin Message ---
Hello Sune,

Am 16.09.2015 um 21:00 schrieb Sune Vuorela:
> Hi
>
> We don't package these kind of 3rd party things, but you are free to do it on 
> your own.

Why you are thinking this plugin is a "3rd party thing" ?

1. This plugin is part of kate and the project home page is on KDE!   
http://kde-apps.org/content/show.php?content=148606
2. The sense of a plugin is that it is written by a "third party" and not by 
the main project. ;-)


Is there a simple and good description how to package such a software for 
Debian?
What's about the different versions for different CPU?

How it must be integrated into the existant way of installing kate in Debian?

Why all plugins are shipped within the kate package and this plugin must be 
shipped in an own package?

>
> And note that we are moving towards everything being qt5 based, so you should 
> look for a version working with that.

Why the author should not port it to QT5 when KDE will be QT5?

>
> I'm closing this bug.

Sorry - that's not understandable for me.
As maintainer of the kate package you should be interested that kate has the 
best functionality that is possible.
This plugin is an quantum jump for editing C++ sources.

Best regards
Karsten--- End Message ---


Bug#799242: ITP: traitlets -- Lightweight Traits-like package

2015-09-17 Thread Julien Puydt

Package: wnpp
Severity: wishlist
Owner: Julien Puydt 
X-Debbugs-CC: debian-pyt...@lists.debian.org

* Package name: traitlets
  Version : 4.0.0
  Upstream Author : IPython Development Team
* URL : https://github.com/ipython/traitlets
* License : BSD-3-clause
  Programming Lang: Python
  Description : Lightweight Traits-like package
 A lightweight pure-Python derivative of Enthought Traits, used
 for configuring Python objects.
 .
 It powers the config system of IPython and Jupyter.

It depends on ipython-genutils, but I already have a RFS on that one.

Cheers,

Snark on #debian-python



Bug#799222: ITP: hitch -- scalable TLS proxy

2015-09-17 Thread Vincent Bernat
 ❦ 17 septembre 2015 09:39 +0200, Stig Sandbeck Mathisen  :

>> Do you want to provide some upgrade path for stud users?  At some
>> point, we'll have to remove stud since it is unmaintained upstream.
>
> After checking again today, I see that "stud" is present in "wheezy"
> (oldstable), but not in later Debian releases.  I missed that last
> night.

Oh, right, I forgot that I did ask for its removal. ;-) Well, nevermind
then.
-- 
It usually takes more than three weeks to prepare a good impromptu speech.
-- Mark Twain


signature.asc
Description: PGP signature


Bug#799222: ITP: hitch -- scalable TLS proxy

2015-09-17 Thread Stig Sandbeck Mathisen
Vincent Bernat  writes:

> Do you want to provide some upgrade path for stud users?  At some
> point, we'll have to remove stud since it is unmaintained upstream.

After checking again today, I see that "stud" is present in "wheezy"
(oldstable), but not in later Debian releases.  I missed that last
night.

I would like to be able to provide some kind of upgrade path. The
key/cert handling, options and invocation should be roughly similar.

On the other hand, "hitch" has new defaults, and new configuration and
command line options for its functionality.  It is not a drop-in
replacement.

The "stud" package has low enough popcon rank that I suspect a
/usr/share/doc/hitch/README.migrating-from-stud would suffice.

They can be installed in parallel, working on different ports towards
the same backend, using the same certificates, enabling a controlled
switchover between the daemons.

-- 
Stig Sandbeck Mathisen 


signature.asc
Description: PGP signature


Bug#794513: marked as done (ITP: mopidy-podcast-gpodder -- Mopidy extension for searching and browsing gpodder.net podcasts)

2015-09-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Sep 2015 10:00:24 +
with message-id 
and subject line Bug#794513: fixed in mopidy-podcast-gpodder 1.0.0-1
has caused the Debian Bug report #794513,
regarding ITP: mopidy-podcast-gpodder -- Mopidy extension for searching and 
browsing gpodder.net podcasts
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.)


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

* Package name: mopidy-podcast-gpodder
  Version : 1.0.0
  Upstream Author : Thomas Kemmer 
* URL : https://github.com/tkem/mopidy-podcast-gpodder
* License : Apache-2.0
  Programming Lang: Python
  Description : Mopidy extension for searching and browsing gpodder.net 
podcasts

Mopidy is a music server which can play music from multiple sources,
like your local hard drive, radio streams, and from Spotify and
SoundCloud.

This package provides a Mopidy extension for searching and browsing
podcasts from the gpodder.net web service.
--- End Message ---
--- Begin Message ---
Source: mopidy-podcast-gpodder
Source-Version: 1.0.0-1

We believe that the bug you reported is fixed in the latest version of
mopidy-podcast-gpodder, 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 794...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stein Magnus Jodal  (supplier of updated 
mopidy-podcast-gpodder 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: Tue, 4 Aug 2015 00:02:11 +0200
Source: mopidy-podcast-gpodder
Binary: mopidy-podcast-gpodder
Architecture: source all
Version: 1.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Stein Magnus Jodal 
Changed-By: Stein Magnus Jodal 
Description:
 mopidy-podcast-gpodder - Mopidy extension for searching and browsing 
gpodder.net podcasts
Closes: 794513
Changes:
 mopidy-podcast-gpodder (1.0.0-1) unstable; urgency=low
 .
   * Initial release. (Closes: #794513)
Checksums-Sha1:
 afaeb290b38b30229247d652a189abadb80defef 2042 
mopidy-podcast-gpodder_1.0.0-1.dsc
 4c8ffc31fd696382f6433a5abcb99d525b5dbf42 7376 
mopidy-podcast-gpodder_1.0.0.orig.tar.gz
 05676f82f997f9a3d7aab76dd6262e0479d5e529 1504 
mopidy-podcast-gpodder_1.0.0-1.debian.tar.xz
 e2c679c818fb0e8c0af104fd9a36edd8f224008b 5546 
mopidy-podcast-gpodder_1.0.0-1_all.deb
Checksums-Sha256:
 de6cb7dadb0cd1f40dee45b502ce4aa29f0eed117acdac14eb83d4feec8e35fc 2042 
mopidy-podcast-gpodder_1.0.0-1.dsc
 f9fc8715347efca8617889a4423e52707d8f7fe485b470c2b1b4438959d680c4 7376 
mopidy-podcast-gpodder_1.0.0.orig.tar.gz
 16baf770bcf4ee3f131490456e0443ab90d439c0333199c9624dc5fdbbe69405 1504 
mopidy-podcast-gpodder_1.0.0-1.debian.tar.xz
 1e612d8a6c4fb101035482fc88825bdefd0cf58ec40ed84fe3e827d08edfe878 5546 
mopidy-podcast-gpodder_1.0.0-1_all.deb
Files:
 25902989f7018ef698617efe082e5eda 2042 sound optional 
mopidy-podcast-gpodder_1.0.0-1.dsc
 98963e0df2312df4a72ab585390ced4c 7376 sound optional 
mopidy-podcast-gpodder_1.0.0.orig.tar.gz
 72b48a5f570627ad13b8d4f64d3ab054 1504 sound optional 
mopidy-podcast-gpodder_1.0.0-1.debian.tar.xz
 4f52244480fabbe42032af711956935c 5546 sound optional 
mopidy-podcast-gpodder_1.0.0-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJV+MufAAoJEDtW4rvVP9yxlysP/02kOKZOLA6bOTYVl5SwwjLt
01IABQ0qqDiNbi8ifZ9gjqKWLcsVDbOuZZCvg0TRWNfV4CBbRPVEJbIK+QIRvORM
q1U3GugTUPDcdJZcyfjrnIXcwx5gAEK7t2W2e0Qa3E//ukZnJJdl1UdJKxdiL+vL
s0lOiCC8KUKfOM8E+8IJxfjIrG+pUnWIewXgRLwPDbb0uzBSIsR70BRvnVcfpPDH
AZqZZnCi6IyN9mGKOEG0TOEjzFt5v+qBbDgOXJc0/rDLoCyJJXHHWAaHbGIg/T/7
yxDwcLwl7WoqQqyYvOKCS0Jr69oRyJXuWScaT2a53NdVUMO/wuBNFS7Pn6oIfHgv
oB6+9f3Nwz8OIYJppJm0eqCZA/Ku9ERkWvih/eT8tr5qdH3oNh58ERWbJIU8Qne+
5lcmoryL25LkE4Rl75aXvjLRgcw/Dh1BR09XotlgmPXwziGcLVstChhiunmN6TXb
+l/G1Ywv/TDLJFimMAqRZHwHvd1pMq7PtnWRIxa40EGinPUDxLPyxoWGlMuxa0AP
aCO10FbsCh3LmAaLfTrbqld/09b0FNB1Kn75AZwt+imGJ8yx0MaDnopCQ9Erb7CK

Bug#797912: marked as done (ITP: node-punycode -- A robust Punycode converter fully RFC compliant)

2015-09-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Sep 2015 10:00:26 +
with message-id 
and subject line Bug#797912: fixed in node-punycode 1.3.2+git702cc2da-1
has caused the Debian Bug report #797912,
regarding ITP: node-punycode -- A robust Punycode converter fully RFC compliant
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.)


-- 
797912: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=797912
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Owner: "Bastien Roucariès" 
Severity: wishlist

* Package name: node-punycode
  Version : 1.3.2
  Upstream Author : Mathias Bynens
* URL : https://mths.be/punycode
* License : Expat
  Programming Lang: (C, C++, C#, Perl, Python, etc.)
  Description : A robust Punycode converter fully RFC compliant

Needed for a dep of browserify, needed in turn for a dep of grunt
--- End Message ---
--- Begin Message ---
Source: node-punycode
Source-Version: 1.3.2+git702cc2da-1

We believe that the bug you reported is fixed in the latest version of
node-punycode, 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 797...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bastien Roucariès  (supplier of updated 
node-punycode 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, 03 Sep 2015 15:54:48 +0200
Source: node-punycode
Binary: node-punycode
Architecture: source all
Version: 1.3.2+git702cc2da-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Description:
 node-punycode - Nodejs robust Punycode converter fully RFC compliant
Closes: 797912
Changes:
 node-punycode (1.3.2+git702cc2da-1) unstable; urgency=low
 .
   * Initial release (Closes: #797912)
   * Use git revision in order to fix two upstream bug.
Checksums-Sha1:
 80e1f373c270a43980039d40f760752c30ad16d9 2113 
node-punycode_1.3.2+git702cc2da-1.dsc
 c7017f0e90d4c527c6f9468f8c5d1d0ba6f64a07 2891438 
node-punycode_1.3.2+git702cc2da.orig.tar.gz
 0a9b4f88d18bc27507432dfc27fa548c575cd4ff 2160 
node-punycode_1.3.2+git702cc2da-1.debian.tar.xz
 c3f89c92451958fe47a243b3a83c5516d27ea0db 9830 
node-punycode_1.3.2+git702cc2da-1_all.deb
Checksums-Sha256:
 3fc86714652e69b993beca28681468173f5d36c22ff3d97d96b307931735991c 2113 
node-punycode_1.3.2+git702cc2da-1.dsc
 d7a46e46e7ceef4c32e57046159cdddc5b5d57dfc17778f7bbaa041b3c4bf902 2891438 
node-punycode_1.3.2+git702cc2da.orig.tar.gz
 68bd2c085d1e601a156f31e47e6020b9cc11ee82d9c1a22e7fcdcfce6fe6cb9e 2160 
node-punycode_1.3.2+git702cc2da-1.debian.tar.xz
 bcf2992482ba847f937ee51299c4833d82fc402c50a5943f87b1b7335c1b193a 9830 
node-punycode_1.3.2+git702cc2da-1_all.deb
Files:
 2cb12e0955fe7b46f0ae56a46d85157a 2113 web optional 
node-punycode_1.3.2+git702cc2da-1.dsc
 25fa80ab431901a17372e267acb328b1 2891438 web optional 
node-punycode_1.3.2+git702cc2da.orig.tar.gz
 bbe46c3555fddc89fc8e659b9265814a 2160 web optional 
node-punycode_1.3.2+git702cc2da-1.debian.tar.xz
 4a7718b1f9deffe53335d3ebc85b67b9 9830 web optional 
node-punycode_1.3.2+git702cc2da-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJV+mmvAAoJEPNPCXROn13ZAV4QAMjvjwP5xQGmPMfKkUKcODw0
EzOOcGv4GCICdjicQnC+b+ZdHhrdUC0qFtnNCA0E7mVETnf5zlzO5A5NqFq9F+Gg
PCb2MIsirI6IXOktMiwgcm4LBbuE+WvhA/6OyExomQEBFXo+IduxdGxO965BQ+mO
SM0kZhKBsHN1+IB0YFbk6INKP/FinnRbSTI8+N0KfO2PKdnpoeG9A1bBCHDB5Znv
C2E2K0MGhwhhZc7B/So51spYrWFyo3MPLIok3TRVUADFHONCGoh/Eu1z1kPS44K8
xCkHAfbq7wAKC67qBWAk5gVN7/+0QbxnP1ptAdg51xPjxNDfJSf4aR5j/OytGxS5
/BrpF2uy6ZqiCJccmmP5PDtyycFa+JbvIRM8f+bHoGD3NGu28hLVl3hebI5Cn+UM
4Iq/CfuzsmbmdXfz0mHP6AoLoNcZSVxcIQGbgjJ1oBFRa81jOgG5PjBeROVBCfn2
YkdQ6dEGbR0og/7fQg+1wW287oRLhttAfzXkLCVRPC78R1WbSPpui6LfXoNb/nKB
ITCWOcAgRXYigwg2Zx85woyQVxL76K2Z7mzdXeGDTo4TWBkJM6S29gBoJbWIaYkk
+1Bnp7535/PEzaBhVLi4G8eq15/yPS1fVcX0NCipva0ggIJhCaINLDhH6l3ASyAS
kIZArwimJWXNyf4s6n6G
=h2r+
-END PGP SIGNATURE End Message ---


Bug#794695: marked as done (ITP: tiledarray -- Block-Sparse Tensor Library)

2015-09-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Sep 2015 10:00:27 +
with message-id 
and subject line Bug#794695: fixed in tiledarray 0.4.4-1
has caused the Debian Bug report #794695,
regarding ITP: tiledarray -- Block-Sparse Tensor Library
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.)


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

* Package name: tiledarray
  Version : 0.4.3-alpha
  Upstream Author : Valeev Group (Virginia Tech)
* URL : https://github.com/ValeevGroup/tiledarray
* License : GPLv3+
  Programming Lang: C++ header files
  Description : Block-Sparse Tensor Library

 TiledArray is a scalable, block-sparse tensor library that is designed
 to aid in rapid composition of high-performance tensor expressions,
 appearing for example in many-body quantum mechanics. It allows users
 to compose tensor expressions of arbitrary complexity that closely
 resembles the standard mathematical notation.
--- End Message ---
--- Begin Message ---
Source: tiledarray
Source-Version: 0.4.4-1

We believe that the bug you reported is fixed in the latest version of
tiledarray, 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 794...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Banck  (supplier of updated tiledarray 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: SHA1

Format: 1.8
Date: Fri, 07 Aug 2015 17:48:34 +0200
Source: tiledarray
Binary: libtiledarray-dev
Architecture: source amd64
Version: 0.4.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debichem Team 
Changed-By: Michael Banck 
Description:
 libtiledarray-dev - Block-Sparse Tensor Library (development files)
Closes: 794695
Changes:
 tiledarray (0.4.4-1) unstable; urgency=medium
 .
   * Initial upload (Closes: #794695).
Checksums-Sha1:
 efcb1fefcdcf562526b36bd7d582cd9c94d01d70 2072 tiledarray_0.4.4-1.dsc
 e9e9255cec4510b2096e1c7e00b4ccd89551a897 1155588 tiledarray_0.4.4.orig.tar.gz
 8e3d8dd1dbdb1e706ff5daf8a5b03d6ce387249e 3772 tiledarray_0.4.4-1.debian.tar.xz
 e3ec982d8dd568088be7f179b5e37a474a534f21 118992 
libtiledarray-dev_0.4.4-1_amd64.deb
Checksums-Sha256:
 d03231ebde872175be08b2593ec83aece25d14f9452e09887c01d04bc56aaea7 2072 
tiledarray_0.4.4-1.dsc
 13a24d0e66a89cac5a57ebe080573da5abb942de93da23f1d4be278818f7c3e7 1155588 
tiledarray_0.4.4.orig.tar.gz
 fa96af34b12a174cdd3648bf474e8baa55f4e8665f50fdab37039c56757f7cc4 3772 
tiledarray_0.4.4-1.debian.tar.xz
 87ad0351efa731da1af1956cc46bc8444347c3998167570c0461f2ac815eb3cc 118992 
libtiledarray-dev_0.4.4-1_amd64.deb
Files:
 603c912ee3f4418645a9d20f11a737b2 2072 libdevel optional tiledarray_0.4.4-1.dsc
 982e03125cca00b1e0e55c260dc6d3be 1155588 libdevel optional 
tiledarray_0.4.4.orig.tar.gz
 a3be2354b51c9eaf5a925d784ab83049 3772 libdevel optional 
tiledarray_0.4.4-1.debian.tar.xz
 b72473d847f3ae27a978d591e6de228e 118992 libdevel optional 
libtiledarray-dev_0.4.4-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJVxN3gAAoJENxoaie0NIGwNI4QAKlNTfoDWL47VFFGfOA5YKeO
Fy4D6PsMqEzlxchTwLmA6nyizjxub0p9BU2kGNSp8pEzAnBDloi3qzFIYC5anv4F
/lB0BfEiMxuNqkixbXadzSBNihwUDMU3RM9ENG+5m0Vzd5sSgaRwHJ1I5MSFaZO1
mNLZruKmpjOr7GA7QU2DkfK0rCcGltTJO6EJmuL2PQM4hJ+xHK3qfAplxmhkr7e/
TzeG9/epszKGTJzPBR2aDx+igO0bEJAid9RY5fOl4upszdMhMvlIaB+MOFGAJifX
T3vCQw0Yo3HP5J/VFPl2udbTnOcXL/ZeTwQtJ8DjN6v5+6k8LccJFiC3SLfnoRGO
KTxUXr1TY+VnGXRWk71c5W8dMERrwT+nwg0W6zvr1g3JrxJPW/kJUFh5JLEMaVOt
FMuUNnSgivjU4rz6lvPp2iqHwypEeMT+bJ6Zg4YY5Iy/eDYKFfIeBBbWDLj8IokT
JXANfkTX7Wbg8hvG/jF4ZjAT38/coKD+5RTfj5FcXb1ubaGHn2B/xwoxYY+CvZe6
oRkoZ/ewUTJBsPvQ/aWtY129x37HH2wQvN0eUurYlFZF40FU23gVO+TYQfnJJLBF
f+1VLHJoncrSkxhZu3lDhxlr8liC0BSdB9BDFJ5oxPQCNxbGFX6CbJwkzOv7VYqx
EZrmoD6dLvOxTNhp4396
=eGPw
-END PGP SIGNATURE End Message ---


Bug#797354: marked as done (ITP: pagetools -- Automates the layout detection in scanned page images)

2015-09-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Sep 2015 10:00:26 +
with message-id 
and subject line Bug#797354: fixed in pagetools 0.1-1
has caused the Debian Bug report #797354,
regarding ITP: pagetools -- Automates the layout detection in scanned page 
images
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.)


-- 
797354: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=797354
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: "Víctor Cuadrado Juan" 

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

* Package name: pagetools
  Version : 3.9.6
  Upstream Author : kale4, yet @ http://sourceforge.net/projects/pagetools/
* URL : http://sourceforge.net/projects/pagetools/
* License : GPL-2+
  Programming Lang: C++
  Description : Automates the layout detection in scanned page images

 This program determines the skew angle for text, and works with
 black/white images in TIFF or PBM format. To achieve this, it uses
 an original algorithm based on a fast implementation of the Radon
 transform. This program is part of the Page Layout Detection Tools
 project, which aims to automate the layout detection in scanned
 page images.







-BEGIN PGP SIGNATURE-

iQEcBAEBCgAGBQJV4i4hAAoJECI/Fcparw54PQIIAIeeXIWiLOXK4om4wppwCdjA
jW9YIE78OAoruVspPnI4ErKTKJ8lHqEbPL+iHC23WiyHhTEmHPzFdWeM+lhzh1Zo
z1952HJDIBx+3mPtgnnLYfOMPPbDJRr3/KaP1Pm+wGldSYJ+gb1JGY2IZ6QtSgGA
GDBz0T4bcxaYVj3qKZbp0t9QVsddSxBSw+mvFJ3cTZ7gceiVsVuJkckxAaEdxrpQ
RkXrq8RBv6VydTgkyp0rYK7dgTjzpIqJ+/mdW8U0jKql8PitmaCiUfaJVvvA0tuJ
YmvfTmUc08B5xBEpr1geVtjrDGC5L9gSlMXXSsc1vXG24JZk3fnioi+LV1yh4nI=
=n/Nq
-END PGP SIGNATURE-

-- 
Víctor

--
E-Mail: , OpenPGP-Key-ID: 0xA2591E231E251F36
Key fingerprint: E3C5 114C 0C5B 4C49 BA03  0991 A259 1E23 1E25 1F36
My signed E-Mails are trustworthy.


pgpXb7RgZpJ2S.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: pagetools
Source-Version: 0.1-1

We believe that the bug you reported is fixed in the latest version of
pagetools, 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 797...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Víctor Cuadrado Juan  (supplier of updated pagetools 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, 06 Sep 2015 12:00:14 +0200
Source: pagetools
Binary: pagetools
Architecture: source amd64
Version: 0.1-1
Distribution: unstable
Urgency: low
Maintainer: Víctor Cuadrado Juan 
Changed-By: Víctor Cuadrado Juan 
Description:
 pagetools  - Automatic deskew and bounding box determination for scanned page
Closes: 797354
Changes:
 pagetools (0.1-1) unstable; urgency=low
 .
   * Initial release. Closes: #797354.
Checksums-Sha1:
 bfd0d33dfc91d4dea6b598328e5121c1c13ae9f5 1385 pagetools_0.1-1.dsc
 4a5237577ad67f899b1baf5f7427b370fce9ac67 13985 pagetools_0.1.orig.tar.gz
 c0e3af212e223ab6a50e648d40f39e4d306e3686 2188 pagetools_0.1-1.debian.tar.xz
 0c9a9ea71f3bcbf97858ed6090a99e403367aea0 10630 pagetools_0.1-1_amd64.deb
Checksums-Sha256:
 3a1641e3dd1ff236c4103b0b13518dc141b7e68a530a5988c2a4e6e2371d741d 1385 
pagetools_0.1-1.dsc
 7cc184e2d31a0ec2a6a9f161b1b30d765d8cd4bbe677c21125038eff22aa4464 13985 
pagetools_0.1.orig.tar.gz
 0ee5349b45741bb207031d2bb43921a0ac266b9b6faac742da3a85428118195d 2188 
pagetools_0.1-1.debian.tar.xz
 05b3bcfe6183242034cabec5546fa1c273c83a3835fce4bfb7a9d370a57ca2cb 10630 
pagetools_0.1-1_amd64.deb
Files:
 e9f0e04ee3f36d5b43925117e62f339b 1385 graphics optional pagetools_0.1-1.dsc
 40e045c97476951e85dae636cd37e1e6 13985 graphics optional 
pagetools_0.1.orig.tar.gz
 7b0c5b2739a87fd33c4d6170565c42ce 2188 graphics optional 
pagetools_0.1-1.debian.tar.xz
 299238af814d4d25c1af3bfdf7d5f1da 10630 graphics optional 
pagetools_0.1-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJV7A/kAAoJEEHOfwufG4syPOkH/jucbZUivpqVzDyI5OCvL/Sl
FUqP1eLVf715hRWbse8Y1X37f6E8LGGOii1HDkSwFbUwspjZK0WOtYiZLaDcnTeb

Bug#789660: marked as done (ITP: manila -- OpenStack shared file system service)

2015-09-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Sep 2015 10:00:23 +
with message-id 
and subject line Bug#789660: fixed in manila 1.0.0~b3-1
has caused the Debian Bug report #789660,
regarding ITP: manila -- OpenStack shared file system service
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.)


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

* Package name: manila
  Version : 2015.1.0
  Upstream Author : OpenStack Foundation 
* URL : https://github.com/openstack/manila
* License : Apache-2.0
  Programming Lang: Python
  Description : OpenStack shared file system service

 Manila is an OpenStack project to provide Shared Filesystems as a service.
 It provides coordinated access to shared or distributed file systems. While
 the primary consumption of file shares would be across OpenStack Compute
 instances, the service is also intended to be accessible as an independent 
 capability in line with the modular design established by other OpenStack
 services. Manila is extensible for multiple backends (to support vendor or
 file system specific nuances / capabilities) and accommodates any of a
 variety of shared or distributed file system types.
--- End Message ---
--- Begin Message ---
Source: manila
Source-Version: 1.0.0~b3-1

We believe that the bug you reported is fixed in the latest version of
manila, 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 789...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand  (supplier of updated manila 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, 09 Sep 2015 11:02:32 +0200
Source: manila
Binary: python-manila manila-common manila-api manila-scheduler manila-share 
manila-doc
Architecture: source all
Version: 1.0.0~b3-1
Distribution: experimental
Urgency: medium
Maintainer: PKG OpenStack 
Changed-By: Thomas Goirand 
Description:
 manila-api - OpenStack shared file system as a service - API server
 manila-common - OpenStack shared file system as a service - common files
 manila-doc - OpenStack shared file system as a service - Doc
 manila-scheduler - OpenStack shared file system as a service - Scheduler server
 manila-share - OpenStack shared file system as a service - Share server
 python-manila - OpenStack shared file system as a service - Python libs
Closes: 789660
Changes:
 manila (1.0.0~b3-1) experimental; urgency=medium
 .
   * Initial release (Closes: #789660).
Checksums-Sha1:
 9b9b0b81bf7a67bdd88ca5f402525b5926e2e915 3631 manila_1.0.0~b3-1.dsc
 34a4de41e3077e6fbed7427d5aef809b00122784 771520 manila_1.0.0~b3.orig.tar.xz
 c0c86a77705489f917555a5a60b69fe907b3d904 5172 manila_1.0.0~b3-1.debian.tar.xz
 ec5b8ce652fe50998207fd450618a1a8bd67d8bf 4816 manila-api_1.0.0~b3-1_all.deb
 8271b8423476c5ee5302c80a979fd5205ebc4c6c 18402 manila-common_1.0.0~b3-1_all.deb
 e952cd5447b130544c5570244586963b9a09635d 311684 manila-doc_1.0.0~b3-1_all.deb
 1a818b5fb3d63fd00c7e60caa4a4b79390adc04d 4996 
manila-scheduler_1.0.0~b3-1_all.deb
 8274f3e311a47cb29c68968566ada19b427cfcd6 4784 manila-share_1.0.0~b3-1_all.deb
 2bc125b39d9c76c70cde3f94481aa16d24f8b3b6 479512 
python-manila_1.0.0~b3-1_all.deb
Checksums-Sha256:
 a711ee650592ec4fc30f7e66f9d4dde560e34228345b2bf77284ddb4d9afdb63 3631 
manila_1.0.0~b3-1.dsc
 5b71104a418c270973e2fb30e5bf7ba2357b248fb57f865dfc26c642fd37e6d6 771520 
manila_1.0.0~b3.orig.tar.xz
 a0f64fa0418bb878eb27aac562529a312cc93c9bd4ed1eb491d22583d90b8f5b 5172 
manila_1.0.0~b3-1.debian.tar.xz
 02764d144e73bcf65caf1ab852805206042bb20fea93dffcc4415f3540de86e1 4816 
manila-api_1.0.0~b3-1_all.deb
 09af6bd2dded0876ee0f4eb5518206b3e88f71c614cdd1c3df4e4c54ce4c3838 18402 
manila-common_1.0.0~b3-1_all.deb
 09a0c4f8befc4ddaec57158b74245f256a3af2d3987471e678cdc15a1139b731 311684 
manila-doc_1.0.0~b3-1_all.deb
 

Bug#794503: marked as done (ITP: mopidy-podcast -- Mopidy extension for searching and browsing podcasts)

2015-09-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Sep 2015 10:00:24 +
with message-id 
and subject line Bug#794503: fixed in mopidy-podcast 1.1.1-1
has caused the Debian Bug report #794503,
regarding ITP: mopidy-podcast -- Mopidy extension for searching and browsing 
podcasts
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.)


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

* Package name: mopidy-podcast
  Version : 1.1.1
  Upstream Author : Thomas Kemmer 
* URL : https://github.com/tkem/mopidy-podcast
* License : Apache-2.0
  Programming Lang: Python
  Description : Mopidy extension for searching and browsing podcasts

Mopidy is a music server which can play music from multiple sources,
like your local hard drive, radio streams, and from Spotify and
SoundCloud.

This package provides a Mopidy extension for searching and browsing
podcasts. To be useful, it must be combined with extensions that provide
podcast content, like mopidy-podcast-gpodder and mopidy-podcast-itunes.
--- End Message ---
--- Begin Message ---
Source: mopidy-podcast
Source-Version: 1.1.1-1

We believe that the bug you reported is fixed in the latest version of
mopidy-podcast, 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 794...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stein Magnus Jodal  (supplier of updated mopidy-podcast 
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: Fri, 31 Jul 2015 20:45:49 +0200
Source: mopidy-podcast
Binary: mopidy-podcast
Architecture: source all
Version: 1.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Stein Magnus Jodal 
Changed-By: Stein Magnus Jodal 
Description:
 mopidy-podcast - Mopidy extension for searching and browsing podcasts
Closes: 794503
Changes:
 mopidy-podcast (1.1.1-1) unstable; urgency=low
 .
   * Initial release. (Closes: #794503)
Checksums-Sha1:
 1d575fd16cf5d446c66510e5b7734f5d3db83e95 1984 mopidy-podcast_1.1.1-1.dsc
 777104f3524b4508dc9b2c12c6ca1d5930e517c5 28084 mopidy-podcast_1.1.1.orig.tar.gz
 d92c6e923ce8ed8de8f55583faade13bb86ff4c3 1768 
mopidy-podcast_1.1.1-1.debian.tar.xz
 a6178577eb713c0ca89ddcbd3945729e184011a8 39472 mopidy-podcast_1.1.1-1_all.deb
Checksums-Sha256:
 52ac39a14e32024223b6a80ea3e25662e000cc597d92016d5dbfe7eb941765df 1984 
mopidy-podcast_1.1.1-1.dsc
 763aa68f864919c21c6f6560bb5e6f66cc994dfc2951e92eb3c82ebead3bf670 28084 
mopidy-podcast_1.1.1.orig.tar.gz
 480fa7b21cbeef9171781b826b470f82b93121f14545df55a60e32c6f0c7caa6 1768 
mopidy-podcast_1.1.1-1.debian.tar.xz
 ce64bf4691c44180914e3e8a07b24eee1afcc4beed8fdfa6b68b35f0728dcf29 39472 
mopidy-podcast_1.1.1-1_all.deb
Files:
 6dc4e263e182deba66af26878a83f832 1984 sound optional mopidy-podcast_1.1.1-1.dsc
 6687d49495be14ef7f4fa407a16c79b1 28084 sound optional 
mopidy-podcast_1.1.1.orig.tar.gz
 01129de01435f36cce946cbd5c4926cc 1768 sound optional 
mopidy-podcast_1.1.1-1.debian.tar.xz
 d278525a06cde55fd0f7bb1709697538 39472 sound optional 
mopidy-podcast_1.1.1-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJV+MuUAAoJEDtW4rvVP9yxoCoP/1hwiuaEuQJXXGVPZ+Zr8pGT
sWu76AbrKtBQIuSJiQEwPJmCj/V/GEWGnV1n0XGWAswJX77VUjj6CvyYeR5deh3S
yLfEIa656RTUIJ9KlaSBuudLhGdeZuDU1XulJUop1Ag5RUoD84SogawefAj06S4j
1h27TOCuzW+eZEGcQobIwU8z6hGV7Fh4YXaxeodrXdr1E43at2EyqVDQrDT0MVrW
HiFDu5UaoQ0YeERzjnMYJie5sJ2NaCDbq8gXKUXhrX4cvfyKNRytoZW2HdO4hXKl
JzpaEwtLlxinh2c/NPjKuGqEIfIKSlKL7/30cHj6gg67Bh5w/bpFSMS8LxkDGNUU
gPPQwm9KfXZnjiqrgJ/mq5ZyF3uEjXGPMjZ4Qrc6BPNAEJeoNXrkv3KWtJIi5fSo
cN28UP8lV1MlmlfFo7oR+ETDLMzDGceDHrV573hwTJj7Tj1wNYuMUkmf7LpbJtBL
+M953RSWO0ENCN+2JGOuBAbMDTzfQMNVDy054Vo3wKVXRiheWJvL1UBbqvEddoRr
HGOekgb5UPTjmul8WydZUzL7y4wjzl1EdumRpqbu7pRxseQT8BUJKbWOnSLSKQJG
yEADxYQF2vdVbV6FnrpDAkrYDqlLsIAWljJyzdfqdEYxqDyGmpd2kmXOk/sx/tdU
wExhKJqJTxcxFje1/QcG
=dhoj
-END PGP SIGNATURE End Message ---


Bug#794514: marked as done (ITP: mopidy-podcast-itunes -- Mopidy extension for searching and browsing iTunes podcasts)

2015-09-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Sep 2015 10:00:25 +
with message-id 
and subject line Bug#794514: fixed in mopidy-podcast-itunes 1.0.0-1
has caused the Debian Bug report #794514,
regarding ITP: mopidy-podcast-itunes -- Mopidy extension for searching and 
browsing iTunes podcasts
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.)


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

* Package name: mopidy-podcast-itunes
  Version : 1.0.0
  Upstream Author : Thomas Kemmer 
* URL : https://github.com/tkem/mopidy-podcast-itunes
* License : Apache-2.0
  Programming Lang: Python
  Description : Mopidy extension for searching and browsing iTunes podcasts

Mopidy is a music server which can play music from multiple sources,
like your local hard drive, radio streams, and from Spotify and
SoundCloud.

This package provides a Mopidy extension for searching and browsing
podcasts on the Apple iTunes Store.
--- End Message ---
--- Begin Message ---
Source: mopidy-podcast-itunes
Source-Version: 1.0.0-1

We believe that the bug you reported is fixed in the latest version of
mopidy-podcast-itunes, 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 794...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stein Magnus Jodal  (supplier of updated 
mopidy-podcast-itunes 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: Tue, 4 Aug 2015 00:33:33 +0200
Source: mopidy-podcast-itunes
Binary: mopidy-podcast-itunes
Architecture: source all
Version: 1.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Stein Magnus Jodal 
Changed-By: Stein Magnus Jodal 
Description:
 mopidy-podcast-itunes - Mopidy extension for searching and browsing iTunes 
podcasts
Closes: 794514
Changes:
 mopidy-podcast-itunes (1.0.0-1) unstable; urgency=low
 .
   * Initial release. (Closes: #794514)
Checksums-Sha1:
 1b49d5df5a75c9a62d5d5aa1bfc664d50a537dd2 2030 mopidy-podcast-itunes_1.0.0-1.dsc
 e3e9c7801e869534b6745d8ee452de9c9cf279c0 9118 
mopidy-podcast-itunes_1.0.0.orig.tar.gz
 a5b8e0dffe503f11abef776c14a439d7f1226115 3036 
mopidy-podcast-itunes_1.0.0-1.debian.tar.xz
 d8cebabf7150848aaee86e7b77efea0b64ec3a55 7006 
mopidy-podcast-itunes_1.0.0-1_all.deb
Checksums-Sha256:
 94ef4ef4158d8ce143b1eab0f76c07344792a489dec859f52463502547c02194 2030 
mopidy-podcast-itunes_1.0.0-1.dsc
 adc9a8bbdd531a16f9245d6c2ee43b61e3ecb7fbd45329a95b4c86634d4f55be 9118 
mopidy-podcast-itunes_1.0.0.orig.tar.gz
 7987acbfce3489f4fc9a8c2ff9cb24faa09b5475a6864b8ca634d6fdc15a3929 3036 
mopidy-podcast-itunes_1.0.0-1.debian.tar.xz
 e5833b5aa953ec26e4cd343afab9a44df1794c254f3d3b31970e5d1378f99e56 7006 
mopidy-podcast-itunes_1.0.0-1_all.deb
Files:
 1143e47c2a24ede40ad9498ef01f6aa8 2030 sound optional 
mopidy-podcast-itunes_1.0.0-1.dsc
 c68360c249cc30ad3194608a37f81a39 9118 sound optional 
mopidy-podcast-itunes_1.0.0.orig.tar.gz
 27f2341a7edf7d484e3dfd39262f4c8d 3036 sound optional 
mopidy-podcast-itunes_1.0.0-1.debian.tar.xz
 86905c60ce458e8de158aa96c6a98c2e 7006 sound optional 
mopidy-podcast-itunes_1.0.0-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJV+MuoAAoJEDtW4rvVP9yxCY8P/1HpXScjf1ZcGvxd/C1+9qeY
uXJnpiS4lPz1QTQMkdVaCuuA6gBfxl+e7TQNDMeMYsedm8j+tvR8AlURG8iWYVS/
dUJboJtbQXdlDdncJ+t5ZFAEgK2uGoI9YJNko+O2ZaXTorkHG/jQrvo7rz+egrXO
4rWIVfSlsSf1Epw1mXnvCBhDuoXaWV8sPjr17UfZNuCRN6AYwIOZeDcZcsKbxlpl
v8CNgSR4F7BI9lC+AeS1nfIh4ns/tCSUM9bmmXVMzEQYiUpb5KTNqYVKIqJUPT9/
cUjSNwy070JBrthxxSiyHzFBwQphyxBuqCTN0g2RzAph3Cxm05qz65027uhvuDR/
gSUCsj0JF+SPiTKidXXD9t71vxZyjP7NHpWS5K1Rlqo2PcP2Oe3oERIjWK4YfxCD
DQK0f6ctM5bWpT0lsFAxW6A623k6gVqQbgHAssc7esvLc4i4k4hh4hM6rpmGwRgQ
nsvHZRNpTYnjgIDfwDNG1TeP5cPOHf5vPEsYbNow0CHnVk0l0J4bicuNsDb9tPn2
ntJ/5G0tcYu5SgbDjSFbGbHnCEMabOO+i6yXM0tm4LX3ha2zJ8TwDv2Py92mt2BY
rlZrvOkgr6z0u6kZb6gnMyKwd6v6Q7TOhaa7LL6F7MysFQdmXw/sAUWdWbUPJy8E
0eVDFG7NgK2IfvrkZzv8

Bug#797915: marked as done (ITP: setuptools_scm -- blessed package to manage your versions by scm tags for Python)

2015-09-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Sep 2015 10:00:27 +
with message-id 
and subject line Bug#797915: fixed in setuptools-scm 1.7.0-1
has caused the Debian Bug report #797915,
regarding ITP: setuptools_scm -- blessed package to manage your versions by scm 
tags for Python
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.)


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

* Package name: setuptools-scm
  Version : 1.7.0
  Upstream Author : Ronny Pfannschmidt
* URL : https://github.com/pypa/setuptools_scm
* License : Expat
  Programming Lang: Python
  Description : blessed package to manage your versions by scm tags for 
Python
 setuptools_scm handles managing your Python package versions in scm metadata.
 It also handles file finders for the suppertes scm's.

The newest ipython depends on pickleshare, which depends on path.py,
which depends on this package. I'll maintain this package within the Debian
Python Modules Team.

Thanks,

Snark on #debian-python
--- End Message ---
--- Begin Message ---
Source: setuptools-scm
Source-Version: 1.7.0-1

We believe that the bug you reported is fixed in the latest version of
setuptools-scm, 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 797...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Puydt  (supplier of updated setuptools-scm 
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, 03 Sep 2015 10:08:15 +0200
Source: setuptools-scm
Binary: python-setuptools-scm python3-setuptools-scm
Architecture: source all
Version: 1.7.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Julien Puydt 
Description:
 python-setuptools-scm - blessed package to manage your versions by scm tags 
for Python 2
 python3-setuptools-scm - blessed package to manage your versions by scm tags 
for Python 3
Closes: 797915
Changes:
 setuptools-scm (1.7.0-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #797915)
Checksums-Sha1:
 65f3cb735fd9b5785b6b0497bdb8925bda77e252 2219 setuptools-scm_1.7.0-1.dsc
 c6829e48b2371ca48f7f61c10c6a82fbfd750755 18754 setuptools-scm_1.7.0.orig.tar.gz
 f238dcb463d63e6a2b5ca2f9de745982736c2ea2 1968 
setuptools-scm_1.7.0-1.debian.tar.xz
 de0647ab155da35b5693768d68cef63c4f0aad53 10662 
python-setuptools-scm_1.7.0-1_all.deb
 fa83273b4f913a02c7782bc7d8d51e4a04e42e8b 10722 
python3-setuptools-scm_1.7.0-1_all.deb
Checksums-Sha256:
 9683db5a1470823b24ce5a069c78dc80a99e70497f85b6a004b1defa499b2c8a 2219 
setuptools-scm_1.7.0-1.dsc
 f2f69c782b4f549003edf5b75b356b37f40a4e880b615996c5d9c117913d6f9c 18754 
setuptools-scm_1.7.0.orig.tar.gz
 a4a46acc2f889976d0f3c3a6d26b7a90c1ffa24e3a8dfd9a3b205b983ca498bf 1968 
setuptools-scm_1.7.0-1.debian.tar.xz
 8ba44f6a488126dd7069b395d7ef665efe100a7f1cf621096b35380be176079d 10662 
python-setuptools-scm_1.7.0-1_all.deb
 19103141571b1fb35db8181645065bf4f765cb5c8fe7832021f9eb83b2c9 10722 
python3-setuptools-scm_1.7.0-1_all.deb
Files:
 34ee37e073c086ef5b2b7d0e087422a1 2219 python optional 
setuptools-scm_1.7.0-1.dsc
 d0423feeabda9c6a869d963cdc397d64 18754 python optional 
setuptools-scm_1.7.0.orig.tar.gz
 52f99322f86aec7bbe3155bc363b7c9b 1968 python optional 
setuptools-scm_1.7.0-1.debian.tar.xz
 04e7bf6da1bc24258933989be61eb8a8 10662 python optional 
python-setuptools-scm_1.7.0-1_all.deb
 07fe890cb3ca3f92088c6058202bb8af 10722 python optional 
python3-setuptools-scm_1.7.0-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJV7VtOAAoJENb+cQNj+F3T7W4P/1bt7SQVndol9z+TpkGTvlAE
vszixIJLvBhpHBA0jHuKjCtwCKxFSRbgJci55vNH/HGD+3o8tw5qbS24ZFcHvM0K
z1R3wjXd4i7SyH/3OGtAhGt+y3mx64RkGiJDZoqaQk/dwzgvxaQGKMo2GCrVExJV
Wjc/E3iu0L6NUA5b6yMxT1BKiFy9C3XkpPDQeQ5Xvl1ABeGtfILVAU2UtohAHXbD
xbF2uewL2DNlt1QTXJkp2ikrPTf74aV4gBmU5kCrfhBOZz9tuFehJW6Zdfh1F65B

Bug#799169: marked as done (ITP: golint -- Linter for Go source code)

2015-09-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Sep 2015 10:00:16 +
with message-id 
and subject line Bug#799169: fixed in golint 0.0+git20150623.7b7f436-1
has caused the Debian Bug report #799169,
regarding ITP: golint -- Linter for Go source code
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.)


-- 
799169: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=799169
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: "Martín Ferrari" 

* Package name: golint
  Version : 0.0+git20150623.7b7f436
  Upstream Author : The Go Authors
* URL : https://github.com/golang/lint
* License : BSD-3-Clause
  Programming Lang: Go
  Description : Linter for Go source code

 Golint differs from gofmt. Gofmt reformats Go source code, whereas golint
 prints out style mistakes.

 Golint differs from govet. Govet is concerned with correctness, whereas golint
 is concerned with coding style. Golint is in use at Google, and it seeks to
 match the accepted style of the open source Go project.
--- End Message ---
--- Begin Message ---
Source: golint
Source-Version: 0.0+git20150623.7b7f436-1

We believe that the bug you reported is fixed in the latest version of
golint, 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 799...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Martín Ferrari  (supplier of updated golint 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, 16 Sep 2015 13:14:27 +
Source: golint
Binary: golint
Architecture: source amd64
Version: 0.0+git20150623.7b7f436-1
Distribution: unstable
Urgency: low
Maintainer: Debian Go Packaging Team 

Changed-By: Martín Ferrari 
Description:
 golint - Linter for Go source code
Closes: 799169
Changes:
 golint (0.0+git20150623.7b7f436-1) unstable; urgency=low
 .
   * Initial release. (Closes: #799169)
Checksums-Sha1:
 8fac3c0ac9247b65d7ad6cbc99c84ff89d2b5908 2055 
golint_0.0+git20150623.7b7f436-1.dsc
 6923ffc03186627f165629c20f1df14f82745e74 28843 
golint_0.0+git20150623.7b7f436.orig.tar.gz
 403a89dae7ef1429dbc4785b4ee25553975e8389 2248 
golint_0.0+git20150623.7b7f436-1.debian.tar.xz
 b8f373f0115c5fc4d0af3cbe61357bdbaad3f4e6 908244 
golint_0.0+git20150623.7b7f436-1_amd64.deb
Checksums-Sha256:
 d89fb1acadece7e879cbd937139e009a5505d93af56099c0142eb6c59c694346 2055 
golint_0.0+git20150623.7b7f436-1.dsc
 4f3f3784c65a147be30af4ffa27c5378a0b59d9b8cd7db30b7a32e87a67d7092 28843 
golint_0.0+git20150623.7b7f436.orig.tar.gz
 606fd1d5d0620bf2e788a51b1701fc2dab2e5ab85c482d23b37ec84ed71cd4f4 2248 
golint_0.0+git20150623.7b7f436-1.debian.tar.xz
 14d77c0c08df6765f5b5897a8b5018dc7660f1a8a6afdee2f7698f6af41262c8 908244 
golint_0.0+git20150623.7b7f436-1_amd64.deb
Files:
 8fcbe1167b85f010dd4023b6a5b4d201 2055 devel extra 
golint_0.0+git20150623.7b7f436-1.dsc
 41e2815b1bf31c0c4357d7e7624ce0ee 28843 devel extra 
golint_0.0+git20150623.7b7f436.orig.tar.gz
 b698832880ec4872f9016e85b9a3f2bc 2248 devel extra 
golint_0.0+git20150623.7b7f436-1.debian.tar.xz
 8f8c493bcf9cac43479b11f4d8f14b29 908244 devel extra 
golint_0.0+git20150623.7b7f436-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJV+WwKAAoJEF3Y4L+Ro9PaPT4P/2CrqBd2SCNsVS1RL9mDfCS3
XaJFq7Y5Mnx36JNKPfWl4n7Wea1JT+TxnCnhIIYWiaDG3iRjeMnyD0sLb0wxrDH3
VzJZJ7HW4kOd6Am6+sfWmMKU5rWofjPC4k0UZpNj9Yt1LMUroe5TyIXwkfp2H9I6
9/JcTcCxoa69QCEMeFoKB1pGMwimIVm9LKrhw4cVTX7vQU436g8sm2VwWL8nBMqF
zRmHlbCnCJTpcrIWzXRGcBubeX5vGGvfYiUtjZctmoMbe3EQApGcqGteKCHSD/8P
3NZs/7pZwQy843ozj1KXiAcL3yyIu3g81zIRq7sMNyriLSUCNq9XOHTwd+fW/gIK
bi8OZH/Qo+XDdlrA5LaCHoEV5Y331GAkMljelnNTptAzEbg8aqO475EsT/S7S7r2
6JmDtP64/0JBrztDM6PuTaKWPgUEBJNrAlWBc+kFqAP85rzoekWP7p/LktIKvvzD
8f0Io5CdHUq0RyHSoYptruVFiWCKKZK+MmGSj1spl0lOpR8wwYOM9PUdmKF/+chn
BYwORNAeIXKVT0TGPbV+3+g/rbTv62FA0WmSibilG9eZ3VavZgngAjDVGQg83Uyx
MihfMfG1SIaN4sXRQOZCq+WLcFLqn1BhbuqsXu8/KpaRMG+TCMy6ZZJm9tzCXWrp
HjU6vgofBeiMaZyLiKJF
=o6+u
-END PGP SIGNATURE End Message ---


Bug#798735: marked as done (ITP: libsoundio -- cross-platform audio input and output)

2015-09-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Sep 2015 10:00:21 +
with message-id 
and subject line Bug#798735: fixed in libsoundio 1.0.1-1
has caused the Debian Bug report #798735,
regarding ITP: libsoundio -- cross-platform audio input and output
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.)


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

* Package name: libsoundio
  Version : 1.0.1
  Upstream Author : Andrew Kelley 
* URL : http://libsound.io/
* License : MIT
  Programming Lang: C
  Description : cross-platform audio input and output

libsoundio is a lightweight abstraction over various sound drivers. It
provides
a well-documented API that operates consistently regardless of the sound
driver
it connects to. It performs no buffering or processing on your behalf;
instead
exposing the raw power of the underlying backend.

libsoundio is appropriate for games, music players, digital audio
workstations,
and various utilities.

libsoundio is serious about robustness. It even handles out of memory
conditions correctly.
--- End Message ---
--- Begin Message ---
Source: libsoundio
Source-Version: 1.0.1-1

We believe that the bug you reported is fixed in the latest version of
libsoundio, 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 798...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andrew Kelley  (supplier of updated libsoundio 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: Fri, 11 Sep 2015 22:29:01 -0700
Source: libsoundio
Binary: libsoundio-dev libsoundio1 libsoundio-dbg
Architecture: source amd64
Version: 1.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 

Changed-By: Andrew Kelley 
Description:
 libsoundio-dbg - debugging symbols for libsoundio
 libsoundio-dev - cross platform audio input and output library (development 
files)
 libsoundio1 - cross-platform audio input and output library
Closes: 798735
Changes:
 libsoundio (1.0.1-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #798735)
Checksums-Sha1:
 3ea6da85f4ceb6d0b0b54ba49a8f6429a00e5158 2145 libsoundio_1.0.1-1.dsc
 3b473c68bd3beb1c618f77fca97518dc768659c5 113053 libsoundio_1.0.1.orig.tar.gz
 48e4d909ae0f19c9ebf9e577ef5378fc07e1f2ed 4008 libsoundio_1.0.1-1.debian.tar.xz
 0ecd1162e5db20e65606525e9697f4f0324d723e 159586 
libsoundio-dbg_1.0.1-1_amd64.deb
 d7ee51c0a26d0ac62dc87a70ab949777602f413b 61364 libsoundio-dev_1.0.1-1_amd64.deb
 79c41da7b2f56533bfb261816b15a7d05b719c37 35938 libsoundio1_1.0.1-1_amd64.deb
Checksums-Sha256:
 1735e219ea7aeb11cd46fde2d4c228314c8ac184a7368c8e162c5464a7b8832a 2145 
libsoundio_1.0.1-1.dsc
 24c8c4acefa11048ca1af0f0e854f613b3287648d62e83c453652cffe982e025 113053 
libsoundio_1.0.1.orig.tar.gz
 c3a50997fda338e0e6f5b09b3357fb8c60a63dc4fad88537adfa6c7d59423d98 4008 
libsoundio_1.0.1-1.debian.tar.xz
 9d656fb4eb3f8559fc9fd9470aef499746e86ab77fa09de8ea646b69fcdbb68c 159586 
libsoundio-dbg_1.0.1-1_amd64.deb
 07b267c810b5072ecd053c52bbeaed14452545d745eee246c98c453a4ead285c 61364 
libsoundio-dev_1.0.1-1_amd64.deb
 47426dd8e3fbfe95f1aeb539acee51e3dc5226d3901a53b655c260e3c3a43b39 35938 
libsoundio1_1.0.1-1_amd64.deb
Files:
 d9ddfdcb1e6bcc8fbd13a6fd3b762731 2145 libs optional libsoundio_1.0.1-1.dsc
 e8bcda7e24462e86c6a5d1d57c5fdccf 113053 libs optional 
libsoundio_1.0.1.orig.tar.gz
 3ef601f9b0ac444f77110c74e1eb29ea 4008 libs optional 
libsoundio_1.0.1-1.debian.tar.xz
 64599dbc35b971457a3c6a165debac8f 159586 debug extra 
libsoundio-dbg_1.0.1-1_amd64.deb
 4e04e49e1d2e82e48fe0189c22879800 61364 libdevel optional 
libsoundio-dev_1.0.1-1_amd64.deb
 7c47c7280a24f157fb67a14c5aa9bde8 35938 libs optional 
libsoundio1_1.0.1-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJV92OoAAoJEKO6uuJAjdbP//IP/0v/ku6pN0Kq94SUsswChxvk

Bug#798442: marked as done (ITP: kraken -- assigning taxonomic labels to short DNA sequences)

2015-09-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Sep 2015 10:00:18 +
with message-id 
and subject line Bug#798442: fixed in kraken 0.10.5~beta-1
has caused the Debian Bug report #798442,
regarding ITP: kraken -- assigning taxonomic labels to short DNA sequences
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.)


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

* Package name: kraken
  Version : 0.10.5~beta
  Upstream Author : Derrick Wood 
* URL : http://ccb.jhu.edu/software/kraken/
* License : GPL
  Programming Lang: C++, Perl
  Description : assigning taxonomic labels to short DNA sequences
 Kraken is a system for assigning taxonomic labels to short DNA
 sequences, usually obtained through metagenomic studies. Previous
 attempts by other bioinformatics software to accomplish this task have
 often used sequence alignment or machine learning techniques that were
 quite slow, leading to the development of less sensitive but much faster
 abundance estimation programs. Kraken aims to achieve high sensitivity
 and high speed by utilizing exact alignments of k-mers and a novel
 classification algorithm.
 .
 In its fastest mode of operation, for a simulated metagenome of 100 bp
 reads, Kraken processed over 4 million reads per minute on a single
 core, over 900 times faster than Megablast and over 11 times faster than
 the abundance estimation program MetaPhlAn. Kraken's accuracy is
 comparable with Megablast, with slightly lower sensitivity and very high
 precision.


This package is maintained by the Debian Med team at
   git://anonscm.debian.org/debian-med/kraken.git
--- End Message ---
--- Begin Message ---
Source: kraken
Source-Version: 0.10.5~beta-1

We believe that the bug you reported is fixed in the latest version of
kraken, 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 798...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille  (supplier of updated kraken 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, 09 Sep 2015 14:10:52 +0200
Source: kraken
Binary: kraken
Architecture: source amd64
Version: 0.10.5~beta-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 

Changed-By: Andreas Tille 
Description:
 kraken - assigning taxonomic labels to short DNA sequences
Closes: 798442
Changes:
 kraken (0.10.5~beta-1) unstable; urgency=low
 .
   * Initial release (Closes: #798442)
Checksums-Sha1:
 8ddfcdbebffba554abdfdfe327acf72f89a5a093 1923 kraken_0.10.5~beta-1.dsc
 118553a274929440226b2e0a083030a18fe5db89 69177 kraken_0.10.5~beta.orig.tar.gz
 bddee543731f2f349848ea9b15e5dc20e546a13f 5592 
kraken_0.10.5~beta-1.debian.tar.xz
 776740254426631cef6812821b1700b69f26653b 80124 kraken_0.10.5~beta-1_amd64.deb
Checksums-Sha256:
 80127e7fa0442a35692792fcf67e9c294eb4c761a17725c89d080fd6790c3fab 1923 
kraken_0.10.5~beta-1.dsc
 7c0ac64ee0acdcce18e16b51b636b7cdc6d07ea7ab465bb64df078c5a710346b 69177 
kraken_0.10.5~beta.orig.tar.gz
 0d77d723493432b89cf9c002acb19cb098c6cab86b0e8d0ce2d7d75255be2eac 5592 
kraken_0.10.5~beta-1.debian.tar.xz
 56ca8b178b160c022f8a4cf78872e63552ee24aa74757778d47a104b54f3ae3c 80124 
kraken_0.10.5~beta-1_amd64.deb
Files:
 fc890985f5e70dfabc25662b75fde17c 1923 science optional kraken_0.10.5~beta-1.dsc
 0231a7bfc067f564ad28fa91e9f71606 69177 science optional 
kraken_0.10.5~beta.orig.tar.gz
 26d2e7202cf606fcc610a8824beb6b29 5592 science optional 
kraken_0.10.5~beta-1.debian.tar.xz
 96d496415684374997ca429ba135ebc1 80124 science optional 
kraken_0.10.5~beta-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJV8CPIAAoJEFeKBJTRxkbR/6cQAJTTBOnaTb+FNmMby6UZTBV0
H+TEw+EbQK8Hg/1RF01cJI+5aL4WxAlfzLRXX05BSCdKxpeGJOKKcm4x5kSUYrwK
+zmlZNTGzl1rRkL+5rMf3lE+j4DwaX1kYSw4DdmqveEc3TG9D2TdsQK7Su0zkyQ0

Bug#798292: marked as done (ITP: libfile-slurper-perl -- simple, sane and efficient module to slurp a file)

2015-09-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Sep 2015 10:00:19 +
with message-id 
and subject line Bug#798292: fixed in libfile-slurper-perl 0.008-1
has caused the Debian Bug report #798292,
regarding ITP: libfile-slurper-perl -- simple, sane and efficient module to 
slurp a file
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.)


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

* Package name: libfile-slurper-perl
  Version : 0.008
  Upstream Author : Leon Timmermans 
* URL : https://metacpan.org/release/File-Slurper
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : simple, sane and efficient module to slurp a file

File::Slurper provides functions for fast and correct slurping and spewing.

This module tries to make it as easy as possible to read and write files
correctly and fast, hiding away all complications behind an easy intuitive
interface.

The package will be maintained under the umbrella of the Debian Perl Group.


signature.asc
Description: Digital Signature
--- End Message ---
--- Begin Message ---
Source: libfile-slurper-perl
Source-Version: 0.008-1

We believe that the bug you reported is fixed in the latest version of
libfile-slurper-perl, 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 798...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
gregor herrmann  (supplier of updated libfile-slurper-perl 
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: Mon, 07 Sep 2015 21:17:04 +0200
Source: libfile-slurper-perl
Binary: libfile-slurper-perl
Architecture: source all
Version: 0.008-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group 
Changed-By: gregor herrmann 
Description:
 libfile-slurper-perl - simple, sane and efficient module to slurp a file
Closes: 798292
Changes:
 libfile-slurper-perl (0.008-1) unstable; urgency=low
 .
   * Initial release (closes: #798292).
Checksums-Sha1:
 2103f825da123b1187532a50ed0dd72ea25aed22 2263 libfile-slurper-perl_0.008-1.dsc
 8acf43e5e2d0a97c031f37540d68d25fd8a1441d 14760 
libfile-slurper-perl_0.008.orig.tar.gz
 d884e08bf4f7ce235e63f19edaa099116072e026 1908 
libfile-slurper-perl_0.008-1.debian.tar.xz
 d76d18cf83f8464ea5f75ee286bbffb42d4ecae4 8192 
libfile-slurper-perl_0.008-1_all.deb
Checksums-Sha256:
 f45bee31dc2fc65f470044a358773cc1dc0d6d562d8ffc00849a5cc61fe11d13 2263 
libfile-slurper-perl_0.008-1.dsc
 10f685140e2cebdd0381f24b010b028f9ca2574361a78f99f4dfe87af5d5d233 14760 
libfile-slurper-perl_0.008.orig.tar.gz
 dc79726732b01f7704b35075e241523feb38379585300385595a901a5a3aa721 1908 
libfile-slurper-perl_0.008-1.debian.tar.xz
 fd77b188709290cc572c1b22c1e218d59fdba655f7d4510757b539294a86b79a 8192 
libfile-slurper-perl_0.008-1_all.deb
Files:
 74348ef320314380937d58e169794883 2263 perl optional 
libfile-slurper-perl_0.008-1.dsc
 6e4f8ab76e38dc3f3fec6a0f575bf132 14760 perl optional 
libfile-slurper-perl_0.008.orig.tar.gz
 e553de2cbf7fc77d8a040766126d71a4 1908 perl optional 
libfile-slurper-perl_0.008-1.debian.tar.xz
 7fc20bc68522c8c3a031bf665e357e43 8192 perl optional 
libfile-slurper-perl_0.008-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAEBCgBmBQJV7eMVXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGQc4P/3tH14yIp35HjHh601WSjAC5
vVRVN7t5T1Vxu5J32Fvwym9zMCnjjlwBpBKb0KAaGeDpdlelnyq1Ozrx+Caea1CN
E9JZvlT30OvYeOPBB/50XMqde6X6MILpi1MhUDa4bWAurPOP3CEUqnQ7n7ON/ZTG
p3CaXPmNZ+FKoirm56xANWZaBJiRkvLYPdYHgAB4dQVIkpAte8tX8i/h8T4sTl+T
pNMZBQew9jkdXT7lUGZwTqm8jlRy2skUNVCBgiE5+aSloJGiH624MhRGbdtsH8nv
CPnpyIb3JqIW6XPwER4+lykJz76wkd+wliOGJeonCuY7ZG27MOt9HaZ4PvZuWWMA
gWIbGwCfko+Mm2z4HcluzBWkWT8Ok7IAxpaa2madN/UPRzNf7mwsg7p9iC4rvTFL

Bug#798980: marked as done (ITP: libjson-validator-perl -- validate data against a JSON schema)

2015-09-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Sep 2015 10:00:20 +
with message-id 
and subject line Bug#798980: fixed in libjson-validator-perl 0.52+dfsg-1
has caused the Debian Bug report #798980,
regarding ITP: libjson-validator-perl -- validate data against a JSON schema
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.)


-- 
798980: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798980
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
package: wnpp
Severity: wishlist
Owner: 'Lucas Kanashiro' 
X-Debbugs-CC: debian-p...@lists.debian.org

* Package Name  : libjson-validator-perl
  Version  : 0.52
  Upstream Author: Jan Henning Thorsen 
* URL  : https://metacpan.org/release/JSON-Validator

* License : Artistic 2
  Programming Lang : Perl
  Description: validate data against a JSON schema

 JSON::Validator is a class for validating data against JSON schemas. You
 might want to use this instead of JSON::Schema if you need to validate
data.
 .
 JSON::Validator can load JSON schemas in multiple formats: Plain perl data
 structured or files on disk/web in the JSON/YAML format. The JSON parsing
is
 done using Mojo::JSON, while the YAML parsing is done with an optional
modules
 which need to be installed manually.  JSON::Validator will look for the
YAML
 modules in this order: YAML::XS, YAML::Syck, YAML::Tiny, YAML. The order
is set
 by which module that performs the best, so it might change in the future.

The package will be maintained under the umbrella of the Debian Perl Group.

-- 
Lucas Kanashiro
--- End Message ---
--- Begin Message ---
Source: libjson-validator-perl
Source-Version: 0.52+dfsg-1

We believe that the bug you reported is fixed in the latest version of
libjson-validator-perl, 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 798...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Lucas Kanashiro  (supplier of updated 
libjson-validator-perl 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: Mon, 14 Sep 2015 13:15:49 -0300
Source: libjson-validator-perl
Binary: libjson-validator-perl
Architecture: source all
Version: 0.52+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group 
Changed-By: Lucas Kanashiro 
Description:
 libjson-validator-perl - module to validate data against a JSON schema
Closes: 798980
Changes:
 libjson-validator-perl (0.52+dfsg-1) unstable; urgency=low
 .
   * Initial Release. (Closes: #798980)
Checksums-Sha1:
 81748555e6ad9539c4bfc2ca59b229cb716cb0e4 2427 
libjson-validator-perl_0.52+dfsg-1.dsc
 7cfef94086562c4f9d06dd6e05c052a364dce6d3 18117 
libjson-validator-perl_0.52+dfsg.orig.tar.gz
 2f6cbc7f14a8996f48574490dceb75f13b8b270a 5668 
libjson-validator-perl_0.52+dfsg-1.debian.tar.xz
 fca912d28282aeee857c021d07271dce281f293a 18384 
libjson-validator-perl_0.52+dfsg-1_all.deb
Checksums-Sha256:
 9541e6fc7ee338daf2e69236eeb398c5fd3a94d6f14b46ea54e54a7214beec0e 2427 
libjson-validator-perl_0.52+dfsg-1.dsc
 0c4410a4d58f9a02243561a4f3d7ccc8dadf76d2d64227dda058acfda20ac564 18117 
libjson-validator-perl_0.52+dfsg.orig.tar.gz
 ed6e2fcf46a16c626bea8fa123a3758fa0ee3e17944dfa14d7096a7ba1b520a2 5668 
libjson-validator-perl_0.52+dfsg-1.debian.tar.xz
 2262f4d103fa54f5ad1efb52f651ec793137c296c861472ef579591bb6d0300a 18384 
libjson-validator-perl_0.52+dfsg-1_all.deb
Files:
 31be6c583db17472364ece04adf72efa 2427 perl optional 
libjson-validator-perl_0.52+dfsg-1.dsc
 52c9dd802e8a92421c63a95966b0bc0e 18117 perl optional 
libjson-validator-perl_0.52+dfsg.orig.tar.gz
 7d21516e16e1d0261200f3ee6528144b 5668 perl optional 
libjson-validator-perl_0.52+dfsg-1.debian.tar.xz
 9a69c57562f832dfbd9f6ef67d3e553f 18384 perl optional 
libjson-validator-perl_0.52+dfsg-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAEBCgBmBQJV+CxrXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w

Processed: mma: Changing RFP to ITP

2015-09-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 655441 ITP: mma -- Musical MIDI Accompaniment Generator
Bug #655441 [wnpp] RFP: mma -- Musical MIDI Accompaniment
Changed Bug title to 'ITP: mma -- Musical MIDI Accompaniment Generator' from 
'RFP: mma -- Musical MIDI Accompaniment'
> owner 655441 !
Bug #655441 [wnpp] ITP: mma -- Musical MIDI Accompaniment Generator
Owner recorded as Anthony Fok .
> thanks
Stopping processing here.

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



Bug#798570: marked as done (ITP: aodh -- OpenStack Telemetry (Ceilometer) Alarming)

2015-09-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Sep 2015 11:00:09 +
with message-id 
and subject line Bug#798570: fixed in aodh 1.0.0-1
has caused the Debian Bug report #798570,
regarding ITP: aodh -- OpenStack Telemetry (Ceilometer) Alarming
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.)


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

* Package name: aodh
  Version : 1.1.0
  Upstream Author : OpenStack Foundation 
* URL : https://github.com/openstack/aodh
* License : Apache-2.0
  Programming Lang: Python
  Description : OpenStack Telemetry (Ceilometer) Alarming

 Ceilometer aims to deliver a Single Point Of Contact for billing systems,
 providing all the counters they need to establish customer billing, across
 all current and future OpenStack components. The delivery of counters must be
 traceable and auditable, the counters must be easily extensible to support new
 projects, and agents doing data collections should be independent of the
 overall system.
 .
 (A ceilometer is an instrument that measures cloud coverage.)

This package now contains all the Alarming part of Ceilometer, which is
deprecated for the OpenStack Liberty release.
--- End Message ---
--- Begin Message ---
Source: aodh
Source-Version: 1.0.0-1

We believe that the bug you reported is fixed in the latest version of
aodh, 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 798...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand  (supplier of updated aodh 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, 10 Sep 2015 17:50:46 +0200
Source: aodh
Binary: python-aodh aodh-common aodh-api aodh-evaluator aodh-notifier 
aodh-listener aodh-doc
Architecture: source all
Version: 1.0.0-1
Distribution: experimental
Urgency: medium
Maintainer: PKG OpenStack 
Changed-By: Thomas Goirand 
Description:
 aodh-api   - OpenStack Telemetry (Ceilometer) Alarming - API server
 aodh-common - OpenStack Telemetry (Ceilometer) Alarming - common files
 aodh-doc   - OpenStack efficient metering counters system - doc
 aodh-evaluator - OpenStack Telemetry (Ceilometer) Alarming - alarm evaluator
 aodh-listener - OpenStack Telemetry (Ceilometer) Alarming - listener
 aodh-notifier - OpenStack Telemetry (Ceilometer) Alarming - alarm notifier
 python-aodh - OpenStack Telemetry (Ceilometer) Alarming - Python libraries
Closes: 798570
Changes:
 aodh (1.0.0-1) experimental; urgency=medium
 .
   * Initial release. (Closes: #798570)
Checksums-Sha1:
 6a3311afcf5b86ad816e4201b8dea3612afbb7d3 3632 aodh_1.0.0-1.dsc
 c347150c76ce78135cb60efe594fb7a74248f06d 126420 aodh_1.0.0.orig.tar.xz
 d183f22068c977d030882dd66cb9958d7a8c7aa0 6584 aodh_1.0.0-1.debian.tar.xz
 319595f5a71a6e3aeec7ecc81cd37119379b2452 12622 aodh-api_1.0.0-1_all.deb
 cd3d2439d2a78253cb113e9d1a258d3cfdff507c 19708 aodh-common_1.0.0-1_all.deb
 54515cf6134011afd449ae25afe9d84474f97b8f 48836 aodh-doc_1.0.0-1_all.deb
 6c51eeeb09c7a360b1d12537b8e4039fef726b45 4766 aodh-evaluator_1.0.0-1_all.deb
 8a99981d483943fed9faed21d47d70a0f1c353a0 4780 aodh-listener_1.0.0-1_all.deb
 530eaed6c6fa4baeca7817aebd44628ed52b6b39 4764 aodh-notifier_1.0.0-1_all.deb
 8060c225866a6827cf1bfeaf1f5cd81a11a44cf3 97066 python-aodh_1.0.0-1_all.deb
Checksums-Sha256:
 b9fdd49e5e68775d9bf61e7ad66c13027542d350f2022cf299ae99aaa7ea28ae 3632 
aodh_1.0.0-1.dsc
 d0d9cb5f241d601c193376b8075aff6cdaa5a34e79ee0e88be9250087442ebbb 126420 
aodh_1.0.0.orig.tar.xz
 d7d2ce9995378aa3bc445f1aa5fd45b08a5b56262c61f2e69156a261080135d0 6584 
aodh_1.0.0-1.debian.tar.xz
 89080c11f08d98f60ea62ba15ac17796daaf49fd4655d58388f38042f4bef2e1 12622 
aodh-api_1.0.0-1_all.deb
 01f90d88f703a635ae0ca07a96b019e07e047d81fb9279c80e689117aa917e25 19708 
aodh-common_1.0.0-1_all.deb
 3715712c1e6325d7ae6f9f20646a64854b576d3a8957a8cdf735bfdf54b410b7 48836 

Processed: mma: set pending tag for ITP

2015-09-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 655441 + pending
Bug #655441 [wnpp] ITP: mma -- Musical MIDI Accompaniment Generator
Added tag(s) pending.
> thanks
Stopping processing here.

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



Bug#792096: borg packaging

2015-09-17 Thread Danny Edel
Hello everyone,

I was surprised to see the reaction my comments generated and like
Gianfranco, I also want to ask Marc to consider rethinking his decision.
 I do not think you are spoiling the fun or that insisting on
oldfashioned keeping is a bad thing.  I apologize that my choice of
words made you feel that way - I am not a native english speaker either,
so it may have sounded different than I intended.

I chose github as a mirror because I have upload rights there, that's
the only reason.  I would also prefer to work on *.debian.org and I will
do so once I have permission.  I just thought hosting git repo online
somewhere makes looking at it easier than sending stuff by mail, and
using github seemed like the easier choice than hosting and maintaining
a git browser myself.  Since git clones contain the entire history,
switching mirrors shouldn't be complicated once upload permission is
granted.

I chose the "ignore upstream tarball/use git tag" method also just
because it was simpler.  Had I imported the release tarball, I would
have had to maintain the list of files that are auto-generated (a simple
*.c won't do, for example _chunker.c is handwritten), and add rules to
remove them from the build dir or change their timestamp so that they
get refreshed at build-time.  Not having them in the first place made
that unnecessary.  That's the reason why upstream git tag seemed easier
to create a working example implementation of the "regenerate files" idea.

The git tag is gpg-signed with the same key as the tar.gz release, so I
don't really see the difference in authenticity, please elaborate why
.tar.gz would be superior for validation of borgbackup.  From what I
understand, an end-user will trust whatever checksum the Maintainer puts
into .changes and signs with maintainer key, so this is just an issue of
what the maintainer trusts.  Or am I getting this wrong?

- Danny



Bug#795692: marked as done (O: openfetion -- open source client implementation of Fetion protocol)

2015-09-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Sep 2015 12:27:49 +
with message-id 
and subject line Bug#799199: Removed package(s) from unstable
has caused the Debian Bug report #795692,
regarding O: openfetion -- open source client implementation of Fetion protocol
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.)


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

I'm no longer a user of cliofetion for quite some time, and the
upstream seems not updating anymore, thus orphaning.

Thanks,
Aron
--- End Message ---
--- Begin Message ---
Version: 2.2.1-3.2+rm

Dear submitter,

as the package openfetion 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/799199

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#783175: ITP: qtpass -- GUI for password manager pass

2015-09-17 Thread Philip Rinn
Hi,

On 17.09.2015 at 06:31, ChangZhuo Chen wrote:
> The package looks good. However, since qtpass uses external tools like
> gpg, git, pwgen, pass, you might need to add them into Depends to ensure
> these tools present when someone installs qtpass.

ups, good point ;) I added 'pass' to Depends (it already depends on pwgen and 
gpg)
and add 'git' to Suggests. You'll find the updated packages at:

http://mentors.debian.net/package/qtpass
http://anonscm.debian.org/cgit/collab-maint/qtpass.git/

Best,
Philip



signature.asc
Description: OpenPGP digital signature


Bug#792096: borg packaging

2015-09-17 Thread Marc Haber
Hi Danny,

On Thu, Sep 17, 2015 at 01:12:11PM +0200, Danny Edel wrote:
> I was surprised to see the reaction my comments generated and like
> Gianfranco, I also want to ask Marc to consider rethinking his decision.
>  I do not think you are spoiling the fun or that insisting on
> oldfashioned keeping is a bad thing.  I apologize that my choice of
> words made you feel that way - I am not a native english speaker either,
> so it may have sounded different than I intended.

It was not your choice of words that made me decide to pull out. I
just tend to not spend time on work that others can do faster and
better. It is not that I am dying of boredom while not working on
borgbackup ;-)

> I chose github as a mirror because I have upload rights there, that's
> the only reason.  I would also prefer to work on *.debian.org and I will
> do so once I have permission.  I just thought hosting git repo online
> somewhere makes looking at it easier than sending stuff by mail, and
> using github seemed like the easier choice than hosting and maintaining
> a git browser myself.  Since git clones contain the entire history,
> switching mirrors shouldn't be complicated once upload permission is
> granted.

You're fully right.

> I chose the "ignore upstream tarball/use git tag" method also just
> because it was simpler.  Had I imported the release tarball, I would
> have had to maintain the list of files that are auto-generated (a simple
> *.c won't do, for example _chunker.c is handwritten), and add rules to
> remove them from the build dir or change their timestamp so that they
> get refreshed at build-time.

I understand. Doing such kind of cleanup in debian/rules is just fine.
And yes, a list of files needs to be maintained. I am not sure whether
the "use git tag" strategy will interfere with Debian's current goal
of reproducible builds.

If you stay with the strategy, please document this. I think there is
a debian/README.source standardized file for such things.

>   Not having them in the first place made that unnecessary.  That's
>   the reason why upstream git tag seemed easier to create a working
>   example implementation of the "regenerate files" idea.
> 
> The git tag is gpg-signed with the same key as the tar.gz release, so I
> don't really see the difference in authenticity

You're right.

> Or am I getting this wrong?

Not at all.

You do the work, you decide. I might have another opinion, but that's
just an opinion that you're free to ignore.

Greetings
Marc

-- 
-
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Leimen, Germany|  lose things."Winona Ryder | Fon: *49 6224 1600402
Nordisch by Nature |  How to make an American Quilt | Fax: *49 6224 1600421



Bug#799292: ITP: mailman3 -- Mailman3 mailing list manager suite

2015-09-17 Thread Pierre-Elliott Bécue
Package: wnpp
Severity: wishlist
Owner: "Pierre-Elliott Bécue" 

* Package name: mailman3
  Version : 1.0.0
  Upstream Author : Pierre-Elliott Bécue 
* URL : none
* License : GPLv3
  Programming Lang: ?
  Description : Mailman3 mailing list manager suite

This package would depend on mailman3-core, mailman3-client,
mailman3-postorius, mailman3-hyperkitty and mailman3-hyperkitty-plugin
to provide the full suite of Mailman3 components.



Bug#799283: ITP: mailman3-core -- Mailing list management system

2015-09-17 Thread Pierre-Elliott Bécue
On jeu. 17 sept. 2015 à 16:59:21, Geert Stappers wrote:
> Control: retitle -1 ITP: mailman3-client -- Official python bindings for 
> mailman3-core REST API
> 
> 
> On Thu, Sep 17, 2015 at 04:25:25PM +0200, Pierre-Elliott Bécue wrote:
> > Package: wnpp
> > Severity: wishlist
> > Owner: "Pierre-Elliott Bécue" 
> > 
> > * Package name: mailman3-core
> 
> mailman3-core is http://bugs.debian.org/799281
> so retitled this one to 'mailman3-client'
> 
> 
> >   Version : 1.0.0
> >   Upstream Author : Barry Warsaw, Mark Sapiro, Aurélien Bompard, Florian 
> > Fuchs, Terri Oda, Stephen J. Turnbull, Abhilash Raj
> > * URL : http://list.org/
> > * License : LGPLv3
> >   Programming Lang: Python2
> >   Description : Official python bindings for mailman3-core REST API
> > 
> > This package would provide the client for REST API of mailman3-core. It
> > would depend on mailman3-core, and provide the other minimal part in
> > order to have mailman3 working correctly.

Hey,

I did the retitle, but you probably did on the same time.

I'll let it as you put it.

Thanks for your contribution. :)

-- 
PEB



Bug#799283: ITP: mailman3-core -- Mailing list management system

2015-09-17 Thread Geert Stappers
On Thu, Sep 17, 2015 at 05:14:33PM +0200, Pierre-Elliott Bécue wrote:
>
> Hey,
>
> I did the retitle, but you probably did on the same time.
>
> I'll let it as you put it.
>

Original

   Bug#799281: ITP: mailman3-core -- Mailing list management system
   Bug#799283: ITP: mailman3-core -- Mailing list management system
   Bug#799285: ITP: mailman3-core -- Mailing list management system


After my retitle

   Bug#799281: ITP: mailman3-core -- Mailing list management system
   Bug#799283: ITP: mailman3-client -- Official python bindings for 
mailman3-core REST API
   Bug#799285: ITP: mailman3-postorius -- Django web user interface for 
accessing GNU Mailman3

Those are changes on the on bugreport titles, an change the outside.

Thing in the inside of #799283 is that is says:

  Package name: mailman3-core

I might be (probaby I am) wrong about titling it 'mailman3-client'.
Feel free to change in something else.

For your information

 #799281  has  Package name: mailman3-core
 #799285  has  Package name: mailman3-postorius

on the inside


> Thanks for your contribution. :)

Hey, it is a way to say 'Why three times "ITP: mailman3-core" ??'  ;-)


Groeten
Geert Stappers
--
Leven en laten leven


signature.asc
Description: Digital signature


Bug#799285: ITP: mailman3-core -- Mailing list management system

2015-09-17 Thread Pierre-Elliott Bécue
Control: retitle -1 ITP: mailman3-postorius -- Django web user interface for 
accessing GNU Mailman3

On jeu. 17 sept. 2015 à 17:04:02, Geert Stappers wrote:
> Control: retitle -1 mailman3-postorius -- Django web user interface for 
> accessing GNU Mailman3

Adding ITP: to make it better understandable from
https://bugs.debian.org/cgi-bin/pkgreport.cgi?package=wnpp;dist=unstable

Thanks.

-- 
PEB



Processed: Re: Bug#799285: ITP: mailman3-core -- Mailing list management system

2015-09-17 Thread Debian Bug Tracking System
Processing control commands:

> retitle -1 ITP: mailman3-postorius -- Django web user interface for accessing 
> GNU Mailman3
Bug #799285 [wnpp] mailman3-postorius -- Django web user interface for 
accessing GNU Mailman3
Changed Bug title to 'ITP: mailman3-postorius -- Django web user interface for 
accessing GNU Mailman3' from 'mailman3-postorius -- Django web user interface 
for accessing GNU Mailman3'

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



Bug#783175: ITP: qtpass -- GUI for password manager pass

2015-09-17 Thread ChangZhuo Chen
On Thu, Sep 17, 2015 at 05:21:30PM +0200, Philip Rinn wrote:
> Hi,
> 
> On 17.09.2015 at 06:31, ChangZhuo Chen wrote:
> > The package looks good. However, since qtpass uses external tools like
> > gpg, git, pwgen, pass, you might need to add them into Depends to ensure
> > these tools present when someone installs qtpass.
> 
> ups, good point ;) I added 'pass' to Depends (it already depends on pwgen and 
> gpg)
> and add 'git' to Suggests. You'll find the updated packages at:
> 
> http://mentors.debian.net/package/qtpass
> http://anonscm.debian.org/cgit/collab-maint/qtpass.git/

Hi Philip,

I uploaded it to NEW. Thanks for the package.

> 
> Best,
> Philip
> 



-- 
ChangZhuo Chen (陳昌倬) 
Debian Developer
Key fingerprint = EC9F 905D 866D BE46 A896  C827 BE0C 9242 03F4 552D


signature.asc
Description: Digital signature


Bug#799283: ITP: mailman3-client -- Mailing list management system

2015-09-17 Thread Pierre-Elliott Bécue
On jeu. 17 sept. 2015 à 16:25:25, Pierre-Elliott Bécue wrote:
> Package: wnpp
> Severity: wishlist
> Owner: "Pierre-Elliott Bécue" 
> 
> * Package name: mailman3-core
>   Version : 1.0.0
>   Upstream Author : Barry Warsaw, Mark Sapiro, Aurélien Bompard, Florian 
> Fuchs, Terri Oda, Stephen J. Turnbull, Abhilash Raj
> * URL : http://list.org/
> * License : LGPLv3
>   Programming Lang: Python2
>   Description : Official python bindings for mailman3-core REST API
> 
> This package would provide the client for REST API of mailman3-core. It
> would depend on mailman3-core, and provide the other minimal part in
> order to have mailman3 working correctly.
> 
> --
> 
> There is currenctly mailman2 in Debian archive, and I was considering
> involve myself in packaging mailman3 suite, Mailman developers seems to
> think that it is a pretty good idea, but they suggested me to wait 'till
> mailman3-core version 3.1.0 is out.
> 
> I'm currently looking for some sponsorship as I'm not a Debian
> Developer, nor used to build brand new packages. Since version 3.1 is
> not released yet, I've some time to learn but I'll be happy to work with
> people already used to packaging.
> 
> This bug report is CC-ed to Mailman for Debian team, as I do intend to
> collaborate with them, I hope I'll make myself helpful.
> 
> This bug report will come with the others for the others components of
> Mailman3 suite. I hope this is the good way of doing ITP

Oops, typo spotted here, proposed Package name would be mailman3-client.

Sorry for that.

-- 
PEB



Processed: Retitle #799285

2015-09-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 799285 ITP: mailman3-postorius -- Mailing list management system
Bug #799285 [wnpp] ITP: mailman3-core -- Mailing list management system
Changed Bug title to 'ITP: mailman3-postorius -- Mailing list management 
system' from 'ITP: mailman3-core -- Mailing list management system'
> quit
Stopping processing here.

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



Bug#799281: ITP: mailman3-core -- Mailing list management system

2015-09-17 Thread Pierre-Elliott Bécue
Package: wnpp
Severity: wishlist
Owner: "Pierre-Elliott Bécue" 

* Package name: mailman3-core
  Version : 3.0.0
  Upstream Author : Barry Warsaw, Mark Sapiro, Aurélien Bompard, Florian Fuchs, 
Terri Oda, Stephen J. Turnbull, Abhilash Raj
* URL : http://list.org/
* License : GPLv3
  Programming Lang: Python3
  Description : Mailing list management system

GNU Mailman3 is a package providing mailing list management system.
This would be the bare core of Mailman3, without client package,
HyperKitty or Postorius, that would be packaged in different sources
packages.

There is currenctly mailman2 in Debian archive, and I was considering
involve myself in packaging mailman3, Mailman developers seems to think
that it is a pretty good idea, but they suggested me to wait 'till 3.1.0
is out.

I'm currently looking for a sponsor as I'm not a Debian Developer, nor
used to build brand new packages. Since 3.1 is not released yet, I've
some time to learn but I'll be happy to work with people already used to
packaging.

This bug report is CC-ed to Debian mailman team, as I do intend to
collaborate with them, I hope I'll be helpful.

This bug report will come with the others for the others components of
Mailman3 suite. I hope this is the good way of doing ITP



Bug#799285: ITP: mailman3-postorius -- Mailing list management system

2015-09-17 Thread Pierre-Elliott Bécue
This package would depend on django. Is there specific things I'd have to
take care about when packaging?

Thanks.

-- 
PEB



Processed: Retitle #799283

2015-09-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 799283 ITP: mailman3-client -- Mailing list management system
Bug #799283 [wnpp] ITP: mailman3-core -- Mailing list management system
Changed Bug title to 'ITP: mailman3-client -- Mailing list management system' 
from 'ITP: mailman3-core -- Mailing list management system'
> quit
Stopping processing here.

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



Processed: Re: Bug#799283: ITP: mailman3-core -- Mailing list management system

2015-09-17 Thread Debian Bug Tracking System
Processing control commands:

> retitle -1 ITP: mailman3-client -- Official python bindings for mailman3-core 
> REST API
Bug #799283 [wnpp] ITP: mailman3-client -- Mailing list management system
Changed Bug title to 'ITP: mailman3-client -- Official python bindings for 
mailman3-core REST API' from 'ITP: mailman3-client -- Mailing list management 
system'

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



Bug#799283: ITP: mailman3-core -- Mailing list management system

2015-09-17 Thread Geert Stappers
Control: retitle -1 ITP: mailman3-client -- Official python bindings for 
mailman3-core REST API


On Thu, Sep 17, 2015 at 04:25:25PM +0200, Pierre-Elliott Bécue wrote:
> Package: wnpp
> Severity: wishlist
> Owner: "Pierre-Elliott Bécue" 
> 
> * Package name: mailman3-core

mailman3-core is http://bugs.debian.org/799281
so retitled this one to 'mailman3-client'


>   Version : 1.0.0
>   Upstream Author : Barry Warsaw, Mark Sapiro, Aurélien Bompard, Florian 
> Fuchs, Terri Oda, Stephen J. Turnbull, Abhilash Raj
> * URL : http://list.org/
> * License : LGPLv3
>   Programming Lang: Python2
>   Description : Official python bindings for mailman3-core REST API
> 
> This package would provide the client for REST API of mailman3-core. It
> would depend on mailman3-core, and provide the other minimal part in
> order to have mailman3 working correctly.


Groeten
Geert Stappers
-- 
Leven en laten leven



Bug#799285: ITP: mailman3-core -- Mailing list management system

2015-09-17 Thread Pierre-Elliott Bécue
Package: wnpp
Severity: wishlist
Owner: "Pierre-Elliott Bécue" 

* Package name: mailman3-postorius
  Version : 1.0.1
  Upstream Author : Anna Senarclens de Grancy, Benedict Stein, Barry Warsaw, 
Mark Sapiro, Aurélien Bompard, Florian Fuchs, Terri Oda, Stephen J. Turnbull, 
Abhilash Raj
* URL : http://list.org/
* License : GPLv3
  Programming Lang: Python2
  Description : Django web user interface for accessing GNU Mailman3

Mailman3 comes as a suite of many components. This one provides a django
interface to access GNU Mailman3. It would be an administration
interface, excluding archive access to mailing lists, which is a
specific component.

--

The first version of this django site has been developped during GSoC
2010 and 2011 by Benedict Stein and Anna Senarclens de Grancy.

There is currenctly mailman2 in Debian archive, and I was considering
involve myself in packaging mailman3, Mailman developers seems to think
that it is a pretty good idea, but they suggested me to wait 'till core
version 3.1.0 is out.

I'm currently looking for some sponsorship as I'm not a Debian
Developer, nor used to build brand new packages. Since 3.1 is not
released yet, I've some time to learn but I'll be happy to work with
people already used to packaging.

This bug report is CC-ed to Debian mailman team, as I do intend to
collaborate with them, I hope I'll be helpful.

This bug report will come with the others for the others components of
Mailman3 suite. I hope this is the good way of doing ITP



Processed: Re: Bug#799285: ITP: mailman3-core -- Mailing list management system

2015-09-17 Thread Debian Bug Tracking System
Processing control commands:

> retitle -1 mailman3-postorius -- Django web user interface for accessing GNU 
> Mailman3
Bug #799285 [wnpp] ITP: mailman3-postorius -- Mailing list management system
Changed Bug title to 'mailman3-postorius -- Django web user interface for 
accessing GNU Mailman3' from 'ITP: mailman3-postorius -- Mailing list 
management system'

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



Bug#799283: ITP: mailman3-core -- Mailing list management system

2015-09-17 Thread Pierre-Elliott Bécue
Package: wnpp
Severity: wishlist
Owner: "Pierre-Elliott Bécue" 

* Package name: mailman3-core
  Version : 1.0.0
  Upstream Author : Barry Warsaw, Mark Sapiro, Aurélien Bompard, Florian Fuchs, 
Terri Oda, Stephen J. Turnbull, Abhilash Raj
* URL : http://list.org/
* License : LGPLv3
  Programming Lang: Python2
  Description : Official python bindings for mailman3-core REST API

This package would provide the client for REST API of mailman3-core. It
would depend on mailman3-core, and provide the other minimal part in
order to have mailman3 working correctly.

--

There is currenctly mailman2 in Debian archive, and I was considering
involve myself in packaging mailman3 suite, Mailman developers seems to
think that it is a pretty good idea, but they suggested me to wait 'till
mailman3-core version 3.1.0 is out.

I'm currently looking for some sponsorship as I'm not a Debian
Developer, nor used to build brand new packages. Since version 3.1 is
not released yet, I've some time to learn but I'll be happy to work with
people already used to packaging.

This bug report is CC-ed to Mailman for Debian team, as I do intend to
collaborate with them, I hope I'll make myself helpful.

This bug report will come with the others for the others components of
Mailman3 suite. I hope this is the good way of doing ITP



Bug#799287: ITP: mailman3-hyperkitty -- Mailing list management system

2015-09-17 Thread Pierre-Elliott Bécue
Package: wnpp
Severity: wishlist
Owner: "Pierre-Elliott Bécue" 

* Package name: mailman3-hyperkitty
  Version : 1.0.0
  Upstream Author : Barry Warsaw, Mark Sapiro, Aurélien Bompard, Florian Fuchs, 
Terri Oda, Stephen J. Turnbull, Abhilash Raj
* URL : http://list.org/
* License : GPLv3
  Programming Lang: Python2
  Description : Django app to access Mailman3 archives

Mailman3 comes as a suite of different components to provide modularity.
Hyperkitty is the web app to access archives.

--

It requires a specific mailman3 plugin to send the mails to HK in order
to have them archived.  This one will be packaged independently.

There is currenctly mailman2 in Debian archive, and I was considering
involve myself in packaging mailman3, Mailman developers seems to think
that it is a pretty good idea, but they suggested me to wait 'till 3.1.0
is out.

I'm currently looking for some sponsorship as I'm not a Debian Developer, nor
used to build brand new packages. Since 3.1 is not released yet, I've
some time to learn but I'll be happy to work with people already used to
packaging.

This bug report is CC-ed to Debian mailman team, as I do intend to
collaborate with them, I hope I'll be helpful.

This bug report will come with the others for the others components of
Mailman3 suite. I hope this is the good way of doing ITP

As it is a django using package, I don't know if there is specific
things to take care about. Please help me know.



Bug#799285: ITP: mailman3-core -- Mailing list management system

2015-09-17 Thread Geert Stappers
Control: retitle -1 mailman3-postorius -- Django web user interface for 
accessing GNU Mailman3

On Thu, Sep 17, 2015 at 04:34:45PM +0200, Pierre-Elliott Bécue wrote:
> Package: wnpp
> Severity: wishlist
> Owner: "Pierre-Elliott Bécue" 
> 
> * Package name: mailman3-postorius
>   Version : 1.0.1
>   Upstream Author : Anna Senarclens de Grancy, Benedict Stein, Barry Warsaw, 
> Mark Sapiro, Aurélien Bompard, Florian Fuchs, Terri Oda, Stephen J. Turnbull, 
> Abhilash Raj
> * URL : http://list.org/
> * License : GPLv3
>   Programming Lang: Python2
>   Description : Django web user interface for accessing GNU Mailman3
> 
> Mailman3 comes as a suite of many components. This one provides a django
> interface to access GNU Mailman3. It would be an administration
> interface, excluding archive access to mailing lists, which is a
> specific component.

The other components:
  http://bugs.debian.org/799281
  http://bugs.debian.org/799283
  http://bugs.debian.org/799287

Groeten
Geert Stappers
-- 
Leven en laten leven



Bug#799288: ITP: mailman3-hyperkitty-plugin -- Mailing list management system

2015-09-17 Thread Pierre-Elliott Bécue
Package: wnpp
Severity: wishlist
Owner: "Pierre-Elliott Bécue" 

* Package name: mailman3-hyperkitty-plugin
  Version : 1.0.0
  Upstream Author : Barry Warsaw, Mark Sapiro, Aurélien Bompard, Florian Fuchs, 
Terri Oda, Stephen J. Turnbull, Abhilash Raj
* URL : http://list.org/
* License : GPLv3
  Programming Lang: Python2
  Description : Mailman archiver plugin for HyperKitty

Mailman3 comes as a suite of components. Hyperkitty is the web app
designed to show archives. This plugin comes over mailman3-core and
makes it send emails to hyperkitty in order to have it archive them.

--

There is currenctly mailman2 in Debian archive, and I was considering
involve myself in packaging mailman3, Mailman developers seems to think
that it is a pretty good idea, but they suggested me to wait 'till 3.1.0
is out.

I'm currently looking for some sponsorship as I'm not a Debian Developer, nor
used to build brand new packages. Since 3.1 is not released yet, I've
some time to learn but I'll be happy to work with people already used to
packaging.

This bug report is CC-ed to Debian mailman team, as I do intend to
collaborate with them, I hope I'll be helpful.

This bug report will come with the others for the others components of
Mailman3 suite. I hope this is the good way of doing ITP



Bug#799061: ITP: open-isns -- Internet Storage Name Service server

2015-09-17 Thread Christian Seiler
On 09/15/2015 02:30 PM, Peter Pentchev wrote:
> Package: wnpp
> Severity: wishlist
> Owner: Peter Pentchev 
> 
> * Package name: open-isns
>   Version : 0.1.0~git2014.09.04.0.267d43d
>   Upstream Author : Olaf Kirch, Mike Christie 
> * URL : 
> http://www.example.org://github.com/mikechristie/open-isns 
> * License : LGPL-2.1+
>   Programming Lang: C
>   Description : Internet Storage Name Service server
> 
>  This is a partial implementation of iSNS, according to RFC4171.
>  It is useful for in large deployments with many iSCSI targets and
>  initiators, limiting the number of targets visible to any given
>  initiator as needed, and also automating the initial discovery and
>  any further configuration updates.

Thanks very much for doing this. Until recently open-isns was embedded
in open-iscsi, but a couple of months ago it was separated out - so
when Ritesh and I talked at DebConf about this (we both co-maintain
open-iscsi), we decided that we will need to package open-isns. What
kept us from filing an ITP is that we both haven't used iSNS so far,
and the open-iscsi package only uses the client library, we never built
the daemons - so we put the whole thing on the backburner.

So it's great that you want to package it, because we're going to need
it after the next release of open-iscsi, which will drop the embedded
copy and depend on open-isns. (It's already in the open-iscsi upstream
git repository.)

Since this is directly related to iSCSI and open-iscsi is going to
depend on it, would you consider co-maintaining the package together
with Ritesh and myself? We already have the pkg-iscsi-maintainers
project on alioth (including a mailing list), so the infrastructure
is already there.

Note that Mike Christie isn't the primary maintainer of open-isns
anymore, now it's Lee Duncan. See (at the very bottom):
https://github.com/gonzoleeman/open-isns/blob/master/README

The new "official" upstream repository is:
https://github.com/gonzoleeman/open-isns
(Instead of the original one by Mike Christie.)

Regards,
Christian



signature.asc
Description: OpenPGP digital signature


Bug#602905: marked as done (RFP: fonts-sil-gentium-plus -- extended Unicode smart)

2015-09-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Sep 2015 18:45:01 +0100
with message-id <20150917174501.ga5...@meegopad-debian.dazedgeek.com>
and subject line fonts-sil-gentiumplus was packaged
has caused the Debian Bug report #602905,
regarding RFP: fonts-sil-gentium-plus -- extended Unicode smart
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.)


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

* Package name: ttf-sil-gentium-plus
  Version : 1.502
  Upstream Author : Victor Gaultney, Annie Olsen, Iska Routamaa, SIL
font engineers, SIL International
* URL : http://scripts.sil.org/Gentium
* License : Open Font License 1.1
  Description : extended Unicode smart font family for
Latin/Greek/Cyrillic


Description:

Gentium ("belonging to the nations" in Latin) is a Unicode typeface
family designed to enable the many diverse ethnic groups around the
world who use the Latin script to produce readable, high-quality
publications. The design is intended to be highly readable, reasonably
compact, and visually attractive. Gentium has won a "Certificate of
Excellence in Typeface Design" in two major international typeface
design competitions: bukva:raz! (2001) and TDC2003 (2003).

Gentium Plus is based on the original Gentium design. However, it now
has the full OpenType and Graphite support that Doulos SIL and Charis
SIL contain — including full IPA support!

The goal for this product is to provide a single Unicode-based font
family that contains a comprehensive inventory of glyphs needed for
almost any Roman- or Cyrillic-based writing system, whether used for
phonetic or orthographic needs, and provide a matching Greek face. In
addition, there is provision for other characters and symbols useful to
linguists. This font makes use of state-of-the-art font technologies to
support complex typographic issues, such as the need to position
arbitrary combinations of base glyphs and diacritics optimally.

Work is ongoing to provide bold and bold-italic weights, as well as a
complete book-weight family.

The extended font sources are available in the source package and on the
project website. Webfont versions and examples are also available.










--- End Message ---
--- Begin Message ---
This ITP was duplicated in #747574 for the fonts-sil-gentiumplus package which 
was uploaded in 2014.

Daniel


signature.asc
Description: Digital signature
--- End Message ---


Bug#635902: ITP: fonts-sil-annapurnasil

2015-09-17 Thread Daniel Glassey
>Hi,
>
>I'm interested in packaging this software.
>I use the upstream font regularly and am familiar with Devanagari script very 
>well.
>
>I'm a beginner who has been creating Debian packages for personal use for a 
>while now,
>but I would need some guidance on how to proceed further.
>
>Thanks,
>--Parashara Kumar

Dear Parashara,

Thankyou for your offer to help. Would you still be interested in packaging the 
Annapurna font?

Most discussion about font packaging is on the 
pkg-fonts-de...@lists.alioth.debian.org mailing list.

Regards,
Daniel


signature.asc
Description: Digital signature


Bug#780482: ITP: fonts-sil-javanese

2015-09-17 Thread Daniel Glassey
You wrote:
>Javanese script was added to the Unicode Standard in October, 2009 with
>the release of version 5.2. [1]
>
>Recently, there is not any Javanese Unicode fonts in Debian / Ubuntu
>main repository yet. So here I suggest some of Javanese Unicode fonts to
>be packaged for Debian.
>
>The source for packaging is in:
>https://code.launchpad.net/~bedouin/+junk/carakan-fonts
>
>The license for each fonts is based on SIL Open Font License.
>
>[1] http://en.wikipedia.org/wiki/Javanese_script#Unicode

Dear slamet badwi,

Thankyou for your suggestion to packaga Javanese fonts.
Are you still interested in doing this?

I think the package name should be fonts-javanese. fonts-sil-javanese would 
mean that the organisation SIL has 
created the fonts.

The Debian Fonts Task Force  mailing 
list is where most discussion about 
font packaging happens.

Regards,
Daniel


signature.asc
Description: Digital signature


Bug#715426: Bug # 715426: Interested in getting this done

2015-09-17 Thread Roderick W. Smith
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I'm rEFInd's upstream maintainer and a Canonical employee, and I'm
interested in getting this packaged and the bug cleared.

I've done some Debian packaging, and in fact I've created an Ubuntu
PPA for rEFInd (see
https://launchpad.net/~rodsmith/+archive/ubuntu/refind), so much of
the technical work is already done. (I realize there will need to be
some changes for a package in Debian's main archive, though, such as a
change so that the installation script does not run automatically when
the package is installed.)

I'm less familiar with the procedures for adding a package to the
Debian archives, though. I'm reading up on this, but if somebody would
be willing to help guide me through the process, I'd appreciate
getting some help.

Thanks!

- -- 
Rod Smith
Server and Cloud Certification Engineer
rod.sm...@canonical.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.22 (GNU/Linux)

iQEcBAEBAgAGBQJV+yH7AAoJEFgyRI+V0FjmyVMH/A94tcfjwi2SJfoNcF2wsYNh
1Y0aoOuJXwQqJ76WITpIaJHb7dzSPFg/63LlI2c3wXNMFVg/mlJWwux3SkM+Tc1v
ibudZ/nO3C4iHw/+roMp/VBFXqjgaAUOiQwQqFhH0guQTZjECNUTJbwMK3/ileqh
qoi+5W9ih+ETg0I3GvCVcP8v+/36UcSosJsgzT10x2QRHe4S2iGxGBMui5QAJaJ+
TXdIuARG7d2nZ12cZ1OvtBDe4kAdWfpDaQZhrX7A4RLIXWl/9TeYvTy0afu2+fva
b7gRht3TdjDXUU1yV+rev9BYP3r1jR4pLDCymAnb4tNeKlCTYv8UTsR7yh9CzYY=
=1fEL
-END PGP SIGNATURE-



Bug#799331: RFP: linuxband -- GUI front-end for MMA (Musical MIDI Accompaniment)

2015-09-17 Thread Anthony Fok
Package: wnpp
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

* Package name: linuxband
  Version : 12.02.1
  Upstream Author : Ales Nosek 
* URL : http://linuxband.org/
* License : GPL-2+
  Programming Lang: Python, C
  Description : GUI front-end for MMA (Musical MIDI Accompaniment)

 LinuxBand is a GUI front-end for MMA (Musical MIDI Accompaniment). Type
 in the chords, choose the groove and LinuxBand will play a musical
 accompaniment for you.
 .
 It’s an open source alternative to Band-in-a-Box featuring:
 .
  * Easy to use graphical interface
  * Open and well-documented data format
  * Output to JACK Midi to facilitate co-operation with other audio
applications

Reasons for packaging:

 * A recent minor Chinese translation revision of "solfege" led me to
   "MMA - Musical MIDI Accompaniment", and the packaging of "mma"
   (see the ITP at #655441) led me to LinuxBand.

 * LinuxBand being an "open source alternative to Band-in-a-Box", a very
   popular application which my high school band had used years ago,
   piqued my interest.

Maintainership:

 * I have just uploaded "mma" in response to its ITP (#655441),
   but unfortunately I don't have time to work on LinuxBand right now,
   hence the RFP instead of an ITP.  Hope other volunteers will take up
   the challenge!

 * If no one else come forward, eventually I will come back to it
   and maintain it within the "Debian Multimedia Maintainers" team like
   how "mma" is/will be maintained

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJV+0BdAAoJEOolALQSxZrPik0P/233dIPycGzHbathHhOn+ojr
ljxJ2DrNvETgq3oLAqddxBXzUEYUxmS1II9c44FlshAsXi8KK7Kfu7MYWfc3GqiW
/QI5N+AgDxGEITig6R5zOd/04HJlUEjhNdResVC17FWjTDFkbUXKx9CQkrQZ2JuP
4aNXDJfbJuPvmC+OvDQ8okpcYJJTNIp+WcKrGhm1F0IU5fm3Xs8U83QzTGPZ52zA
4zIPc5EniwRbxIA1tDZj4eZMmDBPdiGsoGQXNxnQoHnjKEZv1tBhJ/EPk+lpk9XC
8TZ8NWK/a8vfct4dSYW8foGp7dcDMmEDmpDxh0Q1GAG5yBGPi4cQpvVKtZVyadT+
k4xP8AL9gEOl4xOsUcgaLlg2ctLixfylzuqFgK2qIi/eEdFbXq2pBPkFEgpgZ8Ey
N2LROX4Ld4T0g5qbCo8VJs4rA902pj0lETS345I0VpVNhR26JgInR+il7iH0dzG6
VL4Q71uCRSZXzXe5etBY8saxkc0ZtnZ+AdyktZ5CoOyYmmhUtkVHkFanAwLpYey3
dXwTz1F9zFhub8m3TTLa6ME+PDw3ObrHD0I+sBkQjzALiSy5LB4Cc6vb+OC5M3Qo
UXK16W6AGwOe6UgISgLED8awpz514qpF82iBNe6gJCUVkb0R9kqouf3OKPLnDq3V
qcPgRKCuSopbJKD1fNIk
=rCOp
-END PGP SIGNATURE-



Bug#757746: Are there any plans with this package?

2015-09-17 Thread Eliezer Croitoru

Are there any plans with this package?
Will anyone review this package and what are the terms to make it into 
some debian packaging tree?


Thanks,
Eliezer



Bug#707122: marked as done (ITA: hsqldb -- Java SQL database engine)

2015-09-17 Thread Debian Bug Tracking System
Your message dated Fri, 18 Sep 2015 04:48:43 +
with message-id 
and subject line Bug#707122: fixed in hsqldb 2.3.3+dfsg-1
has caused the Debian Bug report #707122,
regarding ITA: hsqldb -- Java SQL database engine
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.)


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

I intend to orphan the hsqldb package.

Description-en: Java SQL database engine
 HSQLDB is an SQL relational database engine written in Java.  It has a
 JDBC driver and supports a rich subset of SQL-92 (BNF tree format) plus
 SQL:1999 and SQL:2003 enhancements.  It offers a small, fast database
 engine that offers both in-memory and disk-based tables.  Embedded and
 server modes are available.  Additionally, it includes tools such as a
 minimal web server, in-memory query and management tools (can be run as
 applets), and a number of demonstration examples.

LO switched to a "new" libhsqldb1.8.0-java whereas libhsqldb-java itself
was updated to 2.2.9 to have the "standard" version not be completely
ancient. That means, though, that I don't have any interest in libhsqldb-java
anymore

Regards,

Rene
--- End Message ---
--- Begin Message ---
Source: hsqldb
Source-Version: 2.3.3+dfsg-1

We believe that the bug you reported is fixed in the latest version of
hsqldb, 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 707...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Markus Koschany  (supplier of updated hsqldb 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: Fri, 18 Sep 2015 00:21:01 +0200
Source: hsqldb
Binary: libhsqldb-java libhsqldb-java-doc hsqldb-utils
Architecture: source all
Version: 2.3.3+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Markus Koschany 
Description:
 hsqldb-utils - Java SQL database engine (utilities)
 libhsqldb-java - Java SQL database engine
 libhsqldb-java-doc - documentation for HSQLDB
Closes: 707122 708118 720142
Changes:
 hsqldb (2.3.3+dfsg-1) unstable; urgency=medium
 .
   * New upstream release.
   * Build-Depend on default-jdk and depend on
 default-jre-headless | default-jre where appropriate. Switch to
 libservlet3.1-java.
 Thanks to James Page for the report and patch. (Closes: #708118)
   * New maintainer Debian Java Team. Add myself as Uploader. (Closes: #707122)
   * hsqldb-utils: Fix all command line tools by providing the correct
 classpath. Drop querytool. It is gone.
 Thanks to Roland Hieber for the report and patch. (Closes: #720142)
   * debian/rules: Add get-orig-source target.
   * Use compat level 9 and require debhelper >= 9.
   * Add Homepage field.
   * Move the package to Git.
   * Declare compliance with Debian Policy 3.9.6.
   * Drop README.maintainer and README.source. We provide a get-orig-source
 target now which removes all pre-built jar files.
   * Switch to source format 3.0 (quilt).
   * Rebase use-system-servlet.jar.patch.
   * Remove auto-generated libhsqldb-java-gcj.substvar file.
   * Switch to copyright format 1.0.
   * Improve debian/watch and mangle the version correctly.
   * libhsqldb-java: Remove Suggests java-virtual-machine.
   * Remove all Conflicts, Replaces and Provides fields.
 These control fields are obsolete in Stretch now.
   * Drop libhsqldb-java-doc.links. It was not useful and the symlink
 pointed to the wrong directory.
   * Install hsqldb/doc-src/changelist_2_0.txt as upstream changelog.
   * Drop obsolete debian/etc directory with configuration files for the server.
Checksums-Sha1:
 5342a13c9464afe52ec1aa8a13be28979b7cc13e 2116 hsqldb_2.3.3+dfsg-1.dsc
 6fed78349cfc403e07048e656087fd72416211ea 3400912 hsqldb_2.3.3+dfsg.orig.tar.xz
 f3fe3c26ba1a246480cd9f77bc56f1e2176a7dcc 10236 
hsqldb_2.3.3+dfsg-1.debian.tar.xz
 68fbc74800c5cba9a64e39d2a550fcd5120508cb 17728 
hsqldb-utils_2.3.3+dfsg-1_all.deb