libcommons-net-java 3.3-2 source package in Ubuntu

Changelog

libcommons-net-java (3.3-2) unstable; urgency=medium

  * Team upload.
  * Upload to unstable
  * libcommons-net-java-doc also Breaks/Replaces libcommons-net1-java (<< 1.5)
    (Closes: #798658)
  * libcommons-net-java breaks but doesn't conflict with libcommons-net1-java

 -- Emmanuel Bourg <email address hidden>  Fri, 25 Sep 2015 10:39:01 +0200

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.3-2.dsc 2.2 KiB a447fba7b49199badb33d6f4612a177ad056a7d4bb9123c0478f82fd00d4199d
libcommons-net-java_3.3.orig.tar.xz 267.0 KiB dbebbb7877f8e8833a7b08c344d90570ded31bbf860917fbcbfe1938aaf6b542
libcommons-net-java_3.3-2.debian.tar.xz 8.7 KiB f8f7e05335ad2f6a8116caa8bf9db01df14c707d7fa685a3b03086cf627c202f

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.