Bug#812174: ITP: letsencrypt-sh -- ACME client implemented in Bash

2016-03-27 Thread Daniel Beyer
Hi Mattia,

thanks a lot for pushing this ITP.

On Sat, 2016-03-26 at 21:07 +, Mattia Rizzolo wrote:
> On Thu, Jan 21, 2016 at 08:10:13AM +0100, Daniel Beyer wrote:
> > * Package name: letsencrypt-sh
> 
> Is there a good reason not to call this package 'letsencrypt.sh', with a
> dot, as the official name?
> 

No, there is no good reason for it. I wrongly thought a dot in a package
name is not permitted. Let's name it letsencrypt.sh.

> 
> Anyway, this email was to ask how it's going with this.

Since I needed it, I made some initial packaging [1] on GitHub, which
fit my needs right know. It of course need some more work to get it
ready for Debian (e.g. it needs to be rebased against upstream's v0.1.0
and the repo should be moved to anonscm.d.o).


> It should be a
> fairly simple package, and I'm quite interested in it (can also sponsor
> it or help to comaintain it, as you like, if you need it!).
> 

I might have overcomplicated things a bit with the current packaging
approach (e.g. providing apache configuration). You might want to take a
look yourself and share your thoughts.
If you're up for it, I gratefully would like to accept your offer to
co-maintain this package. Additionally it might be worth to ask having
it under the umbrella of Debian Let's Encrypt [2].

Let me know if you think we can base our work on what I've done so far,
or if we instead should make a fresh start.

Greetings
Daniel


[1] https://github.com/ymc/letsencrypt.sh
[2] 
https://qa.debian.org/developer.php?login=letsencrypt-devel%40lists.alioth.debian.org



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


Bug#812174: Update #812174: Updated wnpp info

2016-03-27 Thread Daniel Beyer
Package: wnpp
Severity: wishlist
Owner: Daniel Beyer 


* Package name: letsencrypt.sh
  Version : 0.1.0
  Upstream Author : Lukas Schauer 
* URL : https://github.com/lukas2511/letsencrypt.sh
* License : Expat
  Programming Lang: Bash
  Description : ACME client implemented in Bash

The letsencrypt.sh ACME client allows signing certificates with an
ACME server, like the one provided by the Let’s Encrypt certificate
authority (letsencrypt.org). It is implemented as a relatively simple
Bash script, which uses curl to communicate with the ACME server and
OpenSSL to deal with keys, sign requests and certificates.
.
The ACME (Automated Certificate Management Environment) protocol makes
it possible to automatically obtain browser-trusted certificate.


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


Processed: Update #812174: summary, title

2016-03-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 812174 letsencrypt.sh -- ACME client implemented in Bash
Bug #812174 [wnpp] ITP: letsencrypt-sh -- ACME client implemented in Bash
Changed Bug title to 'letsencrypt.sh -- ACME client implemented in Bash' from 
'ITP: letsencrypt-sh -- ACME client implemented in Bash'
> summary 812174 20
Summary recorded from message bug 812174 message 20
> Thanks
Stopping processing here.

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



Processed: ITP: libtext-xslate-perl -- High-performance, scalable template engine for Perl 5

2016-03-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 654778 ITP: libtext-xslate-perl -- High-performance, scalable 
> template engine for Perl 5
Bug #654778 [wnpp] RFP: libtext-xslate-perl -- High-performance, scalable 
template engine for Perl 5
Changed Bug title to 'ITP: libtext-xslate-perl -- High-performance, scalable 
template engine for Perl 5' from 'RFP: libtext-xslate-perl -- High-performance, 
scalable template engine for Perl 5'
> owner 654778 Nick Morrott 
Bug #654778 [wnpp] ITP: libtext-xslate-perl -- High-performance, scalable 
template engine for Perl 5
Owner recorded as Nick Morrott .
> quit
Stopping processing here.

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



Bug#819355: ITP: augustus -- gene prediction in eukaryotic genomes

2016-03-27 Thread Sascha Steinbiss
Package: wnpp
Severity: wishlist
Owner: Sascha Steinbiss 

* Package name: augustus
  Version : 3.2.1
  Upstream Author : Lizzy Gerischer, Oliver Keller, Stefanie König, Lars 
Romoth, Mario Stanke 
* URL : http://bioinf.uni-greifswald.de/augustus/ 
* License : Artistic
  Programming Lang: C++
  Description : gene prediction in eukaryotic genomes

AUGUSTUS is a software for gene prediction in eukaryotic genomic sequences
that is based on a generalized hidden Markov model, which is a probabilistic
model of a sequence and its gene structure. After learning gene structures
from a reference annotation, AUGUSTUS uses the HMM to recognize genes in a new
sequence and annotates it with the regions of identified genes. External hints,
e.g. from RNA sequencing, EST or protein alignments etc. can be used to guide
and improve the gene finding process. The result is the set of most likely gene
structures that comply with all given user constraints, if such gene
structures exist.
AUGUSTUS already includes prebuilt HMMs for many species, as well as scripts
to train custom models using annotated genomes.

