Bug#1013299: linux-image-4.19.0-20-amd64: NULL pointer deref in qdisc_put() due to missing backport

2022-06-29 Thread Diederik de Haas
Control: forwarded -1 
https://lore.kernel.org/all/20220629224938.7760-1-didi.deb...@cknow.org/

On Wednesday, 29 June 2022 15:24:45 CEST Ben Hutchings wrote:
> Looks good to me.  Can you send it on to sta...@vger.kernel.org?
> You'll need to add your Signed-off-by.

Done.

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


Bug#956012: RE: chromium: use DuckDuckGo as Chromium's default search provider

2022-06-29 Thread Andres Salomon

On Mon, 17 Jan 2022 14:03:53 -0300 Leandro Cunha wrote:
> Hi,
>
> What do you think, Andres?
> This idea is good.
> I use duckduckgo as my default search engine.
> I don't know if your idea is to continue with browser maintenance.


Thanks for the nudge on this, and sorry for the late response.

For the past week I've been using duckduckgo as my search engine. I 
think I'm ready to switch the chromium package over to it.


I don't like when packages have frequent NEWS.Debian updates, but I'm 
planning to bundle a bunch of updates into one entry. I'll also mention 
this change in there as well.





Bug#968469: RFP: python3-resampy -- module for efficient signal resampling

2022-06-29 Thread Bastian Germann

Control: retitle -1 ITP: resampy -- module for efficient signal resampling
Control: block 968467 by -1
Control: block 968464 by -1

On Sat, 15 Aug 2020 23:00:55 -0300 David Bremner  wrote:

