Bug#1067770: python3-d2to1 fails with latest setuptools

2024-03-26 Thread Florian Stinglmayr
Package: python3-d2to1 Version: 0.2.12-3 I have a third party, and somewhat legacy Python 3 software that depends on python3-d2to1 to build properly. However when building that software in bookworm got the following error, from within python3-d2to1's code: > ImportError: cannot import name

Bug#906873: linux-base: linux-version returns invalid information if gpg kernel signatures are present

2021-04-09 Thread Florian Stinglmayr
/lib/DebianLinux.pm +++ linux-base/lib/DebianLinux.pm @@ -88,6 +88,7 @@ sub image_list { my @results; for (glob("/boot/vmlinu[xz]-*")) { + next if /.*\.sig$/ig; push @results, [substr($_, length("/boot/vmlinu?-")), $_]; } return @result

Bug#932107: cmus: update cmus to 2.8.0

2019-07-15 Thread Florian Stinglmayr
Package: cmus Version: 2.7.1+git20160225-2+b2 Severity: wishlist Hello, cmus 2.8.0 has been released for a quite a while now: https://github.com/cmus/cmus/releases And it would be nice to have it in Debian. Regards, Florian -- System Information: Debian Release: bullseye/sid APT prefers

Bug#799701: lua-yaml: Package does not install all files necessary to be able to use the library in Lua.

2015-09-21 Thread Florian Stinglmayr
rom 7c6c2c9091845b9b211e62babd7d0233be0d5392 Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr <flor...@n0la.org> Date: Thu, 17 Sep 2015 18:43:03 +0200 Subject: [PATCH] Unbreak upgrade to 6.0. 6.0 adds new files under lib/lyaml that must be installed to the proper directories in /usr/share/lua. Otherwise loading of ly