--- x2vnc-1.5.1.orig/debian/dirs +++ x2vnc-1.5.1/debian/dirs @@ -0,0 +1 @@ +usr/X11R6/bin --- x2vnc-1.5.1.orig/debian/docs +++ x2vnc-1.5.1/debian/docs @@ -0,0 +1 @@ +README --- x2vnc-1.5.1.orig/debian/rules +++ x2vnc-1.5.1/debian/rules @@ -0,0 +1,80 @@ +#!/usr/bin/make -f +# debian/rules for freesweep +# modifications by Edward Betts +# Based on: +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# This is the debhelper compatability version to use. +export DH_COMPAT=2 + +# This has to be exported to make some magic below work. +export DH_OPTIONS + +build: build-stamp +build-stamp: + dh_testdir + + xmkmf + #$(MAKE) x2vnc + $(MAKE) + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + -$(MAKE) clean + + dh_clean Makefile + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + #install -o root -g root -m 755 x2vnc \ + # `pwd`/debian/x2vnc/usr/X11R6/bin + $(MAKE) DESTDIR=`pwd`/debian/x2vnc install + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot +# dh_installdebconf + dh_installdocs + dh_installexamples + dh_installmenu +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit +# dh_installcron +# dh_installmanpages +# dh_installinfo +# dh_undocumented + dh_installchangelogs + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_makeshlibs + dh_installdeb +# dh_perl + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- x2vnc-1.5.1.orig/debian/watch +++ x2vnc-1.5.1/debian/watch @@ -0,0 +1 @@ +http://www.hubbe.net /~hubbe/ x2vnc-\(.*\)\.tar\.gz debian uupdate --- x2vnc-1.5.1.orig/debian/copyright +++ x2vnc-1.5.1/debian/copyright @@ -0,0 +1,30 @@ +x2vnc was Written by Fredrik Hübinette +Based on ideas from x2x and code from vncviewer. + +It was packaged for use with Debian GNU/Linux by +Edward Betts + +The x2vnc-wheel-patch was applied by the new maintainer Ola Lundqvist +. This patch was written by bryan d. berg +and found on freshmeat: http://freshmeat.net/projects/x2vnc-wheel-patch/ + +The latest version of this program should be available from + + http://www.hubbe.net/~hubbe/x2vnc.html + +The current version is http://www.hubbe.net/~hubbe/x2vnc-1.1.tar.gz + +For more info about VNC: http://www.uk.research.att.com/vnc/ +For more info about x2x: http://ftp.digital.com/pub/Digital/SRC/x2x/ + +The main changes to the package are the addition of Debian packaging +and changing x2vnc so it links dynamically rather than statically +with libvncauth. + +This is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. --- x2vnc-1.5.1.orig/debian/control +++ x2vnc-1.5.1/debian/control @@ -0,0 +1,17 @@ +Source: x2vnc +Section: x11 +Priority: optional +Maintainer: Ola Lundqvist +Standards-Version: 3.5.2 +Build-Depends: debhelper (>= 2.0.40), libvncauth-dev, libxaw7-dev, xutils, xlibs-dev + +Package: x2vnc +Architecture: any +Depends: ${shlibs:Depends} +Suggests: vnc-common +Description: A dual-screen hack - link a MS-Windows and X display + This program merges the capabilities of x2x and vncviewer. It will allow a + machine with an X display and a machine with a VNC server running on it's main + screen to act as if they were two displays connected to one machine. When you + move your mouse pointer off the screen in a direction of your choosing, the + pointer will appear on the other screen instead. --- x2vnc-1.5.1.orig/debian/changelog +++ x2vnc-1.5.1/debian/changelog @@ -0,0 +1,130 @@ +x2vnc (1.5.1-2) unstable; urgency=low + + * Added build dependency on xlibs-dev, closes: #238618. + + -- Ola Lundqvist Sat, 20 Mar 2004 15:28:27 +0100 + +x2vnc (1.5.1-1) unstable; urgency=low + + * New upstream version, closes: #205131, #160333, #206418. + * Updated standards version from 3.5.2 to 2.5.10. + + -- Ola Lundqvist Sun, 31 Aug 2003 15:59:27 +0200 + +x2vnc (1.4-2) unstable; urgency=low + + * Changed from xlib6g-dev to libxaw7-dev, closes: #170180. + + -- Ola Lundqvist Fri, 22 Nov 2002 08:26:03 +0100 + +x2vnc (1.4-1) unstable; urgency=low + + * New upstream version, closes: #148341. + + -- Ola Lundqvist Thu, 29 Aug 2002 07:27:49 +0200 + +x2vnc (1.3-1) unstable; urgency=low + + * New upstream version, closes: #123688, #120473. + * Updated standards version. + * Removed depricated dh_testversion. + + -- Ola Lundqvist Wed, 3 Apr 2002 22:37:07 +0200 + +x2vnc (1.2-2) unstable; urgency=low + + * The upstream wheel patch scrolled up when scrolling down and + vice vera. Fixed with patch by Evan Martin , + closes: #90142. + + -- Ola Lundqvist Mon, 19 Mar 2001 22:13:32 +0100 + +x2vnc (1.2-1) unstable; urgency=low + + * New upstream version with mouse wheel support built in. Hope that + it works equally good or better than the patches I have applied. + + -- Ola Lundqvist Wed, 14 Mar 2001 15:45:35 +0100 + +x2vnc (1.1-6) unstable; urgency=low + + * Added a patch from Evan Martin that fixes + issues with the wheel patch, closes: Bug#88716. + + -- Ola Lundqvist Thu, 22 Feb 2001 22:44:12 +0100 + +x2vnc (1.1-5) unstable; urgency=low + + * Added xutils to build depends, closes: Bug#86586. + + -- Ola Lundqvist Thu, 22 Feb 2001 22:44:12 +0100 + +x2vnc (1.1-4) unstable; urgency=low + + * Added suggestion of vnc-common, closes: Bug#81576. + + -- Ola Lundqvist Fri, 2 Feb 2001 13:03:46 +0100 + +x2vnc (1.1-3) unstable; urgency=low + + * Readded dh_testversion and added a versioned debhelper dependency in the + control file as it really should be, closes: Bug#78573. + + -- Ola Lundqvist Sun, 3 Dec 2000 23:40:34 +0100 + +x2vnc (1.1-2) unstable; urgency=low + + * Recompiled to indicate new maintainer and to make sure that it + works with the new c library. + * Have also applied the x2vnc-wheel-patch (found on freshmeat). + * Removed dh_testversion that lintian complains about from the + debian/rules file. + + -- Ola Lundqvist Tue, 21 Nov 2000 23:16:10 +0100 + +x2vnc (1.1-1) unstable; urgency=low + + * New upstream release + + -- Edward Betts Sun, 21 May 2000 13:10:44 +0100 + +x2vnc (1.0-5) unstable; urgency=low + + * Imakefile: modified to compile against libvncauth0 + * debian/control: updateded Standards-Version to 3.1.1 + * debian/control: added Build-Depends. + * debian/rules: rewritten. + * debian/rules: added xmkmf. + + -- Edward Betts Thu, 6 Jan 2000 23:59:45 +0000 + +x2vnc (1.0-4) unstable; urgency=low + + * Changed to Debhelper 2.0 + * Updated Standards-Version: 3.0.1 + * Lintian clean + * Changed location of GPL to /usr/share/common-licenses/GPL + + -- Edward Betts Sun, 12 Sep 1999 12:01:26 +0100 + +x2vnc (1.0-3) unstable; urgency=low + + * Corrected spelling of maintainers name in control (oops!) + * Passes Lintian v0.9.5 + + -- Edward Betts Sun, 12 Sep 1999 12:01:15 +0100 + +x2vnc (1.0-2) unstable; urgency=low + + * Improve man page + * Fixed source packaging - now includes pristine source + + -- Edward Betts Sun, 6 Dec 1998 11:44:48 +0000 + +x2vnc (1.0-1) unstable; urgency=low + + * Initial Release + * Wrote a man page for x2vnc + * Passes Lintian v0.9.4 + + -- Edward Betts Fri, 4 Dec 1998 14:25:08 +0000