This package is needed for librosa (#968467) and autocut (#968464)


Just for the record: resampy got into the NEW queue via the Python Team.



Bug#1014078: RFS: librosa/0.9.2-1 [ITP] -- Python package for music and audio analysis

2022-06-29 Thread Bastian Germann

Looking at the ITP and setup.cfg, I would have expected python3-resampy (which 
is in NEW)
to show up in the Build-Depends. How come that it is not there?



Bug#1013944: bullseye-pu: package cyrus-imapd/3.2.6-2+deb11u2

2022-06-29 Thread Adam D. Barratt
Control: tags -1 + confirmed

On Mon, 2022-06-27 at 21:48 +0200, Yadd wrote:
> Bookworm will provide cyrus-imapd 3.6.x. To permit a safe upgrade
> from
> 3.2.6, updtream provided a patch for versions 3.4 and 3.2. It ensure
> that mailboxes have an unique id.
> 

Please go ahead.

Regards,

Adam



Bug#1014054: bullseye-pu: package node-got/11.8.1+~cs53.13.17-3+deb11u1

2022-06-29 Thread Adam D. Barratt
Control: tags -1 + confirmed

On Wed, 2022-06-29 at 16:32 +0200, Yadd wrote:
> [ Reason ]
> node-got allows redirection to unix sockets (#1013264, CVE-2022-
> 33987)
> 
> [ Impact ]
> Medium vulnerability: a remote host can redirect a node-got request
> to a
> Unix socket
> 

Please go ahead.

Regards,

Adam



Bug#1013943: auto-multiple-choice: Autopkg Test fails

2022-06-29 Thread Hilmar Preuße

Am 27.06.2022 um 21:41 teilte Hilmar Preusse mit:

Hi,


yesterday I uploaded a new snapshot of LaTeX packages. Since then the test
suite of your package fails to run [1]. Unfortunately the error message
does not give an idea, what the root cause could be.

Please be so kind to have a look.

I've created a pull request to fix a build failure. This does not solve 
the Autopkg test failure. I'm able to reproduce but I have no clue how 
to address them.


[*] auto-multiple-choice export --data /tmp/aBVDjNyqpk/data --module CSV 
--association-key id --option-out columns=student.copy --option-out 
ticked=AB -o /tmp/aBVDjNyqpk/export.csv --fich-noms 
/tmp/aBVDjNyqpk/names.csv --debug /tmp/aBVDjNyqpk/debug.log
[E] CSV full export test (2 scores) [ABC for copy 2 Q=bq1] : '' should 
be 'B'


Hilmar
--
sigfault



OpenPGP_signature
Description: OpenPGP digital signature


Bug#886055: [mssh] Port to GSettings

2022-06-29 Thread Jeremy Bicha
I have prepared a non-maintainer uploader for mssh and uploaded it
to the DELAYED/10 queue. Please let me know if I should speed up or
slow down the upload.

Please apply the patch from comment 24. I am also attaching the 2
patches I applied on top of it.

Thank you,
Jeremy Bicha
From 0e99e0d0e82860a4c40dc3b78b69b26ae4f40367 Mon Sep 17 00:00:00 2001
From: Jeremy Bicha 
Date: Wed, 29 Jun 2022 17:10:16 -0400
Subject: [PATCH 2/3] Add patch to also update EXTRA_DIST for gconf schemas
 removal

---
 ...ld-drop-mssh.schemas-from-EXTRA_DIST.patch | 20 +++
 debian/patches/series |  1 +
 2 files changed, 21 insertions(+)
 create mode 100644 debian/patches/build-drop-mssh.schemas-from-EXTRA_DIST.patch

diff --git a/debian/patches/build-drop-mssh.schemas-from-EXTRA_DIST.patch b/debian/patches/build-drop-mssh.schemas-from-EXTRA_DIST.patch
new file mode 100644
index 000..300c23e
--- /dev/null
+++ b/debian/patches/build-drop-mssh.schemas-from-EXTRA_DIST.patch
@@ -0,0 +1,20 @@
+From: Jeremy Bicha 
+Date: Wed, 29 Jun 2022 17:09:26 -0400
+Subject: build: drop mssh.schemas from EXTRA_DIST
+
+---
+ Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index 1cbd7a0..7049cac 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -1,6 +1,6 @@
+ SUBDIRS = src po
+ 
+-EXTRA_DIST = config.rpath mkinstalldirs m4/Makefile.in mssh.schemas mssh_clusters.conf
++EXTRA_DIST = config.rpath mkinstalldirs m4/Makefile.in mssh_clusters.conf
+ 
+ data_convertdir = $(datadir)/GConf/gsettings
+ dist_data_convert_DATA = mssh.convert
diff --git a/debian/patches/series b/debian/patches/series
index aca2ed0..2504b52 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ intltools_update
 fix-ftbfs-with-libvte-0.50.patch
 button_2_chooser.patch
 gsettings-port.patch
+build-drop-mssh.schemas-from-EXTRA_DIST.patch
From f1b461baab0371a2c236d4b24daad2babf384530 Mon Sep 17 00:00:00 2001
From: Jeremy Bicha 
Date: Wed, 29 Jun 2022 17:11:35 -0400
Subject: [PATCH 3/3] releasing package mssh version 2.2-5.1

---
 debian/changelog | 12 
 1 file changed, 12 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ec379d0..2c7501c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+mssh (2.2-5.1) unstable; urgency=medium
+
+  * Non-maintainer upload
+
+  [ Yavor Doganov ]
+  * Port to GSettings (Closes: #886055)
+
+  [ Jeremy Bicha ]
+  * Add patch to also update EXTRA_DIST for gconf schemas removal
+
+ -- Jeremy Bicha   Wed, 29 Jun 2022 17:11:11 -0400
+
 mssh (2.2-5) unstable; urgency=medium
 
   * Fix FTBFS due to deprecated function by adding upstream patch


Bug#1014075: ITP: python-mapbox-earcut -- Python bindings for the Mapbox Earcut library

2022-06-29 Thread Timo Röhling
Package: wnpp
Severity: wishlist
Owner: Timo Röhling 
X-Debbugs-Cc: debian-de...@lists.debian.org

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

* Package name: python-mapbox-earcut
  Version : 1.0.0
  Upstream Author : Samuel Kogler
* URL : https://github.com/skogler/mapbox_earcut_python
* License : ISC
  Programming Lang: Python, C++
  Description : Python bindings for the Mapbox Earcut library

The Mapbox Earcut library implements a modified ear slicing algorithm,
optimized by z-order curve hashing and extended to handle holes, twisted
polygons, degeneracies and self-intersections in a way that doesn't guarantee
correctness of triangulation, but attempts to always produce acceptable
results for practical data like geographical shapes.

The package will be team-maintained under the umbrella of
Debian Math Team 
at https://salsa.debian.org/math-team/python-mapbox-earcut


-BEGIN PGP SIGNATURE-

iQGzBAEBCgAdFiEEJvtDgpxjkjCIVtam+C8H+466LVkFAmK8wTMACgkQ+C8H+466
LVngnwv/YnLmuSWjKiIxbNcODQiThAaLCGXn9w1mLo28sSKgm8maTfEBTwSryNf3
AthmkjiWTQbsZb5LL5sgh6Qh9Cdm6b+GC7VZ52cboT21mD8+dcYdn37yQrn0VmES
seJPrLdHvo0QLxRybTsaPx6mHlZjJWF3sDpWiIJ3i619Hef0qHXM4zUYDMpyuv+G
QexPfzevynwc9mJS9nKRLHA/7gdGS+yUDIowAWnNt+8E/8vmjHNT+Qk2Uh7eJftC
UrIK2wPp6Xd0Hp7eueovZr0v84EGiGJWvxTOeRd2XzGN/3hKUTMzUfS7mxa6TlMN
ermcuvBCl6HQs+39kbZJ0HBIC6CpLebqORV8/IPOPjD/H5JFFYOroxYB3IYVmDwb
BW7igEfANmi4A8/A+fmE8UCNXCMAt2Cvuo6QUVu8Wi+/do5kDyiwZ5qLS/ar4ey8
EPgmYTYNL8/V6XAbs6rjBaRpFVo63CCIIIpB3XSr3PxuzKKDh1e5oQw8n5FL+YDx
UaqsAhrU
=Y2vC
-END PGP SIGNATURE-


Bug#1014076: ITP: gappa -- Automatic generation of proofs of arithmetic properties

2022-06-29 Thread Julien Puydt
Package: wnpp
Severity: wishlist
Owner: Julien Puydt 
X-Debbugs-Cc: Debian Math Team , jpu...@debian.org

* Package name: gappa
  Version : 1.4.0
  Upstream Author : Guillaume Melquiond
* URL : https://gappa.gitlabpages.inria.fr
* License : GPL-3
  Programming Lang: C++
  Description : Automatic generation of proofs of arithmetic properties
 Tool to help verify and prove properties on numerical
 programs dealing with either fixed-point or floating-point
 arithmetic.

I plan to maintain it within the Debian Math Team, where it belongs quite
naturally.

Cheers,

J.Puydt



Bug#1014077: haskell-bimap_0.4.0-2_mips64el-buildd.changes REJECTED

2022-06-29 Thread Aurelien Jarno
Source: haskell-bimap_
Version: 0.4.0-2
Severity: serious

On 2022-06-29 21:25, Debian FTP Masters wrote:
> libghc-bimap-dev_0.4.0-2_mips64el.deb: has 1 file(s) with a timestamp too far 
> in the past:
>   usr/share/doc/libghc-bimap-dev/changelog.gz (Thu Jan  1 00:00:00 1970)
> 
> 
> 
> ===
> 
> Please feel free to respond to this email if you don't understand why
> your files were rejected, or if you upload new files which address our
> concerns.
> 
> 
> 



Bug#1012227: webkitgtk: CPU usage

2022-06-29 Thread Tim
On Fri, 2022-06-10 at 21:51 +, Alberto Garcia wrote:
> On Fri, Jun 10, 2022 at 02:25:28PM -0500,
> tmcconnell...@gmail.com wrote:
> > I had a better idea, and piped it to the attached file and let it
> > run
> > until the CPU usage went down. Currently my CPU is between 9 - 15 %
> > Sorry for the big file, it took a while. 
> > Tim
> 
> Ok, it looks like it's just drawing text all the time, do you have
> any
> particular website or page open, or when does this happen?
> 
> Berto

Hi Berto, 
I'm not sure if you received the last reply to this. And I have some
updated information for you as well, hopefully it's of some use to
you. 
It's happening to me when I try to read mail in Evolution->On This
Computer-> Inbox. They are Cron job reports, Unattended Upgrade reports
that sort of thing. Evolution is mostly default and "local mail" is set
up via Debian's defaults (Exim4?), I don't have send mail or anything
like that installed. 

I sent an email to the evolution-l...@gnome.org and they suggested I
run db --batch --ex "t a a bt" --pid=PID &>>~/bt.txt. 
I've attached those results to this. 
It was also suggested I try installing DevHelp and Epiphany to see how
WebKit GTK works and neither of them launch. Running epiphany I get:
Failed to register: Timeout was reached and I get the same thing for
DevHelp's GUI. 

Let me know if you need anymore information. 
-Tim 
gdb --batch --ex "t a a bt" --pid=27250 &>>~/bt.txt
[New LWP 27261]
[New LWP 27265]
[New LWP 27267]
[New LWP 27278]
[New LWP 27281]
[New LWP 27282]
[New LWP 27283]
[New LWP 27317]
[New LWP 27320]
[New LWP 27321]
[New LWP 27322]

warning: .dynamic section for "/lib/x86_64-linux-gnu/libgnutls.so.30" is not at 
the expected address (wrong library or version mismatch?)
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x7f013000a87f in __GI___poll (fds=0x55648400ae00, nfds=2, timeout=29685) 
at ../sysdeps/unix/sysv/linux/poll.c:29
29  ../sysdeps/unix/sysv/linux/poll.c: No such file or directory.

Thread 12 (Thread 0x7f0078eaa640 (LWP 27322) "WebKitWe:shlo0"):
#0  0x7f012be280fa in __futex_abstimed_wait_common64 
(futex_word=futex_word@entry=0x556484224898, expected=expected@entry=0, 
clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0, 
cancel=cancel@entry=true) at ../sysdeps/nptl/futex-internal.c:74
#1  0x7f012be2815b in __GI___futex_abstimed_wait_cancelable64 
(futex_word=futex_word@entry=0x556484224898, expected=expected@entry=0, 
clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at 
../sysdeps/nptl/futex-internal.c:123
#2  0x7f012be21c30 in __pthread_cond_wait_common (abstime=0x0, clockid=0, 
mutex=0x556484224848, cond=0x556484224870) at pthread_cond_wait.c:504
#3  __pthread_cond_wait (cond=0x556484224870, mutex=0x556484224848) at 
pthread_cond_wait.c:619
#4  0x7f00cdf4048b in  () at /usr/lib/x86_64-linux-gnu/dri/radeonsi_dri.so
#5  0x7f00cdf400d7 in  () at /usr/lib/x86_64-linux-gnu/dri/radeonsi_dri.so
#6  0x7f012be1bd80 in start_thread (arg=0x7f0078eaa640) at 
pthread_create.c:481
#7  0x7f013001676f in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 11 (Thread 0x7f00796ab640 (LWP 27321) "WebKitWebP:sh0"):
#0  0x7f012be280fa in __futex_abstimed_wait_common64 
(futex_word=futex_word@entry=0x556484224328, expected=expected@entry=0, 
clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0, 
cancel=cancel@entry=true) at ../sysdeps/nptl/futex-internal.c:74
#1  0x7f012be2815b in __GI___futex_abstimed_wait_cancelable64 
(futex_word=futex_word@entry=0x556484224328, expected=expected@entry=0, 
clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at 
../sysdeps/nptl/futex-internal.c:123
#2  0x7f012be21c30 in __pthread_cond_wait_common (abstime=0x0, clockid=0, 
mutex=0x5564842242d8, cond=0x556484224300) at pthread_cond_wait.c:504
#3  __pthread_cond_wait (cond=0x556484224300, mutex=0x5564842242d8) at 
pthread_cond_wait.c:619
#4  0x7f00cdf4048b in  () at /usr/lib/x86_64-linux-gnu/dri/radeonsi_dri.so
#5  0x7f00cdf400d7 in  () at /usr/lib/x86_64-linux-gnu/dri/radeonsi_dri.so
#6  0x7f012be1bd80 in start_thread (arg=0x7f00796ab640) at 
pthread_create.c:481
#7  0x7f013001676f in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 10 (Thread 0x7f00cc87b640 (LWP 27320) "WebKitW:disk$0"):
#0  0x7f012be280fa in __futex_abstimed_wait_common64 
(futex_word=futex_word@entry=0x556483f44708, expected=expected@entry=0, 
clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0, 
cancel=cancel@entry=true) at ../sysdeps/nptl/futex-internal.c:74
#1  0x7f012be2815b in __GI___futex_abstimed_wait_cancelable64 
(futex_word=futex_word@entry=0x556483f44708, expected=expected@entry=0, 
clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at 
../sysdeps/nptl/futex-internal.c:123

Bug#967404: gjiten: depends on deprecated GTK 2

2022-06-29 Thread Jeremy Bicha
Version: 3.1-1



Bug#1013671: (no subject)

2022-06-29 Thread Jean Baptiste Favre

Setting video output to X11 video solve the issue.

In terms of configuration file, you have to add following line in 
~/.config/vlc/vlcrc


vout=xcb_x11

Best,
Jean Baptiste


OpenPGP_signature
Description: OpenPGP digital signature


Bug#968467:

2022-06-29 Thread Bastian Germann

Am 29.06.22 um 21:14 schrieb Nilson Silva:

But here's a problem:
In the debian repositories, the most current version is
V0.52.0-5: https://tracker.debian.org/media/packages/n/numba/changelog-0.52.0-5


That is just not true:
https://tracker.debian.org/news/1335154/accepted-numba-0551-1-source-into-unstable/

As I said: Debian has 0.55.1.



Bug#835229: kmod: blacklisted modules keep loading

2022-06-29 Thread Marco d'Itri
On Aug 23, Yevgeny Kosarzhevsky  wrote:

> I have run as root the following commands:
> echo "blacklist snd_hda_intel_codec_hdmi" > 
> /etc/modprobe.d/snd-hda-intel-codec-hdmi.blacklist.conf
> update-initramfs -u
> reboot
> 
> After reboot I find snd_hda_intel_codec_hdmi in lsmod output
Can you still reproduce this with the package in Debian 11?

-- 
ciao,
Marco


signature.asc
Description: PGP signature


Bug#1014074: colmap: Build-Depends should include libmetis-dev

2022-06-29 Thread Dima Kogan
Package: colmap
Version: 3.7-2+b1
Severity: normal
X-Debbugs-Cc: none, Dima Kogan 

I currently libmetis-dev is not included in the Build-Depends, so the
package build says this:

  -- Could NOT find METIS (missing: METIS_INCLUDE_DIR METIS_LIBRARY) 

This is a warning, not an error, so the build still completes
successfully. I don't know what colmap does internally when METIS isn't
available. Presumably it has some other variable permutation strategy,
but if it doesn't, METIS would speed up the bundle-adjustment solves by
a lot. We should make this library available to the build.

Thanks for maintaining colmap!


-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable
  APT policy: (800, 'unstable'), (700, 'testing'), (500, 'unstable-debug'), 
(500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, armhf

Kernel: Linux 5.16.0-5-amd64 (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.utf-8, LC_CTYPE=en_US.utf-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.utf-8), LANGUAGE=en_US.utf-8
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages colmap depends on:
ii  libc6  2.33-7
ii  libceres2  2.1.0+really2.0.0+dfsg1-2
ii  libfreeimage3  3.18.0+ds2-7
ii  libgcc-s1  12.1.0-4
ii  libgl1 1.4.0-1
ii  libglew2.2 2.2.0-4
ii  libgomp1   12.1.0-4
ii  libgoogle-glog0v6  0.6.0-1
ii  libqt5core5a   5.15.4+dfsg-3
ii  libqt5gui5 5.15.4+dfsg-3
ii  libqt5widgets5 5.15.4+dfsg-3
ii  libstdc++6 12.1.0-4

colmap recommends no packages.

colmap suggests no packages.

-- no debconf information



Bug#863180: live-wrapper: Add keyboard shortcuts and revamp menus

2022-06-29 Thread Samuel Thibault
Hello,

Steve McIntyre, le mar. 25 juil. 2017 00:10:24 +0100, a ecrit:
> >As discussed on
> >https://lists.debian.org/debian-accessibility/2017/04/msg00130.html
> >it would be useful to have keyboard shortcuts in the live boot menu. The
> >attached patch implements it in both isolinux and grub. The shortcuts
> >are marked with '^', so that they can be implemented correctly in
> >syslinux. The patch also revamps the boot menu so as to integrate the
> >whole debian installer options (expert, rescue, auto, speech).
> 
> But I'm not so sonvinced about this one. It's making big changes to
> the existing menu structure, particularly moving the main "install"
> options off to a submenu which I don't like.

Ok, we can just stick to the debian installer main menu, with just the
additional live entries at the top.

> It's also adding the ^ into menu titles - can we fix that too please?

? That's expected, these are the keyboard shortcuts, and only shows up
as highlighted letters to document the shortcuts, not as actual ^.

I'm wondering, though, where this code is living now that live-wrapper
was removed from unstable?

Samuel



Bug#863180: live-wrapper: Add keyboard shortcuts and revamp menus

2022-06-29 Thread Steve McIntyre
Hey Samuel,

On Wed, Jun 29, 2022 at 11:47:31PM +0200, Samuel Thibault wrote:
>Steve McIntyre, le mar. 25 juil. 2017 00:10:24 +0100, a ecrit:
>> >As discussed on
>> >https://lists.debian.org/debian-accessibility/2017/04/msg00130.html
>> >it would be useful to have keyboard shortcuts in the live boot menu. The
>> >attached patch implements it in both isolinux and grub. The shortcuts
>> >are marked with '^', so that they can be implemented correctly in
>> >syslinux. The patch also revamps the boot menu so as to integrate the
>> >whole debian installer options (expert, rescue, auto, speech).
>> 
>> But I'm not so sonvinced about this one. It's making big changes to
>> the existing menu structure, particularly moving the main "install"
>> options off to a submenu which I don't like.
>
>Ok, we can just stick to the debian installer main menu, with just the
>additional live entries at the top.
>
>> It's also adding the ^ into menu titles - can we fix that too please?
>
>? That's expected, these are the keyboard shortcuts, and only shows up
>as highlighted letters to document the shortcuts, not as actual ^.
>
>I'm wondering, though, where this code is living now that live-wrapper
>was removed from unstable?

live-wrapper is now dead - written in python2 and not maintained for
quite a while. My plan is to keep it running on build machines until
the EOL of bullseye *only*.

We've not made any live images for bookworm at all yet - I turned off
live builds when the bookworm cycle started. Roland looks to be
interested in picking up live builds again, switching to
live-build. I'm hoping he can help you.

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
"I've only once written 'SQL is my bitch' in a comment. But that code 
 is in use on a military site..." -- Simon Booth



Bug#1012601: wireless-regdb: alternative broken on debian-installer install

2022-06-29 Thread Ben Hutchings
On Tue, 2022-06-14 at 08:27 +0900, Dominique Martinet wrote:
> Ben Hutchings wrote on Mon, Jun 13, 2022 at 04:39:23PM +0200:
> > On Fri, 2022-06-10 at 09:39 +0900, Dominique Martinet wrote:
> > > the udeb regdb is also slightly obsolete, I'm not sure why it was needed
> > > in the first place but it might be possible to use the normal package
> > > instead?
> > 
> > Why do you think it's obsolete?  It is useful to have this file present
> > in the installer.
> 
> Sorry this wasn't clear. I didn't mean obsolete as no longer useful,
> just that it is old: wireless-regdb-udeb hasn't been updated in two
> years, while the main wireless-regdb package keeps getting updates
> regularly.

You are comparing wireless-regdb-udeb in stable with wireless-regdb in
unstable.

Both the regular and udeb packages are outdated in stable, but this
should be fixed in the next point release.

[...]
> Note that for clients (installer usecase), it _also_ doesn't matter: if
> an AP uses regulated bands, the client will (should?) rightfully use
> these.

Yes, I think this is generally what happens.  But the kernel wants to
load regulatory.db regardless of what mode is being used, so it seemed
like a good idea to include it in the installer.

This bug shows that that didn't have an entirely positive effect, but
it will be fixed.

[...]
> Yeah, it probably makes more sense to just remove whatever was there in
> the post-install script.
> I'll leave the resolution to you unless you want/need help with
> something.

That is what I've now implemented.

Ben.

-- 
Ben Hutchings
Nothing is ever a complete failure;
it can always serve as a bad example.


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


Bug#1014080: zutty: crashes on startup

2022-06-29 Thread David Bremner
Package: zutty
Version: 0.12.2.20220528.131633+dfsg1-1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

This might be specific to my configuration (amd64 GPU, free drivers),
but zutty doesn't work at all on my machine.

╭─ convex:~ 
╰─% zutty
E [charvdev.cc:277] Error: Compiling compute shader:

terminate called after throwing an instance of 'std::system_error'
  what():  Resource deadlock avoided
zsh: IOT instruction  zutty

- -- System Information:
Debian Release: bookworm/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.18.0-2-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_CA:en
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages zutty depends on:
ii  libc6 2.33-7
ii  libegl1   1.4.0-1
ii  libfreetype6  2.12.1+dfsg-3
ii  libgcc-s1 12.1.0-2
ii  libgles2  1.4.0-1
ii  libstdc++612.1.0-2
ii  libx11-6  2:1.7.5-1
ii  libxmu6   2:1.1.3-3

zutty recommends no packages.

zutty suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEkiyHYXwaY0SiY6fqA0U5G1WqFSEFAmK86uMACgkQA0U5G1Wq
FSGiYw//Zvwwr+3UGeneqJTdaE4aXOMfp9rU57F6m1b7iwVzEjzMNcHC5xfosKIU
DnTUtc7niWlMbwkGehAP7T69HvSGYJtHTmB42XWe3pQBjpc4XHx0uoeL6sxx4+bS
c7YtaWKg4IWWOQGwmOfravk/KAsZxoctPdiTVevzJ9H4JPbW8A+z8AeIHgY/Ir/c
TMmT4E9GLcLv8H1Ilvs59ns1VWhbivtoWDV8rKG8x7UAF/QO5KKKPuw2J9KT6UBQ
YiB47Utb2tUEzWW2HyZje2WdaNXaLJMwnzZf2zxZhGfqimykHYvw9znRqR+G5rVF
11qCuwbC3pnGsES6jjEYqqVeJqvb8Q6YfNnk+d9nS9WDhlH0D6AFlqZyYGK6YJ+V
KcxZr5QQn5rjLEUuC6qclQ6BqfaywGVvnT4ZUp5lmgzKInFsssv46e7bqVpluISr
xdQ+D+sKeKqepjxFpB/2RJiUV6cGMftnUHuPOabFEgmiBg2krzw1yRuwstQUk4w+
Q3+DUnLfK52SXzTh2vyMfHEviJuVuYN+KGXhfKJOVt+FEU3G8T0dUItOqcxk4NHA
LXDJI6lqKCXSuEf9cLNhZ4B4/3+K7mCfgF3dagJpPZfmjiZAY7XlC6y0bnLnSx4E
HkVcUIIDvwOSdyxu0xQKNWrAcCv93tf2wtlOYRQ27MHszRJ1jXk=
=rHO9
-END PGP SIGNATURE-


Bug#1014081: haskell-bimap REJECTED: has 1 file(s) with a timestamp too far in the past

2022-06-29 Thread Adrian Bunk
Source: haskell-bimap
Version: 0.4.0-2
Severity: serious
Tags: ftbfs

bunk@coccia:~$ cat 
/srv/ftp-master.debian.org/queue/reject/haskell-bimap_0.4.0-2_amd64-buildd.changes.reason

libghc-bimap-dev_0.4.0-2_amd64.deb: has 1 file(s) with a timestamp too far in 
the past:
  usr/share/doc/libghc-bimap-dev/changelog.gz (Thu Jan  1 00:00:00 1970)
$



Bug#1011713: FTBFS issue fixed in upstream release 1.3.0

2022-06-29 Thread Bryce Harrington
AttributeError: function/symbol 'EVP_PKEY_size' not found in library
'libcrypto.so.3': /lib/x86_64-linux-gnu/libcrypto.so.3: undefined
symbol: EVP_PKEY_size 

According to this upstream issue, this is an OpenSSL 3.0 incompatibility
that was fixed and appears to be available in the upstream 1.3.0
release.  I think the principle fix would be:

  
https://github.com/wbond/oscrypto/commit/e07413184f8038aa82c421350f4e49d1073f1491

However, https://github.com/wbond/oscrypto/commits/master shows
followup commits dcd19aa, f533aff, etc. to improve things, so e0741318
alone may not adequately fix things.



Bug#1010157: riscv64 usertags for #1010157, build log url, error infos ruby-rbtrace FTBFS with riscv

2022-06-29 Thread 肖盛文

Control: user debian-ri...@lists.debian.org
Control: usertag 1010157 + riscv64


The ruby-rbtrace FTBFS with riscv build log:

https://buildd.debian.org/status/fetch.php?pkg=ruby-rbtrace=riscv64=0.4.11-4=1650294527=0


Building native extensions. This could take a while...
current directory: 
/<>/debian/ruby-rbtrace/usr/lib/riscv64-linux-gnu/rubygems-integration/3.0.0/gems/rbtrace-0.4.11/ext
["/usr/bin/ruby3.0", "-I", "/usr/lib/ruby/vendor_ruby", "-r", 
"./siteconf20220418-1039413-5enl54.rb", "extconf.rb"]
ERROR:  Error installing /tmp/d20220418-1039409-uv3a18/rbtrace-0.4.11.gem:
ERROR: Failed to build gem native extension.

current directory: 
/<>/debian/ruby-rbtrace/usr/lib/riscv64-linux-gnu/rubygems-integration/3.0.0/gems/rbtrace-0.4.11/ext
/usr/bin/ruby3.0 -I /usr/lib/ruby/vendor_ruby -r 
./siteconf20220418-1039413-5enl54.rb extconf.rb
Building has failed. See above output for more information on the failure.
To see why this extension failed to compile, please check the mkmf.log which 
can be found here:

  
/<>/debian/ruby-rbtrace/usr/lib/riscv64-linux-gnu/rubygems-integration/3.0.0/extensions/riscv64-linux/3.0.0/rbtrace-0.4.11/mkmf.log

extconf failed, exit code 1

--
肖盛文 xiao sheng wen
https://www.atzlinux.com 《铜豌豆 Linux》基于 Debian 的 Linux 中文 桌面 操作系统
Debian QA page: https://qa.debian.org/developer.php?login=atzlinux%40sina.com
Debian salsa: https://salsa.debian.org/atzlinux-guest
GnuPG Public Key: 0x00186602339240CB



OpenPGP_signature
Description: OpenPGP digital signature


Bug#1014079: bullseye-pu: package wireless-regdb/2022.04.08-2~deb11u1

2022-06-29 Thread Ben Hutchings
Package: release.debian.org
Severity: normal
Tags: bullseye
User: release.debian@packages.debian.org
Usertags: pu
X-Debbugs-Cc: debian-ker...@lists.debian.org

[ Reason ]
Provide current information about national radio regulations to the
Linux Wi-Fi stack.

[ Impact ]
Users may accidentally configure Wi-Fi hardware to use channels or
power levels that are not permitted, or may be unable to use channels
that are permitted.

[ Tests ]
- The signatures on regulatory.db are now checked against the kernel
  trust list by an autopkgtest test case.
- I installed the package on top of a fresh bullseye installation
  and verified that:
  - /lib/firmware/regulatory.db{,.p7s} are replaced with symlinks.
  - The kernel can load the regulatory database without errors.
- The database itself is currently identical to the upstream version
  which is already used by other distributions.

[ Risks ]
The package is fairly trivial.  The only risk I see is that the new
database could conceivably differ from the actual regulations in a
more serious way.

[ Checklist ]
  [X] *all* changes are documented in the d/changelog
  [X] I reviewed all changes and I approve them
  [X] attach debdiff against the package in (old)stable
  [X] the issue is verified as fixed in unstable

[ Changes ]
Upstream changes:
- Updated the regulatory database (db.txt) following various national
  radio regulatory changes.
- Regenerated the binaries and signatures (regulatory.bin,
  regulatory.db, regulatory.db.p7s) and checksum (sha1sum.txt) from
  db.txt.
- Changed gen-pubcert.sh script and associated rule to put a
  configurable name in the generated certificate.  These aren't used
  in a package build.

Debian changes:
- Fixed bug #1012601, which would otherwise mean that the updated
  database isn't actually used.
- Regenerated my signatures (debian/regulatory.bin.sig,
  debian/regulatory.db.p7s).
- Added a Salsa CI configuration.
- Added an autopkgtest test case.

[ Other info ]
N/A
diff -Nru wireless-regdb-2020.04.29/Makefile wireless-regdb-2022.04.08/Makefile
--- wireless-regdb-2020.04.29/Makefile  2020-04-29 19:51:03.0 +0200
+++ wireless-regdb-2022.04.08/Makefile  2022-04-08 17:54:37.0 +0200
@@ -80,7 +80,7 @@
 
 $(REGDB_PUBCERT): $(REGDB_PRIVKEY)
@echo "Generating certificate for $(REGDB_AUTHOR)..."
-   ./gen-pubcert.sh $(REGDB_PRIVKEY) $(REGDB_PUBCERT)
+   ./gen-pubcert.sh $(REGDB_PRIVKEY) $(REGDB_PUBCERT) $(REGDB_AUTHOR)
@echo $(REGDB_PUBKEY) > .custom
 
 
diff -Nru wireless-regdb-2020.04.29/db.txt wireless-regdb-2022.04.08/db.txt
--- wireless-regdb-2020.04.29/db.txt2020-04-29 19:51:03.0 +0200
+++ wireless-regdb-2022.04.08/db.txt2022-04-08 17:54:37.0 +0200
@@ -10,6 +10,9 @@
 
 # This is the world regulatory domain
 country 00:
+   # There is no global intersection for 802.11ah, so just mark the entire
+   # possible band as NO-IR
+   (755 - 928 @ 2), (20), NO-IR
(2402 - 2472 @ 40), (20)
# Channel 12 - 13.
(2457 - 2482 @ 20), (20), NO-IR, AUTO-BW
@@ -118,7 +121,7 @@
(57000 - 66000 @ 2160), (40)
 
 # Source:
-# https://www.legislation.gov.au/Details/F2016C00432
+# https://www.legislation.gov.au/Details/F2022C00281
 # Both DFS-ETSI and DFS-FCC are acceptable per AS/NZS 4268 Appendix B.
 # The EIRP for DFS bands can be increased by 3dB if TPC is implemented.
 # In order to allow 80MHz operation between 5650-5730MHz the upper boundary
@@ -130,6 +133,7 @@
(5470 - 5600 @ 80), (27), DFS
(5650 - 5730 @ 80), (27), DFS
(5730 - 5850 @ 80), (36)
+   (5925 - 6425 @ 160), (24), NO-OUTDOOR
(57000 - 66000 @ 2160), (43), NO-OUTDOOR
 
 country AW: DFS-ETSI
@@ -346,11 +350,13 @@
(5250 - 5330 @ 80), (20), DFS, AUTO-BW
(5735 - 5835 @ 80), (20)
 
+# Source:
+# 
https://wap.miit.gov.cn/cms_files/filemanager/1226211233/attach/20219/d125301b13454551b698ff5afa49ca28.pdf
+# Note: The transmit power for 5150-5350MHz bands can be raised by 3dBm when 
TPC is implemented
 country CN: DFS-FCC
-   (2402 - 2482 @ 40), (20)
-   (5170 - 5250 @ 80), (23), AUTO-BW
-   (5250 - 5330 @ 80), (23), DFS, AUTO-BW
-   (5735 - 5835 @ 80), (30)
+   (2400 - 2483.5 @ 40), (20)
+   (5150 - 5350 @ 80), (20), DFS, AUTO-BW
+   (5725 - 5850 @ 80), (33)
# 60 GHz band channels 1,4: 28dBm, channels 2,3: 44dBm
# ref: 
http://www.miit.gov.cn/n11293472/n11505629/n11506593/n11960250/n11960606/n11960700/n12330791.files/n12330790.pdf
(57240 - 59400 @ 2160), (28)
@@ -374,9 +380,13 @@
 # Source:
 # https://www.mincom.gob.cu/es/marco-legal
 # - Redes Informáticas
-# Resolución 127- 2011 Reglamento de Banda de frecuencias de 2,4 GHz.
+#Resolución 98- 2019 Reglamento de Redes Inalámbricas:
+# 
https://www.mincom.gob.cu/sites/default/files/marcoregulatorio/r_98-19_reglamento_redes_inalambricas.pdf
 country CU: DFS-FCC
(2400 - 2483.5 @ 40), (200 mW)
+   (5150 - 5350 @ 80), (200 mW), 

Bug#1013437: cups: Nothing prints from driverless IPP queues unless added via lpadmin

2022-06-29 Thread Gareth Evans
Does that mean cups-filters is not the appropriate package to file against?  If 
so, do you have any suggestions as to which might be?

Thanks,
Gareth



Bug#1012601: wireless-regdb: alternative broken on debian-installer install

2022-06-29 Thread Dominique Martinet
Ben Hutchings wrote on Thu, Jun 30, 2022 at 02:08:24AM +0200:
> > Sorry this wasn't clear. I didn't mean obsolete as no longer useful,
> > just that it is old: wireless-regdb-udeb hasn't been updated in two
> > years, while the main wireless-regdb package keeps getting updates
> > regularly.
> 
> You are comparing wireless-regdb-udeb in stable with wireless-regdb in
> unstable.
> 
> Both the regular and udeb packages are outdated in stable, but this
> should be fixed in the next point release.

Ah, sorry I didn't realize they had the same source package.

> > Yeah, it probably makes more sense to just remove whatever was there in
> > the post-install script.
> > I'll leave the resolution to you unless you want/need help with
> > something.
> 
> That is what I've now implemented.

I've had a look at the postinst script[1] after the automated
notification and it looks good to me, thank you.

[1] 
https://salsa.debian.org/kernel-team/wireless-regdb/-/blob/master/debian/wireless-regdb.postinst

-- 
Dominique



Bug#1001208:

2022-06-29 Thread Matt Barry
Confirmed by Slack support; you need to get the package directly from
Slack.



Bug#1014082: libpg-query: ftbfs on riscv64: ( error: #error PostgreSQL does not have native spinlock support on this platform.)

2022-06-29 Thread Bo YU
Source: libpg-query
Version: 13-2.1.2-1
Severity: minor
Tags: ftbfs, patch
User: debian-ri...@lists.debian.org
Usertags: riscv64
X-Debbugs-Cc: debian-ri...@lists.debian.org


Dear libpg-query Maintainer,

The libpg-query has a ftbfs issue on riscv64:

```
...
In file included from ./src/postgres/include/storage/condition_variable.h:26,
 from ./src/postgres/include/nodes/execnodes.h:25,
 from ./src/postgres/include/catalog/index.h:18,
 from src/pg_query_deparse.c:5:
./src/postgres/include/storage/s_lock.h:922:2: error: #error PostgreSQL does 
not have native spinlock support on this platform. To continue the compilation, 
rerun configure using --disable-spinlocks. However, performance will be poor. 
Please report this to pgsql-b...@lists.postgresql.org.
  922 | #error PostgreSQL does not have native spinlock support on this 
platform.  To continue the compilation, rerun configure using 
--disable-spinlocks.  However, performance will be poor.  Please report this to 
pgsql-b...@lists.postgresql.org.
  |  ^
./src/postgres/include/storage/s_lock.h:994:30: error: unknown type name 
‘slock_t’
  994 | extern int  tas(volatile slock_t *lock);/* in 
port/.../tas.s, or
  |  ^~~
./src/postgres/include/storage/s_lock.h:1004:8: error: unknown type name 
‘slock_t’
 1004 | extern slock_t dummy_spinlock;
  |^~~
./src/postgres/include/storage/s_lock.h:1009:28: error: unknown type name 
‘slock_t’
 1009 | extern int s_lock(volatile slock_t *lock, const char *file, int line, 
const char *func);
  |^~~
In file included from ./src/postgres/include/nodes/execnodes.h:25,
 from ./src/postgres/include/catalog/index.h:18,
...

```

The patch attached is to fix the issue and I build libpg-query package
successfully on my locally real riscv64 hardware(Unmatched board).

If there are any issues please let me know. thank you.

Bo
-- 
Best Regards,

The code refer to:

https://github.com/postgres/postgres/blob/master/src/include/storage/s_lock.h

Bo YU 
--- a/src/postgres/include/storage/s_lock.h
+++ b/src/postgres/include/storage/s_lock.h
@@ -339,6 +339,27 @@
 #endif	 /* HAVE_GCC__SYNC_INT32_TAS */
 #endif	 /* __arm__ || __arm || __aarch64__ || __aarch64 */
 
+/*
+ * RISC-V likewise uses __sync_lock_test_and_set(int *, int) if available.
+ */
+#if defined(__riscv)
+#ifdef HAVE_GCC__SYNC_INT32_TAS
+#define HAS_TEST_AND_SET
+
+#define TAS(lock) tas(lock)
+
+typedef int slock_t;
+
+static __inline__ int
+tas(volatile slock_t *lock)
+{
+	return __sync_lock_test_and_set(lock, 1);
+}
+
+#define S_UNLOCK(lock) __sync_lock_release(lock)
+
+#endif	 /* HAVE_GCC__SYNC_INT32_TAS */
+#endif	 /* __riscv */
 
 /* S/390 and S/390x Linux (32- and 64-bit zSeries) */
 #if defined(__s390__) || defined(__s390x__)


signature.asc
Description: PGP signature


Bug#1014082: libpg-query: ftbfs on riscv64: ( error: #error PostgreSQL does not have native spinlock support on this platform.)

2022-06-29 Thread 肖盛文

Control: tags -1 + upstream


在 2022/6/30 10:16, Bo YU 写道:

Source: libpg-query
Version: 13-2.1.2-1
Severity: minor
Tags: ftbfs, patch
User: debian-ri...@lists.debian.org
Usertags: riscv64
X-Debbugs-Cc: debian-ri...@lists.debian.org


Dear libpg-query Maintainer,

The libpg-query has a ftbfs issue on riscv64:




OpenPGP_signature
Description: OpenPGP digital signature


Bug#1013132: ITP: BabaSSL -- BabaSSL is a base library for modern cryptography and communication security protocols.

2022-06-29 Thread Stephan Verbücheln
As far as I understand it, the main point of BabaSSL is to add support
for Chinese developed ciphers and algorithms.

Long time ago in my student years, I was working with a German fork of
OpenSSL. The point was to add German elliptic curves (BSI and Deutsche
Telekom). They were eventually merged into OpenSSL.

Regards



Bug#1014083: Leaves many mldbm files in /tmp without cleanup

2022-06-29 Thread Josh Triplett
Package: lintian
Version: 2.115.2
Severity: normal
X-Debbugs-Cc: j...@joshtriplett.org

The current version of lintian seems to create numerous temporary files
in /tmp/mldbm-elf-* and /tmp/mldbm-elf-by-member-* and while some of
them disappear by the time lintian finishes, others remain around
without getting cleaned up.

-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: arm64

Kernel: Linux 5.18.0-2-amd64 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages lintian depends on:
ii  binutils2.38.50.20220627-1
ii  bzip2   1.0.8-5
ii  diffstat1.64-1
ii  dpkg1.21.8
ii  dpkg-dev1.21.8
ii  file1:5.41-4
ii  gettext 0.21-6
ii  gpg 2.2.35-2
ii  intltool-debian 0.35.0+20060710.5
ii  iso-codes   4.10.0-1
ii  libapt-pkg-perl 0.1.40+b1
ii  libarchive-zip-perl 1.68-1
ii  libberkeleydb-perl  0.64-1+b2
ii  libcapture-tiny-perl0.48-1
ii  libclass-xsaccessor-perl1.19-3+b8
ii  libclone-perl   0.45-1+b2
ii  libconfig-tiny-perl 2.28-1
ii  libconst-fast-perl  0.014-2
ii  libcpanel-json-xs-perl  4.30-1
ii  libdata-dpath-perl  0.58-1
ii  libdata-validate-domain-perl0.10-1.1
ii  libdata-validate-uri-perl   0.07-2
ii  libdevel-size-perl  0.83-1+b3
pn  libdigest-sha-perl  
ii  libdpkg-perl1.21.8
ii  libemail-address-xs-perl1.04-1+b4
ii  libfile-basedir-perl0.09-1
ii  libfile-find-rule-perl  0.34-1.1
ii  libfont-ttf-perl1.06-2
ii  libhtml-html5-entities-perl 0.004-2
ii  libhtml-tokeparser-simple-perl  3.16-4
ii  libio-interactive-perl  1.023-1
ii  libipc-run3-perl0.048-2
ii  libjson-maybexs-perl1.004003-1
ii  liblist-compare-perl0.55-1
ii  liblist-someutils-perl  0.58-1
ii  liblist-utilsby-perl0.12-1
ii  libmldbm-perl   2.05-3
ii  libmoo-perl 2.005004-3
ii  libmoox-aliases-perl0.001006-2
ii  libnamespace-clean-perl 0.27-2
ii  libpath-tiny-perl   0.122-1
ii  libperlio-gzip-perl 0.20-1
ii  libperlio-utf8-strict-perl  0.009-1+b1
ii  libproc-processtable-perl   0.634-1+b1
ii  libregexp-wildcards-perl1.05-2
ii  libsereal-decoder-perl  4.023+ds-1
ii  libsereal-encoder-perl  4.023+ds-1
ii  libsort-versions-perl   1.62-2
ii  libsyntax-keyword-try-perl  0.27-1
ii  libterm-readkey-perl2.38-1+b3
ii  libtext-levenshteinxs-perl  0.03-5
ii  libtext-markdown-discount-perl  0.13-1+b1
ii  libtext-xslate-perl 3.5.9-1+b1
ii  libtime-duration-perl   1.21-1
ii  libtime-moment-perl 0.44-1+b4
ii  libtimedate-perl2.3300-2
ii  libunicode-utf8-perl0.62-1+b3
ii  liburi-perl 5.10-1
ii  libwww-mechanize-perl   2.09-1
ii  libwww-perl 6.67-1
ii  libxml-libxml-perl  2.0207+dfsg+really+2.0134-1
ii  libyaml-libyaml-perl0.83+ds-1+b1
ii  lzip [lzip-decompressor]1.23-3
ii  lzop1.04-2
ii  man-db  2.10.2-1
ii  patchutils  0.4.2-1
ii  perl [libencode-perl]   5.34.0-4
ii  t1utils 1.41-4
ii  unzip   6.0-26
ii  xz-utils5.2.5-2.1

lintian recommends no packages.

Versions of packages lintian suggests:
ii  binutils-multiarch 2.38.50.20220627-1
pn  libtext-template-perl  

-- no debconf information



Bug#1014078: RFS: librosa/0.9.2-1 [ITP] -- Python package for music and audio analysis

2022-06-29 Thread Nilson Silva
Hi!

> Looking at the ITP and setup.cfg, I would have expected python3-resampy 
> (which is in NEW)
> to show up in the Build-Depends. How come that it is not there?

I have the package ready in the most current version (0.3.0-1) !
https://salsa.debian.org/nilsonfsilva/resampy

However, there is already a bug with no movement in version (0.2.2-1) since 
2020.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=968469

In that case how to do?

Nilson Silva.

De: Bastian Germann 
Enviado: quarta-feira, 29 de junho de 2022 20:44
Para: 1014...@bugs.debian.org <1014...@bugs.debian.org>
Assunto: Bug#1014078: RFS: librosa/0.9.2-1 [ITP] -- Python package for music 
and audio analysis

Looking at the ITP and setup.cfg, I would have expected python3-resampy (which 
is in NEW)
to show up in the Build-Depends. How come that it is not there?



Bug#1014086: RM: apertium-es-ast -- ROM; Replaced by apertium-spa-ast

2022-06-29 Thread Kartik Mistry
Package: ftp.debian.org
Severity: normal
X-Debbugs-Cc: kar...@debian.org
Usertags: rm

Dear FTP Team,

Please remove the apertium-es-ast binary from unstable. This package
is now superseded by the apertium-spa-ast package.

Thanks!

-- 
Kartik Mistry | કાર્તિક મિસ્ત્રી
kartikm.wordpress.com



Bug#1014085: RM: apertium-en-es -- ROM; Replaced by apertium-eng-spa

2022-06-29 Thread Kartik Mistry
Package: ftp.debian.org
Severity: normal
X-Debbugs-Cc: kar...@debian.org
Usertags: rm

Dear FTP Team,

Please remove the apertium-en-es binary from unstable. This package is
now superseded by apertium-eng-spa package.

Thanks!

-- 
Kartik Mistry | કાર્તિક મિસ્ત્રી
kartikm.wordpress.com



Bug#1014087: RM: apertium-is-sv -- ROM; Replaced by apertium-isl-swe

2022-06-29 Thread Kartik Mistry
Package: ftp.debian.org
Severity: normal
X-Debbugs-Cc: kar...@debian.org
Usertags: rm

Dear FTP Team,

Please remove the apertium-is-sv binary from unstable. This package is
now superseded by the apertium-isl-swe package.

Thanks!

-- 
Kartik Mistry | કાર્તિક મિસ્ત્રી
kartikm.wordpress.com



Bug#1014088: RM: apertium-mk-bg -- ROM; Replaced by apertium-mkd-bul

2022-06-29 Thread Kartik Mistry
Package: ftp.debian.org
Severity: normal
X-Debbugs-Cc: kar...@debian.org
Usertags: rm

Dear FTP Team,

Please remove the apertium-mk-bg binary from unstable. This package is
now superseded by the apertium-mkd-bul package.

Thanks!

-- 
Kartik Mistry | કાર્તિક મિસ્ત્રી
kartikm.wordpress.com



Bug#1013670: transition: srt

2022-06-29 Thread Florian Ernst
On Wed, Jun 29, 2022 at 10:37:12PM +0200, Sebastian Ramacher wrote:
> On 2022-06-25 13:46:45 +0200, Sebastian Ramacher wrote:
> > On 2022-06-24 17:32:43, Florian Ernst wrote:
> > > please grant a transition slot for the srt transition.
> > > [...]
> > 
> > Let's wait until ffmpeg migrated and then we should be good to go ahead
> > with this one.
> 
> Please go ahead

Thanks. I'm planning to add some finetuning to the current packaging and
then to upload on Saturday.

Cheers,
Flo


signature.asc
Description: PGP signature


Bug#1014084: unknown-horizons: Crashes with "AttributeError: module 'collections' has no attribute 'Iterable'"

2022-06-29 Thread Daniel Santos
Package: unknown-horizons
Version: 2019.1-4
Severity: grave
Justification: renders package unusable

Dear Maintainer,

When attempting to start a single-player game, it crashes with:

Ship created and weapons loaded.
Traceback (most recent call last):
  File "/usr/games/unknown-horizons", line 381, in 
main()
  File "/usr/games/unknown-horizons", line 122, in main
ret = horizons.main.start(options)
  File "/usr/lib/python3/dist-packages/horizons/main.py", line 255, in start
horizons.globals.fife.run()
  File "/usr/lib/python3/dist-packages/horizons/engine/engine.py", line 279, in 
run
self.loop()
  File "/usr/lib/python3/dist-packages/horizons/engine/engine.py", line 296, in 
loop
f()
  File "/usr/lib/python3/dist-packages/horizons/timer.py", line 112, in 
check_tick
f(self.tick_next_id)
  File "/usr/lib/python3/dist-packages/horizons/scheduler.py", line 95, in tick
callback.callback()
  File "/usr/lib/python3/dist-packages/horizons/util/python/callback.py", line 
48, in __call__
return self.callback(*self.args, **self.kwargs)
  File "/usr/lib/python3/dist-packages/horizons/ai/pirate.py", line 99, in tick
self.combat_manager.tick()
  File 
"/usr/lib/python3/dist-packages/horizons/ai/aiplayer/combat/combatmanager.py", 
line 343, in tick
self.lookout()
  File 
"/usr/lib/python3/dist-packages/horizons/ai/aiplayer/combat/combatmanager.py", 
line 334, in lookout
self.handle_casual_combat()
  File 
"/usr/lib/python3/dist-packages/horizons/ai/aiplayer/combat/combatmanager.py", 
line 423, in handle_casual_combat
rules = (filters.not_in_fleet, filters.pirate, 
filters.ship_state(self.ships, self.shipStates.idle))
  File 
"/usr/lib/python3/dist-packages/horizons/ai/aiplayer/combat/unitmanager.py", 
line 154, in _ship_state_rule
if not isinstance(ship_states, collections.Iterable):
AttributeError: module 'collections' has no attribute 'Iterable'


iiuc, I the collections module deprecatd Iterable, or was renamed to
collections.abc -- I'm not really sure.  


-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: mipsel, armhf, i386

Kernel: Linux 5.14.0-4-amd64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages unknown-horizons depends on:
ii  fonts-unifont   1:14.0.04-1
ii  python3 3.10.4-1+b1
ii  python3-enet0.0~vcs.2017.05.26.git-2.2+b3
ii  python3-fife0.4.2-4
ii  python3-future  0.18.2-6
ii  python3-yaml5.4.1-1+b1

unknown-horizons recommends no packages.

unknown-horizons suggests no packages.

-- no debconf information



Bug#1014078: RFS: librosa/0.9.2-1 [ITP] -- Python package for music and audio analysis

2022-06-29 Thread Nilson Silva


Nilson F. Silva

81-3036-0200

81-991616348

81-98546-9553


De: Bastian Germann 
Enviado: quarta-feira, 29 de junho de 2022 20:44
Para: 1014...@bugs.debian.org <1014...@bugs.debian.org>
Assunto: Bug#1014078: RFS: librosa/0.9.2-1 [ITP] -- Python package for music 
and audio analysis

Looking at the ITP and setup.cfg, I would have expected python3-resampy (which 
is in NEW)
to show up in the Build-Depends. How come that it is not there?



<    1   2