Processed: 896975: RFP -> ITP

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

> retitle 896975 ITP: node-client-sessions -- connect middleware that 
> implements sessions in encrypted tamper-free cookies
Bug #896975 [wnpp] RFP: node-client-sessions -- connect middleware that 
implements sessions in encrypted tamper-free cookies
Changed Bug title to 'ITP: node-client-sessions -- connect middleware that 
implements sessions in encrypted tamper-free cookies' from 'RFP: 
node-client-sessions -- connect middleware that implements sessions in 
encrypted tamper-free cookies'.
> owner 896975 !
Bug #896975 [wnpp] ITP: node-client-sessions -- connect middleware that 
implements sessions in encrypted tamper-free cookies
Owner recorded as mer...@debian.org.
>
End of message, stopping processing here.

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



Bug#958563: ITP: shellescape -- Escape arbitrary strings for use as command line arguments

2020-04-24 Thread Paul Wise
On Fri, 2020-04-24 at 10:37 -0700, Bradford Boyle wrote:

> It looks like it currently is using `exec.Command` to call `/bin/sh`
> that is being passed the result of the shellescaped string.

Thanks for providing the details of what is happening.

> Instead of passing through `sh`, just use `exec.Command` on the
> string directly?

I was suggesting that you replace the string with an array of strings
that contains the command being run and the arguments to the command,
then pass that to `exec.Command`, bypassing `sh` entirely.

> Assuming I've understood correctly, would you recommend including
> this change as a patch in the package for now? Or should I try to get
> upstream to incorporate the patch first?

I think it would be best to include potential patches upstream.

After reviewing the code to see why it needs `sh` I see that it loads
the notifycommand parameter from ~/.barnard.yaml, replaces template
parameters with their escaped values and then runs the result in sh.

On reflection I think my suggestion isn't yet worth the time since:

Switching this to not use shell is going to be potentially problematic
for compatibility with existing config files.

The YAML format for lists is quite a bit more verbose than just a
string since it places each argument on one line. You could mitigate
that by continuing to use a string but splitting it on spaces, but then
that introduces further issues with how to add spaces to arguments.
There is also the issue of how to escape the % template character.
The systemd ini files have similar issues, so maybe their approach to
splitting and escaping could be adopted but the approach is complex
and is likely to be confusing to barnard users.

https://manpages.debian.org/buster/systemd/systemd.service.5.en.html#COMMAND_LINES

Right now there is no security issue with executing commands in barnard
because there is no security boundary crossed at this time. If barnard
ever adds support for loading config files from the current directory,
then executing commands in barnard would become a security problem
since someone could check out a potentially untrusted git repository,
not check for a barnard config file and then run barnard, leading to
barnard executing arbitrary commands provided by the git repo. To make
the config file loading safe it could ignore the notify_command setting
in anything other than the user's home dir or in dirs that the config
in the user's home dir indicates are safe. The same issues apply
whether or not shell is used though.

-- 
bye,
pabs

https://wiki.debian.org/PaulWise


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


Bug#848568: Bwbasic-3.2a

2020-04-24 Thread Kenneth Martin
I am running an updated version of bwbasic from version 2.2 to 3.2a all
patches applied plus code to make it run correctly under Debian 9.x and
10.x plus other flavors of Linux (Ubuntu, Linux Mint, Zorin OS, Linux Lite,
etc.) and DOS.

Version 3.2 as delivered does not compile under Linux. That is why my
version is 3.2a. I have been working on this since 11-2019 with the latest
working on a BeagleBone Black running Debian 10.3.

I have also included all the current documentation where available in the
INFO folder and included several new bwbasic example files in the
BAS-EXAMPLES folder. For setup and running simply see the READMEFIRST file.

I was asked by Robert Nelson if I would be interested in becoming a
maintainer. What does that entail? I have been working with computers since
1974.

I have the code assembled into a tar file. You would simply un-tar the file
then
go to its folder and do a make followed by sudo make install and if you
don't like it do a sudo make remove or to start fresh do make clean

Please get back to me. Thanks.


Bug#958755: ITP: python3-swisseph -- Python extension to the Swiss Ephemeris

2020-04-24 Thread Jaldhar H. Vyas

On Sat, 25 Apr 2020, Stanislas Marquis wrote:


Package: wnpp
Severity: wishlist
Owner: Stanislas Marquis 

* Package name: python3-swisseph
 Version : 2.08.00
 Upstream Author : Stanislas Marquis 
* URL : https://pypi.org/project/pyswisseph
* License : GPL-2+
 Programming Lang: C
 Description : Python extension to the Swiss Ephemeris

The Swiss Ephemeris is the de-facto standard library for astrological
calculations. This package builds the module for Python 3.

This module has made its way into MX Linux. I think it's time to
integrate it into Debian as well.

We are looking for a sponsor. Thanks ahead.