This package will be maintained under the umbrella of the Debian Med
Packaging Team.



Bug#812174: ITP: letsencrypt-sh -- ACME client implemented in Bash

2016-03-27 Thread Mattia Rizzolo
Control: retitle -1 ITP: letsencrypt.sh -- ACME client implemented in Bash

On Sun, Mar 27, 2016 at 01:01:18PM +0200, Daniel Beyer wrote:
> On Sat, 2016-03-26 at 21:07 +, Mattia Rizzolo wrote:
> > On Thu, Jan 21, 2016 at 08:10:13AM +0100, Daniel Beyer wrote:
> > > * Package name: letsencrypt-sh
> > 
> > Is there a good reason not to call this package 'letsencrypt.sh', with a
> > dot, as the official name?
> 
> No, there is no good reason for it. I wrongly thought a dot in a package
> name is not permitted. Let's name it letsencrypt.sh.

Cool, let's change it ;) (I retitled the ITP here)

> > Anyway, this email was to ask how it's going with this.
> 
> Since I needed it, I made some initial packaging [1] on GitHub, which
> fit my needs right know. It of course need some more work to get it
> ready for Debian (e.g. it needs to be rebased against upstream's v0.1.0
> and the repo should be moved to anonscm.d.o).

I'd be very happy to do some work and have you review it and see if it
fits your needs and likings.

Two things I'd do include using an apache2 configuration snippet (to go
in /etc/apache2/conf.available) instead of a fake virtual host in
/etc/apache2/sites.available.

Another is to install the full config snippet provided by upstream in
/usr/share/letsencrypt.sh/examples and install our version in /etc/ from
a static copy kept in debian/ instead of patching upstream's config.sh.

> > It should be a
> > fairly simple package, and I'm quite interested in it (can also sponsor
> > it or help to comaintain it, as you like, if you need it!).
> 
> I might have overcomplicated things a bit with the current packaging
> approach (e.g. providing apache configuration). You might want to take a
> look yourself and share your thoughts.

I like that you're providing a easy snippet of conf to easily set up
apache to do

> If you're up for it, I gratefully would like to accept your offer to
> co-maintain this package. Additionally it might be worth to ask having
> it under the umbrella of Debian Let's Encrypt [2].

Yes, that's a great idea.  I'm CCing letsencrypt-devel.  I asked
hlieberman via IRC if this would be ok for him, but he hasn't replied
yet.
If this is Ok for the letsencrypt team, would you be ok to add myself
(user: mattia) and Daniel Beyer (that I guess is dabe-guest on alioth)
to the team?

> Let me know if you think we can base our work on what I've done so far,
> or if we instead should make a fresh start.

If think your work is great :)

If you are ok, I'd start working on a clone of this and see what you
think of it; it really won't need much!

-- 
regards,
Mattia Rizzolo

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


signature.asc
Description: PGP signature


Processed: Re: Bug#812174: ITP: letsencrypt-sh -- ACME client implemented in Bash

2016-03-27 Thread Debian Bug Tracking System
Processing control commands:

> retitle -1 ITP: letsencrypt.sh -- ACME client implemented in Bash
Bug #812174 [wnpp] letsencrypt.sh -- ACME client implemented in Bash
Changed Bug title to 'ITP: letsencrypt.sh -- ACME client implemented in Bash' 
from 'letsencrypt.sh -- ACME client implemented in Bash'

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



Bug#819363: ITP: r-cran-shiny -- GNU R web application framework

2016-03-27 Thread Andreas Tille
Package: wnpp
Severity: wishlist
Owner: Andreas Tille 

* Package name: r-cran-shiny
  Version : 0.13.1
  Upstream Author : Winston Chang  and others
* URL : https://cran.r-project.org/web/packages/shiny/
* License : MIT
  Programming Lang: GNU R
  Description : GNU R web application framework
 Makes it incredibly easy to build interactive web applications with R.
 Automatic "reactive" binding between inputs and outputs and extensive
 pre-built widgets make it possible to build beautiful, responsive, and
 powerful applications with minimal effort.


Remark: This package is part of a pyramid of dependencies required for
the final target r-cran-treescape and will be maintained by the Debian
Med team at
   https://anonscm.debian.org/git/debian-med/r-cran-shiny.git



Bug#819363: ITP: r-cran-shiny -- GNU R web application framework

2016-03-27 Thread Geert Stappers
On Sun, Mar 27, 2016 at 05:15:31PM +0200, Andreas Tille wrote:
> 
> Remark: This package is part of a pyramid of dependencies required for
> the final target r-cran-treescape and will be maintained by the Debian
> Med team at
>https://anonscm.debian.org/git/debian-med/r-cran-shiny.git
> 

Hi,

