Subversion Repositories ssvnc

Compare Revisions

Ignore whitespace Rev 17 → Rev 16

/ssvnc/tags/1.0.27-1/debian/rules
File deleted
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/1.0.27-1/debian/links
===================================================================
--- tags/1.0.27-1/debian/links (revision 17)
+++ tags/1.0.27-1/debian/links (nonexistent)
@@ -1,2 +0,0 @@
-usr/share/man/man1/ssvnc.1.gz usr/share/man/man1/sshvnc.1.gz
-usr/share/man/man1/ssvnc.1.gz usr/share/man/man1/tsvnc.1.gz
Index: tags/1.0.27-1/debian/control
===================================================================
--- tags/1.0.27-1/debian/control (revision 17)
+++ tags/1.0.27-1/debian/control (nonexistent)
@@ -1,32 +0,0 @@
-Source: ssvnc
-Section: net
-Priority: extra
-Maintainer: Magnus Holmgren <holmgren@debian.org>
-Build-Depends: dpatch, debhelper (>= 7), xutils-dev, libxaw7-dev,
- libxmu-dev, libxext-dev, libxt-dev, libsm-dev, libice-dev,
- libjpeg62-dev | libjpeg-dev, zlib1g-dev | libz-dev,
- default-jdk
-Standards-Version: 3.8.2
-Homepage: http://www.karlrunge.com/x11vnc/ssvnc.html
-
-Package: ssvnc
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, tk8.4,
- openssh-client, bind9-host | host, procps, psmisc, xterm
-Recommends: stunnel4, openjdk-6-jre | java2-runtime
-Description: Enhanced TightVNC viewer with SSL/SSH tunnel helper
- VNC stands for Virtual Network Computing. It is, in essence, a remote
- display system which allows you to view a computing `desktop'
- environment not only on the machine where it is running, but from
- anywhere on the Internet and from a wide variety of machine
- architectures.
- .
- SSVNC is two things:
- .
- * An enhanced version of the TightVNC client with support for more
- encodings and color modes, support for x11vnc and UltraVNC
- extensions, dynamic screen resizing, an improved popup menu, etc.
- .
- * A GUI that helps set up an SSL (using stunnel) or SSH tunnel to
- connect to the VNC server through, as well as forwarding of ports for
- audio (esound/aRts), SMB, CUPS etc.
Index: tags/1.0.27-1/debian/compat
===================================================================
--- tags/1.0.27-1/debian/compat (revision 17)
+++ tags/1.0.27-1/debian/compat (nonexistent)
@@ -1 +0,0 @@
-7
Index: tags/1.0.27-1/debian/watch
===================================================================
--- tags/1.0.27-1/debian/watch (revision 17)
+++ tags/1.0.27-1/debian/watch (nonexistent)
@@ -1,2 +0,0 @@
-version=3
-http://sf.net/ssvnc/ssvnc-(.*)\.src\.tar\.gz
Index: tags/1.0.27-1/debian/changelog
===================================================================
--- tags/1.0.27-1/debian/changelog (revision 17)
+++ tags/1.0.27-1/debian/changelog (nonexistent)
@@ -1,5 +0,0 @@
-ssvnc (1.0.23-1) unstable; urgency=low
-
- * Initial release (Closes: #504134).
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 01 Aug 2009 19:31:25 +0200
Index: tags/1.0.27-1/debian/patches/no_openssl.dpatch
===================================================================
--- tags/1.0.27-1/debian/patches/no_openssl.dpatch (revision 17)
+++ tags/1.0.27-1/debian/patches/no_openssl.dpatch (nonexistent)
@@ -1,30 +0,0 @@
-#! /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
/tags/1.0.27-1/debian/patches/no_openssl.dpatch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/1.0.27-1/debian/patches/00list
===================================================================
--- tags/1.0.27-1/debian/patches/00list (revision 17)
+++ tags/1.0.27-1/debian/patches/00list (nonexistent)
@@ -1 +0,0 @@
-no_openssl
Index: tags/1.0.27-1/debian/copyright
===================================================================
--- tags/1.0.27-1/debian/copyright (revision 17)
+++ tags/1.0.27-1/debian/copyright (nonexistent)
@@ -1,99 +0,0 @@
-This package was debianized by Magnus Holmgren <holmgren@debian.org> on
-Fri, 31 Oct 2008 22:08:16 +0100.
-
-It was downloaded from <http://www.karlrunge.com/x11vnc/ssvnc.html>
-
-Upstream Author:
-
- Karl J. Runge <runge@karlrunge.com>
-
-Copyright:
-
- Copyright © 2006-2008 Karl J. Runge
- TightVNC Copyright © 2001-2003 Constantin Kaplinsky
- VNC Copyright © AT&T Laboratories Cambridge,
- © 1994-2000 Olivetti Research Ltd/AT&T Laboratories Cambridge.
-
-License:
-
- This package is free software; you can redistribute it and/or
- modify it under the terms of version 2 of the GNU General Public
- License as published by the Free Software Foundation.
-
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-
-ZYWRLE VNC codec © 2006 Hitachi Systems & Services, Ltd. (Noriaki
-Yamazaki, Research & Developement Center)
-
-License:
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
-
- - Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-
- - Redistributions in binary form must reproduce the above
- copyright notice, this list of conditions and the following
- disclaimer in the documentation and/or other materials provided
- with the distribution.
-
- - Neither the name of the Hitachi Systems & Services, Ltd. nor the
- names of its contributors may be used to endorse or promote
- products derived from this software without specific prior written
- permission.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
- CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
- INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
- MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE
- LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
- OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
- TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
- THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- SUCH DAMAGE.
-
-
-SSVNC includes the Ultr@VNC 1.0.0 RC19 Java Viewer.
-
-Copyright:
-
- © 2002-2005 Ultr@VNC Team. All Rights Reserved.
- © 2004 Kenn Min Chong, John Witchel. All Rights Reserved.
- © 2004 Alban Chazot. All Rights Reserved.
- © 2001,2002 HorizonLive.com, Inc. All Rights Reserved.
- © 2001,2002 Constantin Kaplinsky. All Rights Reserved.
- © 1999 AT&T Laboratories Cambridge. All Rights Reserved.
-
-License:
-
- This software is distributed under the GNU General Public Licence as
- published by the Free Software Foundation. See the file LICENCE.TXT for the
- conditions under which this software is made available. VNC also contains
- code from other sources. See the Acknowledgements section below, and the
- individual files for details of the conditions under which they are made
- available.
-
-
-On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL-2' instead.
-
-
-The Debian packaging is © 2008, Magnus Holmgren <holmgren@debian.org> and
-is licensed under the GPL, see above.
-
-Due to license conflicts, the UltraVNC DSM helper module is not
-included in the binary package.
Index: tags/1.0.27-1/debian/docs
===================================================================
--- tags/1.0.27-1/debian/docs (revision 17)
+++ tags/1.0.27-1/debian/docs (nonexistent)
@@ -1,2 +0,0 @@
-README
-README.src
Index: tags/1.0.27-1/debian
===================================================================
--- tags/1.0.27-1/debian (revision 17)
+++ tags/1.0.27-1/debian (nonexistent)
/tags/1.0.27-1/debian
Property changes:
Deleted: mergeWithUpstream
## -1 +0,0 ##
-1
\ No newline at end of property