I'll sponsor it unless it makes more sense for the Debian Python group to 
do it.  (I'm not a member.)


--
Jaldhar H. Vyas 



Bug#958755: ITP: python3-swisseph -- Python extension to the Swiss Ephemeris

2020-04-24 Thread Stanislas Marquis
Package: wnpp
Severity: wishlist
Owner: Stanislas Marquis 

* Package name: python3-swisseph
  Version : 2.08.00
  Upstream Author : Stanislas Marquis 
* URL : https://pypi.org/project/pyswisseph
* License : GPL-2+
  Programming Lang: C
  Description : Python extension to the Swiss Ephemeris

The Swiss Ephemeris is the de-facto standard library for astrological
calculations. This package builds the module for Python 3.

This module has made its way into MX Linux. I think it's time to
integrate it into Debian as well.

We are looking for a sponsor. Thanks ahead.



Bug#958752: ITP: puppet-module-tempest -- Puppet module for OpenStack Tempest

2020-04-24 Thread Thomas Goirand
Package: wnpp
Severity: wishlist
Owner: Thomas Goirand 

* Package name: puppet-module-tempest
  Version : 16.2.1
  Upstream Author : OpenStack Foundation 
* URL : https://github.com/openstack/puppet-tempest
* License : Apache-2.0
  Programming Lang: Puppet
  Description : Puppet module for OpenStack Tempest

 Puppet lets you centrally manage every important aspect of your system using a
 cross-platform specification language that manages all the separate elements
 normally aggregated in different files, like users, cron jobs, and hosts,
 along with obviously discrete elements like packages, services, and files.
 .
 This module manages both the installation and configuration of OpenStack
 Tempest.
 .
 Tempest is a set of integration tests to be run against a live Openstack
 cluster in order to make sure that all components are working as expected.
 Tempest will start and stop virtual machine in order to check that your
 cloud is working as expected.



Bug#958745: ITP: barbican-tempest-plugin -- OpenStack Integration Test Suite - Barbican plugin

2020-04-24 Thread Thomas Goirand
Package: wnpp
Severity: wishlist
Owner: Thomas Goirand 

* Package name: barbican-tempest-plugin
  Version : 1.0.0
  Upstream Author : OpenStack Foundation 
* URL : https://opendev.org/openstack/barbican-tempest-plugin
* License : Apache-2.0
  Programming Lang: Python
  Description : OpenStack Integration Test Suite - Barbican plugin

 Tempest is a set of integration tests to be run against a live Openstack
 cluster in order to make sure that all components are working as expected.
 Tempest will start and stop virtual machine in order to check that your
 cloud is working as expected.
 .
 This package contains the Barbican plugin.



Bug#958740: ITP: heat-tempest-plugin -- OpenStack Integration Test Suite - Heat plugin

2020-04-24 Thread Thomas Goirand
Package: wnpp
Severity: wishlist
Owner: Thomas Goirand 

* Package name: heat-tempest-plugin
  Version : 1.0.0
  Upstream Author : OpenStack Foundation 
* URL : https://opendev.org/openstack/heat-tempest-plugin
* License : Apache-2.0
  Programming Lang: Python
  Description : OpenStack Integration Test Suite - Heat plugin

 Tempest is a set of integration tests to be run against a live Openstack
 cluster in order to make sure that all components are working as expected.
 Tempest will start and stop virtual machine in order to check that your
 cloud is working as expected.
 .
 This package contains the Heat plugin.



Processed: limit package to wnpp, retitle 828998 to ITP: gophernicus -- Gopher server, owner 828998

2020-04-24 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'

> retitle 828998 ITP: gophernicus -- Gopher server
Bug #828998 [wnpp] RFP: gophernicus -- Gopher server
Changed Bug title to 'ITP: gophernicus -- Gopher server' from 'RFP: gophernicus 
-- Gopher server'.
> owner 828998 Ryan Kavanagh 
Bug #828998 [wnpp] ITP: gophernicus -- Gopher server
Owner recorded as Ryan Kavanagh .
> thanks
Stopping processing here.

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



Bug#958563: ITP: shellescape -- Escape arbitrary strings for use as command line arguments

2020-04-24 Thread Bradford Boyle
On Fri, Apr 24, 2020 at 4:55 AM Paul Wise  wrote:
>
> On Thu, Apr 23, 2020 at 6:54 PM Bradford D. Boyle wrote:
>
> > This package is needed for barnard
>
> It would be a lot better to make barnard use the Go exec functions
> instead of using this module:
>
> https://golang.org/pkg/os/exec/
>

Thanks for taking a look at this so quickly. I am not overly familiar
with the upstream package (barnard), but I think I understand your
comment, but I wanted to check first: It looks like it currently is
using `exec.Command` to call `/bin/sh` that is being passed the result
of the shellescaped string. Instead of passing through `sh`, just use
`exec.Command` on the string directly?

Assuming I've understood correctly, would you recommend including this
change as a patch in the package for now? Or should I try to get
upstream to incorporate the patch first?

Thanks,

-- Bradford



Bug#729851: ITP: ibus-typing-booster -- A completion input method

2020-04-24 Thread Gunnar Hjalmarsson
Being unaware of this bug, I submitted  
and proposed this package:


https://mentors.debian.net/package/ibus-typing-booster

It's in the NEW queue now.

--
Gunnar Hjalmarsson
https://launchpad.net/~gunnarhj



Bug#958717: ITP: designate-tempest-plugin -- OpenStack Integration Test Suite - Designate plugin

2020-04-24 Thread Thomas Goirand
Package: wnpp
Severity: wishlist
Owner: Thomas Goirand 

* Package name: designate-tempest-plugin
  Version : 0.8.0
  Upstream Author : OpenStack Foundation 
* URL : https://opendev.org/openstack/designate-tempest-plugin
* License : Apache-2.0
  Programming Lang: Python
  Description : OpenStack Integration Test Suite - Designate plugin

 Tempest is a set of integration tests to be run against a live Openstack
 cluster in order to make sure that all components are working as expected.
 Tempest will start and stop virtual machine in order to check that your
 cloud is working as expected.
 .
 This package contains the Designate plugin.



Processed: ITP: r-cran-markovchain -- Easy Handling Discrete Time Markov Chains

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

> close 958713
Bug #958713 [wnpp] ITP: r-cran-markovchain -- Easy Handling Discrete Time 
Markov Chains
Marked Bug as done
> stop
Stopping processing here.

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



Processed: ITP: python-nanoget -- extract information from Oxford Nanopore sequencing data and alignments

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

> owner 958711 Andreas Tille 
Bug #958711 [wnpp] ITP: python-nanoget -- extract information from Oxford 
Nanopore sequencing data and alignments
Owner recorded as Andreas Tille .
>
End of message, stopping processing here.

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



Bug#958715: ITP: dmx -- semantic web platform for knowledge management and collaboration

2020-04-24 Thread Juergen Neumann
Package: wnpp
Severity: wishlist
Owner: Juergen Neumann 

* Package name: dmx
  Version : 5.0
  Upstream Author : Joerg Richter 
* URL : https://dmx.systems/
* License : AGPL
  Programming Lang: Java, JavaScript
  Description : semantic web platform for knowledge management and 
collaboration

DMX is a software platform for collaboration and knowledge management.
 Knowledge is represented in a semantic network and is handled collaboratively.
 DMX combines interdisciplinary research with the idea of free and open
 source software to generate a true benefit for workflow as well as for social
 processes. The DMX user interface is build according to research in
 cognitive psychology and accommodates the knowledge building process of the
 individual. Instead of handling information through applications, windows and
 files with DMX the user handles all kind of information directly and
 individually. DMX's user interface is completely based on concept maps.
 DMX is especially insteresting in terms of self-hosting and data sovereignty.
 It lets the user keep control of their data. All data is stored in the local
 DMX database.

I am maintaining the package with backup of other devops at DMX Systems.
I need a sponsor.



Bug#958713: ITP: r-cran-markovchain -- Easy Handling Discrete Time Markov Chains

2020-04-24 Thread Steffen Moeller
Package: wnpp
Severity: wishlist

Subject: ITP: r-cran-markovchain -- Easy Handling Discrete Time Markov Chains
Package: wnpp
Owner: Steffen Moeller 
Severity: wishlist

* Package name: r-cran-markovchain
  Version : 0.8.2
  Upstream Author : Giorgio Alfredo Spedicato
* URL : https://cran.r-project.org/package=markovchain
* License : GPL-2
  Programming Lang: GNU R
  Description : Easy Handling Discrete Time Markov Chains
 Functions and S4 methods to create and manage discrete time Markov
 chains more easily. In addition functions to perform statistical (fitting
 and drawing random variates) and probabilistic (analysis of their structural
 proprieties) analysis are provided.

Remark: This package is maintained by Debian R Packages Maintainers at
   https://salsa.debian.org/r-pkg-team/r-cran-markovchain



Bug#958711: ITP: python-nanoget -- extract information from Oxford Nanopore sequencing data and alignments

2020-04-24 Thread Andreas Tille
Package: wnpp
Severity: wishlist

Subject: ITP: python-nanoget -- extract information from Oxford Nanopore 
sequencing data and alignments
Package: wnpp
Owner: Andreas Tille 
Severity: wishlist

* Package name: python-nanoget
  Version : 1.12.1
  Upstream Author : Wouter De Coster 
* URL : https://github.com/wdecoster/nanoget
* License : GPL-3+
  Programming Lang: Python
  Description : extract information from Oxford Nanopore sequencing data 
and alignments
 The Python3 module nanoget provides functions to extract useful metrics
 from Oxford Nanopore sequencing reads and alignments.
 .
 Data can be presented in the following formats, using the following functions:
 .
  * sorted bam file process_bam(bamfile, threads)
  * standard fastq file process_fastq_plain(fastqfile, 'threads')
  * fastq file with metadata from MinKNOW or Albacore
process_fastq_rich(fastqfile)
  * sequencing_summary file generated by Albacore
process_summary(sequencing_summary.txt, 'readtype')
 .
 Fastq files can be compressed using gzip, bzip2 or bgzip. The data is
 returned as a pandas DataFrame with standardized headernames for
 convenient extraction. The functions perform logging while being called
 and extracting data.

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



Bug#958705: ITP: r-cran-dqrng -- Fast Pseudo Random Number Generators

2020-04-24 Thread Andreas Tille
Hi,

that's in Debian

apt-cache policy r-cran-dqrng
r-cran-dqrng:
  Installiert:   0.2.1+dfsg-4
  Installationskandidat: 0.2.1+dfsg-4
  Versionstabelle:
 *** 0.2.1+dfsg-4 501
501 http://deb.debian.org/debian testing/main amd64 Packages
 50 http://httpredir.debian.org/debian unstable/main amd64 Packages
 50 http://ftp.debian.org/debian unstable/main amd64 Packages
100 /var/lib/dpkg/status


On Fri, Apr 24, 2020 at 04:29:09PM +0200, Steffen Moeller wrote:
> Package: wnpp
> Severity: wishlist
> 
> Subject: ITP: r-cran-dqrng -- Fast Pseudo Random Number Generators
> Package: wnpp
> Owner: Steffen Moeller 
> Severity: wishlist
> 
> * Package name: r-cran-dqrng
>   Version : 0.2.1
>   Upstream Author : Copyright: (FIXME: year)-2019 Ralf Stubner,
> * URL : https://cran.r-project.org/package=dqrng
> * License : AGPL-3
>   Programming Lang: GNU R
>   Description : Fast Pseudo Random Number Generators
>  Several fast random number generators are provided as C++
>  header only libraries: The PCG family by O'Neill (2014
>  ) as well as
>  Xoroshiro128+ and Xoshiro256+ by Blackman and Vigna (2018
>  ). In addition fast functions for generating random
>  numbers according to a uniform, normal and exponential distribution
>  are included. The latter two use the Ziggurat algorithm originally
>  proposed by Marsaglia and Tsang (2000, ).
>  These functions are exported to R and as a C++ interface and are
>  enabled for use with the default 64 bit generator from the PCG family,
>  Xoroshiro128+ and Xoshiro256+ as well as the 64 bit version of the 20 rounds
>  Threefry engine (Salmon et al., 2011 ) as
>  provided by the package 'sitmo'.
> 
> Remark: This package is maintained by Debian R Packages Maintainers at
>https://salsa.debian.org/r-pkg-team/r-cran-dqrng
> 
> ___
> R-pkg-team mailing list
> r-pkg-t...@alioth-lists.debian.net
> https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/r-pkg-team