According https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808142
is r-cran-httpuv -- GNU R package of HTTP and WebSocket Server Library
being maintained using debian-science's git at Alioth, at
http://anonscm.debian.org/gitweb/?p=debian-science/packages/r-cran-httpuv.git /
git://anonscm.debian.org/debian-science/packages/r-cran-httpuv.git .


Groeten
Geert Stappers
-- 
Leven en laten leven



Bug#819366: RFA: filepp -- generic perl-based file pre-processor for text files

2016-03-27 Thread Christoph Haas
Package: wnpp
Severity:normal

The package needs minor fixes. I'm willing to sponsor uploads if
required. There have not been any updates of the upstream software in years.

Only 15 people have reportedly installed the package. So if nobody is
willing to adopt this package I will consider having it removed from Debian.



signature.asc
Description: OpenPGP digital signature


Bug#812565: marked as done (ITP: golang-github-natefinch-v2 -- Go package for writing logs to rolling files)

2016-03-27 Thread Debian Bug Tracking System
Your message dated Sun, 27 Mar 2016 17:00:20 +
with message-id 
and subject line Bug#812565: fixed in golang-gopkg-natefinch-lumberjack.v2 
0.0~git20151013.600ceb4-1
has caused the Debian Bug report #812565,
regarding ITP: golang-github-natefinch-v2 -- Go package for writing logs to 
rolling files
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.)


-- 
812565: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812565
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
X-Debbugs-CC: debian-de...@lists.debian.org, 
pkg-go-maintain...@lists.alioth.debian.org
Package: wnpp
Severity: wishlist
Owner: Tim Potter 

* Package name: golang-github-natefinch-lumberjack-v2
 Version : 0.0~git20151013.600ceb4-1
 Upstream Author : Nate Finch
* URL : https://github.com/natefinch/lumberjack
* License : Expat
 Programming Lang: Go
 Description : Go package for writing logs to rolling files

 Lumberjack is intended to be one part of a logging infrastructure.
 It is not an all-in-one solution, but instead is a pluggable component
 at the bottom of the logging stack that simply controls the files
 to which logs are written.
 .
 Lumberjack plays well with any logging package that can write to
 an io.Writer, including the standard library's log package.
 .
 Lumberjack assumes that only one process is writing to the output
 files. Using the same lumberjack configuration from multiple processes
 on the same machine will result in improper behaviour.
.
This is version v2 of the lumberjack package.


signature.asc
Description: Message signed with OpenPGP using GPGMail
--- End Message ---
--- Begin Message ---
Source: golang-gopkg-natefinch-lumberjack.v2
Source-Version: 0.0~git20151013.600ceb4-1

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

