Bug#1020996: ITP: python-csb43 -- Spanish banks' CSB/AEB norm 43 converter (Python)

2022-09-30 Thread Mathias Behrle
Package: wnpp
Severity: wishlist
X-Debbugs-Cc: debian-devel@lists.debian.org
Owner: Debian Tryton Maintainers 

* Package name: python-csb43
  Version : 0.9.1
  Upstream Author : wmj 
* URL : https://bitbucket.org/wmj/csb43
* License : LGPL-3
  Programming Lang: Python
  Description : Spanish banks' CSB/AEB norm 43 converter (Python)

Binary package names: python3-csb43

 This Python module provides tools for converting from the Spanish banks'
 format *CSB/AEB norm 43* to other file formats.
 .
 Supported formats:
 .
  - OFX v1.0.3 (SGML) & v2.1.1 (XML)
  - HomeBank CSV 
  - HTML
  - JSON
  - ODS: OpenDocument spreadsheet
  - CSV, TSV: comma- or tab-separated values
  - XLS: Microsoft Excel spreadsheet
  - XLSX: OOXML spreadsheet
  - YAML



-- 

Mathias Behrle
PGP/GnuPG key availabable from any keyserver, ID: 0xD6D09BE48405BBF6
AC29 7E5C 46B9 D0B6 1C71  7681 D6D0 9BE4 8405 BBF6



Bug#1021003: ITP: sphinx-qt-documentation -- Plugin for proper resolve intersphinx references for Qt elements

2022-09-30 Thread Gianfranco Costamagna

Package: wnpp
X-Debbugs-Cc: debian-devel@lists.debian.org
Owner: Gianfranco Costamagna 
Severity: wishlist

* Package name: sphinx-qt-documentation
  Version : 0.4.0
  Upstream Author : Grzegorz Bokota 
* URL : https://github.com/Czaki/sphinx-qt-documentation
* License : BSD-3-Clause
  Programming Lang: Python
  Description : Plugin for proper resolve intersphinx references for Qt 
elements

 This is plugin to add cross-link to qt documentation for python code created 
with PyQt5 or PySide2.
 Currently, it supports qtpy, Qt.py wrappers and PyQt5, PySide2, PyQt6 and 
PySide6.
 This extension provides one configuration option:
 qt_documentation with possible values:
 .
  * PyQt5
  * Qt5
  * PySide2
  * PyQt6
  * Qt6
  * PySide6

I need it for the new python-pyqtgraph version



Bug#1021006: ITP: libtest-skip-unlessexistsexecutable-perl -- Skips tests unless executable exists

2022-09-30 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libtest-skip-unlessexistsexecutable-perl
  Version : 0.041
  Upstream Author : dann 
* URL : 
https://metacpan.org/release/Test-Skip-UnlessExistsExecutable
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Skips tests unless executable exists

Test::Skip::UnlessExistsExecutable checks if an executable exist and skips the
test if it does not. The intent is to avoid needing to write boilerplate code.


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.



Re: Switch default from PulseAudio to PipeWire (and WirePlumber) for audio

2022-09-30 Thread Michael Stone

On Thu, Sep 29, 2022 at 04:26:45PM +0200, Vincent Bernat wrote:

On 2022-09-29 15:01, Michael Stone wrote:

On Wed, Sep 28, 2022 at 09:02:15PM -0600, Sam Hartman wrote:

* Finally, I can use bluetooth on linux with reasonably good audio
 quality!


Aren't they both using the same backend? ldac/aptx weren't in 
pulseaudio for a long time, but they are now. Or is there something 
else?


Pipewire has AAC, but not in Debian because libfdk-aac is still 
considered non-free by us while everyone else, including the FSF, 
consider it free.


but that wouldn't be a distinction between pulseaudio and pipewire in 
debian, right?




Bug#1021011: ITP: doxygen-awesome-css -- custom CSS theme for Doxygen HTML documentation

2022-09-30 Thread Andrea Pappacoda
Package: wnpp
Severity: wishlist
Owner: Andrea Pappacoda 
X-Debbugs-Cc: debian-devel@lists.debian.org, Scott Talbert 

* Package name: doxygen-awesome-css
  Version : 2.1.0
  Upstream Author : jothepro
* URL : https://jothepro.github.io/doxygen-awesome-css/
* License : MIT/Expat
  Programming Lang: CSS, JavaScript
  Description : custom CSS theme for Doxygen HTML documentation

Doxygen Awesome is a custom CSS theme for Doxygen HTML-documentation with lots
of customization parameters.
.
It features a clean and modern design, improved mobile usability, a dark mode,
and doesn't change the classic HTML structure of Doxygen documentation.

This package is required to correctly generate Doxygen documentation of zydis,
a package I'm maintaining. It also used by wxwidgets3.2, which is currently
using an embedded copy of the theme.



Re: Bug email is not getting to me

2022-09-30 Thread Sean Whitton
Hello,

On Sun 25 Sep 2022 at 07:00PM -07, Russ Allbery wrote:

> The right solution is probably for bugs.debian.org to rewrite all incoming
> mail to change the From header to a debian.org address (probably the bug
> address) and add a Reply-To header pointing to the original sender.  This
> is the fix that Mailman mostly uses, and it seems to work (I've had this
> problem with multiple mailing lists I run and turning on this message
> mangling has fixed it).  But of course someone has to find time to
> implement this.