-- 
http://fam-tille.de



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

2020-04-24 Thread Kan-Ru Chen
Package: wnpp
Severity: wishlist
Owner: Kan-Ru Chen 

* Package name: nss-tls
  Version : pre-release
  Upstream Author : Dima Krasner 
* URL : https://github.com/dimkr/nss-tls
* License : LGPL-2.1
  Programming Lang: C
  Description : encrypted glibc name resolving library which uses 
DNS-over-HTTPS (DoH)

nss-tls is an alternative, encrypted name resolving library to use
with glibc, which uses DNS-over-HTTPS (DoH).

The glibc name resolver can be configured through nsswitch.conf(5) to
use nss-tls instead of the DNS resolver, or fall back to DNS when
nss-tls fails.

This way, all applications that use the standard resolver API
(getaddrinfo(), gethostbyname(), etc'), are transparently migrated
from DNS to encrypted means of name resolving, with zero
application-side changes and minimal resource consumption footprint.
However, nss-tls does not deal with applications that use their own,
built-in DNS resolver.

There should be three binary packages:

1. nss-tlsd - a daemon that runs in the background, receives name
resolving requests over a Unix socket and replies with resolved
addresses.

2. libnss_tls.so - is a tiny client library, which delegates the
resolving work to nss-tlsd through the Unix socket and passes the
results back to the application, without dependencies other than libc.

3. tlslookup - a utility program that is equivalent to nslookup(1),
but uses libnss_tls.so instead of DNS.



Bug#958705: marked as done (ITP: r-cran-dqrng -- Fast Pseudo Random Number Generators)

2020-04-24 Thread Debian Bug Tracking System
Your message dated Fri, 24 Apr 2020 17:03:53 +0200
with message-id <422babef-2e4e-caab-f278-eeaea98e3...@gmx.de>
and subject line doublette
has caused the Debian Bug report #958705,
regarding ITP: r-cran-dqrng -- Fast Pseudo Random Number Generators
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.)


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

Subject: ITP: r-cran-dqrng -- Fast Pseudo Random Number Generators
Package: wnpp
Owner: Steffen Moeller 
Severity: wishlist

* Package name: r-cran-dqrng
  Version : 0.2.1
  Upstream Author : Copyright: (FIXME: year)-2019 Ralf Stubner,
* URL : https://cran.r-project.org/package=dqrng
* License : AGPL-3
  Programming Lang: GNU R
  Description : Fast Pseudo Random Number Generators
 Several fast random number generators are provided as C++
 header only libraries: The PCG family by O'Neill (2014
 ) as well as
 Xoroshiro128+ and Xoshiro256+ by Blackman and Vigna (2018
 ). In addition fast functions for generating random
 numbers according to a uniform, normal and exponential distribution
 are included. The latter two use the Ziggurat algorithm originally
 proposed by Marsaglia and Tsang (2000, ).
 These functions are exported to R and as a C++ interface and are
 enabled for use with the default 64 bit generator from the PCG family,
 Xoroshiro128+ and Xoshiro256+ as well as the 64 bit version of the 20 rounds
 Threefry engine (Salmon et al., 2011 ) as
 provided by the package 'sitmo'.

Remark: This package is maintained by Debian R Packages Maintainers at
   https://salsa.debian.org/r-pkg-team/r-cran-dqrng
--- End Message ---
--- Begin Message ---

found packaging on https://salsa.debian.org/r-pkg-team/r-cran-dqrng--- End Message ---


Processed: ITP: r-cran-dqrng -- Fast Pseudo Random Number Generators

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

> owner 958705 Steffen Moeller 
Bug #958705 [wnpp] ITP: r-cran-dqrng -- Fast Pseudo Random Number Generators
Owner recorded as Steffen Moeller .
>
End of message, stopping processing here.

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



Processed: ITP: python-nanomath -- simple math function for other Oxford Nanopore processing scripts

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

> owner 958706 Andreas Tille 
Bug #958706 [wnpp] ITP: python-nanomath -- simple math function for other 
Oxford Nanopore processing scripts
Owner recorded as Andreas Tille .
>
End of message, stopping processing here.

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



Processed: ITP: bashtop -- Resource monitor that shows usage and stats

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

> owner 958702 Dylan Aïssi 
Bug #958702 [wnpp] ITP: bashtop -- Resource monitor that shows usage and stats
Owner recorded as Dylan Aïssi .
>
End of message, stopping processing here.

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



Processed: RFP: angelscript - game-oriented interpreted compiled scripting language

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

> noowner 958372
Bug #958372 [wnpp] RFP: angelscript - game-oriented interpreted compiled 
scripting language
Removed annotation that Bug was owned by Andreas Jönsson.
>
End of message, stopping processing here.

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



Bug#958707: ITP: cinder-tempest-plugin -- OpenStack Integration Test Suite - Cinder plugin

2020-04-24 Thread Thomas Goirand
Package: wnpp
Severity: wishlist
Owner: Thomas Goirand 

* Package name: cinder-tempest-plugin
  Version : 1.0.0
  Upstream Author : OpenStack Foundation 
* URL : https://opendev.org/openstack/cinder-tempest-plugin
* License : Apache-2.0
  Programming Lang: Python
  Description : OpenStack Integration Test Suite - Cinder plugin

 Tempest is a set of integration tests to be run against a live Openstack
 cluster in order to make sure that all components are working as expected.
 Tempest will start and stop virtual machine in order to check that your
 cloud is working as expected.
 .
 This package contains the Cinder plugin.



Bug#958706: ITP: python-nanomath -- simple math function for other Oxford Nanopore processing scripts

2020-04-24 Thread Andreas Tille
Package: wnpp
Severity: wishlist

Subject: ITP: python-nanomath -- simple math function for other Oxford Nanopore 
processing scripts
Package: wnpp
Owner: Andreas Tille 
Severity: wishlist

* Package name: python-nanomath
  Version : 0.23.1
  Upstream Author : Wouter De Coster 
* URL : https://github.com/wdecoster/nanomath
* License : GPL-3+
  Programming Lang: Python
  Description : simple math function for other Oxford Nanopore processing 
scripts
 This Python3 module provides a few simple math and statistics functions for
 other scripts processing Oxford Nanopore sequencing data.
 .
  * Calculate read N50 from a set of lengths get_N50(readlenghts)
  * Remove extreme length outliers from a dataset
remove_length_outliers(dataframe, columname)
  * Calculate the average Phred quality of a read ave_qual(qualscores)
  * Write out the statistics report after calling readstats function
write_stats(dataframe, outputname)
  * Compute a number of statistics, return a dictionary
calc_read_stats(dataframe)

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



Bug#958705: ITP: r-cran-dqrng -- Fast Pseudo Random Number Generators

2020-04-24 Thread Steffen Moeller
Package: wnpp
Severity: wishlist

Subject: ITP: r-cran-dqrng -- Fast Pseudo Random Number Generators
Package: wnpp
Owner: Steffen Moeller 
Severity: wishlist

* Package name: r-cran-dqrng
  Version : 0.2.1
  Upstream Author : Copyright: (FIXME: year)-2019 Ralf Stubner,
* URL : https://cran.r-project.org/package=dqrng
* License : AGPL-3
  Programming Lang: GNU R
  Description : Fast Pseudo Random Number Generators
 Several fast random number generators are provided as C++
 header only libraries: The PCG family by O'Neill (2014
 ) as well as
 Xoroshiro128+ and Xoshiro256+ by Blackman and Vigna (2018
 ). In addition fast functions for generating random
 numbers according to a uniform, normal and exponential distribution
 are included. The latter two use the Ziggurat algorithm originally
 proposed by Marsaglia and Tsang (2000, ).
 These functions are exported to R and as a C++ interface and are
 enabled for use with the default 64 bit generator from the PCG family,
 Xoroshiro128+ and Xoshiro256+ as well as the 64 bit version of the 20 rounds
 Threefry engine (Salmon et al., 2011 ) as
 provided by the package 'sitmo'.

Remark: This package is maintained by Debian R Packages Maintainers at
   https://salsa.debian.org/r-pkg-team/r-cran-dqrng



Processed: reassign 956868 to src:linux, reassign 958372 to wnpp, reassign 953590 to src:libplacebo

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

