Bug#960539: RFP: hydrogen -- advanced drum machine/step sequencer repackaging

2020-05-23 Thread Nicholas D Steeves
Hi Alexandre,

Please CC the bug (xyz...@bugs.debian.org) in the future.  I've had to
cut your reply, because we can't release private mail to the public.

I appreciate that you filed an RFS for reintroduction of the package.
When the package is reintroduced I'll open all the old auto-closed bugs;
testing to see if an old bug still exists then that would be another way
to help out.

Current status/progress update: I need to carefully examine upstream
source to see which of the 1000-series patches that failed to rebase can
be dropped.  I'll also have to analyse the package to see if sticking
with CDBS would be for the best, or if we can move it to debhelper at
this time.  Both of these things are a bit advanced, which is why I
didn't leave this work for a newcomer; Increasingly I like to leave work
for newcomers, because it sometimes feels hard to find a place to
contribute.  Anyways, I think real-life testing has equal value to
packaging, so thank you again for your willingness to contribute in
this way! :-)


Cheers,
Nicholas



signature.asc
Description: PGP signature


Processed: ITP: quicktree -- Neighbor-Joining algorithm for phylogenies

2020-05-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> owner 961375 Steffen Moeller 
Bug #961375 [wnpp] ITP: quicktree -- Neighbor-Joining algorithm for phylogenies
Owner recorded as Steffen Moeller .
>
End of message, stopping processing here.

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



Bug#961375: ITP: quicktree -- Neighbor-Joining algorithm for phylogenies

2020-05-23 Thread Steffen Moeller
Package: wnpp
Severity: wishlist

Subject: ITP: quicktree -- Neighbor-Joining algorithm for phylogenies
Package: wnpp
Owner: Steffen Moeller 
Severity: wishlist

* Package name: quicktree
  Version : 2.5
  Upstream Author : Kevin Howe 
* URL : https://github.com/khowe/quicktree/
* License : Apache-2.0
  Programming Lang: C
  Description : Neighbor-Joining algorithm for phylogenies
 QuickTree is an efficient implementation of the Neighbor-Joining
 algorithm (PMID: 3447015), capable of reconstructing phylogenies from
 huge alignments in time less than the age of the universe.
 .
 QuickTree is written in ANSI C and should complile and run on a number
 of different platforms. "make quicktree" from this directory should
 compile the program and place the executable in the current directory.

Remark: This package is maintained by Debian Med Packaging Team at
   https://salsa.debian.org/med-team/quicktree



Bug#961372: marked as done (ITP: golang-github-fzambia-sentinel -- Redis Sentinel support for redigo library)

2020-05-23 Thread Debian Bug Tracking System
Your message dated Sat, 23 May 2020 23:41:05 +0530
with message-id 
and subject line already packaged
has caused the Debian Bug report #961372,
regarding ITP: golang-github-fzambia-sentinel -- Redis Sentinel support for 
redigo 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.)


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

Package: wnpp
Severity: wishlist
Owner: Pirate Praveen 

* Package name : golang-github-fzambia-sentinel
 Version : 1.1.0-1
 Upstream Author : Alexander Emelin
* URL : https://github.com/FZambia/sentinel
* License : Apache-2.0
 Programming Lang: Go
 Description : Redis Sentinel support for redigo library

Alternative solution is to configure Haproxy between your application 
and
Redis to proxy requests to Redis master instance if you only need HA. 
This way

you don't need to use this library.

This module is a build dependency of gitlab-workhorse.
--- End Message ---
--- Begin Message ---

closing.--- End Message ---


Bug#961372: ITP: golang-github-fzambia-sentinel -- Redis Sentinel support for redigo library

2020-05-23 Thread Pirate Praveen

Package: wnpp
Severity: wishlist
Owner: Pirate Praveen 

* Package name : golang-github-fzambia-sentinel
 Version : 1.1.0-1
 Upstream Author : Alexander Emelin
* URL : https://github.com/FZambia/sentinel
* License : Apache-2.0
 Programming Lang: Go
 Description : Redis Sentinel support for redigo library

Alternative solution is to configure Haproxy between your application 
and
Redis to proxy requests to Redis master instance if you only need HA. 
This way

you don't need to use this library.

This module is a build dependency of gitlab-workhorse.



Bug#961371: ITP: due -- Wrapper tool to create and run Docker container software build environments.

