[Pkg-tigervnc-devel] Bug#881276: tigervnc: typo in debian/helpers/usr/bin/tigervncserver

Arnie arnie97 at gmail.com
Tue Nov 7 17:39:29 UTC 2017


Source: tigervnc
Version: 1.7.0+dfsg-7
Severity: minor
Tags: patch

Dear Maintainer,

When I invoke `tigervncserver' from the shell, it asks me to install
`tigenvnc-common', rather than the expected `tigervnc-common'.


-- System Information:
Debian Release: 9.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 4.9.0-4-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8), LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)
-------------- next part --------------
--- debian/helpers/usr/bin/tigervncserver
+++ debian/helpers/usr/bin/tigervncserver
@@ -99,7 +99,7 @@
   my ($cmd) = @_;
   return $CMDS{$cmd} if defined $CMDS{$cmd};
   print STDERR "$PROG: Couldn't find \"$cmd\" on your PATH.\n";
-  &installPackageError("tigenvnc-common") if $cmd eq 'tigervncpasswd';
+  &installPackageError("tigervnc-common") if $cmd eq 'tigervncpasswd';
   &installPackageError("openssl") if $cmd eq 'openssl';
   &installPackageError("x11-utils") if $cmd eq 'xdpyinfo';
   exit 1;


More information about the Pkg-tigervnc-devel mailing list