> reassign 956868 src:linux 5.5.13-2
Bug #956868 [linux-image-5.5.0-1-686-pae] RTL810xE  chipset not detected, 
network card unusable
Warning: Unknown package 'linux-image-5.5.0-1-686-pae'
Bug reassigned from package 'linux-image-5.5.0-1-686-pae' to 'src:linux'.
No longer marked as found in versions linux-signed-i386/5.5.13+2.
Ignoring request to alter fixed versions of bug #956868 to the same values 
previously set
Bug #956868 [src:linux] RTL810xE  chipset not detected, network card unusable
Marked as found in versions linux/5.5.13-2.
> reassign 958372 wnpp
Bug #958372 [angelscript] RFP: angelscript - game-oriented interpreted compiled 
scripting language
Warning: Unknown package 'angelscript'
Bug reassigned from package 'angelscript' to 'wnpp'.
Ignoring request to alter found versions of bug #958372 to the same values 
previously set
Ignoring request to alter fixed versions of bug #958372 to the same values 
previously set
> reassign 953590 src:libplacebo 1.21.0+dfsg1-1
Bug #953590 [libplacebo21] libplacebo21: Upload to unstable, please
Warning: Unknown package 'libplacebo21'
Bug reassigned from package 'libplacebo21' to 'src:libplacebo'.
No longer marked as found in versions libplacebo/1.21.0+dfsg1-1.
Ignoring request to alter fixed versions of bug #953590 to the same values 
previously set
Bug #953590 [src:libplacebo] libplacebo21: Upload to unstable, please
Marked as found in versions libplacebo/1.21.0+dfsg1-1.
> thanks
Stopping processing here.

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



Bug#942091: Any progress on tpm2-pkcs11 package?

2020-04-24 Thread Jonathan McDowell
On Thu, Apr 23, 2020 at 10:24:13PM +0800, SZ Lin (林上智) wrote:
> Jonathan McDowell  於 2020年2月23日 週日 上午3:00寫道:
> > Just a gentle prod to see if there's any progress on a tpm2-pkcs11
> > package; I've downloaded tpm2-pkcs11-1.0.1 and it builds fine with the
> > pieces available in bullseye so it would be nice to get a proper package
> > available.
> 
> This package was packaged and uploaded to the NEW queue last month [1],
> let's wait for the review from the FTP master.

Great! I look forward to it getting through NEW.

> [1] https://ftp-master.debian.org/new/tpm2-pkcs11_1.1.0-1.html

J.

-- 
Too many freaks, not enough circuses.



Bug#958702: ITP: bashtop -- Resource monitor that shows usage and stats

2020-04-24 Thread Dylan Aïssi
Package: wnpp
Severity: wishlist

Subject: ITP: bashtop -- Resource monitor that shows usage and stats
Package: wnpp
Owner: Dylan Aïssi 
Severity: wishlist

* Package name: bashtop
  Version : 0.8.4
  Upstream Author : Aristocratos
* URL : https://github.com/aristocratos/bashtop
* License : Apache-2.0
  Programming Lang: (C, C++, C#, Perl, Python, etc.)
  Description : Resource monitor that shows usage and stats
 Resource monitor that shows usage and stats for processor,
 memory, disks, network and processes.

Remark: This package is maintained by Dylan Aïssi at
   https://salsa.debian.org/daissi/bashtop


Bug#958563: ITP: shellescape -- Escape arbitrary strings for use as command line arguments

2020-04-24 Thread Paul Wise
On Thu, Apr 23, 2020 at 6:54 PM Bradford D. Boyle wrote:

> This package is needed for barnard

It would be a lot better to make barnard use the Go exec functions
instead of using this module:

https://golang.org/pkg/os/exec/

-- 
bye,
pabs

https://wiki.debian.org/PaulWise



Bug#958677: ITP: keystone-tempest-plugin -- OpenStack Integration Test Suite - Keystone plugin

2020-04-24 Thread Thomas Goirand
Package: wnpp
Severity: wishlist
Owner: Thomas Goirand 

* Package name: keystone-tempest-plugin
  Version : 0.4.0
  Upstream Author : OpenStack Foundation 
* URL : https://opendev.org/openstack/keystone-tempest-plugin
* License : Apache-2.0
  Programming Lang: Python
  Description : OpenStack Integration Test Suite - Keystone plugin

 Tempest is a set of integration tests to be run against a live Openstack
 cluster in order to make sure that all components are working as expected.
 Tempest will start and stop virtual machine in order to check that your
 cloud is working as expected.
 .
 This package contains the Keystone plugin.



Processed: ITP: ibus-typing-booster -- Completion input method to speedup typing

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

> close 958670
Bug #958670 [wnpp] ITP: ibus-typing-booster -- Completion input method to 
speedup typing
Marked Bug as done
> stop
Stopping processing here.

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



Bug#958670: ITP: ibus-typing-booster -- Completion input method to speedup typing

2020-04-24 Thread Gunnar Hjalmarsson

Package: wnpp
Severity: wishlist

Package name: ibus-typing-booster
Version : 2.8.2-1
Upstream Authors: Mike Fabian ,
: Anish Patil 
URL : https://github.com/mike-fabian/ibus-typing-booster
License : GPL-3.0
Programming Lang: Python
Description : Completion input method to speedup typing

Ibus-typing-booster is a predictive input method and predicts complete 
words based on context and partial input. One can then simply select the 
desired word from a list of suggestions and improve one's typing speed 
and spelling.


The tool has been around for some years, and has been packaged for 
Fedora and openSUSE, but not yet for Debian.


The proposed package will be available at:
https://mentors.debian.net/package/ibus-typing-booster

--
Gunnar Hjalmarsson
https://launchpad.net/~gunnarhj



Bug#942091: marked as done (ITP: tpm2-pkcs11 -- PKCS#11 interface for TPM2 hardware)

2020-04-24 Thread Debian Bug Tracking System
Your message dated Fri, 24 Apr 2020 10:00:12 +
with message-id 
and subject line Bug#942091: fixed in tpm2-pkcs11 1.1.0-1
has caused the Debian Bug report #942091,
regarding ITP: tpm2-pkcs11 -- PKCS#11 interface for TPM2 hardware
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.)


-- 
942091: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=942091
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: SZ Lin (林上智) 
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name: tpm2-pkcs11
  Version : 0~git20190905.0b7ceff
  Upstream Author : tpm2-software