2020-05-23 Thread adoyle
Package: wnpp
Severity: wishlist
Owner: adoyle 

* Package name: due
  Version : 1.3.1
  Upstream Author : Alex Doyle 
* URL : https://github.com/CumulusNetworks/DUE
* License : MIT
  Programming Lang: Bash
  Description : Wrapper tool to create and run Docker container software 
build environments.

Dedicated User Environment (DUE) is a framework for creating preconfigured 
build/development
environments in Docker containers. It serves two primary purposes:

1 - Maintains configurations for creating Docker images for any build 
environment, using
any architecture of any Debian based release it can find an image for.
 For example, the Open Network Install Environment 
(https://github.com/opencomputeproject/onie)
 currently builds on Debian 8 and 9, but requires some Backports packages, and 
a program that
 isn't packaged for Debian. DUE maintains a configuration to get all of that 
added when the
 Docker image is created so ONIE can 'just build'. Apart from not requiring the 
end user to
 have to configure the build environment, it also allows all developers to use 
the same build
 environment when debugging - regardless of where they happen to be.

2 - It goes beyond 'just using a Dockerfile' by using a launcher application 
that supplies
runtime configuration to Docker for the Docker images it has created. Apart 
from reducing
typing and being smart about the containers that it runs (ex: containers 
building Debian
packages mount the host directory _above_ the build directory so the resulting 
.debs aren't
stored in the container), DUE preserves the user's identity in the container by 
creating an account
for them with their user ID, and mounting their home directory so they can 
access their .config files.
This creates a less intrusive development environment when the user is in a 
build/test/debug
cycle.

While the above are the most important features DUE provides, there are a lot 
more ways
it makes using different development configurations easier, which are 
documented in
the Readme.md (https://github.com/CumulusNetworks/DUE/blob/master/README.md)

I also created a tutorial video using DUE to build ONIE as part of a talk I 
gave at
OpenCompute here: https://www.youtube.com/watch?v=-5onRbZA0QQ&feature=youtu.be

History:
 DUE came out of work I did at Cumulus Networks to provide build environments 
for
 teams of engineers building packages for Cumulus' Jessie and Buster based
 releases of Cumulus Linux. When I took over as ONIE Project Lead, I saw the 
opportunity
 to use it to create a standard way of setting up build environments for ONIE 
and any other
 software projects. Cumulus saw the value in any developer being able to use it
 and DUE was open sourced under the MIT license.

Q&A:
Why is this package useful/relevant?
 See above.

Is it a dependency for another package?
 No. It does require a version ( Debian or upstream ) of Docker to work though.

Do you use it?
 All. The. Time.  Building packages at work, building ONIE, and if I just need
 an environment to quickly test configuration changes.
 This 'dogfooding' has provided insight into fixing program behaviors that
 initially seemed okay, and then became irritating through repeated use.

If there are other packages providing similar functionality, how does it 
compare?
 I looked around for quite a while before starting on DUE ( why reinvent the 
wheel?),
 but couldn't find anything that had the combination of:
  - Consistent, user friendly interface
  - Easy build environment configuration
  - And support for Debian derivatives
  ...that I was looking for.
 
 I think the closest software to this would be using schroots, and while they
 can be functionally the same, the end user experience, especially for users 
that
 are new to Debian ( or are trying to build code that partially exists outside
 the Debian ecosystem ) has less of a learning curve, and is faster to set up.
 
How do you plan to maintain it?
 I will be updating the upstream source and doing the work to make sure it is
 Debian compliant.
 
Are you looking for co-maintainers?
 Not at the moment.
 
Do you need a sponsor?
 Yes, as I am not a Debian Developer ( in the official sense, anyway :) )
 
Thank you for your consideration,
Alex Doyle



Processed: ITP: jacksum -- Computes checksums, CRCs and message digests

2020-05-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> owner 961365 Mechtilde Stehmann 
Bug #961365 [wnpp] ITP: jacksum -- Computes checksums, CRCs and message digests
Owner recorded as Mechtilde Stehmann .
>
End of message, stopping processing here.

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



Bug#961365: ITP: jacksum -- Computes checksums, CRCs and message digests

2020-05-23 Thread Mechtilde Stehmann
Package: wnpp
Severity: wishlist

* Package name: jacksum
  Version : 1.7.0
  Upstream Author : Dipl.-Inf. (FH) Johann Nepomuk Loefflmann
* URL : https://sourceforge.net/projects/jacksum/
* License : LGPL
  Programming Lang: Java
  Description : computes checksums, CRCs and message digests

Jacksum is a free and platform independent software for computing and
 verifying checksums, CRCs and message digests.  Jacksum features both a
 commandline interface and an open API.
 .
 Jacksum supports 58 popular algorithms (Adler32, BSD sum, Bzip2's CRC-32,
 POSIX cksum, CRC-8, CRC-16, CRC-24, CRC-32 (FCS-32), CRC-64, ELF-32,
 eMule/eDonkey, FCS-16, GOST R 34.11-94, HAS-160, HAVAL (3/4/5 passes,
 128/160/192/224/256 bits), MD2, MD4, MD5, MPEG-2's CRC-32, RIPEMD-128,
 RIPEMD-160, RIPEMD-256, RIPEMD-320, SHA-0, SHA-1, SHA-224, SHA-256,
 SHA-384, SHA-512, Tiger-128, Tiger-160, Tiger, Tiger2, Tiger Tree
 Hash, Tiger2 Tree Hash, Unix System V sum, sum8, sum16, sum24, sum32,
 Whirlpool-0, Whirlpool-1, Whirlpool and xor8).



I need the classes in the directory sugar. This is a dependenca of the
part of numericalchameleon which is a dependency of JVerein.

I looked into the bugs and gess taht they only affect the jacksum
directory. otherwise they must be reopend.



I want to reintroduce it. Now it is published under
https://salsa.debian.org/debian/jacksum

If it is possible I would prefer to maintain it in the java-team.

I already ask Anuradha Weeraman and I get an ok.
-- 
Mechtilde Stehmann
## Debian Developer
## PGP encryption welcome
## F0E3 7F3D C87A 4998 2899  39E7 F287 7BBA 141A AD7F



signature.asc
Description: OpenPGP digital signature


Bug#810890: caddy 2

2020-05-23 Thread VA
A few weeks ago, caddy 2.0.0 was released. Is there any progress on 
packaging?




Bug#958710: ITP: nss-tls -- encrypted glibc name resolving library which uses DNS-over-HTTPS (DoH)

2020-05-23 Thread Kan-Ru Chen
Working on it :)

