Debian Patches

Status for slrn/1.0.3+dfsg-10

Patch Description Author Forwarded Bugs Origin Last update
update-paths.patch Configure slrn to use debian paths
diff -aur slrn-1.0.1.orig/src/slrnfeat.hin slrn-1.0.1/src/slrnfeat.hin
no
do-not-link-with-termcap.patch Do not link with termcap The configure script tries to run "ncurses5-config --terminfo", and if
this does not succeed, uses a hardcoded list of terminfo directories
which unfortunately does not include the directories /etc/terminfo and
/lib/terminfo which we ship in ncurses-base. Failing to find a terminfo
directory, it then concludes that the system must be using termcap and
adds "-ltermcap" to the linker line which fails.
.
This patch fixes the problem by not linking with -ltermcap.

diff -aur slrn-1.0.3a.orig/src/Makefile.in slrn-1.0.3a/src/Makefile.in
Sven Joachim <svenjoac@gmx.de> no debian
fix-c99-compatibility.patch [PATCH] autoconf: Fix C99 compatibility issue in the VA_COPY checks
The exit function is called without including <stdlib.h>, resulting
in an implicit function declarations. Future compilers will not
support implicit function declarations by default. This will lead
to build failures.
Florian Weimer <fweimer@redhat.com> no upstream, https://github.com/jedsoft/slrn/pull/1/commits/f550d0ab9e1cd3cfe844022435c3d98af3c18441 2023-02-04
fix-make-deps.patch Fix missing make dependencies
Fix building with make --shuffle=reverse, showing a dependency tree problem.
Nicolas Schodet <nico@ni.fr.eu.org> no debian 2026-01-09
no-rpath.patch Disable build with RPATH
See https://wiki.debian.org/RpathIssue.

This also drops dependency on config.rpath.
Nicolas Schodet <nico@ni.fr.eu.org> no 2026-01-11

All known versions for source package 'slrn'

Links