Subversion Repositories ssvnc

Compare Revisions

Ignore whitespace Rev 36 → Rev 23

/ssvnc/trunk/debian/patches/buildflags.patch
File deleted
/ssvnc/trunk/debian/patches/nostrip.patch
File deleted
/ssvnc/trunk/debian/patches/format-security.patch
File deleted
/ssvnc/trunk/debian/patches/series
1,5 → 1,2
confusing_-h.patch
ultraftp_path.patch
buildflags.patch
nostrip.patch
format-security.patch
/ssvnc/trunk/debian/patches/ultraftp_path.patch
2,9 → 2,10
Description: Use hardcoded (and correct for the Debian package) path to ultraftp.jar
if SSVNC_ULTRA_FTP_JAR is unset.
 
--- a/vnc_unixsrc/vncviewer/argsresources.c
+++ b/vnc_unixsrc/vncviewer/argsresources.c
@@ -1702,35 +1702,8 @@ GetArgsAndResources(int argc, char **arg
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;
}
/ssvnc/trunk/debian/patches/confusing_-h.patch
4,8 → 4,9
Author: Magnus Holmgren <holmgren@debian.org>
Bug-Debian: http://bugs.debian.org/544250
 
--- a/scripts/ssvnc
+++ b/scripts/ssvnc
diff -urNad trunk~/scripts/ssvnc trunk/scripts/ssvnc
--- trunk~/scripts/ssvnc 2009-12-27 21:38:58.000000000 +0100
+++ trunk/scripts/ssvnc 2010-02-06 20:38:41.000000000 +0100
@@ -8,7 +8,8 @@
#
# See ssvnc_cmd for details.
16,7 → 17,7
cat << END
ssvnc - a GUI wrapper for SSL and SSH VNC connections.
@@ -111,7 +112,7 @@ END
@@ -106,7 +107,7 @@
exit 0
fi
if [ "X$1" = "X-ssh" ]; then
25,7 → 26,7
cat << END
sshvnc - a GUI wrapper for SSH VNC connections.
@@ -129,7 +130,7 @@ END
@@ -124,7 +125,7 @@
fi
if [ "X$1" = "X-ts" -o "X$1" = "X-tso" ]; then
/ssvnc/trunk/debian/control
2,11 → 2,11
Section: net
Priority: extra
Maintainer: Magnus Holmgren <holmgren@debian.org>
Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 7), xutils-dev, libxaw7-dev,
Build-Depends: debhelper (>= 7), xutils-dev, libxaw7-dev,
libxmu-dev, libxext-dev, libxt-dev, libsm-dev, libice-dev,
libjpeg-dev, zlib1g-dev | libz-dev,
libjpeg62-dev | libjpeg-dev, zlib1g-dev | libz-dev,
default-jdk, libssl-dev
Standards-Version: 3.9.2
Standards-Version: 3.9.1
Homepage: http://www.karlrunge.com/x11vnc/ssvnc.html
 
Package: ssvnc
/ssvnc/trunk/debian/changelog
1,24 → 1,3
ssvnc (1.0.29-1) unstable; urgency=low
 
* New upstream release.
* Install ReleaseNotes as upstream changelog file.
* Simply build-depend on libjpeg-dev instead of libjpeg62-dev |
libjpeg-dev (Closes: #644808).
* Install a symlink in /usr/bin instead of including the main vncviewer
binary twice in the package.
* Add build-arch and build-indep targets to debian/rules.
* nostrip.patch: Remove strip command from the Makefile, allowing
DEB_BUILD_OPTONS=nostrip to work.
* Get CFLAGS and LDFLAGS from dpkg-buildflags.
* buildflags.patch: Pass CFLAGS and LDFLAGS through via ./Makefile as
CDEBUGFLAGS and LOCAL_LDFLAGS to vnc_unixsrc/*/Makefile. This results
in -fno-strict-aliasing (added by xmkmf by default) being dropped, but
that doesn't seem to cause any problems.
* format-security.patch: Fix some flaws uncovered by -Wformat-security.
* Bump Standards-Version to 3.9.2.
 
-- Magnus Holmgren <holmgren@debian.org> Thu, 10 Nov 2011 22:23:15 +0100
 
ssvnc (1.0.28-1) unstable; urgency=low
 
* New upstream release (Closes: #592873, "Connection from UVNC
/ssvnc/trunk/debian/rules
11,9 → 11,6
 
DESTDIR=$(CURDIR)/debian/ssvnc
 
export CFLAGS := $(shell dpkg-buildflags --get CFLAGS)
export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
 
configure: configure-stamp
configure-stamp:
dh_testdir
20,9 → 17,7
$(MAKE) config
touch configure-stamp
 
build-indep:
 
build-arch: build-stamp
build: build-stamp
build-stamp: configure-stamp
dh_testdir
 
30,8 → 25,6
 
touch $@
 
build: build-arch build-indep
 
clean: configure-stamp
dh_testdir
dh_testroot
59,7 → 52,7
binary-arch: build install
dh_testdir
dh_testroot
dh_installchangelogs -k ReleaseNotes
dh_installchangelogs
dh_installdocs
dh_installexamples
dh_installman
74,4 → 67,4
dh_builddeb
 
binary: binary-indep binary-arch
.PHONY: build-indep build-arch build clean binary-indep binary-arch binary install configure
.PHONY: build clean binary-indep binary-arch binary install configure
/ssvnc/trunk/debian/links
1,3 → 1,2
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
usr/lib/ssvnc/vncviewer usr/bin/ssvncviewer