On Fri, May 22, 2020, at 5:36 PM, Petter Reinholdtsen wrote:
> Hi,
> 
> Any news on getting nss-tls into Debian?
> -- 
> Happy hacking
> Petter Reinholdtsen
>



Bug#961358: ITP: vf1 -- command-line gopher client

2020-05-23 Thread Ryan Kavanagh
Package: wnpp
Severity: wishlist
Owner: Ryan Kavanagh 

* Package name: vf1
  Version : 0.0.11
  Upstream Author : Solderpunk 
* URL : https://github.com/solderpunk/VF-1/
* License : BSD
  Programming Lang: Python 3
  Description : command-line gopher client

VF-1 is a full-featured gopher client. Its features include
 * Bookmarking
 * Configurable MIME-type handlers
 * line wrapping
 * TLS support
 * visiting a queue of links (the "tour" feature)
 * Veronica search

vf-1 has been my primary gopher client for close to a year now. I intend
to package it under the PAPT umbrella.

-- 
|)|/  Ryan Kavanagh  | GPG: 4E46 9519 ED67 7734 268F
|\|\  https://rak.ac |  BD95 8F7B F8FC 4A11 C97A


signature.asc
Description: PGP signature


Bug#721062: ITA: slib -- Portable Scheme library

2020-05-23 Thread Nick Gasson
I've started updating the packaging here:
https://salsa.debian.org/nickg/slib



Bug#961349: ITP: sphinx-rst-builder -- A Sphinx builder for rST (reStructuredText) files

2020-05-23 Thread Pierre-Elliott Bécue
Package: wnpp
Severity: wishlist
Owner: Pierre-Elliott Bécue 

* Package name: sphinx-rst-builder
  Version : 0.0.3
  Upstream Author : David Fritzsche 
* URL : https://github.com/davidfritzsche/sphinx-rst-builder
* License : BSD-2-Clause
  Programming Lang: Python
  Description : A Sphinx builder for reST (reStructuredText) files

Sphinx extension to build reST (reStructuredText) files.

This extension is in particular useful to use in combination with the
autodoc extension to automatically generate documentation for use by any
rst parser (such as the GitHub wiki).

