debian/0000775000000000000000000000000011723353005007167 5ustar debian/3270-common.install0000664000000000000000000000016710766760262012461 0ustar etc/3270 usr/bin/x3270if usr/share/man/man1/x3270-script.1 usr/share/man/man1/x3270if.1 usr/share/man/man5/ibm_hosts.5 debian/s3270.docs0000664000000000000000000000003011033644414010611 0ustar s3270/README s3270/html debian/pr3287.docs0000664000000000000000000000003211033644414011002 0ustar pr3287/README pr3287/html debian/c3270.install0000664000000000000000000000005010766760262011325 0ustar usr/bin/c3270 usr/share/man/man1/c3270* debian/xfonts-x3270-misc.install0000664000000000000000000000004210766760262013623 0ustar usr/share/fonts/X11/misc/*.pcf.gz debian/s3270.install0000664000000000000000000000005110766760262011346 0ustar usr/bin/s3270 usr/share/man/man1/s3270.1 debian/tcl3270.docs0000664000000000000000000000003411033644414011135 0ustar tcl3270/README tcl3270/html debian/source/0000775000000000000000000000000011311423456010470 5ustar debian/source/format0000664000000000000000000000003011311420636011671 0ustar 3.0 (quilt) 3.0 (quilt) debian/lib/0000775000000000000000000000000011311423456007736 5ustar debian/lib/python/0000775000000000000000000000000011311423456011257 5ustar debian/lib/python/debian_ibm3270/0000775000000000000000000000000011311423456013644 5ustar debian/lib/python/debian_ibm3270/__init__.py0000664000000000000000000000115710766754633016002 0ustar def _setup(): import os.path, sys version = None rules = os.path.join(__path__[0], "../../../rules.defs") f = file(rules) for l in f: l = l.strip().split() if l[0] == 'KERNELVERSION': version = l[-1] f.close() if version is None: raise RuntimeError("Can't find KERNELVERSION setting") global support support = '/usr/src/linux-support-%s' % version if not os.path.exists(support): raise RuntimeError("Can't find %s, please install the linux-support-%s package" % (support, version)) sys.path.append('%s/lib/python' % support) _setup() debian/lib/python/debian_ibm3270/debian.py0000664000000000000000000000107611302510302015427 0ustar import re from debian_linux.debian import Version class VersionIbm3270(Version): __rules = ur""" ^ (?P \d+\.\d+\.\d+((p|ga)\d+)? ) (?: \.dfsg\. (?P \d+ ) )? - (?:[^-]+) $ """ __re = re.compile(__rules, re.X) def __init__(self, version): super(VersionIbm3270, self).__init__(version) match = self.__re.match(version) if match is None: raise RuntimeError, "Invalid version" d = match.groupdict() self.ibm3270_version = d['version'] self.ibm3270_dfsg = d['dfsg'] debian/c3270.docs0000664000000000000000000000003011033644414010571 0ustar c3270/README c3270/html debian/compat0000664000000000000000000000000211302527672010373 0ustar 7 debian/c3270.menu0000664000000000000000000000103411033645201010605 0ustar ?package(c3270): \ section="Applications/Network/Communication" \ needs="text" \ command="/usr/bin/c3270" \ title="C3270" \ longtitle="C3270: Curses program for telnet sessions to IBM mainframes"\ description="c3270 opens a telnet connection to an IBM mainframe\ host in an virtual console. It can also connect to an IBM AS/400 as a\ 5250 terminal using the AS/400's 3270 emulation. The window created\ by c3270 can use its own font for displaying characters, so it is a\ fairly accurate representation of an IBM 3278 or 3279." debian/patches/0000775000000000000000000000000011311423456010617 5ustar debian/patches/series0000664000000000000000000000001710766760171012045 0ustar libx3270.patch debian/patches/libx3270.patch0000664000000000000000000000476311302533305013117 0ustar --- a/c3270/configure +++ b/c3270/configure @@ -7105,7 +7105,7 @@ _ACEOF -LIBX3270DIR='${sysconfdir}/x3270' +LIBX3270DIR='${sysconfdir}/3270' # Check whether --enable-ansi was given. --- a/c3270/configure.in +++ b/c3270/configure.in @@ -216,7 +216,7 @@ AC_DEFINE_UNQUOTED(MOREPATH,"$MOREPATH") dnl Set up the configuration directory. -LIBX3270DIR='${sysconfdir}/x3270' +LIBX3270DIR='${sysconfdir}/3270' AC_SUBST(LIBX3270DIR) dnl Check for unwanted parts. --- a/pr3287/configure +++ b/pr3287/configure @@ -2956,7 +2956,7 @@ # Set up the configuration directory. -LIBX3270DIR='${sysconfdir}/x3270' +LIBX3270DIR='${sysconfdir}/3270' --- a/pr3287/configure.in +++ b/pr3287/configure.in @@ -51,7 +51,7 @@ AC_SUBST(XPRECOMP) # Set up the configuration directory. -LIBX3270DIR='${sysconfdir}/x3270' +LIBX3270DIR='${sysconfdir}/3270' AC_SUBST(LIBX3270DIR) dnl Check for libraries. --- a/s3270/configure +++ b/s3270/configure @@ -5706,7 +5706,7 @@ fi -LIBX3270DIR='${sysconfdir}/x3270' +LIBX3270DIR='${sysconfdir}/3270' # Check whether --enable-ansi was given. --- a/s3270/configure.in +++ b/s3270/configure.in @@ -167,7 +167,7 @@ AC_SEARCH_LIBS(libiconv, iconv, , AC_SEARCH_LIBS(iconv, iconv, , if test "$unkw"; then AC_MSG_ERROR("No iconv library function"); fi)) dnl Set up the configuration directory. -LIBX3270DIR='${sysconfdir}/x3270' +LIBX3270DIR='${sysconfdir}/3270' AC_SUBST(LIBX3270DIR) dnl Check for unwanted parts. --- a/tcl3270/configure +++ b/tcl3270/configure @@ -5965,7 +5965,7 @@ fi -LIBX3270DIR='${sysconfdir}/x3270' +LIBX3270DIR='${sysconfdir}/3270' # Check whether --enable-ansi was given. --- a/x3270/configure +++ b/x3270/configure @@ -4025,7 +4025,7 @@ esac # Set up the configuration directory. -LIBX3270DIR='${sysconfdir}/x3270' +LIBX3270DIR='${sysconfdir}/3270' { $as_echo "$as_me:$LINENO: checking for library containing forkpty" >&5 --- a/x3270/configure.in +++ b/x3270/configure.in @@ -114,7 +114,7 @@ esac # Set up the configuration directory. -LIBX3270DIR='${sysconfdir}/x3270' +LIBX3270DIR='${sysconfdir}/3270' AC_SUBST(LIBX3270DIR) dnl Check for other libraries. --- a/tcl3270/configure.in +++ b/tcl3270/configure.in @@ -221,7 +221,7 @@ AC_SEARCH_LIBS(libiconv, iconv, , AC_SEARCH_LIBS(iconv, iconv, , if test "$unkw"; then AC_MSG_ERROR("No iconv library function"); fi)) dnl Set up the configuration directory. -LIBX3270DIR='${sysconfdir}/x3270' +LIBX3270DIR='${sysconfdir}/3270' AC_SUBST(LIBX3270DIR) dnl Check for unwanted parts. debian/x3270.menu0000664000000000000000000000102311033645201010630 0ustar ?package(x3270): \ section="Applications/Network/Communication" \ needs="x11" \ command="/usr/bin/x3270" \ title="X3270" \ longtitle="X3270: X11 program for telnet sessions to IBM mainframes"\ description="x3270 opens a telnet connection to an IBM mainframe\ host in an X11 window. It can also connect to an IBM AS/400 as a\ 5250 terminal using the AS/400's 3270 emulation. The window created\ by x3270 can use its own font for displaying characters, so it is a\ fairly accurate representation of an IBM 3278 or 3279." debian/rules0000775000000000000000000000642211311420636010251 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif SOURCE := $(shell dpkg-parsechangelog | sed -ne 's,^Source: *\(.*\)$$,\1,p') VERSION_DEBIAN := $(shell dpkg-parsechangelog | sed -ne 's,^Version: *\(.*\)$$,\1,p') VERSION := $(shell echo "$(VERSION_DEBIAN)" | sed -e 's,-[^-]*$$,,') BUILD_DIR = debian/build STAMPS_DIR = debian/stamps PARTS = c3270 s3270 pr3287 x3270 $(STAMPS_DIR)/patch: $(STAMPS_DIR)/patch: @[ -d $(STAMPS_DIR) ] || mkdir -p $(STAMPS_DIR) QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null push -a || test $$? = 2 touch $@ setup: $(STAMPS_DIR)/setup $(STAMPS_DIR)/setup: $(addprefix $(STAMPS_DIR)/setup_,$(PARTS)) $(STAMPS_DIR)/setup_%: DIR = $(BUILD_DIR)/build_$* $(STAMPS_DIR)/setup_%: $(STAMPS_DIR)/patch @rm -rf $(DIR) mkdir -p $(BUILD_DIR) cp -a $* $(DIR) rm -f $(DIR)/config.guess $(DIR)/config.sub cp -a /usr/share/misc/config.guess /usr/share/misc/config.sub $(DIR) cd $(DIR); \ CFLAGS="$(CFLAGS)" \ sh ./configure \ --host=$(DEB_HOST_GNU_TYPE) \ --build=$(DEB_BUILD_GNU_TYPE) \ --prefix=/usr \ --mandir=\$${prefix}/share/man \ --infodir=\$${prefix}/share/info \ --sysconfdir=/etc \ --enable-app-defaults \ --with-fontdir=/usr/share/fonts/X11/misc touch $@ build: $(STAMPS_DIR)/build $(STAMPS_DIR)/build: $(addprefix $(STAMPS_DIR)/build_,$(PARTS)) $(STAMPS_DIR)/build_%: DIR = $(BUILD_DIR)/build_$* $(STAMPS_DIR)/build_%: $(STAMPS_DIR)/setup_% dh_testdir $(MAKE) -C $(DIR) touch $@ maintainerclean: rm -rf $(filter-out .svn debian, $(wildcard * .[^.]*)) clean: dh_testdir rm -rf $(BUILD_DIR) $(STAMPS_DIR) debian/lib/python/*/*.pyc dh_clean NO_ORIG = .svn .svk debian scripts DIR_ORIG = ../orig/$(SOURCE)-$(VERSION) TAR_ORIG_NAME = $(SOURCE)_$(VERSION).orig.tar.gz TAR_ORIG = $(firstword $(wildcard ../$(TAR_ORIG_NAME)) $(wildcard ../orig/$(TAR_ORIG_NAME))) orig: $(DIR_ORIG) rsync --delete $(foreach t, $(NO_ORIG), --exclude $(t)) --link-dest=$(DIR_ORIG)/ -a $(DIR_ORIG)/ . $(DIR_ORIG): ifeq ($(TAR_ORIG),) $(error Cannot find orig tarball $(TAR_ORIG_NAME)) else mkdir -p ../orig tar -C ../orig -xzf $(TAR_ORIG) endif install: build dh_testdir dh_testroot dh_clean -k dh_installdirs $(foreach t, $(PARTS), $(MAKE) -C debian/build/build_$(t) install install.man DESTDIR=$(CURDIR)/debian/tmp;) dh_install --sourcedir=debian/tmp # Build architecture-independent files here. binary-indep: build install dh_testdir dh_testroot dh_installchangelogs -i dh_installdocs -i dh_installxfonts -i dh_link -i dh_strip -i dh_compress -i dh_fixperms -i dh_installdeb -i dh_gencontrol -i dh_md5sums -i dh_builddeb -i # Build architecture-dependent files here. binary-arch: build install dh_testdir dh_testroot dh_installchangelogs -s dh_installdocs -s dh_installexamples -s dh_installman -s dh_installmenu -s dh_link -s dh_strip -s dh_compress -s dh_fixperms -s dh_installdeb -s dh_shlibdeps -s dh_gencontrol -s dh_md5sums -s dh_builddeb -s binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install #PHONY_CONFIGURE# debian/control0000664000000000000000000000653411302527672010610 0ustar Source: ibm-3270 Section: non-free/net Priority: optional Maintainer: Bastian Blank Standards-Version: 3.7.3 Build-Depends: debhelper (>> 7), autotools-dev, libncursesw5-dev, libssl-dev, libxaw7-dev, libxt-dev, quilt, xbitmaps, xfonts-utils, xutils-dev XS-Autobuild: yes Package: x3270 Architecture: any Depends: ${shlibs:Depends}, 3270-common (= ${binary:Version}) Recommends: xfonts-x3270-misc Description: X11 program for telnet sessions to IBM mainframes x3270 opens a telnet connection to an IBM mainframe host in an X11 window. It can also connect to an IBM AS/400 as a 5250 terminal using the AS/400's 3270 emulation. The window created by x3270 can use its own font for displaying characters, so it is a fairly accurate representation of an IBM 3278 or 3279. . x3270 is similar to tn3270(1) and c3270(1) except that it is X-based, not curses-based. . x3270 implements RFCs 2355 (TN3270E), 1576 (TN3270), and 1646 (LU name selection), and supports IND$FILE file transfer. . You will need to install x3270-fonts locally, or on your font-server - they are required. Package: c3270 Architecture: any Depends: ${shlibs:Depends}, 3270-common (= ${binary:Version}) Description: Curses program for telnet sessions to IBM mainframes c3270 opens a telnet connection to an IBM mainframe host in an Xterm window or Virtual Console. It can also connect to an IBM AS/400 as a 5250 terminal using the AS/400's 3270 emulation. . c3270 is similar to tn3270(1), and x3270(1) except that it is curses-based, not X-based. . c3270 implements RFCs 2355 (TN3270E), 1576 (TN3270), and 1646 (LU name selection), and supports IND$FILE file transfer. Package: pr3287 Architecture: any Depends: ${shlibs:Depends}, 3270-common (= ${binary:Version}) Description: IBM 3287 printer emulation for telnet sessions to IBM mainframes pr3287 opens a telnet connection to an IBM mainframe host and emulates an IBM 3287 printer. . pr3278 implements RFCs 2355 (TN3270E), 1576 (TN3270), and 1646 (LU name selection). Package: s3270 Architecture: any Depends: ${shlibs:Depends}, 3270-common (= ${binary:Version}) Description: Program for scripted telnet sessions to IBM mainframes s3270 opens a telnet connection to an IBM mainframe host, then allows a script to control the host login session. . s3270 implements RFCs 2355 (TN3270E), 1576 (TN3270), and 1646 (LU name selection), and supports IND$FILE file transfer. Package: tcl3270 Architecture: none Depends: ${shlibs:Depends}, 3270-common (= ${binary:Version}) Description: Program for scripted telnet sessions to IBM mainframes. tcl3270 opens a telnet connection to an IBM mainframe host, then allows a tcl script to control the host login session. . tcl3270 implements RFCs 2355 (TN3270E), 1576 (TN3270), and 1646 (LU name selection), and supports IND$FILE file transfer. . tcl3270 serves the same function as s3270(1), but is easier to setup and use. Package: 3270-common Architecture: any Depends: ${shlibs:Depends} Description: Common files for IBM 3270 emulators and pr3287 3270-common contains files referenced in other 3270 packages Package: xfonts-x3270-misc Architecture: all Section: non-free/fonts Depends: ${misc:Depends} Description: Font files for the x3270(1) IBM 3270 emulator x3270-fonts provides only the fonts required for x3270 operation, so that the fonts may be installed separately on a font-server. debian/changelog0000644000000000000000000002322011723353005011036 0ustar ibm-3270 (3.3.10ga4-2build2) precise; urgency=low * No-change rebuild against current pkgbinarymangler to fix broken md5sums. (see LP #875466) -- Martin Pitt Wed, 29 Feb 2012 08:38:45 +0100 ibm-3270 (3.3.10ga4-2build1) oneiric; urgency=low * Rebuild for OpenSSL 1.0.0. -- Colin Watson Tue, 17 May 2011 11:25:38 +0100 ibm-3270 (3.3.10ga4-2) unstable; urgency=low * Fix section to match override. * Use debhelper compat level 7. * Use 3.0 (quilt) source format. -- Bastian Blank Mon, 14 Dec 2009 11:48:53 +0000 ibm-3270 (3.3.10ga4-1) unstable; urgency=low * New upstream version. -- Bastian Blank Mon, 23 Nov 2009 15:02:24 +0100 ibm-3270 (3.3.7p7-1) unstable; urgency=low * New upstream version. * Really fix build dependency. (closes: #489339) * Install documentation. * Fix menu entries. * Fix permission of icu converters. -- Bastian Blank Sat, 05 Jul 2008 12:21:25 +0200 ibm-3270 (3.3.7p5-2) unstable; urgency=low * Build depend against xutils-dev. -- Bastian Blank Fri, 04 Jul 2008 16:58:53 +0200 ibm-3270 (3.3.7p5-1) unstable; urgency=low * New upstream version. * Mark package as autobuildable. * Make files in orig tar executable again. - Fix app-defaults generation. (closes: #480788) * Fix font installation. (closes: #362404) -- Bastian Blank Tue, 20 May 2008 08:15:32 +0200 ibm-3270 (3.3.7p2-1) unstable; urgency=low * New upstream version. * Again move to non-free. (closes: #388691) * Update Standards-Version to 3.7.3. No changes. -- Bastian Blank Sat, 15 Mar 2008 15:54:47 +0100 ibm-3270 (3.3.4p6-3.2) unstable; urgency=low * Non-maintainer upload. * Put xfonts-x3270-misc's fonts in /usr/share/fonts/X11/misc/, not /usr/share/fonts/X11/fonts/misc/ (References: #362404). * Fix path to x3270.1x -- Mohammed Adnène Trojette Sat, 3 Jun 2006 19:18:41 +0200 ibm-3270 (3.3.4p6-3.1) unstable; urgency=low * Non-maintainer upload. * Change X11 paths in: + configure + debian/rules + debian/xfonts-x3270-misc.install + debian/xfonts-x3270-misc.postrm + debian/xfonts-x3270-misc.postinst * Add Build-Depends on xbitmap (Closes: #367830) -- Mohammed Adnène Trojette Wed, 31 May 2006 12:23:59 +0200 ibm-3270 (3.3.4p6-3) unstable; urgency=low * Use libxaw7. -- Bastian Blank Mon, 27 Mar 2006 19:37:02 +0200 ibm-3270 (3.3.4p6-2) unstable; urgency=low * Fix build dependencies. (closes: #353708) -- Bastian Blank Tue, 21 Feb 2006 09:14:35 +0100 ibm-3270 (3.3.4p6-1) unstable; urgency=low * Reintroduce into main. * New upstream version. -- Bastian Blank Mon, 13 Feb 2006 10:47:59 +0100 3270 (3.2.17-2) unstable; urgency=high * urgency=high because of missing build dependancies, I'd like to get this run through - 3.1.1.9 is *so* old. * Upstream patches - Crash in Keymap Display - pr3287 Just Prints Blanks - NULLs Selected Incorrectly - Missing Definitions for Ctrl-U and Ctrl-W * Policy Standards-Version 3.5.6.0 compliant * Build depends on libncurses5-dev (for c3270) closes: #113659 * Correct docbase closes: #122811 * Close some ancient, no longer applicable bugs - x3270-htmldoc /usr/doc usage closes: #91690 -- Richard A Nelson (Rick) Wed, 12 Dec 2001 15:00:00 -0500 3270 (3.2.17-1) unstable; urgency=high * New upstream version * Correct minor upstream flaws (and then use upstream patches) * Redo packaging * include whole enchilada {x,c,s,tcl}3270, and pr3287 * split into a plethora of components: {x,c,s,tcl}3270, pr3287, xfonts-x3270-misc, 3270-common * html docs *not yet done* * Bug cleanup closes: #22468, #37855, #38425, #91694 -- Richard A Nelson (Rick) Thu, 28 Jun 2001 15:00:00 -0500 x3270 (3.2.15-0) private; urgency=low * New maintainer * New upstream version * Convert to debhelper V2 & DBS -- Richard A Nelson (Rick) Tue, 26 Dec 2000 20:00:00 -0500 x3270 (3.1.1.9-3) unstable; urgency=low * Reverted macro.c to version from 3.1.1.7 so that String() action works in login actions again. (Bug #37855) -- Carey W. Evans Wed, 19 May 1999 21:10:04 +1200 x3270 (3.1.1.9-2) unstable; urgency=low * Added fix for bug in x3270-htmldoc 3.1.1.7-8's doc-base support. * Removed x3270-htmldoc menu, since doc-base handles dwww. -- Carey W. Evans Mon, 17 May 1999 21:41:15 +1200 x3270 (3.1.1.9-1) unstable; urgency=low * New upstream version. * Updated 5250 key mapping with my keymap from the previous version. * Changed to debhelper. -- Carey W. Evans Thu, 13 May 1999 22:40:18 +1200 x3270 (3.1.1.7-8) unstable; urgency=low * Add doc-base support. * Moved Attn key option to immediately follow other toggles. * Put correct path to ibm_hosts file in ibm_hosts.5 man page. * Updated COPYRIGHTS section of the man page, and text in `copyright' file. -- Carey W. Evans Thu, 28 Jan 1999 22:59:32 +1300 x3270 (3.1.1.7-7) unstable; urgency=low * Added option to change Attn key to send Interrupt() action from 3.1.1.7-5, and documented it. * Updated menu descriptions with new description added to debian/control in 3.1.1.7-5, and removed icon="none" entries. -- Carey W. Evans Sat, 29 Aug 1998 16:19:13 +1200 x3270 (3.1.1.7-6) unstable; urgency=low * Don't define sys_errlist at all on Linux, so libc5 compilation should still work. * Added README.debian about the changes I've made. * Added Beat Rubischon to copyrights in "About x3270" dialog. -- Carey W. Evans Wed, 12 Aug 1998 21:23:05 +1200 x3270 (3.1.1.7-5) unstable; urgency=low * Added postrm to x3270-htmldoc to call update-menus. (lintian) * Changed x3270-htmldoc index.html -> README.html link to index.html.gz -> README.html.gz. * Added Interrupt() action to send IAC IP, for real System Request on AS/400. * Added extra bindings to the 5250 keymap in X3270.xad. * Changed to not install app-defaults/X3270, since it's compiled into the program. The provided file is installed with the examples. * Updated package description to mention the AS/400. -- Carey W. Evans Sun, 7 Jun 1998 13:38:19 +1200 x3270 (3.1.1.7-4) unstable; urgency=low * New maintainer. * Changed debian/rules to really make absolute link to /etc/ibm_hosts, not /etc/ibm_hostsoctave.conf (fixes #22476). * Add TODO file to binary package. * Updated copyright file given email from Beat Rubischon, and with comments about status of copyrights. * Remove Makefile generated from Imakefile. * Updated to policy 2.4.1.0. -- Carey W. Evans Thu, 21 May 1998 23:11:34 +1200 x3270 (3.1.1.7-3) non-free; urgency=low * Moved to non-free because of dubious copyright (fixes #16033) * Changed debian/rules so that x3270-htmldoc as its own directory in /usr/doc/ for the changelog and copyright (#fixes 19437, lintian) * Changed debian/rules to make /etc/ibm_hosts symlink absolute (lintian) * Changed debian/rules to install fonts in 0644 mode (lintian) * Upgraded to Debian Policy 2.4.0.0 -- Dirk Eddelbuettel Tue, 10 Mar 1998 21:23:11 -0500 x3270 (3.1.1.7-2) unstable; urgency=low * Rebuilt as previous version still had libc5 dependency -- Dirk Eddelbuettel Sun, 2 Nov 1997 17:26:37 -0500 x3270 (3.1.1.7-1) unstable; urgency=low * Upgraded to upstream release x3270-3.1.1.7 (should fix bug #12868) * Compiled with GNU libc2 aka libc6 (this required two small patches for the *sys_errlist[] declaration which were sent upstream) * Linked against xlib6g and xpm4g * Uses pristine upstream sources as x3270_3.1.1.7.orig.tar.gz * Upgraded to Debian Policy 2.3.0.0 -- Dirk Eddelbuettel Wed, 1 Oct 1997 21:23:15 -0400 x3270 (3.1.1.6-3) unstable; urgency=low * Moved ibm_hosts to /etc/x3270.conf, made it a conffile and installed a softlink to it at /usr/X11R6/lib/X11/x3270/ibm_hosts (fixes bug #10834) -- Dirk Eddelbuettel Sat, 9 Aug 1997 17:59:11 -0400 x3270 (3.1.1.6-2) unstable; urgency=low * Corrected a mistake in the menu file for x3270-htmldoc -- Dirk Eddelbuettel Thu, 12 Jun 1997 21:15:10 -0400 x3270 (3.1.1.6-1) unstable; urgency=low * New upstream release x3270-3.1.1.6 * Changed call of xset in postinst again (fixes bug #10195) * Added menu definitions for x3270 and x3270-htmldocs (thanks Joey !) -- Dirk Eddelbuettel Sun, 8 Jun 1997 19:20:38 -0400 x3270 (3.1.1.5-1) unstable; urgency=low * New upstream release x3270-3.1.1.5 * Changed postinst to call xset only if $HOSTDISPLAY is set (fixes bug #5012) * New package x3270-htmldoc contains the HTML versions of the ascii documentation already contained in the main package -- Dirk Eddelbuettel Sat, 4 Jan 1997 00:47:56 -0500 x3270 (3.1.1.3-3) unstable; urgency=low * Include ibm_hosts.5 manual page * Changed Priority: to optional -- Dirk Eddelbuettel Tue, 22 Oct 1996 08:12:16 -0400 x3270 (3.1.1.3-2) unstable; urgency=low * Added Depends: field to debian/control -- Dirk Eddelbuettel Wed, 9 Oct 1996 00:49:05 -0400 x3270 (3.1.1.3-1) unstable; urgency=low * Initial Debian release -- Dirk Eddelbuettel Mon, 7 Oct 1996 23:07:13 -0400 /* vim:set ai et tw=80 */ debian/x3270.install0000664000000000000000000000006210766760262011355 0ustar etc/X11 usr/bin/x3270 usr/share/man/man1/x3270.1x debian/bin/0000775000000000000000000000000011311423456007740 5ustar debian/bin/genorig.py0000775000000000000000000000765511033643624011766 0ustar #!/usr/bin/env python import os, os.path, re, shutil, sys sys.path.append("debian/lib/python") from debian_ibm3270.debian import VersionIbm3270 from debian_linux.debian import Changelog from debian_linux.patches import PatchSeries class Main(object): def __init__(self, input_tar, override_version): self.log = sys.stdout.write self.input_tar = input_tar changelog = Changelog(version = VersionIbm3270)[0] source = changelog.source version = changelog.version if override_version: version = VersionIbm3270('%s-undef' % override_version) self.version_dfsg = version.ibm3270_dfsg if self.version_dfsg is None: self.version_dfsg = '0' self.log('Using source name %s, version %s, dfsg %s\n' % (source, version.upstream, self.version_dfsg)) self.orig = '%s-%s' % (source, version.upstream) self.orig_tar = '%s_%s.orig.tar.gz' % (source, version.upstream) def __call__(self): import tempfile self.dir = tempfile.mkdtemp(prefix = 'genorig', dir = 'debian') try: self.upstream() self.move() #self.debian_patch() self.tar() finally: shutil.rmtree(self.dir) def upstream(self): self.log("Extracting tarball %s\n" % self.input_tar) match = re.match(r'(^|.*/).*\.(?P(tar\.(bz2|gz)|tbz2|tgz))?$', self.input_tar) if not match: raise RuntimeError("Can't identify name of tarball") os.mkdir(os.path.join(self.dir, self.orig)) cmdline = ['tar -xf', self.input_tar, '-C', os.path.join(self.dir, self.orig)] if match.group('extension') in ('tar.bz2', 'tbz2'): cmdline.append('-j') elif match.group('extension') in ('tar.gz', 'tgz'): cmdline.append('-z') if os.spawnv(os.P_WAIT, '/bin/sh', ['sh', '-c', ' '.join(cmdline)]): raise RuntimeError("Can't extract tarball") def move(self): root_real = os.path.join(self.dir, self.orig) for root, dirs, files in os.walk(root_real): for dir in dirs: dir_list = dir.split('-') if len(dir_list) == 2 and dir_list[1] == '3.3': os.rename(os.path.join(root, dir), os.path.join(root, dir_list[0])) del dirs[:] for root, dirs, files in os.walk(root_real): for dir in dirs: os.chmod(os.path.join(root, dir), 0755) for file in files: f = os.path.join(root, file) mode = os.access(f, os.X_OK) and 0755 or 0644 os.chmod(f, mode) def debian_patch(self): name = "orig-" + self.version_dfsg self.log("Patching source with debian patch (series %s)\n" % name) fp = file("debian/patches/series/" + name) series = PatchSeries(name, "debian/patches", fp) series(dir = os.path.join(self.dir, self.orig)) def tar(self): out = os.path.join("../orig", self.orig_tar) try: os.mkdir("../orig") except OSError: pass try: os.stat(out) raise RuntimeError("Destination already exists") except OSError: pass self.log("Generate tarball %s\n" % out) cmdline = ['tar -czf', out, '-C', self.dir, self.orig] try: if os.spawnv(os.P_WAIT, '/bin/sh', ['sh', '-c', ' '.join(cmdline)]): raise RuntimeError("Can't patch source") os.chmod(out, 0644) except: try: os.unlink(out) except OSError: pass raise if __name__ == '__main__': from optparse import OptionParser parser = OptionParser(usage = "%prog [OPTION]... TAR [PATCH]") parser.add_option("-v", "--version", dest = "version", help = "Override version", metavar = "VERSION") options, args = parser.parse_args() Main(args[0], options.version)() debian/rules.defs0000664000000000000000000000003111302510236011150 0ustar KERNELVERSION = 2.6.31-1 debian/copyright0000664000000000000000000004153510766760262011147 0ustar This package was downloaded from http://x3270.bgp.nu/ c3270 is licensed under the following conditions. Modifications and Original Code Copyright 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2006, 2007 by Paul Mattes. Original X11 Port Copyright 1990 by Jeff Sparkes. Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. NO WARRANTY BECAUSE C3270 ("THE PROGRAM") IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. Copyright 1989 by Georgia Tech Research Corporation, Atlanta, GA 30332. All Rights Reserved. GTRC hereby grants public use of this software. Derivative works based on this software must incorporate this copyright notice. pr3287 is licensed under the following conditions. Modifications and Original Code Copyright 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002 by Paul Mattes. Original X11 Port Copyright 1990 by Jeff Sparkes. Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. NO WARRANTY BECAUSE PR3287 ("THE PROGRAM") IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. Copyright 1989 by Georgia Tech Research Corporation, Atlanta, GA 30332. All Rights Reserved. GTRC hereby grants public use of this software. Derivative works based on this software must incorporate this copyright notice. s3270 is licensed under the following conditions. Modifications and Original Code Copyright 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2006, 2007 by Paul Mattes. Original X11 Port Copyright 1990 by Jeff Sparkes. Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. NO WARRANTY BECAUSE S3270 ("THE PROGRAM") IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. Copyright 1989 by Georgia Tech Research Corporation, Atlanta, GA 30332. All Rights Reserved. GTRC hereby grants public use of this software. Derivative works based on this software must incorporate this copyright notice. tcl3270 is licensed under the following conditions. Modifications and Original Code Copyright 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2006, 2007 by Paul Mattes. Original X11 Port Copyright 1990 by Jeff Sparkes. Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. NO WARRANTY BECAUSE TCL3270 ("THE PROGRAM") IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. Copyright 1989 by Georgia Tech Research Corporation, Atlanta, GA 30332. All Rights Reserved. GTRC hereby grants public use of this software. Derivative works based on this software must incorporate this copyright notice. wc3270 is licensed under the following conditions. Modifications and Original Code Copyright 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2006, 2007 by Paul Mattes. Original X11 Port Copyright 1990 by Jeff Sparkes. Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. NO WARRANTY BECAUSE WC3270 ("THE PROGRAM") IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. Copyright 1989 by Georgia Tech Research Corporation, Atlanta, GA 30332. All Rights Reserved. GTRC hereby grants public use of this software. Derivative works based on this software must incorporate this copyright notice. wpr3287 is licensed under the following conditions. Modifications and Original Code Copyright 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2007 by Paul Mattes. Original X11 Port Copyright 1990 by Jeff Sparkes. Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. NO WARRANTY BECAUSE WPR3287 ("THE PROGRAM") IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. Copyright 1989 by Georgia Tech Research Corporation, Atlanta, GA 30332. All Rights Reserved. GTRC hereby grants public use of this software. Derivative works based on this software must incorporate this copyright notice. x3270 is licensed under the following conditions. Modifications and Original Code Copyright 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2004, 2006, 2007 by Paul Mattes. Original X11 Port Copyright 1990 by Jeff Sparkes. Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. NO WARRANTY BECAUSE X3270 ("THE PROGRAM") IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. Copyright 1989 by Georgia Tech Research Corporation, Atlanta, GA 30332. All Rights Reserved. GTRC hereby grants public use of this software. Derivative works based on this software must incorporate this copyright notice. The Georgia Tech fonts (the fonts with the name "gt" in them), carry an additional notice: Copyright 1990 by the Georgia Institute of Technology. All rights reserved except for those rights explicitly mentioned below. Permission is granted to distribute freely or to modify and distribute freely any materials and information contained herein as long as the above copyright and all terms associated with it remain intact. The 3270-20 font is derived from an NCD font, so it carries an additional notice: Copyright 1989-1991 Network Computing Devices, Inc. NCD is a registered trademark of Network Computing Devices, Inc. Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, 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 NCD may not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. NCD makes no representations about the suitability of this software for any purpose. It is provided ``as is'' without express or implied warranty. NCD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NCD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. The ComplexMenu sources are derived from the MIT X11R5 Athena SimpleMenu widget, and carry an additional notice: Copyright 1989 Massachusetts Institute of Technology 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. M.I.T. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL M.I.T. BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. debian/x3270.docs0000664000000000000000000000003011033644414010616 0ustar x3270/README x3270/html debian/x3270.examples0000664000000000000000000000002110766760262011520 0ustar x3270/Examples/* debian/pr3287.install0000664000000000000000000000005310766760262011537 0ustar usr/bin/pr3287 usr/share/man/man1/pr3287.1