Subversion Repositories ssvnc

Compare Revisions

Ignore whitespace Rev 3 → Rev 4

/ssvnc/trunk/debian/changelog
1,3 → 1,13
ssvnc (1.0.24-1) unstable; urgency=low
 
* New upstream release.
* ssvnc -help now prints a help message instead of passing -help to the
tcl interpreter.
* confusing_-h.dpatch (new): Improve upstream's handling of -help a bit
(Closes: 544250).
 
-- Magnus Holmgren <holmgren@debian.org> Sat, 31 Oct 2009 16:25:59 +0100
 
ssvnc (1.0.23-1) unstable; urgency=low
 
* Initial release (Closes: #504134).
/ssvnc/trunk/debian/patches/confusing_-h.dpatch
0,0 → 1,37
#! /bin/sh /usr/share/dpatch/dpatch-run
## confusing_-h.dpatch by <holmgren@debian.org>
##
## DP: Improve handling of -h[e[l[p]]]
 
@DPATCH@
diff -urNad trunk~/scripts/sshvnc trunk/scripts/sshvnc
--- trunk~/scripts/sshvnc 2007-08-24 03:24:14.000000000 +0200
+++ trunk/scripts/sshvnc 2009-10-31 16:14:11.000000000 +0100
@@ -4,4 +4,4 @@
#
PATH=`dirname "$0"`:$PATH; export PATH
SSVNC_SSH_ONLY=1; export SSVNC_SSH_ONLY
-exec ssvnc -ssh "$@"
+exec ssvnc "$@"
diff -urNad trunk~/scripts/ssvnc trunk/scripts/ssvnc
--- trunk~/scripts/ssvnc 2009-10-25 15:15:48.000000000 +0100
+++ trunk/scripts/ssvnc 2009-10-31 16:04:48.000000000 +0100
@@ -8,7 +8,8 @@
#
# See ssvnc_cmd for details.
#
-if [ "X$1" = "X-help" -o "X$1" = "X-h" ]; then
+helpflag="-help"
+if [ ${#1} -gt 1 -a "$1${helpflag##$1}" = $helpflag ]; then
cat << END
ssvnc - a GUI wrapper for SSL and SSH VNC connections.
diff -urNad trunk~/scripts/tsvnc trunk/scripts/tsvnc
--- trunk~/scripts/tsvnc 2007-08-24 18:18:12.000000000 +0200
+++ trunk/scripts/tsvnc 2009-10-31 16:13:45.000000000 +0100
@@ -4,4 +4,4 @@
#
PATH=`dirname "$0"`:$PATH; export PATH
SSVNC_TS_ONLY=1; export SSVNC_TS_ONLY
-exec ssvnc -ts "$@"
+exec ssvnc "$@"
Property changes:
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: trunk/debian/patches/00list
===================================================================
--- trunk/debian/patches/00list (revision 3)
+++ trunk/debian/patches/00list (revision 4)
@@ -1 +1,2 @@
no_openssl
+confusing_-h
Index: trunk/debian/rules
===================================================================
--- trunk/debian/rules (revision 3)
+++ trunk/debian/rules (revision 4)
@@ -42,7 +42,7 @@
dh_testroot
dh_prep
- $(MAKE) ROOT=$(DESTDIR) PREFIX=/usr MANDIR=share/man/man1 install
+ $(MAKE) ROOT=$(DESTDIR) PREFIX=/usr MANDIR=share/man install
# Build architecture-independent files here.
binary-indep: