Subversion Repositories ssvnc

Compare Revisions

Ignore whitespace Rev 8 → Rev 7

/ssvnc/trunk/debian/changelog
9,8 → 9,6
package) path to ultraftp.jar if SSVNC_ULTRA_FTP_JAR is unset, so that
file transfers work even if ssvncviewer is executed directly.
* bashisms.dpatch (new): Fix most bashisms (all that matter).
* Drop no_openssl.dpatch and build ultravnc_dsm_helper; OpenSSL
exception has been granted.
 
-- Magnus Holmgren <holmgren@debian.org> Sat, 31 Oct 2009 19:44:09 +0100
 
/ssvnc/trunk/debian/patches/00list
1,3 → 1,4
no_openssl
confusing_-h
ultraftp_path
bashisms
/ssvnc/trunk/debian/patches/no_openssl.dpatch
0,0 → 1,30
#! /bin/sh /usr/share/dpatch/dpatch-run
## no_openssl.dpatch by Magnus Holmgren <holmgren@debian.org>
##
## DP: Don't build ultravnc_dsm_helper, due to GPL/OpenSSL license conflict
 
@DPATCH@
diff -urNad ssvnc-1.0.23~/Makefile ssvnc-1.0.23/Makefile
--- ssvnc-1.0.23~/Makefile 2008-11-16 18:31:44.000000000 +0100
+++ ssvnc-1.0.23/Makefile 2009-08-01 23:28:27.000000000 +0200
@@ -71,7 +71,7 @@
cp -p $(VNCSPW) $(ROOT)$(PREFIX)/$(LIB)
cp -p $(UNWRAP) $(ROOT)$(PREFIX)/$(LIB)
cp -p $(LIMACC) $(ROOT)$(PREFIX)/$(LIB)
- cp -p $(ULTDSM) $(ROOT)$(PREFIX)/$(LIB)
+# cp -p $(ULTDSM) $(ROOT)$(PREFIX)/$(LIB)
cp -pR scripts/* $(ROOT)$(PREFIX)/$(LIB)
cp -p $(ARCHIVE) $(ROOT)$(PREFIX)/$(LIB)/util
cp -p $(MAN)/ssvnc.1 $(ROOT)$(PREFIX)/$(MANDIR)
diff -urNad ssvnc-1.0.23~/vncstorepw/Makefile ssvnc-1.0.23/vncstorepw/Makefile
--- ssvnc-1.0.23~/vncstorepw/Makefile 2008-11-10 23:54:24.000000000 +0100
+++ ssvnc-1.0.23/vncstorepw/Makefile 2009-08-01 23:28:09.000000000 +0200
@@ -10,7 +10,7 @@
# gcc must be used:
CC = gcc
-all: $(CMD) $(UNWRAP) $(LIMACC) $(ULTDSM)
+all: $(CMD) $(UNWRAP) $(LIMACC)
$(CMD): vncauth.o vncstorepw.o d3des.o
PATH=$$PATH:$(EPATH) $(CC) -o $(CMD) vncstorepw.o vncauth.o d3des.o
Property changes:
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property