libcommons-net-java 3.4-1 source package in Ubuntu

Changelog

libcommons-net-java (3.4-1) unstable; urgency=medium

  * New upstream release
  * Build with maven-debian-helper
  * debian/copyright: Converted to the Copyright Format 1.0

 -- Emmanuel Bourg <email address hidden>  Mon, 30 Nov 2015 13:27:47 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcommons-net-java_3.4-1.dsc 2.2 KiB 148f2708ad53ab33b6a693dbcc1e2889789b0df6ec52a17538277d59061ee859
libcommons-net-java_3.4.orig.tar.xz 292.0 KiB 678099bbabf56426cc2fb70801a8d62c2f3963c076bd489c86a2f338c3b30b2e
libcommons-net-java_3.4-1.debian.tar.xz 4.1 KiB 75f7b7dd49a5eac00de8a6fa089c30c78463a0a97cdc41f887035207dcb2ad09

Available diffs

No changes file available.

Binary packages built by this source

libcommons-net-java: Apache Commons Net - Java client API for basic Internet protocols

 The Apache Commons Net library implements the client side of many basic
 Internet protocols. 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. The philosophy is to
 make the global functionality of a protocol accessible (e.g., TFTP send
 file and receive file) when possible, but also provide access to the
 fundamental protocols where applicable so that a programmer may construct
 his own custom implementations (e.g, the TFTP packet classes and the TFTP
 packet send and receive methods are exposed).
 .
 The supported protocols include:
  * FTP/FTPS
  * FTP over HTTP (experimental)
  * NNTP
  * SMTP(S)
  * POP3(S)
  * IMAP(S)
  * Telnet
  * TFTP
  * Finger
  * Whois
  * rexec/rcmd/rlogin
  * Time (rdate) and Daytime
  * Echo
  * Discard
  * NTP/SNTP

libcommons-net-java-doc: Apache Commons Net (API documentation)

 The Apache Commons Net library implements the client side of many basic
 Internet protocols. 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. The philosophy is to
 make the global functionality of a protocol accessible (e.g., TFTP send
 file and receive file) when possible, but also provide access to the
 fundamental protocols where applicable so that a programmer may construct
 his own custom implementations (e.g, the TFTP packet classes and the TFTP
 packet send and receive methods are exposed).
 .
 This package contains the API documentation for libcommons-net-java.