[pkg-java] r18299 - trunk/libcommons-net2-java/debian
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Aug 4 21:13:36 UTC 2014
Author: ebourg-guest
Date: 2014-08-04 21:13:36 +0000 (Mon, 04 Aug 2014)
New Revision: 18299
Modified:
trunk/libcommons-net2-java/debian/changelog
trunk/libcommons-net2-java/debian/control
Log:
Improved the package description
Modified: trunk/libcommons-net2-java/debian/changelog
===================================================================
--- trunk/libcommons-net2-java/debian/changelog 2014-08-04 20:49:37 UTC (rev 18298)
+++ trunk/libcommons-net2-java/debian/changelog 2014-08-04 21:13:36 UTC (rev 18299)
@@ -1,6 +1,7 @@
libcommons-net2-java (2.2-3) UNRELEASED; urgency=medium
* debian/control:
+ - Improved the package description
- Standards-Version updated to 3.9.5 (no changes)
- Use canonical URLs for the Vcs-* fields
* Use XZ compression for the upstream tarball
Modified: trunk/libcommons-net2-java/debian/control
===================================================================
--- trunk/libcommons-net2-java/debian/control 2014-08-04 20:49:37 UTC (rev 18298)
+++ trunk/libcommons-net2-java/debian/control 2014-08-04 21:13:36 UTC (rev 18299)
@@ -14,26 +14,33 @@
Architecture: all
Depends: ${misc:Depends}
Suggests: libcommons-net2-java-doc
-Description: 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.
+Description: 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).
.
- This is a part of the Apache Jakarta Project.
+ 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
Package: libcommons-net2-java-doc
Section: doc
@@ -41,25 +48,15 @@
Depends: ${misc:Depends}
Recommends: default-jdk-doc
Suggests: libcommons-net2-java
-Description: 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.
+Description: 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 is a part of the Apache Jakarta Project.
- .
- This package contains the API documentation for libcommons-net-java.
+ This package contains the API documentation for libcommons-net2-java.
More information about the pkg-java-commits
mailing list