debian/ 0000755 0000000 0000000 00000000000 12174402423 007165 5 ustar debian/dirs 0000644 0000000 0000000 00000000017 11655270335 010057 0 ustar usr/share/java
debian/README.Debian 0000644 0000000 0000000 00000001300 11655270335 011230 0 ustar JTA Quick Start
===============
To run JTA as an SSH client:
java -jar /usr/share/java/jta.jar -plugins Status,Socket,SSH,Terminal your_server_name 22
To run JTA as an applet, create a web page like:
-- Paul Cager Mon, 16 Apr 2007 11:29:27 +0100
debian/watch 0000644 0000000 0000000 00000000155 11655270335 010227 0 ustar version=3
opts=dversionmangle=s/[.+]dfsg// \
http://javassh.org/space/start /download/jta(\d)(\d+)-src\.jar
debian/rules 0000755 0000000 0000000 00000003543 11655270335 010262 0 ustar #!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/ant.mk
PACKAGE := $(shell dpkg-parsechangelog | egrep '^Source:' | cut -f2 -d' ')
VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f2 -d' ' | cut -f1 -d-)
THEIR_VERSION := $(shell echo $(VERSION) | sed 's/+dfsg//' | sed 's/\.//')
JAVA_HOME := /usr/lib/jvm/default-java
DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar $(ANT_HOME)/lib/ant-trax.jar xalan2 jdom1
DEB_ANT_BUILD_TARGET := bin-jar doc
DEB_ANT_BUILDFILE := build.xml
DEB_ANT_ARGS := -Dpackage=$(PACKAGE) -Dversion=$(VERSION)
#DEB_ANT_INVOKE := ant -verbose -Dpackage=$(PACKAGE) -Dversion=$(VERSION) -f $(BUILD_FILE)
API_DOCS := doc/source
get-orig-source:
echo "Downloading version $(VERSION) $(THEIR_VERSION)"
mkdir tmp
wget -O orig-jar http://javassh.org/download/jta$(THEIR_VERSION)-src.jar && \
cd tmp && \
jar xf ../orig-jar && \
rm jta$(THEIR_VERSION)/doc/rfc854.txt jta$(THEIR_VERSION)/tools/*relayd jta$(THEIR_VERSION)/tools/*relayd.exe && \
rm -rf jta$(THEIR_VERSION)/doc/source && \
mv jta$(THEIR_VERSION) jta_$(VERSION).orig && \
tar czf ../../jta_$(VERSION).orig.tar.gz jta_$(VERSION).orig
rm -rf tmp orig-jar
binary-post-install/$(PACKAGE)::
mv "jar/$(PACKAGE)$(VERSION).jar" "jar/$(PACKAGE)-$(VERSION).jar"
dh_install -p$(PACKAGE) jar/$(PACKAGE)-$(VERSION).jar usr/share/java
dh_link -p$(PACKAGE) usr/share/java/$(PACKAGE)-$(VERSION).jar usr/share/java/$(PACKAGE).jar
dh_installdocs -p$(PACKAGE) README
binary-post-install/$(PACKAGE)-doc::
mv $(API_DOCS) doc/api
dh_install -p$(PACKAGE)-doc doc/api usr/share/doc/$(PACKAGE)
dh_install -p$(PACKAGE)-doc doc/*.html doc/plugins usr/share/doc/$(PACKAGE)
makebuilddir/$(PACKAGE)::
-mkdir jar
cleanbuilddir/$(PACKAGE)::
rm -rf jar doc/source doc/api
debian/jta-doc.doc-base 0000644 0000000 0000000 00000000353 11655270335 012116 0 ustar Document: jta
Title: API Javadoc for jta
Author: jta developers
Abstract: This is the API Javadoc provided by the jta library.
Section: Programming
Format: HTML
Index: /usr/share/doc/jta/api/index.html
Files: /usr/share/doc/jta/api/*
debian/changelog 0000644 0000000 0000000 00000011175 12174402320 011040 0 ustar jta (2.6+dfsg-6) unstable; urgency=low
* Removed Michael Koch from the uploaders (Closes: #654039)
* Updated Standards-Version to 3.9.4 (no changes)
* Use canonical URLs for the Vcs-* fields
* Removed the obsolete dependency on libcrimson-java
* Removed fix_build.patch since Ant is used instead of make
-- Emmanuel Bourg Thu, 25 Jul 2013 11:34:11 +0200
jta (2.6+dfsg-5) unstable; urgency=low
[ tony mancill ]
* Team upload.
* Exchange description lines in debian/control (Closes: #647588)
[ James Page ]
* Fix FTBFS with OpenJDK7 (LP: #888954) (Closes: #651523):
- d/ant.properties: Specify source/target as 1.5 for javac and
javadoc ant tasks to ensure backwards compatibility and work
around Java 7 encoding errors.
-- Miguel Landaeta Fri, 09 Dec 2011 19:18:05 -0430
jta (2.6+dfsg-4) unstable; urgency=low
* Team upload.
* Put changes to upstream code in a patch as is required since dpkg 1.16.1.
(Closes: 643172).
* Bump Standards-Version to 3.9.2. No changes were required.
* Fix several lintian warnings.
-- Miguel Landaeta Tue, 27 Sep 2011 19:32:24 -0430
jta (2.6+dfsg-3) unstable; urgency=low
* Team Upload
* Change Build-Depends: default-jdk-doc.
* Remove most Uploaders.
* Update Standards-Version: 3.8.4
* Switch to source format 3.0.
-- Torsten Werner Sun, 11 Apr 2010 16:14:52 +0200
jta (2.6+dfsg-2) unstable; urgency=low
* (Build-)Depends on default-jdk (Closes: #526289).
* Build-Depends on debhelper >= 7.
* Let packages Depends on ${misc:Depends}.
* Make short description of jta-doc unique.
* Updated Standards-Version to 3.8.3.
-- Michael Koch Fri, 18 Sep 2009 22:00:13 +0200
jta (2.6+dfsg-1.1) unstable; urgency=low
* Non-maintainer upload.
* Switch to libjdom1-java, both for Build-Dep and Depends (closes: #502344)
* Already conforms to standards 3.8.0
* Added a Homepage and Vcs-* fields
* Switched debian/copyright to UTF-8, so that jta is now lintian-clean.
-- Vincent Fourmond Thu, 16 Oct 2008 20:53:55 +0200
jta (2.6+dfsg-1) unstable; urgency=low
* Added myself to uploaders.
* Converted to use CDBS (usual build system in pkg-java).
* Compiles using java-gcj-compat-dev.
* Changed to debheler version 5.
* Upstream provide both a Makefile and a build.xml, but the
Makefile is out of date. Swapped to build.xml.
* Removed dependency on Java runtime (as required by draft Java
policy).
* Created separate -doc package.
* Removed non-dfsg RFC from source tarball.
(Closes: #393377)
* Expanded description, and added end-user documentation.
(Closes: #34130, #417544)
* Amended build.xml to include index.html as a help file.
(Closes: #341405)
-- Paul Cager Sat, 21 Apr 2007 21:37:36 +0100
jta (2.5+dfsg-1) unstable; urgency=low
* Re-upload with orig.tar.gz with new version number (Closes: #413053).
* Moved debhelper from Build-Depends-Indep to Build-Depends.
* Added myself to Uploaders.
* Updated Standards-Version to 3.7.2.
-- Michael Koch Fri, 2 Mar 2007 23:04:36 +0100
jta (2.5-3) unstable; urgency=medium
* Added debian/jta.links to add link from jta.jar to jta25.jar.
(Closes: #405490).
-- Michael Koch Thu, 15 Feb 2007 15:40:27 +0100
jta (2.5-2) unstable; urgency=low
* build with kaffe, move to main
-- Arnaud Vandyck Fri, 23 Sep 2005 01:22:31 +0200
jta (2.5-1) unstable; urgency=low
* New upstream release (closes: #276792).
* added dependencies to libjdom0-java, libcrimson-java and
libgnu-regexp-java
* de/mud/flash/FlashTerminal.java: added a catch statement with
IOException at line 160. I'm sorry not to make a proper patch and send
it upstream. If you have time, please, contact upstream and tell
him/her I was not able to build from source without adding this catch
statement.
* added support for amd64 (closes: #274839).
-- Arnaud Vandyck Fri, 12 Nov 2004 17:25:50 +0100
jta (2.0a-1) unstable; urgency=low
* Not a new upstream, but removed three .cvsignore files and a CVS
directory
* Corrected the maintainer field: Debian Java Maintainers, thanks to
Carlos Z.F. Liu (closes: #253449).
-- Arnaud Vandyck Sat, 12 Jun 2004 18:26:28 +0200
jta (2.0-1) unstable; urgency=low
* Initial release by Jaldhar H. Vyas but
pkg-java-maintainers will take care of the package, I'll be an
uploader (closes: #167380).
-- Arnaud Vandyck Sat, 22 May 2004 12:25:05 +0200
debian/patches/ 0000755 0000000 0000000 00000000000 12174402423 010614 5 ustar debian/patches/series 0000644 0000000 0000000 00000000020 12174402320 012015 0 ustar help-file.patch
debian/patches/help-file.patch 0000644 0000000 0000000 00000001163 11655270335 013513 0 ustar Description: Include useful documentation file in jar library
Author: Paul Cage
Forwarded: no
Last-Update: 2011-09-27
diff -Nur jta_2.6+dfsg.orig/build.xml jta_2.6+dfsg.orig.new/build.xml
--- jta_2.6+dfsg.orig/build.xml 2007-04-16 23:15:29.000000000 +0100
+++ jta_2.6+dfsg.orig.new/build.xml 2007-04-21 23:17:05.000000000 +0100
@@ -82,6 +82,7 @@
+
debian/ant.properties 0000644 0000000 0000000 00000000177 11671571536 012107 0 ustar # Ensure that source and target are 1.5
# For backwards compat on Java 7
ant.build.javac.source=1.5
ant.build.javac.target=1.5
debian/source/ 0000755 0000000 0000000 00000000000 12174402423 010465 5 ustar debian/source/format 0000644 0000000 0000000 00000000014 11655270335 011703 0 ustar 3.0 (quilt)
debian/compat 0000644 0000000 0000000 00000000002 11655270335 010373 0 ustar 7
debian/copyright 0000644 0000000 0000000 00000001726 11655270335 011136 0 ustar This package was debianized by Jaldhar H. Vyas on
Tue, 10 Feb 2004 19:40:16 -0500.
It was downloaded from http://www.mud.de/se/jta/html/download.html
The File jta20-src.jar was unpackaed and repacked as jta_2.0.orig.tar.gz
Upstream Authors: Matthias L. Jugel
Marcus Meißner
Copyright: © 1996-2000 Matthias L. Jugel and Marcus Meißner
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
A copy of the GPL can be found on Debian GNU/Linux systems in
/usr/share/common-licenses/ .
debian/control 0000644 0000000 0000000 00000003330 12174402320 010563 0 ustar Source: jta
Section: net
Priority: optional
Maintainer: Debian Java Maintainers
Uploaders: Emmanuel Bourg
Build-Depends: debhelper (>= 7), ant, cdbs, default-jdk
Build-Depends-Indep: libxerces2-java, libgnu-regexp-java, libjdom1-java, default-jdk-doc
Standards-Version: 3.9.4
Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/jta
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/jta/
Homepage: http://www.javassh.org
Package: jta
Architecture: all
Depends: libgnu-regexp-java, libjdom1-java, ${misc:Depends}
Suggests: jta-doc
Description: Java telnet/ssh applet
JTA is a Java implementation of Telnet and ssh.
.
JTA may be run as a standalone application (using class
de.mud.jta.Main), or as a Java Applet (class de.mud.jta.Applet).
.
It's modular structure allows one to configure the software to act either
as a sophisticated terminal emulation and/or, adding the network
backend, as telnet implementation. Additional modules provide features
like scripting or an improved graphical user interface.
Package: jta-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: jta, default-jdk-doc
Description: Java telnet/ssh applet - documentation
JTA is a Java implementation of Telnet and ssh.
.
JTA may be run as a standalone application (using class
de.mud.jta.Main), or as a Java Applet (class de.mud.jta.Applet).
.
It's modular structure allows one to configure the software to act either
as a sophisticated terminal emulation and/or, adding the network
backend, as telnet implementation. Additional modules provide features
like scripting or an improved graphical user interface.
.
This package provides the API documentation for JTA.