Version in base suite: 3.5.99.26-5 Base version: nx-libs_3.5.99.26-5 Target version: nx-libs_3.5.99.26-5+deb12u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/n/nx-libs/nx-libs_3.5.99.26-5.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/n/nx-libs/nx-libs_3.5.99.26-5+deb12u1.dsc changelog | 13 ++++ nx-x11-common.dirs | 2 nx-x11-common.links | 1 patches/0008_nx-X11-programs-Xserver-hw-nxagent-man-nxagent.1-Fix.patch | 27 ++++++++++ patches/series | 1 5 files changed, 44 insertions(+) diff -Nru nx-libs-3.5.99.26/debian/changelog nx-libs-3.5.99.26/debian/changelog --- nx-libs-3.5.99.26/debian/changelog 2021-10-30 11:38:02.000000000 +0000 +++ nx-libs-3.5.99.26/debian/changelog 2023-08-27 12:45:11.000000000 +0000 @@ -1,3 +1,16 @@ +nx-libs (2:3.5.99.26-5+deb12u1) bookworm; urgency=medium + + * debian/nx-x11-common.{dir,links}: + + Assure that a symlink from from /usr/share/nx/fonts to + /usr/share/fonts/X11 gets provided by the nx-x11-common bin:pkg. + (Closes: #1006662). + * debian/patches: + + Add 0008_nx-X11-programs-Xserver-hw-nxagent-man-nxagent.1-Fix.patch. Fix + groff error in man page, properly show all text in the keystrokes.cfg + passage. Thanks, lintian. + + -- Mike Gabriel Sun, 27 Aug 2023 14:45:11 +0200 + nx-libs (2:3.5.99.26-5) unstable; urgency=medium * debian/patches: diff -Nru nx-libs-3.5.99.26/debian/nx-x11-common.dirs nx-libs-3.5.99.26/debian/nx-x11-common.dirs --- nx-libs-3.5.99.26/debian/nx-x11-common.dirs 1970-01-01 00:00:00.000000000 +0000 +++ nx-libs-3.5.99.26/debian/nx-x11-common.dirs 2023-08-27 12:44:03.000000000 +0000 @@ -0,0 +1,2 @@ +# we symlink to this dir, so make sure it exists +usr/share/fonts/X11 diff -Nru nx-libs-3.5.99.26/debian/nx-x11-common.links nx-libs-3.5.99.26/debian/nx-x11-common.links --- nx-libs-3.5.99.26/debian/nx-x11-common.links 1970-01-01 00:00:00.000000000 +0000 +++ nx-libs-3.5.99.26/debian/nx-x11-common.links 2023-08-27 12:44:03.000000000 +0000 @@ -0,0 +1 @@ +usr/share/fonts/X11 usr/share/nx/fonts diff -Nru nx-libs-3.5.99.26/debian/patches/0008_nx-X11-programs-Xserver-hw-nxagent-man-nxagent.1-Fix.patch nx-libs-3.5.99.26/debian/patches/0008_nx-X11-programs-Xserver-hw-nxagent-man-nxagent.1-Fix.patch --- nx-libs-3.5.99.26/debian/patches/0008_nx-X11-programs-Xserver-hw-nxagent-man-nxagent.1-Fix.patch 1970-01-01 00:00:00.000000000 +0000 +++ nx-libs-3.5.99.26/debian/patches/0008_nx-X11-programs-Xserver-hw-nxagent-man-nxagent.1-Fix.patch 2023-08-27 12:44:24.000000000 +0000 @@ -0,0 +1,27 @@ +From bdb4eefb6224f2146a0bcc43459651a4d3b2a22f Mon Sep 17 00:00:00 2001 +From: Mike Gabriel +Date: Sun, 27 Aug 2023 12:19:34 +0200 +Subject: [PATCH] nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1: Fix groff + error reported by lintian in nxagent man page. + +Signed-off-by: Mike Gabriel +--- + nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 +index 5f87fa8d4..0f57c3dcf 100644 +--- a/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 ++++ b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 +@@ -575,7 +575,7 @@ file is taken). If \fBnxagent\fR is run as \fBx2goagent\fR the defaults are + .IR ~/.x2go/keystrokes.cfg + and + .IR /etc/x2go/keystrokes.cfg +-. Any keystrokes ++Any keystrokes + \fBnxagent\fR knows about that are not defined in this file are + ignored. (Only) if no file is found built-in defaults are used. The + keystroke file can be re-read by a keystroke (ctrl-alt-k by default). +-- +2.39.2 + diff -Nru nx-libs-3.5.99.26/debian/patches/series nx-libs-3.5.99.26/debian/patches/series --- nx-libs-3.5.99.26/debian/patches/series 2021-10-30 11:37:19.000000000 +0000 +++ nx-libs-3.5.99.26/debian/patches/series 2023-08-27 12:44:38.000000000 +0000 @@ -6,3 +6,4 @@ 0004_document-additional-options-only-nxagent-knows-about.patch 0005_fix-building-with-binutils-2.36.patch 0006_nx-X11-Add-support-for-riscv64-architecture.patch +0008_nx-X11-programs-Xserver-hw-nxagent-man-nxagent.1-Fix.patch