Debian Patches

Status for qstat/2.15-6

Patch Description Author Forwarded Bugs Origin Last update
spelling_fixes.patch Fix spelling errors in user visible strings
===================================================================
Jordi Mallach <jordi@debian.org> no
version_option.patch Add a --version option Add a --version option that just prints Qstat's version, and adapt
usage() to use it instead of duplicating it.

===================================================================
Jordi Mallach <jordi@debian.org> no
help_output.patch Fix some formatting issues with Qstat's help output The main motivation for this is to make the help output usable with
help2man. Some harmonization fixes have been made to capitalization and
usage of trailing dots.

===================================================================
Jordi Mallach <jordi@debian.org> no
strndup.patch Only include strndup if needed strndup is part of POSIX.1-2008 so only define it if needed.
Fix other tests in utils due to lack of gnuconfig.h include.

===================================================================
Steven Hartland <steven.hartland@multiplay.co.uk> no https://github.com/multiplay/qstat/commit/9977e09cebc340208ab097f8db619ebc80756859 2015-02-09
path_max.patch Avoid usage of PATH_MAX fix the GNU/Hurd build by avoiding using PATH_MAX, since it is not defined.

===================================================================
Svante Signell <svante.signell@gmail.com> no
fix_teeworld_server_query.patch commit bb0f0577eb566a06bfc9631c4ae09e0cf0575d91

fix teeworld server query, fix #3

diff --git a/qstat.h b/qstat.h
index 2125018..39c26d4 100644
Thomas Debesse <dev@illwieckz.net> no 2014-11-16
ftbfs_gcc-10.patch commit d1469ab30a5b550a7696857ca1ff49579127dc9e

qstat: fix build failure against gcc-10

On gcc-10 (and gcc-9 -fno-common) build fails as:

```
gcc ... -o qstat ...
ld: config.o:qstat/display_json.h:24:
multiple definition of `json_printed'; xform.o:qstat/display_json.h:24: first defined here
ld: config.o:qstat/display_json.h:23:
multiple definition of `json_encoding'; xform.o:qstat/display_json.h:23: first defined here
```

gcc-10 will change the default from -fcommon to fno-common:
https://gcc.gnu.org/PR85678.

The error also happens if CFLAGS=-fno-common passed explicitly.

Reported-by: Toralf Förster
Bug: https://bugs.gentoo.org/706390
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

===================================================================
Sergei Trofimovich <slyfox@gentoo.org> no 2020-01-26

All known versions for source package 'qstat'

Links