libcommons-net-java 3.4-2ubuntu2 source package in Ubuntu

Changelog

libcommons-net-java (3.4-2ubuntu2) xenial; urgency=medium

  * Don't build with maven-debian-helper, reverting the Debian change.

 -- Matthias Klose <email address hidden>  Wed, 17 Feb 2016 17:57:35 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Xenial
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcommons-net-java_3.4.orig.tar.xz 292.0 KiB 678099bbabf56426cc2fb70801a8d62c2f3963c076bd489c86a2f338c3b30b2e
libcommons-net-java_3.4-2ubuntu2.debian.tar.xz 9.4 KiB f26b72ed4eb79f547ab017c158f60415a3f17b8cd7a274b7c39b213b3064dd28
libcommons-net-java_3.4-2ubuntu2.dsc 2.2 KiB c4d4e4374b66467e2a6e44cf59ff841d2fc1b7897b3ac4ffa10a46be6bce7c0a

View changes file

Binary packages built by this source

libcommons-net-java: No summary available for libcommons-net-java in ubuntu yakkety.

No description available for libcommons-net-java in ubuntu yakkety.

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.