diff -Nru tightvnc-1.3.10/debian/changelog tightvnc-1.3.10/debian/changelog --- tightvnc-1.3.10/debian/changelog 2022-10-26 13:49:28.000000000 +0000 +++ tightvnc-1.3.10/debian/changelog 2023-02-09 19:17:44.000000000 +0000 @@ -1,3 +1,19 @@ +tightvnc (1:1.3.10-7) unstable; urgency=medium + + * Fix source name of link to Xvnc's man page alternative (Closes: #1030681). + - Update d/tightvncserver.postinst. + * Manage alternatives symlinks related to tightvncpasswd from the respective + package (Closes: #1030820). + - Update d/tightvncserver.postinst. + - Update d/tightvncserver.prerm. + - Introduce d/tightvncpasswd.postinst. + - Introduce d/tightvncpasswd.prerm. + - Update d/control. + * Bump years in d/copyright to 2023 where required. + * Bump Standards-Version to 4.6.2; no more changes necessary. + + -- Sven Geuer Thu, 09 Feb 2023 20:17:44 +0100 + tightvnc (1:1.3.10-6) unstable; urgency=medium * Bump years in d/copyright to 2022 where required. @@ -25,6 +41,7 @@ - Update d/p/install-makefile-build-system.patch. * Remove the unsupported X resource userLogin from the manual page of xtightvncviewer. + - Update d/p/vncviewer.man.patch. -- Sven Geuer Mon, 04 Oct 2021 08:40:52 +0200 diff -Nru tightvnc-1.3.10/debian/control tightvnc-1.3.10/debian/control --- tightvnc-1.3.10/debian/control 2022-10-26 13:49:28.000000000 +0000 +++ tightvnc-1.3.10/debian/control 2023-02-09 19:17:44.000000000 +0000 @@ -18,7 +18,7 @@ x11proto-core-dev, xfonts-base, zlib1g-dev, -Standards-Version: 4.6.1 +Standards-Version: 4.6.2 Rules-Requires-Root: no Vcs-Browser: https://salsa.debian.org/debian-remote-team/tightvnc Vcs-Git: https://salsa.debian.org/debian-remote-team/tightvnc.git @@ -28,7 +28,7 @@ Architecture: any Provides: vnc-server, xserver, -Depends: tightvncpasswd (>= 1:1.3.10-5), +Depends: tightvncpasswd (>= 1:1.3.10-7), x11-common | xserver-common, x11-utils, xauth, @@ -63,7 +63,7 @@ vncviewer, Depends: ${misc:Depends}, ${shlibs:Depends}, -Recommends: tightvncpasswd (>= 1:1.3.10-5), +Recommends: tightvncpasswd (>= 1:1.3.10-7), xfonts-base, Suggests: ssh, tightvncserver, @@ -88,8 +88,8 @@ Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, -Replaces: tightvncserver (<< 1:1.3.10-5) -Breaks: tightvncserver (<< 1:1.3.10-5) +Replaces: tightvncserver (<< 1:1.3.10-7) +Breaks: tightvncserver (<< 1:1.3.10-7) Description: virtual network computing password tool VNC stands for Virtual Network Computing. It is, in essence, a remote display system which allows you to view a computing `desktop' environment diff -Nru tightvnc-1.3.10/debian/copyright tightvnc-1.3.10/debian/copyright --- tightvnc-1.3.10/debian/copyright 2022-10-26 13:49:28.000000000 +0000 +++ tightvnc-1.3.10/debian/copyright 2023-02-09 19:17:44.000000000 +0000 @@ -59,7 +59,7 @@ 2015 Lauri Kasanen 2016-2017 Ola Lundqvist 2019 Mike Gabriel - 2020-2022 Sven Geuer + 2020-2023 Sven Geuer License: GPL-2+ License: GPL-2+ diff -Nru tightvnc-1.3.10/debian/tightvncpasswd.postinst tightvnc-1.3.10/debian/tightvncpasswd.postinst --- tightvnc-1.3.10/debian/tightvncpasswd.postinst 1970-01-01 00:00:00.000000000 +0000 +++ tightvnc-1.3.10/debian/tightvncpasswd.postinst 2023-02-09 19:17:44.000000000 +0000 @@ -0,0 +1,16 @@ +#!/bin/sh + +set -e + +if [ "$1" = "configure" ]; then + MAN=/usr/share/man/man1 + BIN=/usr/bin + update-alternatives --install \ + $BIN/vncpasswd vncpasswd $BIN/tightvncpasswd 70 \ + --slave \ + $MAN/vncpasswd.1.gz vncpasswd.1.gz $MAN/tightvncpasswd.1.gz +fi + +#DEBHELPER# + +exit 0 diff -Nru tightvnc-1.3.10/debian/tightvncpasswd.prerm tightvnc-1.3.10/debian/tightvncpasswd.prerm --- tightvnc-1.3.10/debian/tightvncpasswd.prerm 1970-01-01 00:00:00.000000000 +0000 +++ tightvnc-1.3.10/debian/tightvncpasswd.prerm 2023-02-09 19:17:44.000000000 +0000 @@ -0,0 +1,13 @@ +#!/bin/sh + +set -e + +if [ "$1" = "remove" ] ; then + BIN=/usr/bin + update-alternatives --remove \ + vncpasswd $BIN/tightvncpasswd +fi + +#DEBHELPER# + +exit 0 diff -Nru tightvnc-1.3.10/debian/tightvncserver.postinst tightvnc-1.3.10/debian/tightvncserver.postinst --- tightvnc-1.3.10/debian/tightvncserver.postinst 2022-10-26 13:49:28.000000000 +0000 +++ tightvnc-1.3.10/debian/tightvncserver.postinst 2023-02-09 19:17:44.000000000 +0000 @@ -16,11 +16,7 @@ update-alternatives --install \ $BIN/Xvnc Xvnc $BIN/Xtightvnc 70 \ --slave \ - $MAN/Xvnc Xvnc.1.gz $MAN/Xtightvnc.1.gz - update-alternatives --install \ - $BIN/vncpasswd vncpasswd $BIN/tightvncpasswd 70 \ - --slave \ - $MAN/vncpasswd.1.gz vncpasswd.1.gz $MAN/tightvncpasswd.1.gz + $MAN/Xvnc.1.gz Xvnc.1.gz $MAN/Xtightvnc.1.gz fi #DEBHELPER# diff -Nru tightvnc-1.3.10/debian/tightvncserver.prerm tightvnc-1.3.10/debian/tightvncserver.prerm --- tightvnc-1.3.10/debian/tightvncserver.prerm 2022-10-26 13:49:28.000000000 +0000 +++ tightvnc-1.3.10/debian/tightvncserver.prerm 2023-02-09 19:17:44.000000000 +0000 @@ -8,10 +8,6 @@ vncserver $BIN/tightvncserver update-alternatives --remove \ Xvnc $BIN/Xtightvnc - update-alternatives --remove \ - vncpasswd $BIN/tightvncpasswd - update-alternatives --remove \ - vncpasswd $BIN/tightvncpasswd fi #DEBHELPER#