* URL : https://github.com/tpm2-software/tpm2-pkcs11
* License : BSD-2-clause
  Programming Lang: C, Python, Shell
  Description:  PKCS#11 interface for TPM2 hardware

 tpm2-pkcs11 is a utility to provide a PKCS#11 backend for a TPM 2.0 (Trusted
 Platform Module) chip in order to access cryptographic services from tokens/
 devices such as hardware security modules (HSM), smart cards, etc.
 .
 I plan to package tpm2-pkcs11 to replace with tpm2-pk11 [1], because
the upstream
 of tpm2-pk11 [2] seems inactive [3].
 [1] https://tracker.debian.org/pkg/tpm2-pk11
 [2] https://github.com/irtimmer/tpm2-pk11
 [3] https://github.com/irtimmer/tpm2-pk11/issues/85
 .
 tpm2-pkcs11 is under BSD-2-clause
--

SZ Lin (林上智) , http://people.debian.org/~szlin

4096R/ 178F 8338 B314 01E3 04FC 44BA A959 B38A 9561 F3F9
--- End Message ---
--- Begin Message ---
Source: tpm2-pkcs11
Source-Version: 1.1.0-1
Done: =?utf-8?b?U1ogTGluICjmnpfkuIrmmbop?= 

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

Debian distribution maintenance software
pp.
SZ Lin (林上智)  (supplier of updated tpm2-pkcs11 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: Sat, 28 Mar 2020 15:01:43 +0800
Source: tpm2-pkcs11
Binary: libtpm2-pkcs11-1 libtpm2-pkcs11-1-dbgsym libtpm2-pkcs11-1-dev
Architecture: source amd64
Version: 1.1.0-1
Distribution: unstable
Urgency: low
Maintainer: Alvin Chen 
Changed-By: SZ Lin (林上智) 
Description:
 libtpm2-pkcs11-1 - pkcs11 library for tpm2
 libtpm2-pkcs11-1-dev - pkcs11 library for tpm2 - development files
Closes: 942091
Changes:
 tpm2-pkcs11 (1.1.0-1) unstable; urgency=low
 .
   [ Alvin Chen ]
   * Initial release. (Closes: #942091)
 .
   [ SZ Lin (林上智) ]
   * Add package uploader
   * Remove unnecessary files
Checksums-Sha1:
 d595052924de06c64c3a9ba0d0895d04babe9eab 2257 tpm2-pkcs11_1.1.0-1.dsc
 7b8ffa04665dfb8080f66b975cb862f752ab8883 1252646 tpm2-pkcs11_1.1.0.orig.tar.gz
 37e92c0bc2586e6591c1e000e1861c5fe5392067 9600 tpm2-pkcs11_1.1.0-1.debian.tar.xz
 3373c043e164745766f8b8732c44c3d164766346 228768 
libtpm2-pkcs11-1-dbgsym_1.1.0-1_amd64.deb
 98d797a7cc906fce0fa34b8fd2f5946922f519ba 4456 
libtpm2-pkcs11-1-dev_1.1.0-1_amd64.deb
 bdb54adac6eaf7ab72d48af69f2be986c166f20f 72332 
libtpm2-pkcs11-1_1.1.0-1_amd64.deb
 586d10942ba91daae88299865d6430a539b88892 7687 
tpm2-pkcs11_1.1.0-1_amd64.buildinfo
Checksums-Sha256:
 38f86cd20a33c6c2ec2588f892130fe0405336cbe49bdf5b5a421cf6042e1c1b 2257 
tpm2-pkcs11_1.1.0-1.dsc
 951f933ebf74f3378901bf453f08a2054d1591bf14a06a3c06b8406d57d2fa59 1252646 
tpm2-pkcs11_1.1.0.orig.tar.gz
 5b22206d2cc9f382b4419ace0fad4eb2d5ae644d6c342aa3cfaeb8973642cd3f 9600 
tpm2-pkcs11_1.1.0-1.debian.tar.xz
 4bfae57db4c1122300fe17648077e95497e08b58e0118bcfc98a4001c82f1088 228768 
libtpm2-pkcs11-1-dbgsym_1.1.0-1_amd64.deb
 83a463fa3ff676e192a20bb6d54fda81bb9b294dfb32b828eb86fcb390f65e2c 4456 
libtpm2-pkcs11-1-dev_1.1.0-1_amd64.deb
 591eb0edfbbb5f5c6b9d803930a2df56f84adc21819c186531c90fdcae13aee6 72332 
libtpm2-pkcs11-1_1.1.0-1_amd64.deb
 8f52499bd705064974480472104195b6a28508bafc054e77a73ebf49cc519deb 7687 
tpm2-pkcs11_1.1.0-1_amd64.buildinfo
Files:
 48826bf3dc55925126edde5d5b696d83 2257 libs optional tpm2-pkcs11_1.1.0-1.dsc
 c54cea37c81097ad1817a34655ea364e 1252646 libs optional 
tpm2-pkcs11_1.1.0.orig.tar.gz
 0c24a67ae262dfcbee6d675669147f38 9600 libs optional 
tpm2-pkcs11_1.1.0-1.debian.tar.xz
 

Bug#958560: marked as done (ITP: r-bioc-htsfilter -- Filter replicated high-throughput transcriptome sequencing data)

2020-04-24 Thread Debian Bug Tracking System
Your message dated Fri, 24 Apr 2020 10:00:11 +
with message-id 
and subject line Bug#958560: fixed in r-bioc-htsfilter 1.26.0-1
has caused the Debian Bug report #958560,
regarding ITP: r-bioc-htsfilter -- Filter replicated high-throughput 
transcriptome sequencing data
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.)


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

Subject: ITP: r-bioc-htsfilter -- Filter replicated high-throughput
transcriptome sequencing data
Package: wnpp
Owner: Pranav Ballaney 
Severity: wishlist

* Package name: r-bioc-htsfilter
  Version : 1.26.0
  Upstream Author : Andrea Rau, Melina Gallopin, Gilles Celeux, and
Florence Jaffrezic
* URL : https://bioconductor.org/packages/HTSFilter/
* License : Artistic-2.0
  Programming Lang: GNU R
  Description : Filter replicated high-throughput transcriptome
sequencing data
 This package implements a filtering procedure for replicated
transcriptome sequencing data based on a global Jaccard similarity
index in order to identify genes with low, constant levels of
expression across one or more experimental conditions.

Remark: This package is maintained by Debian R Packages Maintainers at
   https://salsa.debian.org/r-pkg-team/r-bioc-htsfilter

ᐧ
--- End Message ---
--- Begin Message ---
Source: r-bioc-htsfilter
Source-Version: 1.26.0-1
Done: Pranav Ballaney 

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

Debian distribution maintenance software
pp.
Pranav Ballaney  (supplier of updated 
r-bioc-htsfilter 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, 10 Apr 2020 01:54:23 +0530
Source: r-bioc-htsfilter
Binary: r-bioc-htsfilter
Architecture: source all
Version: 1.26.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian R Packages Maintainers 
Changed-By: Pranav Ballaney 
Description:
 r-bioc-htsfilter - GNU R filter replicated high-throughput transcriptome 
sequencing
Closes: 958560
Changes:
 r-bioc-htsfilter (1.26.0-1) unstable; urgency=medium
 .
   * Initial release (closes: #958560)
Checksums-Sha1:
 555c085d2a200d3487865b554c5cdcda2f39f8c4 2234 r-bioc-htsfilter_1.26.0-1.dsc
 6a19ccd92058ba25d28c0cf87014f1fe358a3730 560011 
r-bioc-htsfilter_1.26.0.orig.tar.gz
 0608f3a6e29e8a2ab2a23c58d21428cbf2393714 5068 
r-bioc-htsfilter_1.26.0-1.debian.tar.xz
 0569569bbc17acf4b0ced84e8af59d7c8dd19c15 586316 
r-bioc-htsfilter_1.26.0-1_all.deb
 8817dc08b14eea95064f76fccbb8e2738b5af0aa 12799 
r-bioc-htsfilter_1.26.0-1_amd64.buildinfo
Checksums-Sha256:
 7749f1fd6e1098269d12398b547f111b77d8cb093b78be358b9d2f1850833eda 2234 
r-bioc-htsfilter_1.26.0-1.dsc
 d89fc0eb8429e0fac728bbc15426509a7cb6b2d494885f20b81fcefd21036792 560011 
r-bioc-htsfilter_1.26.0.orig.tar.gz
 1612e794a5b04a2744662775e53bd16bf3fd5d0f7d51b1c0614e3e5ab0e80f36 5068 
r-bioc-htsfilter_1.26.0-1.debian.tar.xz
 6a8acc5f57c645cac4616bf65047e6786505503cbec1720738fb2d6cfd37cd5c 586316 
r-bioc-htsfilter_1.26.0-1_all.deb
 cf0a76af8d74933ac586f62390388f5bcad5b0f5e452cb63600c09936fea101a 12799 
r-bioc-htsfilter_1.26.0-1_amd64.buildinfo
Files:
 b4488526b7f1fb3842b1058a736a6209 2234 gnu-r optional 
r-bioc-htsfilter_1.26.0-1.dsc
 41dcd33a06064c6425956e4e65ecb754 560011 gnu-r optional 
r-bioc-htsfilter_1.26.0.orig.tar.gz
 50bb5a3811000245e1c69c8c7111c083 5068 gnu-r optional 
r-bioc-htsfilter_1.26.0-1.debian.tar.xz
 fe1571e90b497dbd30c591751b1d3a03 586316 gnu-r optional 
r-bioc-htsfilter_1.26.0-1_all.deb
 f804cfb9b4218bb75870b6d475cddd76 12799 gnu-r optional 
r-bioc-htsfilter_1.26.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAl6h5OQRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtHvExAAiRi2LJjMxo0WadiGZJAiCC44x3T8AW93
1+BvSKfUwO4+5JeE3VUoYHNGWxyLCcD49USMCsnWdJlVhovzsinHdpCz09KTPF9V
tdt42SULRo3NiQ0CtlAiJhwEk8HCIy8C5AbmP8slWt5GOG0RpBqLo6LRsz2vjYIP
YJwx0r4kmp14za6hXcpDq1ljJ4rkGg/NTC4lxFRXJRyZ4bn97gli62lIgZeeOjiV

Bug#958123: marked as done (ITP: pyswarms -- research toolkit for particle swarm optimization in Python)

2020-04-24 Thread Debian Bug Tracking System
Your message dated Fri, 24 Apr 2020 10:00:10 +
with message-id 
and subject line Bug#958123: fixed in pyswarms 1.1.0+dfsg-1
has caused the Debian Bug report #958123,
regarding ITP: pyswarms -- research toolkit for particle swarm optimization in 
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.)


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

* Package name: pyswarms
  Version : 1.1.0
  Upstream Author : pyswarms developers
* URL : https://github.com/ljvmiranda921/pyswarms
* License : MIT
  Programming Lang: Python
  Description : research toolkit for particle swarm optimization in Python

PySwarms is an extensible research toolkit for particle swarm optimization
(PSO) in Python.

It is intended for swarm intelligence researchers, practitioners, and students
who prefer a high-level declarative interface for implementing PSO in their
problems. PySwarms enables basic optimization with PSO and interaction with
swarm optimizations.

Features:
  * High-level module for Particle Swarm Optimization
  * Built-in objective functions to test optimization algorithms
  * Plotting environment for cost histories and particle movement
  * Hyperparameter search tools to optimize swarm behaviour

I intend to maintain this within the Debian Science Team.
--- End Message ---
--- Begin Message ---
Source: pyswarms
Source-Version: 1.1.0+dfsg-1
Done: Christian Kastner 

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

Debian distribution maintenance software
pp.
Christian Kastner  (supplier of updated pyswarms 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: Sun, 19 Apr 2020 00:55:44 +0200
Source: pyswarms
Binary: python-pyswarms-doc python3-pyswarms
Architecture: source all
Version: 1.1.0+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 

Changed-By: Christian Kastner 
Description:
 python-pyswarms-doc - documentation and examples for PySwarms
 python3-pyswarms - research toolkit for particle swarm optimization in Python
Closes: 958123
Changes:
 pyswarms (1.1.0+dfsg-1) unstable; urgency=medium
 .
   * Initial release (Closes: #958123)
Checksums-Sha1:
 7cfd90e711ba53b26d5f0825c844580430e021c2 2558 pyswarms_1.1.0+dfsg-1.dsc
 5d16281ea50ab142534ef86d00d6f885e750fcd6 17941256 
pyswarms_1.1.0+dfsg.orig.tar.xz
 729de715339b762becbdbe12a3d222faea7def0c 10004 
pyswarms_1.1.0+dfsg-1.debian.tar.xz
 8a35e1166648d1b683a63682c1ef36fa39365b50 9998 
pyswarms_1.1.0+dfsg-1_amd64.buildinfo
 899882662bc01d2c903ba60a46d22ce1afe5aaed 1820460 
python-pyswarms-doc_1.1.0+dfsg-1_all.deb
 6317011cbdfeda2b08c696b1a586fa51b5bca245 47316 
python3-pyswarms_1.1.0+dfsg-1_all.deb
Checksums-Sha256:
 9bbf1c09757a7917be1fdd6a13c566eab0ec76cca0e4054138c77f52b19ab636 2558 
pyswarms_1.1.0+dfsg-1.dsc
 4219841ca9d993284233b03bc53ffcb5607b3b9a6ee4bf08ad13dcb6dcbb43a9 17941256 
pyswarms_1.1.0+dfsg.orig.tar.xz
 2cf338247ab32f83c834c1a6b280bebcaffe7b9e6f0e78ad20f0e79b1cd553c4 10004 
pyswarms_1.1.0+dfsg-1.debian.tar.xz
 8842f6e3b0792dd408ca2920a2ec311d78dcb6cb2252b7b3caf4aeab4e6dc490 9998 
pyswarms_1.1.0+dfsg-1_amd64.buildinfo
 de85b26f7b58b1b40865c132af987e0bfc2a0493987141776dd87d0b1e469645 1820460 
python-pyswarms-doc_1.1.0+dfsg-1_all.deb
 d3ba7d89823d7f950bdefc8071d94328c4b0451e4e7171b6910ef8553e71d326 47316 
python3-pyswarms_1.1.0+dfsg-1_all.deb
Files:
 0cb1639f554667b5063c123f12fce250 2558 python optional pyswarms_1.1.0+dfsg-1.dsc
 39776f98552a3aa9a46d19c25a22c99a 17941256 python optional 
pyswarms_1.1.0+dfsg.orig.tar.xz
 1728ee688b963ac6e731f12b613b7f5f 10004 python optional 
pyswarms_1.1.0+dfsg-1.debian.tar.xz
 c2956542fd7f73551a921d266055f495 9998 python optional 
pyswarms_1.1.0+dfsg-1_amd64.buildinfo
 419a79db474d7bb13586a53186a5bd27 1820460 doc optional 
python-pyswarms-doc_1.1.0+dfsg-1_all.deb
 2147e56655683668ec0dda57eabedcee 47316 python optional 

Bug#958139: ITP: vim-gitgutter -- A Vim plugin which shows a git diff in the sign column

2020-04-24 Thread Raphael Medaer
Hi James,

I uploaded a first version on mentors 
(https://mentors.debian.net/package/vim-gitgutter).
I'm wondering if I have to create another bug (RFS + ITP) ?

Would you accept to follow up this package as sponsor ?  Or would you prefer 
that I look for another sponsor ?

Kind regards,

--
Raphaël Medaer 



Processed: ITA djbdns

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

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

> owner 958111 !
Bug #958111 [wnpp] O: djbdns -- dns debugging tools
Owner recorded as Peter Pentchev .
> retitle 958111 ITA: djbdns -- dns debugging tools
Bug #958111 [wnpp] O: djbdns -- dns debugging tools
Changed Bug title to 'ITA: djbdns -- dns debugging tools' from 'O: djbdns -- 
dns debugging tools'.
> thanks
Stopping processing here.

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



Bug#929153: marked as done (ITP: ffmpegfs -- filesystem transcoding audio and video)

2020-04-24 Thread Debian Bug Tracking System
Your message dated Fri, 24 Apr 2020 09:13:02 +
with message-id 
<20200424091302.horde.ldmfzzuqycairsa3aaig...@www.email-mania.eu>
and subject line Package now in Debian 11 and Debian 10 SID
has caused the Debian Bug report #929153,
regarding ITP: ffmpegfs -- filesystem transcoding audio and video
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.)


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

* Package name: ffmpegfs
  Version : 1.8.0
  Upstream Author : Norbert Schlia 
* URL : https://github.com/nschlia/ffmpegfs
* License : GPL-3+
  Programming Lang: C, C++
  Description : FFmpegfs is a read-only FUSE filesystem which transcodes 
between audio and video formats on the fly when opened and read. This can let 
you use a multi media file collection with software and/or hardware which only 
understands one of the supported output formats, or transcode files through 
simple drag-and-drop in a file browser.

FFmpegfs is a read-only FUSE filesystem which transcodes between 
audio and video formats on the fly when opened and read. This can 
let you use a multi media file collection with software and/or 
hardware which only understands one of the supported output formats, 
or transcode files through simple drag-and-drop in a file browser.

Supported output formats:

* MP4 (audio & video)
* WebM (audio & video)
* OGG (audio & video)
* MOV (audio & video)
* Prores (a MOV container for Apple Prores video & PCM audio)
* Opus (audio only)
* MP3 (audio only)
* WAV (audio only)
* AIFF (audio only)

This can let you use a multi media file collection with software 
and/or hardware which only understands one of the supported output
formats, or transcode files through simple drag-and-drop in a file 
browser.

The package uses the FFmpeg library for decoding/enconding, this 
way suppporting a multitude of input formats. I am using it myself
for online streaming and playback.

There a similar package called mp3fs (of which this is actually a 
spawn), but that only supports mp3, no other formats and no videos. 
ffmpegfs is much more powerful and flexible, I would say.

I am going to maintain it myself, it is a rather small project so
I would not be needing help. I already receive support (bug reports,
fixes, feature requests and even patches for new features) on
github.

Sponsors are not required, but if someone wants to buy me a beer
or offer me a life-time supply of beer, why not? :)
--- End Message ---
--- Begin Message ---

Package 1.10-1 has been uploaded and accepted. Can be closed.
--
Oblivion Software Development and Internet Services

Norbert Schlia
Hans-Thoma-Str. 24
76327 Pfinztal
Germany
Telefon: 0721 47 05 1112
Fax: 0721 47 05 1113
Mobile:  0178 5365230

www: http://www.oblivion-software.eu/

Pour le Respect de l'Environnement : Merci d'éviter d'imprimer ce message.
Rispetto per l'ambiente: Si prega di evitare di stampare questo messaggio.
Уважение к окружающей среде: Пожалуйста, не печати это сообщение.
Por favor, ten en cuenta el medio ambiente antes de imprimir este mensaje.
With regard to the environment: Please avoid printing this message.
Aus Rücksicht auf die Umwelt drucken Sie bitte diese Nachricht nicht aus.
--- End Message ---