In itself, the extension is fairly straightforward – it takes the parsed
reST file from Sphinx and outputs it as reST.

This library is needed to build python-coverage 5.1's doc and would be
maintained under the DPMT


Bug#961348: ITP: sphinx-tabs -- Tabbed views for Sphinx

2020-05-23 Thread Pierre-Elliott Bécue
Package: wnpp
Severity: wishlist
Owner: Pierre-Elliott Bécue 

* Package name: sphinx-tabs
  Version : 1.1.13
  Upstream Author : Alex Collins 
* URL : https://github.com/djungelorm/sphinx-tabs
* License : MIT
  Programming Lang: Python
  Description : Tabbed views for Sphinx

Sphinx Tabs is a Sphinx extension that allows one to create tabbed
content in a Sphinx documentation built in HTML. The current features
are:
 - Simple tabs
 - Groupped tabs (synchronize the tabs between multiple areas of the
   page)
 - Code tabs

This package is a documentation requirement for python-coverage 5, and
provides features not built in the current sphinx releases. It would be
maintained in DPMT.


Processed: limit package to wnpp, tagging 961342

2020-05-23 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 961342 + pending
Bug #961342 [wnpp] ITP: libmu-tiny-perl -- minimal variant of Mu
Added tag(s) pending.
> thanks
Stopping processing here.

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



Bug#961342: ITP: libmu-tiny-perl -- minimal variant of Mu

2020-05-23 Thread gregor herrmann
Package: wnpp
Owner: gregor herrmann 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-p...@lists.debian.org

* Package name: libmu-tiny-perl
  Version : 0.01
  Upstream Author : mst - Matt S. Trout (cpan:MSTROUT) 
* URL : https://metacpan.org/release/Mu-Tiny
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : minimal variant of Mu

Mu::Tiny is the bare minimum subset of Mu, a wrapper around Moo, the
Minimalist Object Orientation library. Mu::Tiny supports read-only attributes
and lazy builders.

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

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.


signature.asc
Description: Digital Signature


Bug#961337: RFP - deno - runtime for JavaScript and TypeScript

2020-05-23 Thread Geert Stappers
Package: wnpp
Severity: wishlist

Hi,

Node.js got a redesign that is named 'deno'.

Project webpage is https://deno.land  it says

  Deno is a simple, modern and secure runtime for JavaScript and
  TypeScript that uses V8 and is built in Rust.


Nerd fun:  deno is an anagram of  node


Where it is allready possible to do

  cargo install deno


It would be cool to get  deno   with


  sudo apt install deno
   


Regards
Geert Stappers
DD


P.S.
IMHO means RFP   you have a uploading sponsor
-- 
Silence is hard to parse



Bug#888705: abseil-cpp packaging

2020-05-23 Thread Benjamin Barenblat
This is now in the NEW queue.



Processed: limit package to wnpp, tagging 961174

2020-05-23 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 961174 + pending
Bug #961174 [wnpp] ITP: libmath-matrixreal-perl -- Manipulate NxN matrices of 
real numbers
Added tag(s) pending.
> thanks
Stopping processing here.

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



Bug#959511: ITP: golang-h12-socks -- SOCKS (SOCKS4, SOCKS4A and SOCKS5) proxy library for golang

2020-05-23 Thread Roger Shimizu
On Sun, May 3, 2020 at 5:24 PM Roger Shimizu  wrote:
>
> * Package name: golang-h12-socks
>   Version : 1.0.0-1

uploaded.
gits uploaded to
* https://salsa.debian.org/go-team/packages/golang-h12-socks

Cheers,
-- 
Roger Shimizu, GMT +9 Tokyo
PGP/GPG: 4096R/6C6ACD6417B3ACB1



Bug#959673: ITP: golang-github-cloudflare-sidh -- Supersingular Isogeny Diffie-Hellman golang library

2020-05-23 Thread Roger Shimizu
control: tags -1 pending

On Mon, May 4, 2020 at 1:48 AM Roger Shimizu  wrote:
>
> * Package name: golang-github-cloudflare-sidh
>   Version : 0.1+git20190228.d2f0f90-1

uploaded.
gits uploaded to
* https://salsa.debian.org/go-team/packages/golang-github-cloudflare-sidh

Cheers,
-- 
Roger Shimizu, GMT +9 Tokyo
PGP/GPG: 4096R/6C6ACD6417B3ACB1