Debian distribution maintenance software
pp.
Tim Potter  (supplier of updated 
golang-gopkg-natefinch-lumberjack.v2 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, 27 Mar 2016 12:17:10 +1100
Source: golang-gopkg-natefinch-lumberjack.v2
Binary: golang-gopkg-natefinch-lumberjack.v2-dev
Architecture: source all
Version: 0.0~git20151013.600ceb4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Tim Potter 
Description:
 golang-gopkg-natefinch-lumberjack.v2-dev - Go package for writing logs to 
rolling files
Closes: 812565
Changes:
 golang-gopkg-natefinch-lumberjack.v2 (0.0~git20151013.600ceb4-1) unstable; 
urgency=medium
 .
   * Initial release (Closes: #812565)
Checksums-Sha1:
 ccf9eb04a5d01a1297ffcbc5180fa753b1b8a7f8 2484 
golang-gopkg-natefinch-lumberjack.v2_0.0~git20151013.600ceb4-1.dsc
 4f94ed878f9854990c8392830d17ffc1f9babfce 10601 
golang-gopkg-natefinch-lumberjack.v2_0.0~git20151013.600ceb4.orig.tar.gz
 42244b6a9cbd2864bb9e91c3905599a87bb3c7be 2792 
golang-gopkg-natefinch-lumberjack.v2_0.0~git20151013.600ceb4-1.debian.tar.xz
 60266a506922755ce0a4d71533af4c152c8b7bdd 10950 
golang-gopkg-natefinch-lumberjack.v2-dev_0.0~git20151013.600ceb4-1_all.deb
Checksums-Sha256:
 9fbc4d0dbaffc0a3eb06f7d2864016fee3cb17d423e9846d16100891fc4a927b 2484 
golang-gopkg-natefinch-lumberjack.v2_0.0~git20151013.600ceb4-1.dsc
 7820e019ae66a2742d36c01e33531a1c3395abc28e68b658e715ccb1561036f3 10601 
golang-gopkg-natefinch-lumberjack.v2_0.0~git20151013.600ceb4.orig.tar.gz
 788c4ac2c83b7a15f8c3fb41570f765f617113b3540a5e7fd50e33a64ad3285e 2792 
golang-gopkg-natefinch-lumberjack.v2_0.0~git20151013.600ceb4-1.debian.tar.xz
 fb66b5b8fff901bdabb00f4dbb5a69bd1b58b15adea3bdd6d3ea4a533c4c0209 10950 
golang-gopkg-natefinch-lumberjack.v2-dev_0.0~git20151013.600ceb4-1_all.deb
Files:
 00595666c0ce85e0bb13bc943cd21b0d 2484 devel extra 
golang-gopkg-natefinch-lumberjack.v2_0.0~git20151013.600ceb4-1.dsc
 a6bc0411b6b23e21bc30efe833c8f0a5 10601 devel extra 
golang-gopkg-natefinch-lumberjack.v2_0.0~git20151013.600ceb4.orig.tar.gz
 29e79940d94a726498c92e3aa85e15bd 2792 devel extra 
golang-gopkg-natefinch-lumberjack.v2_0.0~git20151013.600c

Bug#813896: marked as done (ITP: python-asdf -- Python package to handle Advanced Scientific Data Format files)

2016-03-27 Thread Debian Bug Tracking System
Your message dated Sun, 27 Mar 2016 17:00:22 +
with message-id 
and subject line Bug#813896: fixed in python-asdf 1.1.0-1
has caused the Debian Bug report #813896,
regarding ITP: python-asdf -- Python package to handle Advanced Scientific Data 
Format files
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.)


-- 
813896: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813896
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Owner: Ole Streicher 
Severity: wishlist
X-Debbugs-Cc: 
debian-de...@lists.debian.org,debian-as...@lists.debian.org,debian-pyt...@lists.debian.org

* Package name: asdf
  Version : 1.0.1
  Upstream Author : Erik Bray, Michael Droettboom
* URL : https://github.com/spacetelescope/pyasdf
* License : BSD
  Programming Lang: Python
  Description : Python tools to handle ASDF files
 ASDF (Advanced Scientific Data Format) is a proposed 
 next generation interchange format for scientific data.

This package will maintained within the Debian Astronomy Working Group.
A git repository is created on alioth [1].

Best regards

Ole

[1] https://anonscm.debian.org/cgit/debian-astro/packages/asdf.git
--- End Message ---
--- Begin Message ---
Source: python-asdf
Source-Version: 1.1.0-1

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

Debian distribution maintenance software
pp.
Ole Streicher  (supplier of updated python-asdf 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: Thu, 03 Mar 2016 22:10:11 +0100
Source: python-asdf
Binary: python-asdf python3-asdf python-asdf-doc asdftool
Architecture: source all
Version: 1.1.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Astronomy Team 

Changed-By: Ole Streicher 
Description:
 asdftool   - Command line tool to manipulate ASDF scientific data files
 python-asdf - Python library for the Advanced Scientific Data Format
 python-asdf-doc - Python library for the Advanced Scientific Data Format 
(documenta
 python3-asdf - Python 3 library for the Advanced Scientific Data Format
Closes: 813896
Changes:
 python-asdf (1.1.0-1) unstable; urgency=low
 .
   * Initial release. (Closes: #813896)
Checksums-Sha1:
 4a082c36974b181a9d33d54617ad2505fcae18cf 2572 python-asdf_1.1.0-1.dsc
 728fed7bad1edeba09097a5f6f01b3984403daf5 309611 python-asdf_1.1.0.orig.tar.gz
 53e88c1d1811e9e48337ad54f4fdc57c462a7c21 6976 python-asdf_1.1.0-1.debian.tar.xz
 ed35c545b140944bf9667935957eb38c825ad0c0 6546 asdftool_1.1.0-1_all.deb
 aba44201f883a2cc87cad32468b8e42db012b43f 87258 python-asdf-doc_1.1.0-1_all.deb
 b8a5840fe6aab28fe946c5857a18e1d6bfecbd3d 121110 python-asdf_1.1.0-1_all.deb
 f2c0356aef49a7a919fbb76ed464847cd021e7a5 121444 python3-asdf_1.1.0-1_all.deb
Checksums-Sha256:
 f61b3c17f25dc90eb54044cd3b5febdb57f14badcefb0555f668bb4d800c0bd1 2572 
python-asdf_1.1.0-1.dsc
 636bf623663b51b93b4c108a10cbc1ae9caaf667c98fcb83a29b0be6c4936e0d 309611 
python-asdf_1.1.0.orig.tar.gz
 d883fab11cd950d8cd371520c7a7877646e4fb10da029abcbd308a12724bb684 6976 
python-asdf_1.1.0-1.debian.tar.xz
 cf643bcd413211bd8dd04ad8ece9e4c1d96786a822c1ca7e88d17dbdfe12c956 6546 
asdftool_1.1.0-1_all.deb
 3f10a83db0a168fc98418095d9b98ff895ea8dcdab04b078402aac3754955e56 87258 
python-asdf-doc_1.1.0-1_all.deb
 ddccbaa50b4371c0f80abe10e87f3e17edcba79f162821e5bf62792e647afa4f 121110 
python-asdf_1.1.0-1_all.deb
 df64cad3451539b1bfec3c7ed9c6b654bdabe793ae32b340a9fd6885eff8b80c 121444 
python3-asdf_1.1.0-1_all.deb
Files:
 0721a021fea853ed80f3ec2e53b55080 2572 python optional python-asdf_1.1.0-1.dsc
 26a1141267fa36940f6fd5921a406ca5 309611 python optional 
python-asdf_1.1.0.orig.tar.gz
 1c75d33597749b523eb6101a9d43c5a1 6976 python optional 
python-asdf_1.1.0-1.debian.tar.xz
 8483b2a2586974d8b4204282a55c166c 6546 science optional asdftool_1.1.0-1_all.deb
 550b2393dfe92ec3bb3383b6818c2ace 87258 doc optional 
python-asdf-doc_1.1.0-1_all.deb
 2169fccd34c53737442c18bfce3e963d 121110 python optional 
python-asdf_1.1.0-1_all.deb
 8145a70f47aa4fe4e1ee81e9ec6f5ea3 121444 python optio

Bug#817095: marked as done (ITP: golang-github-alecthomas-units -- Go package for parsing byte units)

2016-03-27 Thread Debian Bug Tracking System
Your message dated Sun, 27 Mar 2016 17:00:19 +
with message-id 
and subject line Bug#817095: fixed in golang-github-alecthomas-units 
0.0~git20151022.0.2efee85-1
has caused the Debian Bug report #817095,
regarding ITP: golang-github-alecthomas-units -- Go package for parsing byte 
units
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.)


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

* Package name: golang-github-alecthomas-units
  Version : 0.0~git20151022.0.2efee85
  Upstream Author : Alec Thomas
* URL : https://github.com/alecthomas/units
* License : Expat
  Programming Lang: Go
  Description : Go package for parsing byte units

This package provides multipliers and string conversion functions
for byte units with support for decimal and binary SI prefixes.

This package will be maintained by the Debian Go team (Cc'ed).
--- End Message ---
--- Begin Message ---
Source: golang-github-alecthomas-units
Source-Version: 0.0~git20151022.0.2efee85-1

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

Debian distribution maintenance software
pp.
Peter Colberg  (supplier of updated 
golang-github-alecthomas-units 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, 27 Mar 2016 17:28:56 +1100
Source: golang-github-alecthomas-units
Binary: golang-github-alecthomas-units-dev
Architecture: source all
Version: 0.0~git20151022.0.2efee85-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Peter Colberg 
Description:
 golang-github-alecthomas-units-dev - Go package for parsing byte units
Closes: 817095
Changes:
 golang-github-alecthomas-units (0.0~git20151022.0.2efee85-1) unstable; 
urgency=medium
 .
   * Initial release (Closes: #817095)
Checksums-Sha1:
 2c954267fce72a47ba968f9cc64744738d50ee5d 2412 
golang-github-alecthomas-units_0.0~git20151022.0.2efee85-1.dsc
 e03748ab6270f1f8febead4a43edf255ea15be84 3456 
golang-github-alecthomas-units_0.0~git20151022.0.2efee85.orig.tar.gz
 94fb18b47df3b3cf63a7412c82d3ef26c0e35a2c 2428 
golang-github-alecthomas-units_0.0~git20151022.0.2efee85-1.debian.tar.xz
 0801521213ddceeb2c96c1394e6045acbcaec9c3 5348 
golang-github-alecthomas-units-dev_0.0~git20151022.0.2efee85-1_all.deb
Checksums-Sha256:
 c43352f52be8b211c70017dddb86570a648b202e17bf6bd7fe6c431a2e49b93d 2412 
golang-github-alecthomas-units_0.0~git20151022.0.2efee85-1.dsc
 630168cdb5e00d0e04eb1cdf9bbb41a156394b05f6db1b62066cf366ebd87e46 3456 
golang-github-alecthomas-units_0.0~git20151022.0.2efee85.orig.tar.gz
 f9a2b77a81f3f28315c58f49080e2e775eb2e5988d6c85264be410d44ff8b988 2428 
golang-github-alecthomas-units_0.0~git20151022.0.2efee85-1.debian.tar.xz
 3b3bc0732602064db6f4605642de66c07f601fecc58afb0547d2ea932e32925e 5348 
golang-github-alecthomas-units-dev_0.0~git20151022.0.2efee85-1_all.deb
Files:
 923f1da6d3603c0167190c97bfae 2412 devel extra 
golang-github-alecthomas-units_0.0~git20151022.0.2efee85-1.dsc
 8a5f2f5e8a45469d8584b367181b6644 3456 devel extra 
golang-github-alecthomas-units_0.0~git20151022.0.2efee85.orig.tar.gz
 f2ca42a5f3150be32e5804f96cfb6418 2428 devel extra 
golang-github-alecthomas-units_0.0~git20151022.0.2efee85-1.debian.tar.xz
 2cf95bac28b01be73c014ac8175280f8 5348 devel extra 
golang-github-alecthomas-units-dev_0.0~git20151022.0.2efee85-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJW933pAAoJEFK2u9lTlo0bR3oP/j4TVl4DqUNDSUPNLRc+TRpO
MGr4y5PLCaziitp2K4Oug8uLR9BnltAza9iKNk37kZ5MfpCsrasyz+mdvVSIEeRX
yIya7YoHbZ7HOmsGawkUX8XD04SMiabCvXAsocNTvAh/fyU9wQ/nhTQF/yc76AZ7
AeAOXrf3app6yDtNOiURBFKc3GF0WrWzZZIx9EfT8c7m6yWlFWDF5ye1+ocFZNdq
FKI48AxUNoOahOFMOH3wtn6HqHWoLOHGHS8qAN19Xfzl8FM0mFF2sDV6AzOuTDIl
SBTcuLEmUXdcpvG1GJWe97d59CWFqhDUXqPOK0YyXF8GhdwEoAESmcA6nXU0asje
oq/vwnqcGsh0ZL3VNmsD9wGJmUQ/7nR0aWv7ADNc4YV1KqEeUfRquHCzMbbKB+tX
AWtd1GT+nMs0MddiFs3t8SZzoQVivlC6cC7qfOZ690zwy

Bug#616447: Removal?

2016-03-27 Thread Christoph Haas
I haven't had a sponsorship request and Michael's offer is two years old
(as is his last commit to his repository). So I'm considering to have
"fyre" removed from Debian.



signature.asc
Description: OpenPGP digital signature


Processed (with 3 errors): ITP: python-snowballstemmer -- pure Python stemming library

2016-03-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 803085 ITP: python-snowballstemmer -- pure Python stemming library
Bug #803085 [wnpp] RFP: python-snowballstemmer -- pure Python stemming library
Changed Bug title to 'ITP: python-snowballstemmer -- pure Python stemming 
library' from 'RFP: python-snowballstemmer -- pure Python stemming library'
> owner 803085 !
Bug #803085 [wnpp] ITP: python-snowballstemmer -- pure Python stemming library
Owner recorded as Josue Ortega .
> ---
Unknown command or malformed arguments to command.
> Josue Ortega
Unknown command or malformed arguments to command.
> http://josueortega.org
Unknown command or malformed arguments to command.
>
End of message, stopping processing here.

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



Bug#796332: marked as done (ITP: node-through -- Create a ReadableWritable stream - Node.js module)

2016-03-27 Thread Debian Bug Tracking System
Your message dated Sun, 27 Mar 2016 20:08:09 +0200 (CEST)
with message-id 

and subject line manually closing this bug
has caused the Debian Bug report #796332,
regarding ITP: node-through -- Create a ReadableWritable stream - Node.js module
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.)


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

Package name: node-through
Version: 2.3.8
Upstream Author: Dominic Tarr
URL: https://github.com/dominictarr/through
License: Apache-2 or Expat
Description:
 through is a Node.js module that can easily create a Stream that is
 both readable and writable.  It automatically takes care of pause and
 resume logic, and exposes tools to help manage flow.

--
Harlan Lieberman-Berg
~hlieberman
--- End Message ---
--- Begin Message ---
Manually closing this bug as I (accidentally) uploaded the package 
meanwhile -> https://tracker.debian.org/pkg/node-through


  Thorsten--- End Message ---


Bug#819380: RFP: stormlib -- Library for accessing the MPQ archives

2016-03-27 Thread Pali Rohár
Package: wnpp
Severity: wishlist

* Package name: stormlib
  Version : 9.20
  Upstream Author : Ladislav Zezula 
* URL : http://www.zezula.net/en/mpq/stormlib.html
* License : MIT
  Programming Lang: C++
  Description : Library for accessing the MPQ archives

The StormLib library is a pack of modules, written in C++, which are able to
read and also to write files from/to the MPQ archives.



Processed: block 633931 with 819380

2016-03-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 633931 with 819380
Bug #633931 [wnpp] RFP: smpq -- StormLib MPQ archiving utility
633931 was not blocked by any bugs.
633931 was not blocking any bugs.
Added blocking bug(s) of 633931: 819380
> thanks
Stopping processing here.

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



Bug#819382: RFP: sconcho -- sconcho is a program for designing knitting patterns

2016-03-27 Thread Mussu Mussukkainen
Package: wnpp
Severity: wishlist

* Package name: sconcho
  Version : 0.2.0_b6
  Upstream Author : Markus Dittrich 
* URL : https://github.com/haskelladdict/sconcho/
* License : (GPL3)
  Programming Lang: (Python)
  Description : sconcho is a program for designing knitting patterns


sconcho is a knitting software for creating professional knitting charts.
With sconcho you can

  - generate knitting charts using an intuitive graphical user interface
  - save your charts and then edit or change them at a later time or
share them with other sconcho users
  - export your charts in a variety of image formats (jpg, png, pdf, ...)
or print them to a printer
  - easily add your own custom knitting symbols to supplement sconcho's
large knitting symbol library

As far as I know there are no other packages in Debian that provide
similar functionality.



Bug#474230: my dear

2016-03-27 Thread gloria
Hello Dear
I sent a letter but got no reply  from you. Did you receive my
previous mail please i wait to read your mail soon on my email address
at ( gloriabikom...@gmail.com ) respond to me



Processed: owner 819380

2016-03-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> owner 819380 pali.ro...@gmail.com
Bug #819380 [wnpp] RFP: stormlib -- Library for accessing the MPQ archives
Owner recorded as pali.ro...@gmail.com.
> thanks
Stopping processing here.

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



Processed: retitle 819380 to ITP: stormlib -- Library for accessing the MPQ archives

2016-03-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 819380 ITP: stormlib -- Library for accessing the MPQ archives
Bug #819380 [wnpp] RFP: stormlib -- Library for accessing the MPQ archives
Changed Bug title to 'ITP: stormlib -- Library for accessing the MPQ archives' 
from 'RFP: stormlib -- Library for accessing the MPQ archives'
> thanks
Stopping processing here.

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



Processed: retitle 633931 to ITP: smpq -- StormLib MPQ archiving utility

2016-03-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 633931 ITP: smpq -- StormLib MPQ archiving utility
Bug #633931 [wnpp] RFP: smpq -- StormLib MPQ archiving utility
Changed Bug title to 'ITP: smpq -- StormLib MPQ archiving utility' from 'RFP: 
smpq -- StormLib MPQ archiving utility'
> thanks
Stopping processing here.

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



Processed: owner 633931

2016-03-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> owner 633931 !
Bug #633931 [wnpp] RFP: smpq -- StormLib MPQ archiving utility
Owner recorded as Pali Rohár .
> thanks
Stopping processing here.

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



Bug#819389: ITP: r-cran-bh -- GNU R package with Boost headers

2016-03-27 Thread Dirk Eddelbuettel

Package: wnpp
Owner: Dirk Eddelbuettel 
Severity: wishlist

* Package name: r-cran-bh
  Version : 1.60.0-1-1
  Upstream Author : Jay Emerson and Dirk Eddelbuettel
* URL or Web page : http://cloud.r-project.org/package=BH
* License : BSL-1.0
  Description : GNU R package with Boost header

This package (for which I upstream as well) has become a build dependency for
a number of CRAN packages, and hence Andreas Tille asked me to package this.

There is of course overlap with liboost-all-dev and its components. BH is
however very useful in the R and CRAN world as it provides a uniform layer of
Boost headers there (with minimal patching; I have to shorten one path name).
So in the interest of having Debian behave like other systems it makes sense
to package it here. We are also currently ahead of Debian packaging which is
still at Boost 1.58.0.

Regards,  Dirk

-- 
http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org



Processed: limit package to wnpp, tagging 654778

2016-03-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

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

> tags 654778 + pending
Bug #654778 [wnpp] ITP: libtext-xslate-perl -- High-performance, scalable 
template engine for Perl 5
Added tag(s) pending.
> thanks
Stopping processing here.

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



Bug#819363: ITP: r-cran-shiny -- GNU R web application framework

2016-03-27 Thread Andreas Tille
Hi Geert,

On Sun, Mar 27, 2016 at 06:12:00PM +0200, Geert Stappers wrote:
> > Remark: This package is part of a pyramid of dependencies required for
> > the final target r-cran-treescape and will be maintained by the Debian
> > Med team at
> >https://anonscm.debian.org/git/debian-med/r-cran-shiny.git
> 
> According https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808142
> is r-cran-httpuv -- GNU R package of HTTP and WebSocket Server Library
> being maintained using debian-science's git at Alioth, at
> http://anonscm.debian.org/gitweb/?p=debian-science/packages/r-cran-httpuv.git 
> /
> git://anonscm.debian.org/debian-science/packages/r-cran-httpuv.git .

What exatly do you want to tell me?  Thank's to Joost's previous work
one precondition for the package I ITPed (r-cran-shiny) exists, yes.
Anything else? 

Kind regards

   Andreas.

-- 
http://fam-tille.de



Bug#819392: ITP: geg -- GTK+ Equation Grapher

2016-03-27 Thread Georges Khaznadar
Package: wnpp
Severity: wishlist
Owner: Georges Khaznadar 

* Package name: geg
  Version : 2.0.2
  Upstream Authors: 1998 David Bryant 
2009-2015 Barry deFreese 
2016 Jean-Pierre Demailly 
* URL : https://sourceforge.net/projects/sf-
xpaint/files/geg/geg-2.0.2.tar.bz2/download
* License : GPL
  Programming Lang: C
  Description : GTK+ Equation Grapher

 geg is a very simple utility for parsing and plotting 2D-functions, eg
 f(x) = 3 + sin(x), and much more complicated functions of course.
 It is written with GTK+ and provides a neat, configurable user interface.

 geg is not the only package usable to plot 2d functions,
 but it is simpler to use, and very lightweight: it can be
 preferred for low-end machines, and in any case when simplicity
 of use is the main constraint.

 This package has been part of Debian woody, and removed in
 year 2009 due to lack of maintenance, see
 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=515284

 Now it is maintained upstream by Jean-Pierre Demailly who
 is a reliable friend, and I shall make all updates when
 necessary. This package is now in a stable state.



Processed: block 819380 with 819394

2016-03-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 819380 with 819394
Bug #819380 [wnpp] ITP: stormlib -- Library for accessing the MPQ archives
819380 was not blocked by any bugs.
819380 was blocking: 633931
Added blocking bug(s) of 819380: 819394
> thanks
Stopping processing here.

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



Processed: block 819380 with 819395

2016-03-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 819380 with 819395
Bug #819380 [wnpp] ITP: stormlib -- Library for accessing the MPQ archives
819380 was blocked by: 819394
819380 was blocking: 633931
Added blocking bug(s) of 819380: 819395
> thanks
Stopping processing here.

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



Processed: block 633931 with 819396

2016-03-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 633931 with 819396
Bug #633931 [wnpp] ITP: smpq -- StormLib MPQ archiving utility
633931 was blocked by: 819380
633931 was not blocking any bugs.
Added blocking bug(s) of 633931: 819396
> thanks
Stopping processing here.

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



Bug#633931: smpq and stormlib packages are ready

2016-03-27 Thread Pali Rohár
Hi!

Packages are now ready at mentors.debian.net:

https://mentors.debian.net/package/smpq
https://mentors.debian.net/package/stormlib
https://mentors.debian.net/package/stormlib-listfiles

Can somebody review them?

Note that stormlib upstream changed license to MIT.

-- 
Pali Rohár
pali.ro...@gmail.com


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


Bug#819392: ITP: geg -- GTK+ Equation Grapher

2016-03-27 Thread Paul Wise
On Mon, Mar 28, 2016 at 7:19 AM, Georges Khaznadar wrote:

>  This package has been part of Debian woody, and removed in
>  year 2009 due to lack of maintenance, see
>  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=515284

Please note the additional steps needed when reintroducing packages:

https://www.debian.org/doc/manuals/developers-reference/pkgs.html#reintroducing-pkgs

-- 
bye,
pabs

https://wiki.debian.org/PaulWise



Bug#819405: ITP: capitan -- Remake of the classic 80s platform game

2016-03-27 Thread Carlos Donizete Froes
Package: wnpp
Severity: wishlist
Owner: Carlos Donizete Froes 

* Package name: capitan
  Version : 1.0.3
  Upstream Author : Luis I. Garcia Ventura 
* URL : http://computeremuzone.com/ficha.php?id=754&l=en
* License : GPL-3+
  Programming Lang: C++
  Description : Remake of the classic 80s platform game

 Capitan Sevilla is a open-source update to the classic platform game
 from Spain, that captivates adults and children since the late 1980s.
 .
 The history is based on a Spanish super hero that embodied
 a driver of a truck of sausages and because of its voracious
 appetite ended up eating a atomic sausage that gives him super powers.
 .
 But how did it get the atomic sausage? A group of bandits shot a nuclear
 rocket in Valence city causing radiation that attracted aliens and strange
 creatures; this radiation entered the truck and he ate a piece of
 "infected" sausage.
 .
 From that day, only one man would be able to stop to all the mutants
 that seek to destroy this beautiful city.
 .
 So can arrive to the "bottom of all this" and to destroy the enemies,
 it is necessary that it overcomes hundred of obstacles, terminate some
 aliens and to eat radio-active sausages to "gain power".


Bug#819408: ITP: pytest-sourceorder

2016-03-27 Thread Timo Aaltonen
Package: wnpp
Severity: wishlist

Package name: pytest-sourceorder
Version : 0.5
Upstream Author : Red Hat Inc.
URL : https://fedorahosted.org/python-pytest-sourceorder/
License : GPL-3
Programming Lang: python
Description : A pytest plugin for ensuring tests within a class are run in 
source order.



Bug#819407: ITP: pytest-multihost

2016-03-27 Thread Timo Aaltonen
Package: wnpp
Severity: wishlist

Package name: pytest-multihost
Version : 1.0
Upstream Author : Red Hat Inc.
URL : https://fedorahosted.org/python-pytest-multihost/
License : GPL-3
Programming Lang: python
Description : A pytest plugin for multi-host testing.



BIEN A VOUS

2016-03-27 Thread Martinez Christian
Bonjour, 

Je souhaiterais échanger avec vous à propos d'une affaire très importante.

Martinez