libcommons-net2-java 2.2-2 source package in Ubuntu

Changelog

libcommons-net2-java (2.2-2) unstable; urgency=low


  * Team upload.

  [ James Page ]
  * Enablement of JUnit test suite (LP: #876413) (Closes: #646089):
    - d/build.properties: enable test suite execution.
    - d/control: Added junit to B-D's to support testing.
    - d/rules: Added ant-junit and junit to DEB_JARS to support testing.
    - d/maven-build.xml: Exclude tests that require network access, fail 
      build when tests fail.

  [ Damien Raude-Morvan ]
  * d/control: Bumped Standards-Version: 3.9.2, no changes

 -- Damien Raude-Morvan <email address hidden>  Wed, 30 May 2012 01:17:01 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe java
Trusty release main java

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libcommons-net2-java_2.2-2.dsc 2.1 KiB b9110ac9abd86c8eda5ba17a853b510fa337c87cf3e58b849dd86ee971b18472
libcommons-net2-java_2.2.orig.tar.gz 307.2 KiB dee7f4202947f0cfee9f91f27782ce393383f4fdc5befadab791cd1a70de9c08
libcommons-net2-java_2.2-2.diff.gz 8.6 KiB 7c8d0fdeb9fb4854ab80f90337e36cb6c2e55987ae29d5598852d4c494c72f44

Available diffs

No changes file available.

Binary packages built by this source

libcommons-net2-java: internet protocol suite Java library

 This is an Internet protocol suite Java library originally developed by
 ORO, Inc. This version supports Finger, Whois, TFTP, Telnet, POP3, FTP,
 NNTP, SMTP, and some miscellaneous protocols like Time and Echo as well
 as BSD R command support. The purpose of the library is to provide
 fundamental protocol access, not higher-level abstractions. Therefore,
 some of the design violates object-oriented design principles. Our
 philosophy is to make the global functionality of a protocal accesible
 (e.g., TFTP send file and receive file) when possible, but also provide
 access to the fundamental protocols where applicable so that the
 programmer may construct his own custom implementations (e.g, the TFTP
 packet classes and the TFTP packet send and receive methods are
 exposed). NetComponents was originally a commercial product, but after
 ORO dissolved, it was continued to be made available for those who
 found it useful. However, no updates have been made since version
 1.3.8, released in 1998. Now that certain contract obligations have
 expired, it is possible to make the source code freely available under
 the Apache Software License.
 .
 This is a part of the Apache Jakarta Project.

libcommons-net2-java-doc: internet protocol suite Java library - API docs

 This is an Internet protocol suite Java library originally developed by
 ORO, Inc. This version supports Finger, Whois, TFTP, Telnet, POP3, FTP,
 NNTP, SMTP, and some miscellaneous protocols like Time and Echo as well
 as BSD R command support. The purpose of the library is to provide
 fundamental protocol access, not higher-level abstractions. Therefore,
 some of the design violates object-oriented design principles. Our
 philosophy is to make the global functionality of a protocal accesible
 (e.g., TFTP send file and receive file) when possible, but also provide
 access to the fundamental protocols where applicable so that the
 programmer may construct his own custom implementations (e.g, the TFTP
 packet classes and the TFTP packet send and receive methods are
 exposed). NetComponents was originally a commercial product, but after
 ORO dissolved, it was continued to be made available for those who
 found it useful. However, no updates have been made since version
 1.3.8, released in 1998. Now that certain contract obligations have
 expired, it is possible to make the source code freely available under
 the Apache Software License.
 .
 This is a part of the Apache Jakarta Project.
 .
 This package contains the API documentation for libcommons-net-java.