Subversion Repositories ssvnc

Compare Revisions

Ignore whitespace Rev 24 → Rev 23

/ssvnc/tags/1.0.28-1/debian/watch
File deleted
/ssvnc/tags/1.0.28-1/debian/changelog
File deleted
/ssvnc/tags/1.0.28-1/debian/patches/confusing_-h.patch
File deleted
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/1.0.28-1/debian/patches/series
===================================================================
--- tags/1.0.28-1/debian/patches/series (revision 24)
+++ tags/1.0.28-1/debian/patches/series (nonexistent)
@@ -1,2 +0,0 @@
-confusing_-h.patch
-ultraftp_path.patch
Index: tags/1.0.28-1/debian/patches/ultraftp_path.patch
===================================================================
--- tags/1.0.28-1/debian/patches/ultraftp_path.patch (revision 24)
+++ tags/1.0.28-1/debian/patches/ultraftp_path.patch (nonexistent)
@@ -1,45 +0,0 @@
-Author: Magnus Holmgren <holmgren@debian.org>
-Description: Use hardcoded (and correct for the Debian package) path to ultraftp.jar
- if SSVNC_ULTRA_FTP_JAR is unset.
-
-diff -urNad trunk~/vnc_unixsrc/vncviewer/argsresources.c trunk/vnc_unixsrc/vncviewer/argsresources.c
---- trunk~/vnc_unixsrc/vncviewer/argsresources.c 2009-10-27 04:26:12.000000000 +0100
-+++ trunk/vnc_unixsrc/vncviewer/argsresources.c 2009-10-31 15:22:46.000000000 +0100
-@@ -1624,35 +1624,8 @@
- appData.useBGR233 = 0;
- }
-
-- if (getenv("SSVNC_ULTRA_FTP_JAR") == NULL && programName != NULL) {
-- int len = strlen(programName) + 200;
-- char *q, *jar = (char *) malloc(len);
--
-- sprintf(jar, "%s", programName);
-- q = strrchr(jar, '/');
-- if (q) {
-- struct stat sb;
-- *(q+1) = '\0';
-- strcat(jar, "../lib/ssvnc/util/ultraftp.jar");
-- if (stat(jar, &sb) == 0) {
-- char *put = (char *) malloc(len);
-- sprintf(put, "SSVNC_ULTRA_FTP_JAR=%s", jar);
-- fprintf(stderr, "Setting: %s\n\n", put);
-- putenv(put);
-- } else {
-- sprintf(jar, "%s", programName);
-- q = strrchr(jar, '/');
-- *(q+1) = '\0';
-- strcat(jar, "util/ultraftp.jar");
-- if (stat(jar, &sb) == 0) {
-- char *put = (char *) malloc(len);
-- sprintf(put, "SSVNC_ULTRA_FTP_JAR=%s", jar);
-- fprintf(stderr, "Setting: %s\n\n", put);
-- putenv(put);
-- }
-- }
-- }
-- free(jar);
-+ if (getenv("SSVNC_ULTRA_FTP_JAR") == NULL) {
-+ putenv("SSVNC_ULTRA_FTP_JAR=/usr/lib/ssvnc/util/ultraftp.jar");
- }
-
-
/tags/1.0.28-1/debian/patches/ultraftp_path.patch
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/1.0.28-1/debian/copyright
===================================================================
--- tags/1.0.28-1/debian/copyright (revision 24)
+++ tags/1.0.28-1/debian/copyright (nonexistent)
@@ -1,109 +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-2010 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
-
-Special GPL exception for ultravnc_dsm_helper:
-
- In addition, as a special exception, Karl J. Runge gives permission
- to link the code of its release of ultravnc_dsm_helper with the
- OpenSSL project's "OpenSSL" library (or with modified versions of it
- that use the same license as the "OpenSSL" library), and distribute
- the linked executables. You must obey the GNU General Public License
- in all respects for all of the code used other than "OpenSSL". If you
- modify this file, you may extend this exception to your version of the
- file, but you are not obligated to do so. If you do not wish to do
- so, delete this exception statement from your version.
-
-
-ZYWRLE VNC codec © 2006 Hitachi Systems & Services, Ltd. (Noriaki
-Yamazaki, Research & Development 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-2011, Magnus Holmgren
-<holmgren@debian.org> and is licensed under the GPL, see above.
Index: tags/1.0.28-1/debian/docs
===================================================================
--- tags/1.0.28-1/debian/docs (revision 24)
+++ tags/1.0.28-1/debian/docs (nonexistent)
@@ -1,2 +0,0 @@
-README
-README.src
Index: tags/1.0.28-1/debian/rules
===================================================================
--- tags/1.0.28-1/debian/rules (revision 24)
+++ tags/1.0.28-1/debian/rules (nonexistent)
@@ -1,70 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-DESTDIR=$(CURDIR)/debian/ssvnc
-
-configure: configure-stamp
-configure-stamp:
- dh_testdir
- $(MAKE) config
- touch configure-stamp
-
-build: build-stamp
-build-stamp: configure-stamp
- dh_testdir
-
- $(MAKE) all
-
- touch $@
-
-clean: configure-stamp
- dh_testdir
- dh_testroot
- rm -f build-stamp configure-stamp
-
- $(MAKE) clean
- rm vnc_unixsrc/*/Makefile
-
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_prep
-
- $(MAKE) ROOT=$(DESTDIR) PREFIX=/usr MANDIR=share/man install
- sed -ri -e 's#/bin/sh#/bin/bash#g' \
- $(addprefix $(DESTDIR)/usr/lib/ssvnc/,ssvnc ssvnc_cmd util/ss_vncviewer util/ssvnc.tcl)
-
-# Build architecture-independent files here.
-binary-indep:
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
- dh_testdir
- dh_testroot
- dh_installchangelogs
- dh_installdocs
- dh_installexamples
- dh_installman
- dh_link
- dh_strip
- dh_compress
- dh_fixperms
- dh_installdeb
- dh_shlibdeps
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
/tags/1.0.28-1/debian/rules
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/1.0.28-1/debian/README.source
===================================================================
--- tags/1.0.28-1/debian/README.source (revision 24)
+++ tags/1.0.28-1/debian/README.source (nonexistent)
@@ -1,8 +0,0 @@
-This package uses dpatch to manage all modifications to the upstream
-source. Changes are stored in the source package as diffs in
-debian/patches and applied during the build. For basic usage
-information, see
-
- /usr/share/doc/dpatch/README.source.gz
-
-(after installing dpatch).
Index: tags/1.0.28-1/debian/source/format
===================================================================
--- tags/1.0.28-1/debian/source/format (revision 24)
+++ tags/1.0.28-1/debian/source/format (nonexistent)
@@ -1 +0,0 @@
-3.0 (quilt)
Index: tags/1.0.28-1/debian/links
===================================================================
--- tags/1.0.28-1/debian/links (revision 24)
+++ tags/1.0.28-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.28-1/debian/control
===================================================================
--- tags/1.0.28-1/debian/control (revision 24)
+++ tags/1.0.28-1/debian/control (nonexistent)
@@ -1,33 +0,0 @@
-Source: ssvnc
-Section: net
-Priority: extra
-Maintainer: Magnus Holmgren <holmgren@debian.org>
-Build-Depends: 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, libssl-dev
-Standards-Version: 3.9.1
-Homepage: http://www.karlrunge.com/x11vnc/ssvnc.html
-
-Package: ssvnc
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, tk,
- openssh-client, bind9-host | host, procps, psmisc, xterm,
- stunnel4, openssl
-Recommends: default-jre | java5-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.28-1/debian/compat
===================================================================
--- tags/1.0.28-1/debian/compat (revision 24)
+++ tags/1.0.28-1/debian/compat (nonexistent)
@@ -1 +0,0 @@
-7
Index: tags/1.0.28-1/debian
===================================================================
--- tags/1.0.28-1/debian (revision 24)
+++ tags/1.0.28-1/debian (nonexistent)
/tags/1.0.28-1/debian
Property changes:
Deleted: mergeWithUpstream
## -1 +0,0 ##
-1
\ No newline at end of property