ARC is meant to be an alternative to this, eventually, right?

-- 
Sean Whitton



Bug#1021023: ITP: libhttpd-bench-apachebench-perl -- Perl API for Apache benchmarking and regression testing

2022-09-30 Thread mtj
Package: wnpp
Owner: Mason James 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libhttpd-bench-apachebench-perl
  Version : 0.73
  Upstream Author : Adi Fairbank 
* URL : https://metacpan.org/release/ApacheBench
* License : Artistic
  Programming Lang: Perl
  Description : Perl API for Apache benchmarking and regression testing

HTTPD::Bench::ApacheBench sends sequences of HTTP requests to an HTTP
server and keeps  track of the time taken to receive a response, the data
that was returned, the size of the data that was returned, and various
other bits of information.

Since it is implemented in C, it sends HTTP requests in a tight loop which
can stress your server to 100% capacity, especially if invoked in multiple
concurrent instances. It gives accurate time measurements down to the
millisecond for each HTTP request-response interval.

Included is a simplified re-implementation of ab using the ApacheBench/Perl
API. This should help get you started with ApacheBench.

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.



Re: Bug email is not getting to me

2022-09-30 Thread Marco d'Itri
On Sep 30, Sean Whitton  wrote:

> ARC is meant to be an alternative to this, eventually, right?
Right, but it has been such for so many years now that I am not holding 
my breath waiting for it.

-- 
ciao,
Marco


signature.asc
Description: PGP signature


Re: Bug email is not getting to me

2022-09-30 Thread Ansgar
On Fri, 2022-09-30 at 08:00 -0700, Sean Whitton wrote:
> On Sun 25 Sep 2022 at 07:00PM -07, Russ Allbery wrote:
> 
> > The right solution is probably for bugs.debian.org to rewrite all incoming
> > mail to change the From header to a debian.org address (probably the bug
> > address) and add a Reply-To header pointing to the original sender.  This
> > is the fix that Mailman mostly uses, and it seems to work (I've had this
> > problem with multiple mailing lists I run and turning on this message
> > mangling has fixed it).  But of course someone has to find time to
> > implement this.
> 
> ARC is meant to be an alternative to this, eventually, right?

I doubt that. You would need to trust all mail relays (like lists.d.o)
to not be abusive, otherwise it would be trivial to abuse this.

Ansgar



Bug#1021048: ITP: bats-support -- Supporting library to test bats helper libraries

2022-09-30 Thread Gioele Barabucci

Package: wnpp
Severity: wishlist
Owner: Gioele Barabucci 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: bats-support
  Version : 0.3.0
* URL : https://github.com/bats-core/bats-support
* License : CC0-1.0
  Programming Lang: bash
  Description : Supporting library to test bats helper libraries

bats-support is a supporting library providing common functions to test 
helper libraries written for Bats.


Features:

* error reporting
* output formatting
* language tools

--
Gioele Barabucci



key packages RC bugs of the month October

2022-09-30 Thread Paul Gevers

Dear all,

A new month, a fresh plea [1,2] to fix RC bugs in key packages. So, here 
are again 5 RC bugs in key packages in the hope to draw some attention 
to this class of bugs. Remember, fixing these bugs is a collective effort.


#913916 grub-efi-amd64
UEFI boot option removed after update to grub2 2.02~beta3-5+deb9u1
https://bugs.debian.org/913916

#987602 src:ca-certificates
ca-certificates-java,default-jre-headless,openjdk-11-jre-headless: get 
rid of the circular dependency

https://bugs.debian.org/987602

#965026 grub-emu
grub-emu is unusable with orca nor BRLTTY
https://bugs.debian.org/965026

#975490 u-boot-sunxi
u-boot-sunxi: A64-Olinuxino-eMMC boot stuck at "Starting kernel ..."
https://bugs.debian.org/975490

#991936 openssh-server
openssh-server: seccomp filter defaults to SIGSYS, could break any libc 
or kernel upgrade

https://bugs.debian.org/991936

I am asking for help with investigating RC bug reports, judging 
severity, reproducing the issue, clarifying the problem, i.e. bug 
triaging of all RC bugs that haven't seen activity for a while and that 
are still affecting bookworm. Of course ideally the bug gets fixed.


Remember, if you really think a bug shouldn't be RC (particularly if you 
are the maintainer), downgrade it with an explanation. If in doubt, 
leave you note in the bug report.


The full list I use to check for RC bugs in key packages can be found at 
[4].


Paul

[1] https://lists.debian.org/debian-devel/2022/07/msg00133.html
[2] https://lists.debian.org/debian-devel/2022/09/msg0.html
[3] https://release.debian.org/key-packages.html
[4] 
https://udd.debian.org/dev/bugs.cgi?release=bookworm_and_sid&merged=ign&keypackages=only&fnewerval=7&flastmodval=7&rc=1&ctags=1&cdeferred=1&clastupload=1&cwhykey=1&sortby=last_modified&sorto=asc&format=html#results


OpenPGP_signature
Description: OpenPGP digital signature