debian/0000775000000000000000000000000012103262513007163 5ustar debian/patches/0000755000000000000000000000000012103262513010610 5ustar debian/patches/debian-changes0000644000000000000000000000272512103262513013371 0ustar Description: TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. . x2x (1.30-2) unstable; urgency=low . * Merge ubuntu patch, included upstream (closes: #699617) Author: Barak A. Pearlmutter Bug-Debian: http://bugs.debian.org/699617 --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- x2x-1.30.orig/Makefile.am +++ x2x-1.30/Makefile.am @@ -5,7 +5,7 @@ # AM_CFLAGS = $(X11_CFLAGS) -Wall -AM_LDFLAGS = $(X11_LIBS) +LIBS = $(X11_LIBS) bin_PROGRAMS = x2x @@ -19,7 +19,7 @@ dist_man1_MANS = x2x.1 if WIN32 AM_CFLAGS += -DWIN_2_X -AM_LDFLAGS += -luser32 -lgdi32 # Ugly hack +LIBS += -luser32 -lgdi32 # Ugly hack x2x_SOURCES += keymap.c winmsg.c x2xwin.rc .o:.rc debian/patches/series0000644000000000000000000000001712103262513012023 0ustar debian-changes debian/source/0000775000000000000000000000000012103262333010463 5ustar debian/source/format0000664000000000000000000000001412103262333011671 0ustar 3.0 (quilt) debian/control0000664000000000000000000000215512103262333010571 0ustar Source: x2x Maintainer: Barak A. Pearlmutter Build-Depends: debhelper (>= 9), dh-autoreconf, pkg-config, libx11-dev, libxtst-dev, xutils-dev Section: x11 Priority: optional Standards-Version: 3.9.4 Homepage: http://github.com/dottedmag/x2x Vcs-Git: git://git.debian.org/git/collab-maint/x2x.git Vcs-Browser: http://git.debian.org/?p=collab-maint/x2x.git Package: x2x Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Link two X displays together, simulating a multiheaded display x2x joins a pair of X displays together, as if they were a single multiheaded display. The pointer can be warped between displays, or, depending on how you start x2x, can slide from one display to the other when it runs off the edge of the screen. Keyboard focus also moves between displays in the way you'd expect, and the X selection propagates around. This is useful when you have two displays on the same desk, as you can use a single keyboard and mouse to control both. (The displays being controlled remotely must support the XTEST extension. The servers shipped by Debian support this.) debian/changelog0000664000000000000000000001410712103262424011041 0ustar x2x (1.30-2) unstable; urgency=low * Merge ubuntu patch, included upstream (closes: #699617) -- Barak A. Pearlmutter Sat, 02 Feb 2013 19:12:20 +0000 x2x (1.30-1) unstable; urgency=low * Adopt package (closes: #435702) * New upstream release (closes: #438943) - Contains dpms patch (closes: #421279) * Update packaging: - remove mention of propsel from description (closes: #500147, #695167) - new upstream home page and repository - upstream has autoconf/automake, switch to use it - dh9, harden - bump standards version -- Barak A. Pearlmutter Sat, 29 Dec 2012 08:30:20 +0100 x2x (1.27.svn.20060501-4) unstable; urgency=low * QA upload. * Build-dependencies: changed xutils to xutils-dev (closes: #485530), dropped x-dev. * debian/control: Added Homepage (closes: #438944) -- Ralf Treinen Tue, 26 Aug 2008 20:07:36 +0200 x2x (1.27.svn.20060501-3) unstable; urgency=low * QA upload. * Add md5sums to debian/rules. * Bump Standards-Version to 3.7.2. * Use [ ! -f Makefile ] || $(MAKE) clean. -- Mohammed Adnène Trojette Sun, 19 Aug 2007 17:55:08 +0200 x2x (1.27.svn.20060501-2) unstable; urgency=low * debian/control: Set maintainer to Debian QA Group. -- Romain Francoise Sat, 11 Aug 2007 12:54:09 +0200 x2x (1.27.svn.20060501-1) unstable; urgency=low * New upstream release: + The maximum number of mouse buttons is now 20 (closes: #157082). + The window title can now be set with the new -title option (closes: #364202). * debian/control: Bump Standards-Version to 3.7.0, no changes needed. * debian/rules: Add empty binary-indep target. -- Romain Francoise Mon, 1 May 2006 19:14:37 +0200 x2x (1.27.svn.20060225-1) unstable; urgency=low * New upstream, includes a patch from yours truly fixing the "less becomes greater over x2x" bug introduced in version 1.30-beta (closes: #354081). -- Romain Francoise Sat, 25 Feb 2006 19:23:30 +0100 x2x (1.27.svn.20060214-1) unstable; urgency=low * New upstream (SVN checkout of the trunk), adds support for DPMS and the new option -dpmsmouse (closes: #203021). * New maintainer (closes: #352552). * Acknowledge NMUs (closes: #95761, #346755). * debian/control: + Build-Depend on debhelper (>= 5.0.0). + Update Standards-Version to 3.6.2.2, no changes needed. + Update maintainer contact info. * debian/compat: New file. * debian/copyright: Update info. * debian/rules: + Don't use DH_COMPAT. + Various cleanups. -- Romain Francoise Tue, 14 Feb 2006 21:43:23 +0100 x2x (1.27-8.1) unstable; urgency=high * Non-maintainer upload. * High-urgency upload for RC bugfix * Build-depend on libx11-dev, libxtst-dev, and x-dev instead of the obsolete xlibs-dev; thanks to Justin Pryzby for testing. Closes: #346755. -- Steve Langasek Fri, 20 Jan 2006 10:43:33 -0800 x2x (1.27-8) unstable; urgency=low * Forgot to fix the maintainer in debian/control. Fixed now... (Closes: #155262) -- Randolph Chung Sat, 24 Aug 2002 10:49:53 -0700 x2x (1.27-7) unstable; urgency=low * New Maintainer Upload (Closes: #142235) * Cleaned up some warnings in the build -- Randolph Chung Thu, 18 Apr 2002 22:18:32 -0700 x2x (1.27-6) unstable; urgency=low * Orphaned. I haven't used x2x in years now. * Symlink x2x.1 to x2x.man due to changed behaviour in X imake system. (Closes: #142087). -- Charles Briscoe-Smith Wed, 10 Apr 2002 19:01:18 +0100 x2x (1.27-5.1) unstable; urgency=low * NMU * use debhelper rather than cpbs - it's more standard and gives us FHS * compile with "-g -O2" as per policy * merge in patch from Tor Slettnes to map buttons and not send any which the remote end can't handle (closes: #80629, #56252) * patches downloaded from http://www.eax.com/other/x2x-1.27-1.28.patch: - unofficial x2x-1.28 patch from Adam Sulmcki which adds an error handler (closes: #56252). NB: I have only applied the cleanup parts of the patch since #80629 fixes the problem better. I've left the patch in debian/errorhandler.diff in case it's needed in future. - from Greg J. Badros : - fix for the feedback loop which can arise - save some screen estate * patch from Ben Harris to change title of window (closes: #54045) -- Adrian Bridgett Tue, 9 Jan 2001 18:48:27 +0000 x2x (1.27-5) unstable; urgency=low * Fix boundary adjustment for vertical mode (-north and -south). This should make it possible to move the pointer back from the 'to' screen to the 'from' screen in -north or -south mode. -- Charles Briscoe-Smith Sun, 4 Oct 1998 21:58:06 +0100 x2x (1.27-4) unstable; urgency=low * Added options -north and -south. * Don't "Suggest: propsel" any more, just mention it in the extended description. * Updated standards-version to 2.4.1 (no changes necessary). * Update debian/rules. -- Charles Briscoe-Smith Sat, 3 Oct 1998 18:11:28 +0100 x2x (1.27-3) unstable; urgency=low * Remove dpkg-geninfo from debian directory and remove call to it from debian/rules following debian-policy discussion on `md5sums' and `du' files. * Install man page under /usr/X11R6 (as pointed out by lintian). -- Charles Briscoe-Smith Fri, 20 Feb 1998 02:46:29 +0000 x2x (1.27-2) unstable; urgency=low * Updated to standards-version 2.4.0.0. No changes required. * Explain "TANSTAAFL" in copyright file. * New version of my generic debian/rules. Include dpkg-geninfo. -- Charles Briscoe-Smith Sun, 1 Feb 1998 15:43:00 +0000 x2x (1.27-1) unstable; urgency=low * First Debian release. * Corrected minor buglet in man page (change \f to \fB). -- Charles Briscoe-Smith Wed, 3 Dec 1997 00:57:15 +0000 debian/copyright0000664000000000000000000000510612103262333011120 0ustar This Debian GNU/Linux prepackaged version of x2x was put together by Charles Briscoe-Smith using source code obtained from . Maintain switched to Romain Francoise , and then to "Barak A. Pearlmutter" . Upstream was http://freshmeat.net/projects/x2x/ but there is a new upstream at git://github.com/dottedmag/x2x and forks thereof provide other tweaks, consolidated in fork git://github.com/barak/x2x AUTHORS ------- David Chaiken Original version author Charles Briscoe-Smith -north, -south options. Various patches. Mark Hayter Cygwin version, -fromwin to allow using Windows as source display. Snow Windows version patches Mikhail Gusarov Maintainer LAWYERESE --------- Copyright (c) 1997 Digital Equipment Corporation. All rights reserved. By downloading, installing, using, modifying or distributing this software, you agree to the following: 1. CONDITIONS. Subject to the following conditions, you may download, install, use, modify and distribute this software in source and binary forms: a) Any source code, binary code and associated documentation (including the online manual) used, modified or distributed must reproduce and retain the above copyright notice, this list of conditions and the following disclaimer. b) No right is granted to use any trade name, trademark or logo of Digital Equipment Corporation. Neither the "Digital Equipment Corporation" name nor any trademark or logo of Digital Equipment Corporation may be used to endorse or promote products derived from this software without the prior written permission of Digital Equipment Corporation. 2. DISCLAIMER. THIS SOFTWARE IS PROVIDED BY DIGITAL "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 DIGITAL 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. Windows 95 and Windows NT are trademarks of Microsoft Corporation. debian/compat0000664000000000000000000000000212103262333010361 0ustar 9 debian/rules0000775000000000000000000000053312103262333010244 0ustar #!/usr/bin/make -f %: dh $@ --parallel --with autoreconf override_dh_auto_install: dh_auto_install -rm -f --verbose \ debian/x2x/usr/share/doc/x2x/COPYING \ debian/x2x/usr/share/doc/x2x/COPYING.win32 \ debian/x2x/usr/share/doc/x2x/ChangeLog -mv debian/x2x/usr/share/doc/x2x/ChangeLog.old \ debian/x2x/usr/share/doc/x2x/changelog-old