Bug#925862: xbindkeys-config: ftbfs with GCC-9

2019-08-29 Thread Reiner Herrmann
: Reiner Herrmann +Description: Fix FTBFS with gcc9 by moving libs to the end of the command line +Bug-Debian: https://bugs.debian.org/925862 + +--- a/Makefile b/Makefile +@@ -15,7 +15,7 @@ + all: main + + main: $(OBJS) +- $(CC) $(GTK) $(OBJS) -o $(NOM) ++ $(CC) $(OBJS) -o $(NOM) $(GTK

Bug#925625: abr2gbr: ftbfs with GCC-9

2019-08-29 Thread Reiner Herrmann
:00:00.0 +0100 +++ abr2gbr-1.0.2/debian/patches/gcc9.patch 2010-08-24 10:01:53.0 +0200 @@ -0,0 +1,15 @@ +Author: Reiner Herrmann +Description: Fix FTBTS with gcc9 by moving libs to the end of the command line +Bug-Debian: https://bugs.debian.org/925625 + +--- a/Makefile b

Bug#935669: assaultcube-data: Outdated version makes assaultcube uninstallable

2019-08-27 Thread Reiner Herrmann
Hi Carlos, I think the problem is that assaultcube-data 1.2.0.2.1-2 was uploaded source-only. Someone needs to do a new upload including the arch:all binary package, as it is in non-free (which the buildds don't seem to build). I think this change [0] does not help, as you can't enforce a

Bug#935352: trimage: Qt4 removal from Bullseye

2019-08-24 Thread Reiner Herrmann
Control: tags -1 + fixed-upstream The new upstream version 1.0.6 supports Qt5. signature.asc Description: PGP signature

Bug#874855: [codequery] Future Qt4 removal from Buster

2019-08-24 Thread Reiner Herrmann
Control: tags -1 + patch Dear maintainer, Qt5 is already supported and can be easily enabled with the attached patch (which also fixes #886193). Kind regards, Reiner diff -Nru codequery-0.21.1+dfsg1/debian/control codequery-0.21.1+dfsg1/debian/control --- codequery-0.21.1+dfsg1/debian/control

Bug#874844: [choreonoid] Future Qt4 removal from Buster

2019-08-24 Thread Reiner Herrmann
Control: tags -1 + fixed-upstream Qt5 is supported upstream since 1.5.0. signature.asc Description: PGP signature

Bug#874825: [appmenu-qt] Future Qt4 removal from Buster

2019-08-24 Thread Reiner Herrmann
There is a Qt5 port available at: https://launchpad.net/appmenu-qt5 signature.asc Description: PGP signature

Bug#935539: mma: new upstream version available

2019-08-23 Thread Reiner Herrmann
Source: mma Version: 16.06-2 Severity: wishlist Dear maintainer, a new upstream version of mma is available (currently 19.08). It would be great if you could update the package to the new release. Thanks! Kind regards, Reiner signature.asc Description: PGP signature

Bug#935535: solfege: crashes with python3-pyalsa installed

2019-08-23 Thread Reiner Herrmann
Source: solfege Version: 3.23.4-6 Severity: important Dear maintainer, I installed python3-pyalsa because in the preferences window in the "Sound Setup" page it asks you to install pyalsa to be able to use ALSA for sound output (maybe this should be a Recommends/Suggests?). But after installing

Bug#925857: wireless-tools: ftbfs with GCC-9

2019-08-23 Thread Reiner Herrmann
/patches/gcc9.patch 1970-01-01 01:00:00.0 +0100 +++ wireless-tools-30~pre9/debian/patches/gcc9.patch 2019-08-23 11:43:45.0 +0200 @@ -0,0 +1,15 @@ +Author: Reiner Herrmann +Description: Fix build with gcc9 by moving linked libraries to the end +Bug-Debian: https://bugs.debian.org

Bug#935087: acpi-support: invalid default file

2019-08-19 Thread Reiner Herrmann
Source: acpi-support Version: 0.143-1 Severity: important Dear maintainer, I just updated acpi-support to version 0.143-1 and was prompted for changes in the /etc/default/acpi-support file. It now contains only the single line: > debian/addons/default/acpi-support This was changed in

Bug#925769: lix: ftbfs with GCC-9

2019-08-15 Thread Reiner Herrmann
Control: tags -1 - unreproducible moreinfo Control: affects 931825 + lix The build failure now also happens on reproducible builds infrastructure [0]. But it doesn't seem to be related to gcc, but to dub: #931825 [0] https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/lix.html

Bug#934073: mutt: new upstream release

2019-08-06 Thread Reiner Herrmann
Source: mutt Severity: wishlist Dear maintainers, a new upstream release of mutt is available (1.12.1). It would be nice if you could update the package. Thanks! Kind regards, Reiner signature.asc Description: PGP signature

Bug#912482: deluge-gtk: Please migrate to python3-pygame

2019-08-03 Thread Reiner Herrmann
Control: tags -1 + fixed-upstream The new upstream version 2.0.x supports Python 3. signature.asc Description: PGP signature

Bug#912495: pydxcluster: Please migrate to python3-pygame

2019-08-03 Thread Reiner Herrmann
: Reiner Herrmann +Descriptions: Port to Python 3 +Bug-Debian: https://bugs.debian.org/912495 + +--- a/pyDxCluster_v2_21.py b/pyDxCluster_v2_21.py +@@ -1,16 +1,16 @@ +-#!/usr/bin/python ++#!/usr/bin/python3 + #coding:utf-8

Bug#912486: solarwolf: Please migrate to python3-pygame

2019-08-03 Thread Reiner Herrmann
Control: tags -1 + patch Hi, the attached patch ports solarwolf to Python 3. Kind regards, Reiner diff --git a/debian/control b/debian/control index 43843c0..3cd495f 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,13 @@ Source: solarwolf Section: games Priority: optional

Bug#932810: surf: could not access directory

2019-07-23 Thread Reiner Herrmann
Hi Dmitry, On Tue, Jul 23, 2019 at 03:08:17PM +, Dmitry Bogatov wrote: > $ env -i HOME=/tmp DISPLAY=:0 /usr/bin/surf > Could not access directory: /tmp/.surf > > I thought it was supposed to get created. > > Okay, if I create it myself: > > $ mkdir -p /tmp/.surf > $ env -i HOME=/tmp

Bug#931051: firejail hangs on strace with the firefox or waterfox profile

2019-06-29 Thread Reiner Herrmann
Hi Vincent, On Tue, Jun 25, 2019 at 10:00:32AM +0200, Vincent Lefevre wrote: > zira:~> /usr/bin/firejail --allow-debuggers --profile=firefox strace /bin/ls > Reading profile /etc/firejail/firefox.profile > Reading profile /etc/firejail/firefox-common.profile > Reading profile

Bug#926393: surf: Cannot read local files/ directories: "Error opening file [filename] : Permission denied"

2019-06-20 Thread Reiner Herrmann
Hi Giuseppe, On Thu, Jun 20, 2019 at 09:30:59AM +0200, Giuseppe Bilotta wrote: > I came across this issue just now. This is an apparmor profile issue, > since by default it's configured to prevent access to local files except > for a small selection (it even fails to load the corret theme in my >

Bug#930729: arandr: new upstream version

2019-06-19 Thread Reiner Herrmann
Source: arandr Version: 0.1.9-2 Severity: wishlist Dear maintainer, there is a new upstream version of arandr (0.1.10) available, which also supports Python 3. Can you please update the package to the new version (and also switch to Python 3)? Thanks! Kind regards, Reiner signature.asc

Bug#930726: flawfinder: new upstream release

2019-06-19 Thread Reiner Herrmann
Source: flawfinder Version: 1.31-1 Severity: wishlist Dear maintainer, a new upstream version of flawfinder is available (2.0.9), which also supports Python 3. Please also make it use Python 3, as Python 2 will soon be unsupported. Thanks! Kind regards, Reiner signature.asc Description:

Bug#925863: xcalib: ftbfs with GCC-9

2019-06-09 Thread Reiner Herrmann
Control: tags -1 + patch Hi, the attached patch fixes the FTBFS by moving all linked libraries to the end of the command line. Regards, Reiner diff -u xcalib-0.8.dfsg1/debian/rules xcalib-0.8.dfsg1/debian/rules --- xcalib-0.8.dfsg1/debian/rules +++ xcalib-0.8.dfsg1/debian/rules @@ -26,7 +26,7

Bug#925848: vacation: ftbfs with GCC-9

2019-06-09 Thread Reiner Herrmann
Control: tags -1 + patch Hi, the attached patch fixes this FTBFS by moving the linked libraries to the end of the command line. Regards, Reiner signature.asc Description: PGP signature

Bug#925848: vacation: ftbfs with GCC-9

2019-06-09 Thread Reiner Herrmann
Sorry, forgot the patch... diff -Nru vacation-3.3.1/Makefile vacation-3.3.1+nmu1/Makefile --- vacation-3.3.1/Makefile 2014-10-20 23:47:14.0 +0200 +++ vacation-3.3.1+nmu1/Makefile 2019-06-09 12:02:08.0 +0200 @@ -5,7 +5,7 @@ all: vacation vacation: vacation.c - $(CC) $(CFLAGS)

Bug#925846: usbrelay: ftbfs with GCC-9

2019-06-09 Thread Reiner Herrmann
:00.0 +0100 +++ usbrelay-0.4/debian/patches/gcc9.patch 2019-06-09 11:54:59.0 +0200 @@ -0,0 +1,20 @@ +Description: Fix FTBFS with gcc9 by moving list of libraries to the end +Author: Reiner Herrmann +Bug-Debian: https://bugs.debian.org/925846 + +--- a/Makefile b/Makefile +@@ -1,11

Bug#925626: acpi-support: ftbfs with GCC-9

2019-06-09 Thread Reiner Herrmann
Control: tags -1 + patch Hi, the attached patch fixes this FTBFS by moving the linked libraries to the end of the command line. Kind regards, Reiner diff -u acpi-support-0.142/debian/addons/fakekey/Makefile acpi-support-0.142/debian/addons/fakekey/Makefile ---

Bug#925866: xteddy: ftbfs with GCC-9

2019-06-08 Thread Reiner Herrmann
Control: tags -1 + patch The patch from #641275 will also fix this FTBFS. Regards, Reiner signature.asc Description: PGP signature

Bug#925859: wmwave: ftbfs with GCC-9

2019-06-08 Thread Reiner Herrmann
Control: tags -1 + patch Hi, the attached patch fixes this FTBFS by moving the libraries to the end of the command line. Kind regards, Reiner diff -u wmwave-0.4/Makefile wmwave-0.4/Makefile --- wmwave-0.4/Makefile +++ wmwave-0.4/Makefile @@ -21,7 +21,7 @@ cc $(CFLAGS)

Bug#925842: tstools: ftbfs with GCC-9

2019-06-08 Thread Reiner Herrmann
Control: tags -1 + patch Hi, the error can be fixed by moving the linked library (-lm) to the end. See attached patch. Kind regards, Reiner diff -u tstools-1.11/Makefile tstools-1.11/Makefile --- tstools-1.11/Makefile +++ tstools-1.11/Makefile @@ -80,7 +80,7 @@ endif CFLAGS =

Bug#930212: libmupdf-dev: undefined reference when linking

2019-06-08 Thread Reiner Herrmann
Hi josch, > $ gcc -I/usr/include/freetype2 -I/usr/include/libpng16 -lmupdf -ljbig2dec > -ljpeg -lz -lm -lfreetype -lpng16 -lm -lz -lm -lz test.c > /usr/bin/ld: /tmp/ccCPwEIx.o: in function `main': > test.c:(.text+0x26): undefined reference to `fz_new_context_imp' > collect2: error: ld returned 1

Bug#930211: lintian: false positive extra-license-file

2019-06-08 Thread Reiner Herrmann
Source: lintian Version: 2.15.0 Dear maintainers, I noticed a false positive for extra-license-file. You can observe it for example in [xbill_2.1-9_amd64.deb]. > N: Processing binary package xbill (version 2.1-9, arch amd64) ... > I: xbill: extra-license-file usr/share/xbill/bitmaps/bsd.xbm

Bug#925722: jq: ftbfs with GCC-9

2019-06-08 Thread Reiner Herrmann
1970-01-01 01:00:00.0 +0100 +++ jq-1.5+dfsg/debian/patches/gcc9.patch 2019-06-08 09:56:38.0 +0200 @@ -0,0 +1,19 @@ +Author: Reiner Herrmann +Description: initialize buffers + The test tests/mantest was failing because valgrind noticed that + prog might be uninitialized when being

Bug#925769: lix: ftbfs with GCC-9

2019-06-07 Thread Reiner Herrmann
Control: tags -1 + unreproducible moreinfo Hi, I am not able to reproduce the build failure. I tested building it in a sid chroot with gcc 9 installed. Kind regards, Reiner signature.asc Description: PGP signature

Bug#929736: unblock: firejail/0.9.58.2-2

2019-05-29 Thread Reiner Herrmann
issue. (Closes: #929733) +When the jailed program was running as root, and firejail was killed +from the outside (as root), the jailed program had the possibility to +truncate the firejail binary outside the jail. + + -- Reiner Herrmann Wed, 29 May 2019 21:06:42 +0200 + firejail

Bug#929733: firejail: binary can be truncated by root under certain conditions

2019-05-29 Thread Reiner Herrmann
Source: firejail Version: 0.9.58.2-1 Severity: important Tags: security upstream pending fixed-upstream Forwarded: https://github.com/netblue30/firejail/issues/2401 X-Debbugs-CC: t...@security.debian.org Firejail is affected by an issue similar to CVE-2019-5736. Under certain conditions the

Bug#929732: firejail: seccomp bypass when joining jails

2019-05-29 Thread Reiner Herrmann
Source: firejail Version: 0.9.52-1 Severity: critical Tags: security upstream pending fixed-upstream Forwarded: https://github.com/netblue30/firejail/issues/2718 X-Debbugs-CC: t...@security.debian.org A bug in firejail allows bypassing seccomp protection when an existing jail is joined with

Bug#926393: surf: Cannot read local files/ directories: "Error opening file [filename] : Permission denied"

2019-04-07 Thread Reiner Herrmann
Hi Charlotte, thanks for your report! On Thu, Apr 04, 2019 at 12:42:47PM +0100, Charlotte Lewer wrote: > The program cannot open local files. This applies to both unprivileged users > and root. > > example: >$ surf file:///home/user/file.html > opens a browser window with error message: >

Bug#523979: #523979 atftpd: please add generated content patch

2019-03-03 Thread Reiner Herrmann
Control: tags -1 + moreinfo - patch Hi Paul, I just noticed that you suggested a patch for atftp, but it is no longer available. Do you by chance still have the patch and could attach it to the bug? Otherwise I would suggest to close it. Kind regards, Reiner signature.asc Description: PGP

Bug#923175: rust-getopts: Please upload 0.2.18

2019-02-24 Thread Reiner Herrmann
Source: rust-getopts Version: 0.2.17-1 Severity: wishlist Dear maintainer, I noticed that rust-getopts 0.2.18-1 is already available in git [0] for several months, but has not been uploaded yet. This version [1] has a new feature (Matches::opt_get(_default)) that would be nice to have. Can you

Bug#922834: tyrannical: attempt to perform arithmetic on a nil value

2019-02-21 Thread Reiner Herrmann
Control: forwarded 922834 https://github.com/Elv13/tyrannical/issues/89 Control: forwarded 922835 https://github.com/Elv13/tyrannical/issues/89 Hi Stanislav, thanks for your both reports. I was able to reproduce it with the example.rc.lua from tyrannical and I reported it upstream. Kind

Bug#921940: Error "Could not resolve keysym XF86MonBrightnessCycle"

2019-02-10 Thread Reiner Herrmann
Source: xkb-data Version: 2.26-1 Severity: important Affects: xserver-xorg awesome Dear maintainer, after upgrading xkb-data to 2.26-1, I noticed the following error message when starting Xephyr: $ Xephyr :1 The XKEYBOARD keymap compiler (xkbcomp) reports: > Warning: Unsupported high

Bug#921454: firejail-profiles: Zoom does not find its login information when run with firejail

2019-02-05 Thread Reiner Herrmann
Control: forwarded -1 https://github.com/netblue30/firejail/commit/ddecf21 On Tue, Feb 05, 2019 at 11:14:57AM -0700, Patrik Flykt wrote: > Starting a recent version of Zoom videoconferencing binary > (https://www.zoom.us) with '/usr/bin/firejail /usr/bin/zoom %u' causes Zoom > not > to remember

Bug#920841: awesome breaks lua-lgi autopkgtest: Typelib file for namespace 'GdkPixbuf' (any version) not found

2019-01-30 Thread Reiner Herrmann
On Wed, Jan 30, 2019 at 07:45:52PM +0100, Paul Gevers wrote: > On 30-01-2019 09:05, Reiner Herrmann wrote: > > Will it automatically re-run the test at some later time or not? > > We retrigger regressions once a day. Ok, good to know. :) > > > Because I would

Bug#920841: awesome breaks lua-lgi autopkgtest: Typelib file for namespace 'GdkPixbuf' (any version) not found

2019-01-30 Thread Reiner Herrmann
Hi Paul, On Tue, Jan 29, 2019 at 08:28:29PM +0100, Paul Gevers wrote: > With a recent upload of awesome the autopkgtest of lua-lgi fails in > testing when that autopkgtest is run with the binary packages of awesome > from unstable. It passes when run with only packages from testing. In > tabular

Bug#920841: awesome breaks lua-lgi autopkgtest: Typelib file for namespace 'GdkPixbuf' (any version) not found

2019-01-29 Thread Reiner Herrmann
Hi Paul, On Tue, Jan 29, 2019 at 08:28:29PM +0100, Paul Gevers wrote: > With a recent upload of awesome the autopkgtest of lua-lgi fails in > testing when that autopkgtest is run with the binary packages of awesome > from unstable. It passes when run with only packages from testing. In > tabular

Bug#920768: firejail --join no longer works

2019-01-28 Thread Reiner Herrmann
Control: retitle -1 sandbox automatically renamed if requested name already in use Control: forwarded -1 https://github.com/netblue30/firejail/issues/2376 Control: tags -1 + upstream On Tue, Jan 29, 2019 at 01:05:45AM +0100, Vincent Lefevre wrote: > > For some reason there seems to be a

Bug#920768: firejail --join no longer works

2019-01-28 Thread Reiner Herrmann
On Tue, Jan 29, 2019 at 01:05:45AM +0100, Vincent Lefevre wrote: > > It creates a firefox-1, if a sandbox called firefox was already existing > > at the time it is created. > > This is not what is documented: > >--name=name > Set sandbox name. Several options, such as

Bug#920768: firejail --join no longer works

2019-01-28 Thread Reiner Herrmann
On Tue, Jan 29, 2019 at 12:52:16AM +0100, Vincent Lefevre wrote: > On 2019-01-29 00:43:43 +0100, Reiner Herrmann wrote: > > I'm not yet able to reproduce it. > > I can reproduce the problem, but not always. > > > Is your firefox-esr by chance a symlink back to firejail

Bug#920768: firejail --join no longer works

2019-01-28 Thread Reiner Herrmann
On Tue, Jan 29, 2019 at 12:40:11AM +0100, Vincent Lefevre wrote: > > What does "firejail --list" show? > > 20396:vinc17:firefox-1:/usr/bin/firejail --quiet --name=firefox > --env=BROWSER=firefox-esr firefox-esr > > But why is it called firefox-1? I have requested --name=firefox. > This makes no

Bug#920768: firejail --join no longer works

2019-01-28 Thread Reiner Herrmann
Control: tags -1 severity important (lowering severity as I don't think that the package becomes unusable, even if --join was not working.) On Tue, Jan 29, 2019 at 12:33:51AM +0100, Vincent Lefevre wrote: > On 2019-01-29 00:19:45 +0100, Vincent Lefevre wrote: > > I have a firefox in firejail: >

Bug#920768: firejail --join no longer works

2019-01-28 Thread Reiner Herrmann
On Tue, Jan 29, 2019 at 12:19:45AM +0100, Vincent Lefevre wrote: > I have a firefox in firejail: > > zira:~> ps -fC firejail > UIDPID PPID C STIME TTY TIME CMD > vinc173524 3523 0 Jan28 ?00:00:00 /usr/bin/firejail --quiet > --name=firefox

Bug#916920: firejail: unprivileged powers

2019-01-27 Thread Reiner Herrmann
On Sun, Jan 27, 2019 at 09:28:56PM +, Alain Ducharme wrote: > To be clear: I don’t have a problem with Firejail being a setuid executable > (perhaps a little trepidation ;-), I have an issue with the default broad > powers granted to unprivileged users with the install of the Firejail

Bug#916920: firejail: Firejail allows regular users to bypass root system settings

2019-01-27 Thread Reiner Herrmann
Hi Alain, > Firejail being a setuid executable provides regular users root powers to > bypass > system settings. > I think it's a problem for an official Debian package to automatically > grant regular users that much power without root having actively granted it > (root might not fully

Bug#919536: surf: Warnings and AppError audit messages about GPU

2019-01-17 Thread Reiner Herrmann
Hi Leo, On Thu, Jan 17, 2019 at 12:13:56AM +, Leo Singer wrote: > My apologies for spamming you with a bunch of different AppArmor issues. > I am trying to understand and differentiate the issues myself; please > let me know if it would be better for me just to send you a list of all > of the

Bug#919537: surf: fails to download files due to AppArmor profile

2019-01-17 Thread Reiner Herrmann
On Wed, Jan 16, 2019 at 07:50:56PM -0500, Leo Singer wrote: > I am unable to download files with surf. When I follow a link that > should trigger a download, such as a link to a .tar.gz file, I see this > error message in the terminal: > > surf: execvp x-terminal-emulator failed: Permission

Bug#919535: surf: AppArmor profile forbids access to publicsuffix data

2019-01-17 Thread Reiner Herrmann
Hi Leo, On Thu, Jan 17, 2019 at 12:06:38AM +, Leo Singer wrote: > surf is not able to access the following two files due to its apparmor > profile: > > [ 5565.325749] audit: type=1400 audit(1547681461.606:127): apparmor="DENIED" > operation="open" profile="/usr/bin/surf" >

Bug#919534: surf: AppArmor profile forbids creation of ~/.cache directory

2019-01-17 Thread Reiner Herrmann
Hi Leo, On Thu, Jan 17, 2019 at 12:01:54AM +, Leo Singer wrote: > The AppArmor profile for surf prevents it from creating the ~/.cache > directory. This might be a rare corner case since it is only likely > to occur if surf is almost the first program that the user runs after > they create

Bug#918926: Surf still cannot start dmenu due to permission denied error

2019-01-15 Thread Reiner Herrmann
Control: reopen -1 On Tue, Jan 15, 2019 at 04:34:47PM -0500, Leo Pound Singer wrote: > I just did a fresh installation of buster on my Rapsberry Pi to switch from > armhf to aarch64, and I am still finding that surf cannot start dmenu due to > the same permission denied error. I have

Bug#918926: surf: Cannot open dmenu: permission denied

2019-01-12 Thread Reiner Herrmann
Hi Leo, On Thu, Jan 10, 2019 at 11:50:40AM -0500, Leo Singer wrote: > surf cannot open dmenu with ^g and prints the following error message: > > surf: execvp /bin/sh failed: Permission denied thank you for the report. The reason is that you have a usrmerged system (/bin linked to

Bug#918721: supertux: watch file handling of alpha and beta versions

2019-01-08 Thread Reiner Herrmann
Source: supertux Version: 0.5.1-1 Tags: patch Hi, uscan thinks that 0.6.0-beta.1 is the most recent SuperTux version, though 0.6.0 has already been released. The reason is that the watch file does not yet mangle -alpha and -beta versions. The attached patch fixes that. Kind regards, Reiner

Bug#912587: apparmor makes dmesg useless

2018-12-19 Thread Reiner Herrmann
Hi intrigeri, On Sun, Dec 16, 2018 at 02:14:54PM +0100, intrigeri wrote: > IIRC Chromium uses some operation guarded by ptrace to set up its > sandboxing or for communication between its components. Recent Firefox > does the same. It's quite common that a sandboxing technology requires > elevated

Bug#916122: pbuilder: misleading warning about missing cgroups

2018-12-10 Thread Reiner Herrmann
Source: pbuilder Version: 0.230.1 Severity: minor Dear maintainer, I noticed that pbuilder prints a warning at the beginning of each build that cgroups are not available: > W: cgroups are not available on the host, not using them. But they actually are available on my system: # grep cgroup

Bug#915278: firetools FTCBFS: uses the wrong qmake

2018-12-02 Thread Reiner Herrmann
Control: forwarded -1 https://github.com/netblue30/firetools/commit/a9b14ef Hi Helmut, On Sun, Dec 02, 2018 at 12:12:18PM +0100, Helmut Grohne wrote: > firetools fails to cross build from source, because ./configure detects > the wrong qmake. It should prefer a host-prefixed one. That's achieved

Bug#910220: libdmtx-dev: copyright file missing after upgrade (policy 12.5)

2018-11-20 Thread Reiner Herrmann
Control: tags -1 + patch In 0.7.5-1 /usr/share/doc/libdmtx-dev has been symlinked to libdmtx0a with "dh_installdocs --link-doc=libdmtx0a". But according to dh_installdocs(1) this requires a "dir to symlink" migration. As this is missing, the directory still exists after an upgrade, but is empty.

Bug#892340: dvdauthor: Please use 'pkg-config' to find FreeType 2

2018-11-20 Thread Reiner Herrmann
ode 100644 index 000..e62bf41 --- /dev/null +++ b/debian/patches/freetype-config.patch @@ -0,0 +1,26 @@ +Author: Reiner Herrmann +Description: Use pkg-config for finding freetype2 +Bug-Debian: https://bugs.debian.org/892340 + +--- a/configure.ac b/configure.ac +@@ -86,18 +86,7 @@ + AC_SU

Bug#913992: cwm: new upstream release

2018-11-18 Thread Reiner Herrmann
Source: cwm Version: 5.6-4 Severity: wishlist Dear maintainer, the current upstream release of cwm is 6.3. Can you please upgrade the packaged version? Kind regards, Reiner signature.asc Description: PGP signature

Bug#912587: apparmor makes dmesg useless

2018-11-02 Thread Reiner Herrmann
On Fri, Nov 02, 2018 at 09:54:35AM +0100, Salvo Tomaselli wrote: > Normally, this > > 1424:salvo::/usr/bin/firejail /usr/bin/telegram-desktop -- > 2205:salvo::/usr/bin/firejail /usr/bin/chromium > 5684:salvo::/usr/bin/firejail /usr/games/steam -tcp > > > I am however questioning the design

Bug#912587: apparmor makes dmesg useless

2018-11-01 Thread Reiner Herrmann
On Thu, Nov 01, 2018 at 06:13:02PM +0100, Reiner Herrmann wrote: > Do you see anything in the profile that looks wrong and could be causing > those logs when it is loaded by firejail? I just saw that the firejail-default AppArmor profile contains the following: > ## > #

Bug#912587: apparmor makes dmesg useless

2018-11-01 Thread Reiner Herrmann
Hi Salvo and intrigeri, On Thu, Nov 01, 2018 at 05:58:49PM +0100, intrigeri wrote: > > [299560.719237] audit: type=1400 audit(1541071734.314:10526): > > apparmor="DENIED" operation="ptrace" profile="firejail-default" pid=13691 > > comm="TaskSchedulerSi" requested_mask="read" denied_mask="read"

Bug#901416: Bug#912026: surf: AppArmor policy is incompatible with apparmor-profiles-extra 1.22

2018-11-01 Thread Reiner Herrmann
Control: tags 901416 + pending Control: tags 912026 + pending Hi intrigeri, On Sat, Oct 27, 2018 at 01:13:50PM +0200, intrig...@debian.org wrote: > Uploading this will require a little bit of coordination; given the > patches for #901416 introduce a new binary package, this will have to > go

Bug#912452: zenmap: too strict dependency on policykit-1

2018-10-31 Thread Reiner Herrmann
Hi Samuel, > Initially I thought it was better to add is a Dependency by the following > Policy text: > "The Depends field should be used if the depended-on package is required > for the depending package to provide a significant amount of functionality." I see, but I think that a

Bug#912452: zenmap: too strict dependency on policykit-1

2018-10-31 Thread Reiner Herrmann
Package: zenmap Version: 7.70+dfsg1-4 Severity: important Dear Maintainer, in the new version of zenmap you added a dependency [0] on policykit-1, which has been a recommendation before. Unfortunately there is no reason mentioned in the commit or changelog why this new dependency is needed.

Bug#896473: faustworks: diff for NMU version 0.5~repack0-5.1

2018-10-28 Thread Reiner Herrmann
instead of calling dh_autoclean (which would call +the old upstream Makefile), as the qmake buildsystem is used. +(Closes: #896473) + + -- Reiner Herrmann Sun, 28 Oct 2018 00:15:21 +0200 + faustworks (0.5~repack0-5) unstable; urgency=medium * Bump Standards. diff -Nru faustworks-0.5

Bug#869220: agrep: diff for NMU version 4.17-9.1

2018-10-28 Thread Reiner Herrmann
, which does not clean +every generated file, but is also not needed. (Closes: #886872) + * Apply patch by Stefan Weil to fix crash by double free. (Closes: #869220) + + -- Reiner Herrmann Sun, 28 Oct 2018 13:49:29 +0100 + agrep (4.17-9) unstable; urgency=low * debian/control diff -Nru

Bug#896473: faustworks FTBFS with Qt 5.10

2018-10-28 Thread Reiner Herrmann
Control: tags -1 + patch The attached patch fixes the FTBFS. The problem was that the original Makefile was invoked at the beginning during dh_autoclean, and not the generated one from qmake. I changed the override_dh_auto_clean to manually clean the remaining files. diff -Nru

Bug#912072: srg: FTBFS with GCC 8

2018-10-28 Thread Reiner Herrmann
Control: tags -1 + patch The attached patch fixes the FTBFS with current gcc. --- srg-1.3.6.orig/src/output.cc +++ srg-1.3.6/src/output.cc @@ -98,7 +98,7 @@ /* Copy data */ while (!feof(source)) { - char *buf[4096] = {'\0'}; + char *buf[4096] = {0}; int c = fread((void *)[0], 1, 4096,

Bug#496448: libui-dialog-perl: NMU version 1.21-0.1

2018-10-28 Thread Reiner Herrmann
Control: tags 496448 + pending Control: tags 602089 + pending Dear maintainer, I've prepared an NMU for libui-dialog-perl (versioned as 1.21-0.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. Reiner signature.asc Description: PGP signature

Bug#912083: nmudiff: please support also neomutt

2018-10-28 Thread Reiner Herrmann
Control: tags -1 + patch The attached patch checks also for the availability of neomutt, if mutt is not available. From ece6fc0fc39320a1df82976298106249d75d1377 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sun, 28 Oct 2018 10:58:47 +0100 Subject: [PATCH] nmudiff: check for neomutt

Bug#912083: nmudiff: please support also neomutt

2018-10-27 Thread Reiner Herrmann
Package: devscripts Version: 2.18.7 Severity: wishlist User: debian-rele...@lists.debian.org Usertags: bsp-2018-10-de-karlsruhe Dear Maintainer, nmudiff is currently only able to use mutt for sending mails, not neomutt, so it was falling back to using sendmail: $ nmudiff nmudiff: can't find

Bug#912072: srg: FTBFS with GCC 8

2018-10-27 Thread Reiner Herrmann
Source: srg Version: 1.3.6-2 Severity: serious Tags: ftbfs User: debian-rele...@lists.debian.org Usertags: bsp-2018-10-de-karlsruhe Dear maintainer, srg fails to build with GCC 8: g++ -DHAVE_CONFIG_H -I. -I.. -I../include -I../libconfig -DDATADIR=\"/usr/share\" -DSYSCONFDIR=\"/etc\"

Bug#901416: Suggests: apparmor-profiles-extra is insufficient

2018-10-27 Thread Reiner Herrmann
Hi intrigeri, thank you for your surf patches! I'm a bit hesitant to introduce a new binary package for the AppArmor profile. What do you think about dropping/commenting the gstreamer part of the profile, so there is no longer a dependency to apparmor-profiles-extra. This would break some sites

Bug#886872: agrep: does not properly clean after build

2018-10-27 Thread Reiner Herrmann
Control: severity -1 important Lowering the severity as it doesn't FTBFS on the first build. Failing to build the second time is not RC. signature.asc Description: PGP signature

Bug#879756: marble-maps: does not start

2018-10-27 Thread Reiner Herrmann
Control: tags -1 + patch Control: user debian-rele...@lists.debian.org Control: usertags -1 + bsp-2018-10-de-karlsruhe Hi, marble-maps was missing dependencies on some qml-module packages. The attached patch adds those dependencies. After installing them I was able to start and use marble-maps.

Bug#911446: diffoscope: pdf comparator no longer diffing metadata

2018-10-20 Thread Reiner Herrmann
Source: diffoscope Version: 103 Hi, I just noticed on some packages on tests.r-b.o with PDF differences that metadata like /CreationDate and /ID are no longer shown as a plaintext diff, but as a binary/hex diff instead. An example is this diff:

Bug#892444: ttfautohint: Please use 'pkg-config' to find FreeType 2

2018-10-19 Thread Reiner Herrmann
Control: tags -1 + fixed-upstream Control: forwarded -1 https://repo.or.cz/ttfautohint.git/commitdiff/6025f04 This issue is fixed in the current upstream release 1.8.2. signature.asc Description: PGP signature

Bug#892330: cube2font: Please use 'pkg-config' to find FreeType 2

2018-10-19 Thread Reiner Herrmann
Control: tags -1 + patch I submitted a merge request on salsa [0] that includes a fix for this bug (it will use pkg-config instead of freetype-config). [0] https://salsa.debian.org/games-team/cube2font/merge_requests/1 signature.asc Description: PGP signature

Bug#892337: brutalchess: Please use 'pkg-config' to find FreeType 2

2018-10-19 Thread Reiner Herrmann
-config.patch 2015-12-21 00:43:32.0 +0100 @@ -0,0 +1,15 @@ +Author: Reiner Herrmann +Description: Use pkg-config instead of freetype-config for finding freetype2 +Bug-Debian: https://bugs.debian.org/892337 + +--- a/configure.ac b/configure.ac +@@ -54,7 +54,7 @@ + CXXFLAGS="$CXX

Bug#892351: teeworlds: Please use 'pkg-config' to find FreeType 2

2018-10-19 Thread Reiner Herrmann
Control: tags -1 + fixed-upstream Control: forwarded -1 https://github.com/teeworlds/teeworlds/pull/1519 Support for pkg-config for finding freetype is already available in the current upstream release 0.7.0. signature.asc Description: PGP signature

Bug#910713: surf: ^G cannot open dmenu -- error received

2018-10-10 Thread Reiner Herrmann
Hi Gang, On Tue, Oct 09, 2018 at 10:39:07PM -0700, Gang Liang wrote: > Package: surf > Version: 2.0+git20180223-1~bpo9+1 > Severity: important > > surf 2.0 is installed from stretch-backports, and found that ^G cannot open > dmenu for input URL. I tried on two machines and both had the same

Bug#898891: firejail-profiles: firejail --name=... can no longer be used with the firefox profile

2018-10-03 Thread Reiner Herrmann
On Thu, Oct 04, 2018 at 12:22:04AM +0200, Vincent Lefevre wrote: > On 2018-10-03 23:55:03 +0200, Vincent Lefevre wrote: > > Version: 0.9.56-2 > > > > On 2018-10-03 13:43:57 +0200, Reiner Herrmann wrote: > > > Are you experiencing the issue also with firejai

Bug#898891: firejail-profiles: firejail --name=... can no longer be used with the firefox profile

2018-10-03 Thread Reiner Herrmann
Control: tags -1 + unreproducible Hi Vincent, On Thu, May 17, 2018 at 11:42:44PM +0200, Vincent Lefevre wrote: > I've tried on a second machine, with a new Firefox profile. > Without using firejail or with firejail-profiles 0.9.52-3, > I get no errors, but with firejail-profiles 0.9.54-1, I can

Bug#909640: firejail-profiles: conffiles not removed: /etc/firejail/wire.profile

2018-10-01 Thread Reiner Herrmann
Control: tags -1 + pending Hi pabs, On Wed, Sep 26, 2018 at 02:52:55PM +0800, Paul Wise wrote: > The recent upgrade did not deal with obsolete conffiles properly. > Please use the dpkg-maintscript-helper support provided by > dh_installdeb to remove these obsolete conffiles on upgrade. > [...]

Bug#904000: audacious: Opening URL fails

2018-09-28 Thread Reiner Herrmann
Control: found -1 3.7.2-1 Control: fixed -1 3.9-2 Tagging this with the version in stretch, as it was reported there. I'm not able to reproduce it in unstable. signature.asc Description: PGP signature

Bug#897774: infinipath-psm: ftbfs with GCC-8

2018-09-28 Thread Reiner Herrmann
Control: tags -1 + patch The attached patch fixes the FTBFS with gcc 8. Regards, Reiner diff --git a/debian/patches/0003-gcc8.patch b/debian/patches/0003-gcc8.patch new file mode 100644 index 000..b405d18 --- /dev/null +++ b/debian/patches/0003-gcc8.patch @@ -0,0 +1,29 @@ +Author: Reiner

Bug#909438: timidity: new upstream release

2018-09-23 Thread Reiner Herrmann
Source: timidity Version: 2.14.0-8 Severity: wishlist Dear Maintainer, version 2.15.0 of timidity is available, which mostly contains a bunch of bugfixes. It would be great if you could update the package. Kind regards, Reiner signature.asc Description: PGP signature

Bug#909244: kobodeluxe not playable - immediately pauses and can't be resumed

2018-09-23 Thread Reiner Herrmann
The problem seems to be that on game start and every keypress an SDL_ACTIVEEVENT with state SDL_APPINPUTFOCUS is emitted (kobo.cpp:1692). So even when you try to unpause, this event is fired again and it pauses again. After changing the check to if(!ev.active.gain && ev.active.state !=

Bug#908864: drascula: Incorrect version of the 'drascula.dat' engine data file found. Expected 5.0 but got 4.0.!

2018-09-15 Thread Reiner Herrmann
In ScummVM 2.0.0 the version requirement of drascula has been bumped: https://github.com/scummvm/scummvm/commit/327dcf9 They also include an updated drascula.dat in this commit. I tested it, and by replacing this file I got it running again. In the next ScummVM update there will be another

Bug#897812: mongodb: ftbfs with GCC-8

2018-08-27 Thread Reiner Herrmann
Control: forwarded -1 https://github.com/mongodb/mongo/commit/168c8d6 Upstream decided to ignore the warnings for now. signature.asc Description: PGP signature

Bug#907226: cutesdr: FTBFS with Qt 5.11

2018-08-27 Thread Reiner Herrmann
+++ cutesdr-1.20/debian/patches/qt5.11.patch 2018-05-21 06:26:20.0 +0200 @@ -0,0 +1,14 @@ +Author: Reiner Herrmann +Description: Fix build failure with Qt 5.11 by including missing header +Bug-Debian: https://bugs.debian.org/907226 + +--- a/gui/ipeditwidget.h b/gui/ipeditwidget.h +@@ -9,6

Bug#906253: linpsk: FTBFS: invalid use of incomplete type 'class QButtonGroup'

2018-08-26 Thread Reiner Herrmann
:00.0 +0100 +++ linpsk-1.3.5/debian/patches/qt5.11.patch 2018-08-27 01:20:29.0 +0200 @@ -0,0 +1,13 @@ +Author: Reiner Herrmann +Description: Include missing header for QButtonGroup + +--- a/gui/modemenu.cpp b/gui/modemenu.cpp +@@ -23,6 +23,7 @@ + #include "parame

<    1   2   3   4   5   6   7   8   9   10   >