Followup-For: Bug #656217
Control: tag -1 patch

Hi,

there is a small typo in the prerm script which causes an attempt to
remove the non-existent vnc4config alternative instead of the vncconfig
alternative. Patch attached.

Andreas
diffstat for vnc4_4.1.1+X4.3.0-37 vnc4_4.1.1+X4.3.0-37.1

 changelog        |    8 ++++++++
 vnc4server.prerm |    2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff -u vnc4-4.1.1+X4.3.0/debian/vnc4server.prerm vnc4-4.1.1+X4.3.0/debian/vnc4server.prerm
--- vnc4-4.1.1+X4.3.0/debian/vnc4server.prerm
+++ vnc4-4.1.1+X4.3.0/debian/vnc4server.prerm
@@ -11,7 +11,7 @@
     update-alternatives --remove \
 	vncpasswd $BIN/vnc4passwd
     update-alternatives --remove \
-	vnc4config $BIN/vnc4config
+	vncconfig $BIN/vnc4config
 fi
 
 #DEBHELPER#
diff -u vnc4-4.1.1+X4.3.0/debian/changelog vnc4-4.1.1+X4.3.0/debian/changelog
--- vnc4-4.1.1+X4.3.0/debian/changelog
+++ vnc4-4.1.1+X4.3.0/debian/changelog
@@ -1,3 +1,11 @@
+vnc4 (4.1.1+X4.3.0-37.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * vnc4server.prerm: Correctly remove the vncconfig alternative.
+    (Closes: #656217)
+
+ -- Andreas Beckmann <deb...@abeckmann.de>  Wed, 16 Jan 2013 02:04:01 +0100
+
 vnc4 (4.1.1+X4.3.0-37) unstable; urgency=low
 
   * Applied patch from Ben Armstrong <sy...@debian.org> that makes dpi

Reply via email to