Processed: Re: Bug#959673: ITP: golang-github-cloudflare-sidh -- Supersingular Isogeny Diffie-Hellman golang library

2020-05-23 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 pending
Bug #959673 [wnpp] ITP: golang-github-cloudflare-sidh -- Supersingular Isogeny 
Diffie-Hellman golang library
Added tag(s) pending.

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



Processed: ITA: slib -- Portable Scheme library

2020-05-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> owner 721062 !
Bug #721062 [wnpp] O: slib -- Portable Scheme library
Owner recorded as Nick Gasson .
> retitle 721062 ITA: slib -- Portable Scheme library
Bug #721062 [wnpp] O: slib -- Portable Scheme library
Changed Bug title to 'ITA: slib -- Portable Scheme library' from 'O: slib -- 
Portable Scheme library'.
>
End of message, stopping processing here.

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



Processed: Re: Bug#961330: ITP: yuview -- QT based YUV player with an advanced analytic toolset

2020-05-23 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 pending
Bug #961330 [wnpp] ITP: yuview -- QT based YUV player with an advanced analytic 
toolset
Added tag(s) pending.

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



Bug#961330: ITP: yuview -- QT based YUV player with an advanced analytic toolset

2020-05-23 Thread Roger Shimizu
control: tags -1 pending

On Sat, May 23, 2020 at 6:39 PM Roger Shimizu  wrote:
>
> * Package name: yuview
>   Version : 2.6

uploaded.
git repo:
- https://salsa.debian.org/multimedia-team/yuview

Cheers,
-- 
Roger Shimizu, GMT +9 Tokyo
PGP/GPG: 4096R/6C6ACD6417B3ACB1



Bug#961331: ITP: insilicoseq -- A sequencing simulator producing realistic illumina reads

2020-05-23 Thread Sao I Kuan
Package: wnpp
Severity: wishlist
Owner: Sao I Kuan 

* Package name: insilicoseq
  Version : 1.4.6
  Upstream Author : Hadrien Gourle 
* URL : http://github.com/HadrienG/InSilicoSeq
* License : Expat
  Programming Lang: Python
  Description : A sequencing simulator producing realistic illumina reads
 
 Primarily intended for simulating metagenomic samples, it can also be
 used to produce sequencing data from a single genome.
 .
 InSilicoSeq is written in python, and use kernel density estimators to
 model the read quality of real sequencing data.
 .
 InSilicoSeq support substitution, insertion and deletion errors. If
 you don't have the use for insertion and deletion error a basic
 error model is provided.

This package is a dependency of idseq-bench (#956033) and will be
team-maintained with Debian Med Packaging Team.



Bug#961330: ITP: yuview -- QT based YUV player with an advanced analytic toolset

2020-05-23 Thread Roger Shimizu
Package: wnpp
Severity: wishlist
Owner: Roger Shimizu 

* Package name: yuview
  Version : 2.6
  Upstream Author : Institut für Nachrichtentechnik
* URL : https://github.com/IENT/YUView
* License : GPL-3+ with OpenSSL exception
  Programming Lang: C++
  Description : QT based YUV player with an advanced analytic toolset

 YUView is a YUV player and analysis tool.
 However, it can do so much more:
  * simple navigation/zooming in the video
  * support for a wide variety of YUV formats using various subsamplings
and bit depts
  * support for raw RGB files, image files and image sequences
  * direct decoding of raw h.265/HEVC bitstreams with visualization of
internals like prediction modes and motion vectors and many more
  * interface with visualization for the reference software decoders HM
and JEM
  * support for opening almost any file using FFmpeg
  * image comparison using side-by-side and comparison view
  * calculation and display of differences (in YUV or RGB colorspace)
  * save and load playlists
  * overlay the video with statistics data


Bug#961319: ITP: ncbi-acc-download -- Download genome files from NCBI by accession

2020-05-23 Thread Sao I Kuan
Package: wnpp
Severity: wishlist
Owner: Sao I Kuan 

* Package name: ncbi-acc-download
  Version : 0.2.6
  Upstream Author : Kai Blin 
* URL : https://github.com/kblin/ncbi-acc-download
* License : Apache-2.0
  Programming Lang: Python
  Description : Download genome files from NCBI by accession

 This package provides a script to download sequences from GenBank/RefSeq
 by accession through the NCBI ENTREZ API.

This package is a dependency of idseq-bench (#956033) and will be
team-maintained with Debian Med Packaging Team.