debian/0000755000000000000000000000000012140362631007164 5ustar debian/libj2ssh-java.install0000644000000000000000000000003712140362156013215 0ustar dist/lib/*.jar /usr/share/java debian/libj2ssh-java-doc.doc-base0000644000000000000000000000067112140362156013773 0ustar Document: libj2ssh-java Title: API for J2SSH Author: Lee David Painter and Contributors, Dieter Wimberger, by Manfred Duchrow Abstract: J2SSH provides a rich, powerful, and extensible SSH API that enables developers to gain access to SSH servers and to develop entire SSH client/server frameworks. Section: Programming Format: HTML Index: /usr/share/doc/libj2ssh-java-doc/api/index.html Files: /usr/share/doc/libj2ssh-java-doc/api/*.html debian/watch0000644000000000000000000000012312140362156010213 0ustar version=3 http://sf.net/sshtools/j2ssh-(.*)-src\.tar\.gz debian debian/orig-tar.sh debian/README.Debian-source0000644000000000000000000000073112140362156012526 0ustar libj2ssh-java ============= The upstream supplied source package contains binary jar files. Currently no clean source distribution exists. Therefore, the upstream sources were modified to comply with the Debian Free Software Guidelines. Use the rules/get-orig-source target to create the orig.tar.gz. For more details on repackaging of upstream sources please see the debian/orig-tar.sh file. -- Varun Hiremath Thu, 6 Sep 2007 13:53:01 +0530 debian/rules0000755000000000000000000000143712140362156010253 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/class/javahelper.mk include /usr/share/cdbs/1/class/ant.mk include /usr/share/cdbs/1/rules/debhelper.mk JAVA_HOME := /usr/lib/jvm/default-java DEB_ANT_BUILD_TARGET := javadoc DEB_JARS := commons-logging clean:: rm -rf docs install/libj2ssh-java:: dh_link /usr/share/java/j2ssh-core-$(DEB_UPSTREAM_VERSION).jar \ /usr/share/java/j2ssh-core.jar dh_link /usr/share/java/j2ssh-ant-$(DEB_UPSTREAM_VERSION).jar \ /usr/share/java/j2ssh-ant.jar dh_link /usr/share/java/j2ssh-dameon-$(DEB_UPSTREAM_VERSION).jar \ /usr/share/java/j2ssh-dameon.jar dh_link /usr/share/java/j2ssh-common-$(DEB_UPSTREAM_VERSION).jar \ /usr/share/java/j2ssh-common.jar get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename debian/changelog0000644000000000000000000000306112140362156011040 0ustar libj2ssh-java (0.2.9-4) unstable; urgency=low * Team upload. * Removed the old dependencies used with Java 1.3 (Bouncy Castle and Xerces) * Removed the unused dependency on ${shlibs:Depends} * Added the missing runtime dependency on libcommons-logging-java * Added commons-logging.jar in the Class-Path field of the manifest * Changed debian/copyright to comply with the DEP5 format * Updated Standards-Version to 3.9.4 (no changes) -- Emmanuel Bourg Tue, 30 Apr 2013 13:19:35 +0200 libj2ssh-java (0.2.9-3) unstable; urgency=low * Team upload. * Switch to debhelper level 7. * Remove Java runtime from Depends. * Update Standards-Version: 3.9.2. * Improve short Description. -- Torsten Werner Sun, 25 Sep 2011 22:29:10 +0200 libj2ssh-java (0.2.9-2) unstable; urgency=low * Team Upload [ Kumar Appaiah ] * debian/control: + Change XS-Vcs-* to Vcs-*. + Add Homepage field, shift homepage from description. [ Torsten Werner ] * Let 'maintainers' start with an uppercase M. * Switch to default-jdk. * Add missing Depends: ${misc:Depends}. * Change Section: java. * Update Standards-Version: 3.8.4. * Switch to source format 3.0. * Improve get-orig-source target. -- Torsten Werner Sat, 10 Apr 2010 23:03:44 +0200 libj2ssh-java (0.2.9-1) unstable; urgency=low [ Varun Hiremath ] * Initial release (Closes: #439551) [ Kumar Appaiah ] * Add XS-Vcs-Svn and XS-Vcs-Browser. -- Kumar Appaiah Fri, 07 Sep 2007 13:16:23 +0530 debian/libj2ssh-java.classpath0000644000000000000000000000006212140362156013527 0ustar usr/share/java/j2ssh-core.jar commons-logging.jar debian/orig-tar.sh0000644000000000000000000000063212140362156011247 0ustar #!/bin/sh -e # called by uscan with '--upstream-version' TAR=../j2ssh-$2-src.tar.gz DIR=libj2ssh-java-$2.orig # clean up the upstream tarball mv $TAR $3 tar zxf $3 mv j2ssh $DIR GZIP=--best tar czf $3 --exclude 'lib/*' $DIR rm -rf $TAR $DIR # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir echo "moved $3 to $origDir" fi exit 0 debian/libj2ssh-java-doc.install0000644000000000000000000000014012140362156013753 0ustar docs/* /usr/share/doc/libj2ssh-java-doc/api examples/* usr/share/doc/libj2ssh-java-doc/examples debian/source/0000755000000000000000000000000012140362631010464 5ustar debian/source/format0000644000000000000000000000001412140362156011674 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212140362156010364 0ustar 7 debian/copyright0000644000000000000000000000132712140362156011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: SSHTools Upstream-Contact: Lee David Painter Source: http://sshtools.sourceforge.net Comment: Contributors: Brett Smith Richard Pernavas Erwin Bolwidt Sascha Hunold Files: * Copyright: 2002-2003, Lee David Painter and Contributors. 2000, Dieter Wimberger 2002, by Manfred Duchrow. All rights reserved. License: GPL-2 Files: debian/* Copyright: 2007, Varun Hiremath and Kumar Appaiah License: GPL-2 License: GPL-2 On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/control0000644000000000000000000000443112140362156010573 0ustar Source: libj2ssh-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Varun Hiremath , Kumar Appaiah , Emmanuel Bourg Build-Depends: cdbs, debhelper (>= 7), javahelper Build-Depends-Indep: default-jdk, ant, libcommons-logging-java Standards-Version: 3.9.4 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libj2ssh-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libj2ssh-java Homepage: http://sshtools.sourceforge.net Package: libj2ssh-java Architecture: all Depends: ${misc:Depends}, libcommons-logging-java Description: Java library for the SSH protocol J2SSH is an object-orientated Java library implementation of the SSH version 2 protocol. It provides a rich, powerful, and extensible SSH API that enables developers to gain access to SSH servers and to develop entire SSH client/server frameworks. The API library provides a fully-featured SSH2 implementation specifically designed for cross-platform development. Higher level components, representing both the standard SSH client and SSH servers, are provided which implement the protocol specification for user sessions and port forwarding. The specification currently supports public key and password authentication and a full implementation of the SFTP protocol. Package: libj2ssh-java-doc Section: doc Architecture: all Depends: ${misc:Depends} Description: Java library for the SSH protocol - documentation and examples J2SSH is an object-orientated Java library implementation of the SSH version 2 protocol. It provides a rich, powerful, and extensible SSH API that enables developers to gain access to SSH servers and to develop entire SSH client/server frameworks. The API library provides a fully-featured SSH2 implementation specifically designed for cross-platform development. Higher level components, representing both the standard SSH client and SSH servers, are provided which implement the protocol specification for user sessions and port forwarding. The specification currently supports public key and password authentication and a full implementation of the SFTP protocol. . This package includes the API documentation as well as some examples for the j2ssh library.