--- /dev/null
--- /dev/null
++xpa (2.1.18-1) unstable; urgency=medium
++
++ * New upstream version 2.1.18
++ * Add Bug-Db and Repository to d/u/metadata
++ * Mark libxpa-dev as Multi-Arch: same as suggested by MultiArch hinter
++
++ -- Ole Streicher <olebole@debian.org> Sat, 15 Oct 2016 14:54:17 +0200
++
++xpa (2.1.17-6) unstable; urgency=low
++
++ * Use autoreconf
++ * Use Tcl stubs
++
++ -- Ole Streicher <olebole@debian.org> Mon, 06 Jun 2016 11:32:18 +0200
++
++xpa (2.1.17-5) unstable; urgency=low
++
++ * Allow stderr in CI tests
++
++ -- Ole Streicher <olebole@debian.org> Wed, 27 Apr 2016 21:38:06 +0200
++
++xpa (2.1.17-4) unstable; urgency=low
++
++ * Fix another CI test dependency
++
++ -- Ole Streicher <olebole@debian.org> Wed, 27 Apr 2016 07:24:19 +0200
++
++xpa (2.1.17-3) unstable; urgency=low
++
++ * Put under Debian Astro Team maintenance
++ * Fix CI test dependencies
++
++ -- Ole Streicher <olebole@debian.org> Tue, 26 Apr 2016 20:26:09 +0200
++
++xpa (2.1.17-2) unstable; urgency=low
++
++ [ Alexis Bienvenüe ]
++ * Build libs with fixed order *.o files. Closes: #822561
++
++ [ Ole Streicher ]
++ * Add build time and CI tests
++ * Push Standards-Version to 3.9.8. Use https for Vcs fields.
++
++ -- Ole Streicher <olebole@debian.org> Tue, 26 Apr 2016 15:00:14 +0200
++
++xpa (2.1.17-1) unstable; urgency=low
++
++ * New upstream version
++ * Install pkgconfig file for xpa
++
++ -- Ole Streicher <olebole@debian.org> Tue, 20 Oct 2015 10:08:54 +0200
++
++xpa (2.1.16-1) unstable; urgency=low
++
++ * New upstream version
++
++ -- Ole Streicher <olebole@debian.org> Mon, 19 Oct 2015 13:15:11 +0200
++
++xpa (2.1.15-5) unstable; urgency=low
++
++ * Convert to multi-arch
++
++ -- Ole Streicher <olebole@debian.org> Wed, 22 Jul 2015 12:22:50 +0200
++
++xpa (2.1.15-4) unstable; urgency=low
++
++ * Update maintainers e-mail address
++ * Update standards version to 3.9.6. No changes needed.
++ * Change VCS location to debian-astro
++ * Remove conf.h include from xpa.h. Closes: #764406
++ * Add symbols file
++
++ -- Ole Streicher <olebole@debian.org> Thu, 25 Sep 2014 12:21:34 +0200
++
++xpa (2.1.15-3) unstable; urgency=low
++
++ * update config.{sub,guess} for the AArch64 port. Closes: #727523
++
++ -- Ole Streicher <debian@liska.ath.cx> Sun, 27 Oct 2013 17:26:34 +0100
++
++xpa (2.1.15-2) unstable; urgency=low
++
++ * Fix FTBS on IA64
++
++ -- Ole Streicher <debian@liska.ath.cx> Thu, 25 Jul 2013 17:29:25 +0200
++
++xpa (2.1.15-1) unstable; urgency=low
++
++ * New upstream version
++ * Change priority to optional
++ * Change compat to 9: fixes lintian warnings
++ * Push standards to 3.9.4: No changes needed
++
++ -- Ole Streicher <debian@liska.ath.cx> Thu, 25 Jul 2013 10:21:05 +0200
++
++xpa (2.1.14-2) unstable; urgency=low
++
++ * Install correct pkgIndex.tcl in tcl-xpa
++
++ -- Ole Streicher <debian@liska.ath.cx> Sat, 09 Jun 2012 10:12:51 +0200
++
++xpa (2.1.14-1) unstable; urgency=low
++
++ * New upstream version.
++
++ -- Ole Streicher <debian@liska.ath.cx> Fri, 08 Jun 2012 16:05:54 +0200
++
++xpa (2.1.13-1) unstable; urgency=low
++
++ * Initial release. (Closes: #655651)
++
++ -- Ole Streicher <debian@liska.ath.cx> Thu, 26 Jan 2012 09:20:00 +0100
--- /dev/null
--- /dev/null
++xpa.pc
++conf.h
++config.log
++config.status.lineno
++
--- /dev/null
--- /dev/null
++9
--- /dev/null
--- /dev/null
++Source: xpa
++Section: science
++Priority: optional
++Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org>
++Uploaders: Ole Streicher <olebole@debian.org>
++Build-Depends: autotools-dev,
++ debhelper (>= 9),
++ dh-autoreconf,
++ libxt-dev,
++ tcl-dev
++Standards-Version: 3.9.8
++Homepage: http://hea-www.harvard.edu/RD/xpa/
++Vcs-Git: https://anonscm.debian.org/git/debian-astro/packages/xpa.git
++Vcs-Browser: https://anonscm.debian.org/cgit/debian-astro/packages/xpa.git
++
++Package: libxpa1
++Section: libs
++Architecture: any
++Multi-Arch: same
++Depends: ${misc:Depends}, ${shlibs:Depends}
++Description: Seamless communication between Unix programs (shared library)
++ The XPA messaging system provides seamless communication between many kinds
++ of Unix programs, including X programs and Tcl/Tk programs. It also provides
++ an easy way for users to communicate with these XPA-enabled programs by
++ executing XPA client commands in the shell or by utilizing such commands in
++ scripts. Because XPA works both at the programming level and the shell level,
++ it is a powerful tool for unifying any analysis environment: users and
++ programmers have great flexibility in choosing the best level or levels at
++ which to access XPA services, and client access can be extended or modified
++ easily at any time.
++ .
++ This package contains the shared library.
++
++Package: libxpa-dev
++Section: libdevel
++Architecture: any
++Multi-Arch: same
++Depends: libxpa1 (= ${binary:Version}), ${misc:Depends}
++Description: Seamless communication between Unix programs (development files)
++ The XPA messaging system provides seamless communication between many kinds
++ of Unix programs, including X programs and Tcl/Tk programs. It also provides
++ an easy way for users to communicate with these XPA-enabled programs by
++ executing XPA client commands in the shell or by utilizing such commands in
++ scripts. Because XPA works both at the programming level and the shell level,
++ it is a powerful tool for unifying any analysis environment: users and
++ programmers have great flexibility in choosing the best level or levels at
++ which to access XPA services, and client access can be extended or modified
++ easily at any time.
++ .
++ This package contains the header files and the static library.
++
++Package: xpa-tools
++Architecture: any
++Depends: libxpa1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
++Description: Tools for seamless communication between Unix programs
++ The XPA messaging system provides seamless communication between many kinds
++ of Unix programs, including X programs and Tcl/Tk programs. It also provides
++ an easy way for users to communicate with these XPA-enabled programs by
++ executing XPA client commands in the shell or by utilizing such commands in
++ scripts. Because XPA works both at the programming level and the shell level,
++ it is a powerful tool for unifying any analysis environment: users and
++ programmers have great flexibility in choosing the best level or levels at
++ which to access XPA services, and client access can be extended or modified
++ easily at any time.
++ .
++ This package contains the additional tools.
++
++Package: tcl-xpa
++Architecture: any
++Multi-Arch: same
++Section: interpreters
++Depends: libxpa1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
++Description: Seamless communication between Unix programs (Tcl interface)
++ The XPA messaging system provides seamless communication between many kinds
++ of Unix programs, including X programs and Tcl/Tk programs. It also provides
++ an easy way for users to communicate with these XPA-enabled programs by
++ executing XPA client commands in the shell or by utilizing such commands in
++ scripts. Because XPA works both at the programming level and the shell level,
++ it is a powerful tool for unifying any analysis environment: users and
++ programmers have great flexibility in choosing the best level or levels at
++ which to access XPA services, and client access can be extended or modified
++ easily at any time.
++ .
++ This package contains the Tcl interface.
--- /dev/null
--- /dev/null
++Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
++Upstream-Name: XPA
++Upstream-Author: Eric Mandel
++Source: http://hea-www.harvard.edu/RD/xpa/
++
++Files: *
++Copyright: 1999-2003 Smithsonian Astrophysical Observatory,
++ 2014 Smithsonian Institution,
++ 1999-2006 Brian Paul
++License: MIT
++ Permission is hereby granted, free of charge, to any person obtaining a copy
++ of this software and associated documentation files (the "Software"), to deal
++ in the Software without restriction, including without limitation the rights
++ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
++ copies of the Software, and to permit persons to whom the Software is
++ furnished to do so, subject to the following conditions:
++ .
++ The above copyright notice and this permission notice shall be included in
++ all copies or substantial portions of the Software.
++ .
++ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
++ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
++ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
++ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
++ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
++ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
++ THE SOFTWARE.
++
++
++Files: install-sh
++Copyright: 1991 Massachusetts Institute of Technology
++License: MIT/X11
++ Permission to use, copy, modify, distribute, and sell this software and its
++ documentation for any purpose is hereby granted without fee, provided that
++ the above copyright notice appear in all copies and that both that
++ copyright notice and this permission notice appear in supporting
++ documentation, and that the name of M.I.T. not be used in advertising or
++ publicity pertaining to distribution of the software without specific,
++ written prior permission. M.I.T. makes no representations about the
++ suitability of this software for any purpose. It is provided "as is"
++ without express or implied warranty.
++
++Files: debian/*
++Copyright: not applicable
++License: public-domain
++ Debian packaging by Ole Streicher <olebole@debian.org>
--- /dev/null
--- /dev/null
++Document: xpa
++Title: XPA: Public Access to Data and Algorithms
++Section: Programming
++Abstract: The XPA messaging system provides seamless communication between
++ many kinds of Unix programs, including X programs and Tcl/Tk programs. It
++ also provides an easy way for users to communicate with XPA-enabled programs
++ by executing XPA client commands in the shell or by utilizing such commands
++ in scripts. Because XPA works both at the programming level and the shell
++ level, it is a powerful tool for unifying any analysis environment: users and
++ programmers have great flexibility in choosing the best level or levels at
++ which to access XPA services, and client access can be extended or modified
++ easily at any time.
++
++Format: PDF
++Files: /usr/share/doc/libxpa-dev/xpa.pdf.gz
++
++Format: HTML
++Index: /usr/share/doc/libxpa-dev/help.html
++Files: /usr/share/doc/libxpa-dev/*.html
--- /dev/null
--- /dev/null
++doc/*.html
++doc/xpa.pdf
--- /dev/null
--- /dev/null
++usr/include/prsetup.h
++usr/include/xpa.h
++usr/lib/*/libxpa.a
++usr/lib/*/libxpa.so
++usr/lib/*/pkgconfig/xpa.pc
++usr/share/man/man3/xpaaccess.3
++usr/share/man/man3/xpaatexit.3
++usr/share/man/man3/xpacleanup.3
++usr/share/man/man3/xpaclient.3
++usr/share/man/man3/xpaclose.3
++usr/share/man/man3/xpacmdadd.3
++usr/share/man/man3/xpacmddel.3
++usr/share/man/man3/xpacmdnew.3
++usr/share/man/man3/xpafree.3
++usr/share/man/man3/xpaget.3
++usr/share/man/man3/xpagetfd.3
++usr/share/man/man3/xpainfo.3
++usr/share/man/man3/xpainfonew.3
++usr/share/man/man3/xpamacros.3
++usr/share/man/man3/xpamainloop.3
++usr/share/man/man3/xpanew.3
++usr/share/man/man3/xpanslookup.3
++usr/share/man/man3/xpaopen.3
++usr/share/man/man3/xpapoll.3
++usr/share/man/man3/xparace.3
++usr/share/man/man3/xpaserver.3
++usr/share/man/man3/xpaset.3
++usr/share/man/man3/xpasetfd.3
++usr/share/man/man7/xpa.7
++usr/share/man/man7/xpaacl.7
++usr/share/man/man7/xpachanges.7
++usr/share/man/man7/xpacode.7
++usr/share/man/man7/xpacommon.7
++usr/share/man/man7/xpaconvert.7
++usr/share/man/man7/xpaenv.7
++usr/share/man/man7/xpainet.7
++usr/share/man/man7/xpaintro.7
++usr/share/man/man7/xpamethod.7
++usr/share/man/man7/xpaname.7
++usr/share/man/man7/xpaoom.7
++usr/share/man/man7/xpatemplate.7
++usr/share/man/man7/xpausers.7
++usr/share/man/man7/xpaxt.7
--- /dev/null
--- /dev/null
++# We need the changelog.html uncompressed since it is linked in the
++# upstream HTML documentation. Although this is a policy violation,
++# we ignore Lintian here since the file will not grow infinite.
++# See http://lists.debian.org/debian-mentors/2012/01/msg00400.html
++changelog-file-not-compressed changelog.html
--- /dev/null
--- /dev/null
++usr/lib/*/libxpa.so.1
++usr/lib/*/libxpa.so.1.0
--- /dev/null
--- /dev/null
++libxpa.so.1 libxpa1 #MINVER#
++ Access@Base 2.1.14
++ ClipBoardFree@Base 2.1.14
++ ExpandEnv@Base 2.1.14
++ Find@Base 2.1.14
++ Launch@Base 2.1.14
++ LaunchPid@Base 2.1.14
++ ResolvePath@Base 2.1.14
++ XPAAccess@Base 2.1.14
++ XPAAclAdd@Base 2.1.14
++ XPAAclCheck@Base 2.1.14
++ XPAAclDel@Base 2.1.14
++ XPAAclEdit@Base 2.1.14
++ XPAAclFree@Base 2.1.14
++ XPAAclNew@Base 2.1.14
++ XPAActive@Base 2.1.14
++ XPAActiveFd@Base 2.1.14
++ XPAAddSelect@Base 2.1.14
++ XPAArgvParamlist@Base 2.1.14
++ XPAAtExit@Base 2.1.14
++ XPACleanup@Base 2.1.14
++ XPAClientAddSelect@Base 2.1.14
++ XPAClientProcessSelect@Base 2.1.14
++ XPAClientValid@Base 2.1.14
++ XPAClose@Base 2.1.14
++ XPACloseData@Base 2.1.14
++ XPACmdAdd@Base 2.1.14
++ XPACmdDel@Base 2.1.14
++ XPACmdInternalReceive@Base 2.1.14
++ XPACmdInternalSend@Base 2.1.14
++ XPACmdLookup@Base 2.1.14
++ XPACmdLookupReserved@Base 2.1.14
++ XPACmdNew@Base 2.1.14
++ XPAEndian@Base 2.1.14
++ XPAError@Base 2.1.14
++ XPAFree@Base 2.1.14
++ XPAFreeReserved@Base 2.1.14
++ XPAGet@Base 2.1.14
++ XPAGetBuf@Base 2.1.14
++ XPAGetFd@Base 2.1.14
++ XPAGetReserved@Base 2.1.14
++ XPAGets@Base 2.1.14
++ XPAHandler@Base 2.1.14
++ XPAIOCallsXPA@Base 2.1.14
++ XPAInfo@Base 2.1.14
++ XPAInfoNew@Base 2.1.14
++ XPAInitEnv@Base 2.1.14
++ XPAInitReserved@Base 2.1.14
++ XPALevelGet@Base 2.1.14
++ XPALevelSet@Base 2.1.14
++ XPALevelSpaces@Base 2.1.14
++ XPAListAdd@Base 2.1.14
++ XPAListDel@Base 2.1.14
++ XPAListHead@Base 2.1.14
++ XPALongTimeout@Base 2.1.14
++ XPAMainLoop@Base 2.1.14
++ XPAMessage@Base 2.1.14
++ XPAMethod@Base 2.1.14
++ XPAMode@Base 2.1.14
++ XPAMtype@Base 2.1.14
++ XPANSAdd@Base 2.1.14
++ XPANSClose@Base 2.1.14
++ XPANSDel@Base 2.1.14
++ XPANSKeepAlive@Base 2.1.14
++ XPANSLookup@Base 2.1.14
++ XPANSMethod@Base 2.1.14
++ XPANew@Base 2.1.14
++ XPAOK@Base 2.1.14
++ XPAOpen@Base 2.1.14
++ XPAParseIpPort@Base 2.1.14
++ XPAParseName@Base 2.1.14
++ XPAParseUnixSocket@Base 2.1.14
++ XPAPoll@Base 2.1.14
++ XPAPort@Base 2.1.14
++ XPAPortAdd@Base 2.1.14
++ XPAPortDel@Base 2.1.14
++ XPAPortFree@Base 2.1.14
++ XPAPortNew@Base 2.1.14
++ XPAProcessSelect@Base 2.1.14
++ XPAPutBuf@Base 2.1.14
++ XPAPuts@Base 2.1.14
++ XPAReceiveAcl@Base 2.1.14
++ XPAReceiveClipboard@Base 2.1.14
++ XPAReceiveCommands@Base 2.1.14
++ XPAReceiveLTimeout@Base 2.1.14
++ XPAReceiveRemote@Base 2.1.14
++ XPAReceiveSTimeout@Base 2.1.14
++ XPARemote@Base 2.1.14
++ XPASaveJmp@Base 2.1.14
++ XPASendAcl@Base 2.1.14
++ XPASendClipboard@Base 2.1.14
++ XPASendCommands@Base 2.1.14
++ XPASendLTimeout@Base 2.1.14
++ XPASendRemote@Base 2.1.14
++ XPASendSTimeout@Base 2.1.14
++ XPASet@Base 2.1.14
++ XPASetBuf@Base 2.1.14
++ XPASetFd@Base 2.1.14
++ XPASetFree@Base 2.1.14
++ XPAShortTimeout@Base 2.1.14
++ XPASigusr1@Base 2.1.14
++ XPASleep@Base 2.1.14
++ XPATimestamp@Base 2.1.14
++ XPATmpdir@Base 2.1.14
++ XPAValid@Base 2.1.14
++ XPAVerbosity@Base 2.1.14
++ XPAVersionCheck@Base 2.1.14
++ XPAVersionWarn@Base 2.1.14
++ _XPAValid@Base 2.1.14
++ alrmconnect@Base 2.1.14
++ cluc@Base 2.1.14
++ culc@Base 2.1.14
++ freedelim@Base 2.1.14
++ freedtable@Base 2.1.14
++ gethost@Base 2.1.14
++ gethostip@Base 2.1.14
++ getiphost@Base 2.1.14
++ isfalse@Base 2.1.14
++ istrue@Base 2.1.14
++ keyword@Base 2.1.14
++ lastdelim@Base 2.1.14
++ macro@Base 2.1.14
++ newdelim@Base 2.1.14
++ newdtable@Base 2.1.14
++ noblkconnect@Base 2.1.14
++ nocr@Base 2.1.14
++ nowhite@Base 2.1.14
++ strtoul16@Base 2.1.14
++ tmatch@Base 2.1.14
++ use_localhost@Base 2.1.14
++ word@Base 2.1.14
++ xalloc_savejmp@Base 2.1.14
++ xcalloc@Base 2.1.14
++ xfree@Base 2.1.14
++ xmalloc@Base 2.1.14
++ xpaMessbuf@Base 2.1.14
++ xpa_gtk@Base 2.1.14
++ xrealloc@Base 2.1.14
++ xstrdup@Base 2.1.14
--- /dev/null
--- /dev/null
++From: Ole Streicher <olebole@debian.org>
++Date: Sat, 15 Oct 2016 14:49:02 +0200
++Subject: Add a description to AC_DEFINEs
++
++This is needed for modern autoheader call.
++---
++ configure.ac | 16 ++++++++--------
++ 1 file changed, 8 insertions(+), 8 deletions(-)
++
++diff --git a/configure.ac b/configure.ac
++index fb5aeb2..db97489 100644
++--- a/configure.ac
+++++ b/configure.ac
++@@ -66,8 +66,8 @@ if test "$fun_ok" = "yes"; then
++ AC_MSG_RESULT($fun_ok)
++ AC_CHECK_LIB(pthread, pthread_create, have_pthread=yes)
++ if test x"${have_pthread}" = x"yes"; then
++- AC_DEFINE(HAVE_LIBPTHREAD)
++- AC_DEFINE(_REENTRANT)
+++ AC_DEFINE(HAVE_LIBPTHREAD,1,[flagging PThread])
+++ AC_DEFINE(_REENTRANT,1,[flagging reentrancy])
++ TLIB="-lpthread"
++ else
++ AC_MSG_ERROR([no threads found ... can't use enable-threaded-xpans], 1)
++@@ -107,7 +107,7 @@ fi
++
++ AC_PATH_XTRA
++ if test x"${have_x}" = "xyes"; then
++- AC_DEFINE(HAVE_XT)
+++ AC_DEFINE(HAVE_XT,1, [flagging XTRA])
++ fi
++
++ SC_PATH_TCLCONFIG
++@@ -123,12 +123,12 @@ if test x"${no_tcl}" = x ; then
++ TCL_LIBS="$TCL_LIB_SPEC"
++ AC_MSG_RESULT([Tcl support will utilize library: $TCL_LIBS])
++ fi
++- AC_DEFINE(HAVE_TCL)
+++ AC_DEFINE(HAVE_TCL,1, [Tcl support])
++ else
++ if test x"${with_tclconfig}" != x ; then
++ TCL_CFLAGS="$TCL_INCLUDE_SPEC"
++ TCL_LIBS="$TCL_LIB_SPEC"
++- AC_DEFINE(HAVE_TCL)
+++ AC_DEFINE(HAVE_TCL,1, [Tcl support])
++ AC_MSG_RESULT([warning: tcl.h not found with --with-tcl ... tcl build might fail])
++ else
++ AC_MSG_RESULT([$TCL_PREFIX/include/tcl.h not found ... use --with-tcl to build tcl explicitly])
++@@ -155,7 +155,7 @@ if test x"$havelib" = x1 ; then
++ AC_MSG_RESULT(yes ($withval))
++ GTK_CFLAGS="`pkg-config gtk+-2.0 --cflags` -DHAVE_GTK=1"
++ GTK_LIBS="`pkg-config gtk+-2.0 --libs`"
++- AC_DEFINE(HAVE_GTK)
+++ AC_DEFINE(HAVE_GTK, 1, [flagging GTK])
++ else
++ GTK_CFLAGS=""
++ GTK_LIBS=""
++@@ -170,13 +170,13 @@ LDFLAGS="$LDFLAGS $XLDFLAGS"
++ AC_MSG_CHECKING([$host_os configuration])
++ case $host_os in
++ *cygwin*|*Cygwin* )
++- AC_DEFINE(HAVE_CYGWIN)
+++ AC_DEFINE(HAVE_CYGWIN, 1, [flagging Cygwin])
++ AC_MSG_RESULT([flagging Cygwin])
++ ;;
++ *mingw32*|*Mingw32*)
++ CFLAGS="$CFLAGS -mconsole"
++ EXTRA_LIBS="$EXTRA_LIBS -lwsock32"
++- AC_DEFINE(HAVE_MINGW32)
+++ AC_DEFINE(HAVE_MINGW32, 1, [flagging MinGW])
++ AC_MSG_RESULT([flagging MinGW])
++ ;;
++ *darwin*|*Darwin*)
--- /dev/null
--- /dev/null
++From: Ole Streicher <debian@liska.ath.cx>
++Date: Sat, 15 Oct 2016 14:49:02 +0200
++Subject: Add hardening flags
++
++---
++ Makefile.in | 6 +++---
++ 1 file changed, 3 insertions(+), 3 deletions(-)
++
++diff --git a/Makefile.in b/Makefile.in
++index ebc2abf..edcb82c 100644
++--- a/Makefile.in
+++++ b/Makefile.in
++@@ -122,7 +122,7 @@ RM = rm -f
++
++ CC = @CC@
++
++-CC_SWITCHES = -I. ${CFLAGS} ${AC_FLAGS}
+++CC_SWITCHES = -I. ${CFLAGS} ${CPPFLAGS} ${AC_FLAGS}
++
++ DEPEND_SWITCHES = -I. ${CFLAGS} ${PKG_CFLAGS} ${AC_FLAGS}
++
++@@ -185,7 +185,7 @@ shlib: $(LIB)
++ rm -f lib$(PACKAGE).tmp/xt*.o; \
++ rm -f lib$(PACKAGE).tmp/tcl*.o; \
++ CC='$(CC)' CXX=$(CXX) \
++- ./mklib -o $(PACKAGE) lib$(PACKAGE).tmp/*.o; \
+++ ./mklib -ldflags "$(LDFLAGS)" -o $(PACKAGE) lib$(PACKAGE).tmp/*.o; \
++ rm -rf lib$(PACKAGE).tmp)
++
++ mingw-dll: $(LIBOBJS)
++@@ -204,7 +204,7 @@ shtclxpa: tclxpa
++ @(rm -rf $(PACKAGE)tmp; mkdir $(PACKAGE)tmp; \
++ (cd $(PACKAGE)tmp && ar x ../libtclxpa.a); \
++ CC='$(CC)' CXX='$(CXX)' \
++- ./mklib -o tclxpa -L. -lxpa $(PACKAGE)tmp/*.o -ltclstub; \
+++ ./mklib -ldflags "$(LDFLAGS)" -o tclxpa -L. -lxpa $(PACKAGE)tmp/*.o -ltclstub; \
++ rm -rf $(PACKAGE)tmp; )
++
++ diff:
--- /dev/null
--- /dev/null
++From: Ole Streicher <debian@liska.ath.cx>
++Date: Sat, 15 Oct 2016 14:49:02 +0200
++Subject: Fix manpages (section, name,
++ and spellfixes) so that lintian does not complain
++
++---
++ man/man1/xpachanges.1 | 6 +++---
++ man/man3/xpaaccess.3 | 3 +--
++ man/man3/xpamacros.3 | 2 +-
++ man/man3/xparace.3 | 2 +-
++ man/mann/xpa.n | 24 ++++++++++++------------
++ man/mann/xpaacl.n | 4 ++--
++ man/mann/xpacode.n | 4 ++--
++ man/mann/xpacommon.n | 4 ++--
++ man/mann/xpaconvert.n | 4 ++--
++ man/mann/xpaenv.n | 13 ++-----------
++ man/mann/xpainet.n | 4 ++--
++ man/mann/xpaintro.n | 4 ++--
++ man/mann/xpamethod.n | 4 ++--
++ man/mann/xpaname.n | 4 ++--
++ man/mann/xpaoom.n | 4 ++--
++ man/mann/xpatcl.n | 4 ++--
++ man/mann/xpatemplate.n | 4 ++--
++ man/mann/xpausers.n | 4 ++--
++ man/mann/xpaxt.n | 4 ++--
++ 19 files changed, 46 insertions(+), 56 deletions(-)
++
++diff --git a/man/man1/xpachanges.1 b/man/man1/xpachanges.1
++index f910bbe..1232e0a 100644
++--- a/man/man1/xpachanges.1
+++++ b/man/man1/xpachanges.1
++@@ -123,14 +123,14 @@
++ .rm #[ #] #H #V #F C
++ .\" ========================================================================
++ .\"
++-.IX Title "xpachanges 1"
++-.TH xpachanges 1 "July 23, 2013" "version 2.1.15" "SAORD Documentation"
+++.IX Title "xpachanges 7"
+++.TH xpachanges 7 "July 23, 2013" "version 2.1.15" "SAORD Documentation"
++ .\" For nroff, turn off justification. Always turn off hyphenation; it makes
++ .\" way too many mistakes in technical documents.
++ .if n .ad l
++ .nh
++ .SH "NAME"
++-\&\fB\s-1XPA\s0 Changes: Changes For Users from \s-1XPA\s0 1.0 and 2.0\fR
+++XPAChanges \- Changes For Users from XPA 1.0 and 2.0
++ .SH "SYNOPSIS"
++ .IX Header "SYNOPSIS"
++ This document describes changes that will affect users who migrate
++diff --git a/man/man3/xpaaccess.3 b/man/man3/xpaaccess.3
++index a7e25e8..5c22716 100644
++--- a/man/man3/xpaaccess.3
+++++ b/man/man3/xpaaccess.3
++@@ -130,8 +130,7 @@
++ .if n .ad l
++ .nh
++ .SH "NAME"
++-XPAAccess: return XPA access points matching
++-template (XPA 2.1 and above)
+++XPAAccess \- return XPA access points matching template (XPA 2.1 and above)
++ .SH "SYNOPSIS"
++ .IX Header "SYNOPSIS"
++ .Vb 1
++diff --git a/man/man3/xpamacros.3 b/man/man3/xpamacros.3
++index c9a6ab5..6089ba8 100644
++--- a/man/man3/xpamacros.3
+++++ b/man/man3/xpamacros.3
++@@ -130,7 +130,7 @@
++ .if n .ad l
++ .nh
++ .SH "NAME"
++-\&\fB\s-1XPA\s0 Server Callback Macros\fR
+++XPAMacros \- Server Callback Macros
++ .SH "SYNOPSIS"
++ .IX Header "SYNOPSIS"
++ .Vb 1
++diff --git a/man/man3/xparace.3 b/man/man3/xparace.3
++index 6100196..716af78 100644
++--- a/man/man3/xparace.3
+++++ b/man/man3/xparace.3
++@@ -130,7 +130,7 @@
++ .if n .ad l
++ .nh
++ .SH "NAME"
++-\&\fB\s-1XPA\s0 Race Conditions\fR
+++XPARace \- Race Conditions
++ .SH "SYNOPSIS"
++ .IX Header "SYNOPSIS"
++ Potential \s-1XPA\s0 race conditions and how to avoid them.
++diff --git a/man/mann/xpa.n b/man/mann/xpa.n
++index 189a601..aa340ce 100644
++--- a/man/mann/xpa.n
+++++ b/man/mann/xpa.n
++@@ -123,8 +123,8 @@
++ .rm #[ #] #H #V #F C
++ .\" ========================================================================
++ .\"
++-.IX Title "xpa n"
++-.TH xpa n "July 23, 2013" "version 2.1.15" "SAORD Documentation"
+++.IX Title "xpa 7"
+++.TH xpa 7 "July 23, 2013" "version 2.1.15" "SAORD Documentation"
++ .\" For nroff, turn off justification. Always turn off hyphenation; it makes
++ .\" way too many mistakes in technical documents.
++ .if n .ad l
++@@ -169,22 +169,22 @@ the command line via a suite of high-level programs.
++ Choose from the following topics:
++ .IP "\(bu" 4
++ Introduction to \s-1XPA\s0
++-[xpaintro(n)]
+++[xpaintro(7)]
++ .IP "\(bu" 4
++ Access Point Names and Templates
++-[xpatemplate(n)]
+++[xpatemplate(7)]
++ .IP "\(bu" 4
++ Getting Common Information About Access Points
++-[xpacommon(n)]
+++[xpacommon(7)]
++ .IP "\(bu" 4
++ Communication Methods
++-[xpamethod(n)]
+++[xpamethod(7)]
++ .IP "\(bu" 4
++ Communication Between Hosts
++-[xpainet(n)]
+++[xpainet(7)]
++ .IP "\(bu" 4
++ Distinguishing Users
++-[xpausers(n)]
+++[xpausers(7)]
++ .IP "\(bu" 4
++ \&\s-1XPA\s0 User Programs
++ .RS 4
++@@ -283,10 +283,10 @@ XPAAccess: get access info
++ [\fIxpaaccess\fR\|(3)]
++ .IP "\(bu" 4
++ The XPA/Xt Interface: Xt interface to \s-1XPA\s0
++-[xpaxt(n)]
+++[xpaxt(7)]
++ .IP "\(bu" 4
++ The XPA/Tcl Interface: Tcl interface to \s-1XPA\s0
++-[xpatcl(n)]
+++[xpa(3tcl)]
++ .RE
++ .RS 4
++ .RE
++@@ -295,10 +295,10 @@ Tailoring the \s-1XPA\s0 Environment
++ .RS 4
++ .IP "\(bu" 4
++ Environment Variables
++-[xpaenv(n)]
+++[xpaenv(7)]
++ .IP "\(bu" 4
++ Access Control
++-[xpaacl(n)]
+++[xpaacl(7)]
++ .RE
++ .RS 4
++ .RE
++diff --git a/man/mann/xpaacl.n b/man/mann/xpaacl.n
++index d339c5d..0765938 100644
++--- a/man/mann/xpaacl.n
+++++ b/man/mann/xpaacl.n
++@@ -123,8 +123,8 @@
++ .rm #[ #] #H #V #F C
++ .\" ========================================================================
++ .\"
++-.IX Title "xpaacl n"
++-.TH xpaacl n "July 23, 2013" "version 2.1.15" "SAORD Documentation"
+++.IX Title "xpaacl 7"
+++.TH xpaacl 7 "July 23, 2013" "version 2.1.15" "SAORD Documentation"
++ .\" For nroff, turn off justification. Always turn off hyphenation; it makes
++ .\" way too many mistakes in technical documents.
++ .if n .ad l
++diff --git a/man/mann/xpacode.n b/man/mann/xpacode.n
++index b13c7ae..5e24d84 100644
++--- a/man/mann/xpacode.n
+++++ b/man/mann/xpacode.n
++@@ -123,8 +123,8 @@
++ .rm #[ #] #H #V #F C
++ .\" ========================================================================
++ .\"
++-.IX Title "xpacode n"
++-.TH xpacode n "July 23, 2013" "version 2.1.15" "SAORD Documentation"
+++.IX Title "xpacode 7"
+++.TH xpacode 7 "July 23, 2013" "version 2.1.15" "SAORD Documentation"
++ .\" For nroff, turn off justification. Always turn off hyphenation; it makes
++ .\" way too many mistakes in technical documents.
++ .if n .ad l
++diff --git a/man/mann/xpacommon.n b/man/mann/xpacommon.n
++index 1a456ed..5d23cb5 100644
++--- a/man/mann/xpacommon.n
+++++ b/man/mann/xpacommon.n
++@@ -123,8 +123,8 @@
++ .rm #[ #] #H #V #F C
++ .\" ========================================================================
++ .\"
++-.IX Title "xpacommon n"
++-.TH xpacommon n "July 23, 2013" "version 2.1.15" "SAORD Documentation"
+++.IX Title "xpacommon 7"
+++.TH xpacommon 7 "July 23, 2013" "version 2.1.15" "SAORD Documentation"
++ .\" For nroff, turn off justification. Always turn off hyphenation; it makes
++ .\" way too many mistakes in technical documents.
++ .if n .ad l
++diff --git a/man/mann/xpaconvert.n b/man/mann/xpaconvert.n
++index 035ef0b..498fd74 100644
++--- a/man/mann/xpaconvert.n
+++++ b/man/mann/xpaconvert.n
++@@ -123,8 +123,8 @@
++ .rm #[ #] #H #V #F C
++ .\" ========================================================================
++ .\"
++-.IX Title "xpaconvert n"
++-.TH xpaconvert n "July 23, 2013" "version 2.1.15" "SAORD Documentation"
+++.IX Title "xpaconvert 7"
+++.TH xpaconvert 7 "July 23, 2013" "version 2.1.15" "SAORD Documentation"
++ .\" For nroff, turn off justification. Always turn off hyphenation; it makes
++ .\" way too many mistakes in technical documents.
++ .if n .ad l
++diff --git a/man/mann/xpaenv.n b/man/mann/xpaenv.n
++index ead081c..65456ad 100644
++--- a/man/mann/xpaenv.n
+++++ b/man/mann/xpaenv.n
++@@ -123,8 +123,8 @@
++ .rm #[ #] #H #V #F C
++ .\" ========================================================================
++ .\"
++-.IX Title "xpaenv n"
++-.TH xpaenv n "July 23, 2013" "version 2.1.15" "SAORD Documentation"
+++.IX Title "xpaenv 7"
+++.TH xpaenv 7 "July 23, 2013" "version 2.1.15" "SAORD Documentation"
++ .\" For nroff, turn off justification. Always turn off hyphenation; it makes
++ .\" way too many mistakes in technical documents.
++ .if n .ad l
++@@ -471,12 +471,3 @@ protocol changes.
++ .SH "SEE ALSO"
++ .IX Header "SEE ALSO"
++ See xpa(n) for a list of \s-1XPA\s0 help pages
++-.SH "POD ERRORS"
++-.IX Header "POD ERRORS"
++-Hey! \fBThe above document had some coding errors, which are explained below:\fR
++-.IP "Around line 458:" 4
++-.IX Item "Around line 458:"
++-\&'=item' outside of any '=over'
++-.IP "Around line 509:" 4
++-.IX Item "Around line 509:"
++-You forgot a '=back' before '=head1'
++diff --git a/man/mann/xpainet.n b/man/mann/xpainet.n
++index 4847654..92370f3 100644
++--- a/man/mann/xpainet.n
+++++ b/man/mann/xpainet.n
++@@ -123,8 +123,8 @@
++ .rm #[ #] #H #V #F C
++ .\" ========================================================================
++ .\"
++-.IX Title "xpainet n"
++-.TH xpainet n "July 23, 2013" "version 2.1.15" "SAORD Documentation"
+++.IX Title "xpainet 7"
+++.TH xpainet 7 "July 23, 2013" "version 2.1.15" "SAORD Documentation"
++ .\" For nroff, turn off justification. Always turn off hyphenation; it makes
++ .\" way too many mistakes in technical documents.
++ .if n .ad l
++diff --git a/man/mann/xpaintro.n b/man/mann/xpaintro.n
++index 2978e6b..100bc57 100644
++--- a/man/mann/xpaintro.n
+++++ b/man/mann/xpaintro.n
++@@ -123,8 +123,8 @@
++ .rm #[ #] #H #V #F C
++ .\" ========================================================================
++ .\"
++-.IX Title "xpaintro n"
++-.TH xpaintro n "July 23, 2013" "version 2.1.15" "SAORD Documentation"
+++.IX Title "xpaintro 7"
+++.TH xpaintro 7 "July 23, 2013" "version 2.1.15" "SAORD Documentation"
++ .\" For nroff, turn off justification. Always turn off hyphenation; it makes
++ .\" way too many mistakes in technical documents.
++ .if n .ad l
++diff --git a/man/mann/xpamethod.n b/man/mann/xpamethod.n
++index faecd86..47f5380 100644
++--- a/man/mann/xpamethod.n
+++++ b/man/mann/xpamethod.n
++@@ -123,8 +123,8 @@
++ .rm #[ #] #H #V #F C
++ .\" ========================================================================
++ .\"
++-.IX Title "xpamethod n"
++-.TH xpamethod n "July 23, 2013" "version 2.1.15" "SAORD Documentation"
+++.IX Title "xpamethod 7"
+++.TH xpamethod 7 "July 23, 2013" "version 2.1.15" "SAORD Documentation"
++ .\" For nroff, turn off justification. Always turn off hyphenation; it makes
++ .\" way too many mistakes in technical documents.
++ .if n .ad l
++diff --git a/man/mann/xpaname.n b/man/mann/xpaname.n
++index cdb6839..ab8b07c 100644
++--- a/man/mann/xpaname.n
+++++ b/man/mann/xpaname.n
++@@ -123,8 +123,8 @@
++ .rm #[ #] #H #V #F C
++ .\" ========================================================================
++ .\"
++-.IX Title "xpaname n"
++-.TH xpaname n "July 23, 2013" "version 2.1.15" "SAORD Documentation"
+++.IX Title "xpaname 7"
+++.TH xpaname 7 "July 23, 2013" "version 2.1.15" "SAORD Documentation"
++ .\" For nroff, turn off justification. Always turn off hyphenation; it makes
++ .\" way too many mistakes in technical documents.
++ .if n .ad l
++diff --git a/man/mann/xpaoom.n b/man/mann/xpaoom.n
++index 9dfdc3f..aba3039 100644
++--- a/man/mann/xpaoom.n
+++++ b/man/mann/xpaoom.n
++@@ -123,8 +123,8 @@
++ .rm #[ #] #H #V #F C
++ .\" ========================================================================
++ .\"
++-.IX Title "xpaoom n"
++-.TH xpaoom n "July 23, 2013" "version 2.1.15" "SAORD Documentation"
+++.IX Title "xpaoom 7"
+++.TH xpaoom 7 "July 23, 2013" "version 2.1.15" "SAORD Documentation"
++ .\" For nroff, turn off justification. Always turn off hyphenation; it makes
++ .\" way too many mistakes in technical documents.
++ .if n .ad l
++diff --git a/man/mann/xpatcl.n b/man/mann/xpatcl.n
++index 9156d5e..b9de257 100644
++--- a/man/mann/xpatcl.n
+++++ b/man/mann/xpatcl.n
++@@ -123,8 +123,8 @@
++ .rm #[ #] #H #V #F C
++ .\" ========================================================================
++ .\"
++-.IX Title "xpatcl n"
++-.TH xpatcl n "July 23, 2013" "version 2.1.15" "SAORD Documentation"
+++.IX Title "xpa 3tcl"
+++.TH xpa 3tcl "July 23, 2013" "version 2.1.15" "SAORD Documentation"
++ .\" For nroff, turn off justification. Always turn off hyphenation; it makes
++ .\" way too many mistakes in technical documents.
++ .if n .ad l
++diff --git a/man/mann/xpatemplate.n b/man/mann/xpatemplate.n
++index f8fc55a..c6887cd 100644
++--- a/man/mann/xpatemplate.n
+++++ b/man/mann/xpatemplate.n
++@@ -123,8 +123,8 @@
++ .rm #[ #] #H #V #F C
++ .\" ========================================================================
++ .\"
++-.IX Title "xpatemplate n"
++-.TH xpatemplate n "July 23, 2013" "version 2.1.15" "SAORD Documentation"
+++.IX Title "xpatemplate 7"
+++.TH xpatemplate 7 "July 23, 2013" "version 2.1.15" "SAORD Documentation"
++ .\" For nroff, turn off justification. Always turn off hyphenation; it makes
++ .\" way too many mistakes in technical documents.
++ .if n .ad l
++diff --git a/man/mann/xpausers.n b/man/mann/xpausers.n
++index 2823e3d..567d343 100644
++--- a/man/mann/xpausers.n
+++++ b/man/mann/xpausers.n
++@@ -123,8 +123,8 @@
++ .rm #[ #] #H #V #F C
++ .\" ========================================================================
++ .\"
++-.IX Title "xpausers n"
++-.TH xpausers n "July 23, 2013" "version 2.1.15" "SAORD Documentation"
+++.IX Title "xpausers 7"
+++.TH xpausers 7 "July 23, 2013" "version 2.1.15" "SAORD Documentation"
++ .\" For nroff, turn off justification. Always turn off hyphenation; it makes
++ .\" way too many mistakes in technical documents.
++ .if n .ad l
++diff --git a/man/mann/xpaxt.n b/man/mann/xpaxt.n
++index 8885dd4..c661c84 100644
++--- a/man/mann/xpaxt.n
+++++ b/man/mann/xpaxt.n
++@@ -123,8 +123,8 @@
++ .rm #[ #] #H #V #F C
++ .\" ========================================================================
++ .\"
++-.IX Title "xpaxt n"
++-.TH xpaxt n "July 23, 2013" "version 2.1.15" "SAORD Documentation"
+++.IX Title "xpaxt 7"
+++.TH xpaxt 7 "July 23, 2013" "version 2.1.15" "SAORD Documentation"
++ .\" For nroff, turn off justification. Always turn off hyphenation; it makes
++ .\" way too many mistakes in technical documents.
++ .if n .ad l
--- /dev/null
--- /dev/null
++From: Ole Streicher <debian@liska.ath.cx>
++Date: Sat, 15 Oct 2016 14:49:02 +0200
++Subject: Fix the paths for a chroot build and for FHS
++
++---
++ Makefile.in | 24 +++++++++++++++++-------
++ 1 file changed, 17 insertions(+), 7 deletions(-)
++
++diff --git a/Makefile.in b/Makefile.in
++index 79c5fd9..59fe47b 100644
++--- a/Makefile.in
+++++ b/Makefile.in
++@@ -34,10 +34,10 @@ exec_prefix = @exec_prefix@
++ # to be different than those used for actually reference files at
++ # run-time. INSTALL_ROOT is prepended to $prefix and $exec_prefix
++ # when installing files.
++-INSTALL_ROOT =
+++INSTALL_ROOT = $(DESTDIR)
++
++ # Directory in which to install the .a or .so binary for the XPA library:
++-LIB_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/lib
+++LIB_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/lib/${DEB_HOST_MULTIARCH}
++
++ # Directory in which to install the program wish:
++ BIN_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/bin
++@@ -46,7 +46,7 @@ BIN_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/bin
++ INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/include
++
++ # Top-level directory for manual entries:
++-MAN_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/man
+++MAN_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/share/man
++
++ # Top-level directory for share entries:
++ MAN_SHARE_DIR = $(INSTALL_ROOT)$(prefix)/share/xpa
++@@ -275,7 +275,7 @@ install-binaries: $(LIB) $(PROGS)
++ do \
++ if [ ! -d $$i ] ; then \
++ echo "Making directory $$i"; \
++- mkdir $$i; \
+++ mkdir -p $$i; \
++ chmod 755 $$i; \
++ else true; \
++ fi; \
++@@ -297,14 +297,22 @@ install-binaries: $(LIB) $(PROGS)
++ install-man:
++ @if [ ! -d $(MAN_INSTALL_DIR) ] ; then \
++ echo "Making directory $(MAN_INSTALL_DIR)"; \
++- mkdir $(MAN_INSTALL_DIR); \
+++ mkdir -p $(MAN_INSTALL_DIR); \
++ chmod 755 $(MAN_INSTALL_DIR); \
++ else true; \
++ fi;
++ @-(for i in `ls ./man/man?/*.?` ; \
++ do \
++- B=`basename $$i`; \
++- E=`echo $$i | awk -F. '{print $$NF}'`; \
+++ B=`basename $$i | sed s/\\\\.n/.7/`; \
+++ E=`echo $$i | awk -F. '{print $$NF}' | sed s/n/7/`; \
+++ case $$B in \
+++ xpatcl.7) \
+++ B=xpa.3tcl; \
+++ E=3;; \
+++ xpachanges.1) \
+++ B=xpachanges.7; \
+++ E=7;; \
+++ esac; \
++ M="$(MAN_INSTALL_DIR)/man$$E"; \
++ if [ ! -d $$M ] ; then \
++ echo "Making directory $$M"; \
++@@ -314,6 +322,8 @@ install-man:
++ fi; \
++ echo "Installing $$B" ; \
++ $(INSTALL_DATA) $$i $$M/$$B; \
+++ sed -i "s/^\\\&\\\fB\(.*\):\(.*\)\\\fR/\1 \- \2/g" $$M/$$B ; \
+++ sed -i "s/xpa(n)/xpa(7)/g" $$M/$$B ; \
++ done;)
++
++ install-share:
--- /dev/null
--- /dev/null
++From: Ole Streicher <debian@liska.ath.cx>
++Date: Sat, 15 Oct 2016 14:49:02 +0200
++Subject: Install the tcl interface to /usr/lib/tcltk/xpa according to Debians
++ policy.
++
++Also use Tcl stubs.
++---
++ Makefile.in | 35 +++++++++++++++++++++++------------
++ 1 file changed, 23 insertions(+), 12 deletions(-)
++
++diff --git a/Makefile.in b/Makefile.in
++index 59fe47b..ebc2abf 100644
++--- a/Makefile.in
+++++ b/Makefile.in
++@@ -38,6 +38,7 @@ INSTALL_ROOT = $(DESTDIR)
++
++ # Directory in which to install the .a or .so binary for the XPA library:
++ LIB_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/lib/${DEB_HOST_MULTIARCH}
+++TCL_LIB_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/lib/tcltk/${DEB_HOST_MULTIARCH}/xpa
++
++ # Directory in which to install the program wish:
++ BIN_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/bin
++@@ -142,7 +143,7 @@ GTK_OBJS = gtkloop.o
++ INCL = xpa.h xpap.h
++
++ # these are all the modules going into the "normal" xpa library
++-LIBOBJS = ${BASE_OBJS} ${TCL_OBJS} ${XT_OBJS} ${GTK_OBJS}
+++LIBOBJS = ${BASE_OBJS} ${XT_OBJS} ${GTK_OBJS}
++ LIB = libxpa.a
++
++ # used in link line
++@@ -169,6 +170,8 @@ install:: install-share
++
++ install:: install-data
++
+++install:: tclxpa_install
+++
++ lib: $(LIB) $(DOSHARED)
++
++ $(LIB): $(LIBOBJS)
++@@ -192,14 +195,17 @@ mingw-dll: $(LIBOBJS)
++ -Wl,--output-def,libxpa.def,--out-implib,libxpa_dll.a,-no-undefined,--enable-runtime-pseudo-reloc -o libxpa.dll \
++ -lwsock32
++
++-tclxpa: $(LIB)
++- @(rm -rf libtclxpa.tmp; mkdir libtclxpa.tmp; \
++- (cd libtclxpa.tmp && ar x ../lib$(PACKAGE).a); \
++- rm -f libtclxpa.tmp/xt*.o; \
++- CC='$(CC)' CXX=$(CXX) \
++- ./mklib -o tclxpa libtclxpa.tmp/*.o $(TCL_LIBS); \
++- test -r libtclxpa.dylib && cp -p libtclxpa.dylib libtclxpa.so && echo "copying libtclxpa.dylib to libtclxpa.so"; \
++- rm -rf libtclxpa.tmp)
+++
+++tclxpa: $(TCL_OBJS)
+++ ar cruv libtclxpa.a $(TCL_OBJS)
+++ $(RANLIB) libtclxpa.a
+++
+++shtclxpa: tclxpa
+++ @(rm -rf $(PACKAGE)tmp; mkdir $(PACKAGE)tmp; \
+++ (cd $(PACKAGE)tmp && ar x ../libtclxpa.a); \
+++ CC='$(CC)' CXX='$(CXX)' \
+++ ./mklib -o tclxpa -L. -lxpa $(PACKAGE)tmp/*.o -ltclstub; \
+++ rm -rf $(PACKAGE)tmp; )
++
++ diff:
++ -(for f in `ls *.c`; \
++@@ -258,7 +264,7 @@ smoke: ctest stest
++ _install:
++
++ shlib_install:
++- @-(for i in `ls *.so* *.dylib *.sl 2>/dev/null` ; \
+++ @-(for i in `ls libxpa.so* *.dylib *.sl 2>/dev/null` ; \
++ do \
++ if [ -h $$i ] ; then \
++ echo "Installing link $$i" ; \
++@@ -270,6 +276,11 @@ shlib_install:
++ fi; \
++ done;)
++
+++tclxpa_install: shtclxpa
+++ mkdir -p $(TCL_LIB_INSTALL_DIR)
+++ $(INSTALL_DATA) libtclxpa.so $(TCL_LIB_INSTALL_DIR)
+++ $(INSTALL_DATA) pkgIndex.tcl $(TCL_LIB_INSTALL_DIR)
+++
++ install-binaries: $(LIB) $(PROGS)
++ @for i in $(LIB_INSTALL_DIR) $(INCLUDE_INSTALL_DIR) $(BIN_INSTALL_DIR) ; \
++ do \
++@@ -398,10 +409,10 @@ port.o: port.c $(INCL)
++ $(CC) -c $(CC_SWITCHES) port.c
++
++ tcl.o: tcl.c $(INCL)
++- $(CC) -c $(CC_SWITCHES) $(TCL_CFLAGS) tcl.c
+++ $(CC) -c $(CC_SWITCHES) $(TCL_CFLAGS) -DUSE_TCL_STUBS=1 tcl.c
++
++ tclloop.o: tclloop.c $(INCL)
++- $(CC) -c $(CC_SWITCHES) $(TCL_CFLAGS) tclloop.c
+++ $(CC) -c $(CC_SWITCHES) $(TCL_CFLAGS) -DUSE_TCL_STUBS=1 tclloop.c
++
++ gtkloop.o: gtkloop.c $(INCL)
++ $(CC) -c $(CC_SWITCHES) $(GTK_CFLAGS) gtkloop.c
--- /dev/null
--- /dev/null
++From: =?utf-8?q?Alexis_Bienven=C3=BCe?= <pado@passoire.fr>
++Date: Sat, 15 Oct 2016 14:49:02 +0200
++Subject: Sort *.o files
++
++Build libs with fixed order *.o files, to ger reproducible build.
++---
++ Makefile.in | 4 ++--
++ 1 file changed, 2 insertions(+), 2 deletions(-)
++
++diff --git a/Makefile.in b/Makefile.in
++index edcb82c..edb1a91 100644
++--- a/Makefile.in
+++++ b/Makefile.in
++@@ -185,7 +185,7 @@ shlib: $(LIB)
++ rm -f lib$(PACKAGE).tmp/xt*.o; \
++ rm -f lib$(PACKAGE).tmp/tcl*.o; \
++ CC='$(CC)' CXX=$(CXX) \
++- ./mklib -ldflags "$(LDFLAGS)" -o $(PACKAGE) lib$(PACKAGE).tmp/*.o; \
+++ ./mklib -ldflags "$(LDFLAGS)" -o $(PACKAGE) `LC_ALL=C ls lib$(PACKAGE).tmp/*.o`; \
++ rm -rf lib$(PACKAGE).tmp)
++
++ mingw-dll: $(LIBOBJS)
++@@ -204,7 +204,7 @@ shtclxpa: tclxpa
++ @(rm -rf $(PACKAGE)tmp; mkdir $(PACKAGE)tmp; \
++ (cd $(PACKAGE)tmp && ar x ../libtclxpa.a); \
++ CC='$(CC)' CXX='$(CXX)' \
++- ./mklib -ldflags "$(LDFLAGS)" -o tclxpa -L. -lxpa $(PACKAGE)tmp/*.o -ltclstub; \
+++ ./mklib -ldflags "$(LDFLAGS)" -o tclxpa -L. -lxpa `LC_ALL=C ls $(PACKAGE)tmp/*.o` -ltclstub; \
++ rm -rf $(PACKAGE)tmp; )
++
++ diff:
--- /dev/null
--- /dev/null
++Fix-the-paths-for-a-chroot-build-and-for-FHS.patch
++Fix-manpages-section-name-and-spellfixes-so-that-lintian-.patch
++Add-a-description-to-AC_DEFINEs.patch
++Install-the-tcl-interface-to-usr-lib-tcltk-xpa-according-.patch
++Add-hardening-flags.patch
++Sort-.o-files.patch
--- /dev/null
--- /dev/null
++#!/usr/bin/make -f
++# -*- makefile -*-
++# Uncomment this to turn on verbose mode.
++#export DH_VERBOSE=1
++
++%:
++ dh $@ --with autoreconf
++
++override_dh_auto_configure:
++ dh_auto_configure -- --enable-shared=link --with-threads --with-tclconfig=/usr/lib --with-tcl=/usr/include/tcl
++
++override_dh_auto_build:
++ dh_auto_build -- All tclxpa
++
++override_dh_auto_test:
++ debian/tests/xpa_test_build
++
++override_dh_installchangelogs:
++ dh_installchangelogs doc/changelog.html
++ for pkg in tcl-xpa libxpa1 xpa-tools ; do \
++ rm -f debian/$$pkg/usr/share/doc/$$pkg/changelog.html; \
++ done
++
++override_dh_compress:
++ dh_compress -Xchangelog.html
++
++override_dh_makeshlibs:
++ dh_makeshlibs -Xlibtclxpa.so
--- /dev/null
--- /dev/null
++3.0 (quilt)
--- /dev/null
--- /dev/null
++usr/lib/tcltk/*/xpa/libtclxpa.so
++usr/lib/tcltk/*/xpa/pkgIndex.tcl
++usr/share/man/man3/xpa.3tcl
--- /dev/null
--- /dev/null
++Tests: xpa-test-ci
++Depends: libxpa-dev, gcc, libc6-dev, xpa-tools
++Restrictions: allow-stderr
--- /dev/null
--- /dev/null
++#!/bin/sh
++
++set -e
++
++SRC=`pwd`
++cd $ADTTMP
++gcc -I$SRC $SRC/stest.c -lxpa -ostest
++./stest > stest.log 2>&1 &
++sleep 0.2
++FILE=$SRC/stest.c
++cat $FILE | xpaset xpa
++
++xpaget xpa buf | diff -uw $FILE -
++
++xpaget xpa Exit
++
++cat stest.log
++
--- /dev/null
--- /dev/null
++#!/bin/sh
++
++set -e
++
++PATH=`pwd`:$PATH
++LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH
++export LD_LIBRARY_PATH PATH
++
++stest > stest.log 2>&1 &
++sleep 0.2
++FILE=tcp.h
++cat $FILE | xpaset xpa
++
++xpaget xpa buf | diff -uw $FILE -
++
++xpaget xpa Exit
++
++cat stest.log
++rm -f stest.log
++
--- /dev/null
--- /dev/null
++Bug-Database: https://github.com/ericmandel/xpa/issues
++Name: XPA
++Reference:
++ Author: Mandel, E. and Swick, R.
++ Title: "Public Access Programming: Opening The Black Box That Hides Internal Data"
++ Journal: Astronomical Data Analysis Software and Systems III
++ Year: 1994
++ Volume: 61
++ Pages: 507
++ URL: http://adsabs.harvard.edu/abs/1994ASPC...61..507M
++Repository: https://github.com/ericmandel/xpa
--- /dev/null
--- /dev/null
++version=3
++opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/xpa-$1\.tar\.gz/ \
++ https://github.com/ericmandel/xpa/tags .*/v?(\d\S*)\.tar\.gz
--- /dev/null
--- /dev/null
++usr/bin/xpaaccess
++usr/bin/xpaget
++usr/bin/xpainfo
++usr/bin/xpamb
++usr/bin/xpans
++usr/bin/xpaset
++usr/share/man/man1/xpaaccess.1
++usr/share/man/man1/xpaget.1
++usr/share/man/man1/xpainfo.1
++usr/share/man/man1/xpamb.1
++usr/share/man/man1/xpans.1
++usr/share/man/man1/xpaset.1