[pkg-java] r13168 - trunk/avalon-framework/debian
Niels Thykier
nthykier at alioth.debian.org
Thu Dec 9 11:25:28 UTC 2010
Author: nthykier
Date: 2010-12-09 11:25:26 +0000 (Thu, 09 Dec 2010)
New Revision: 13168
Modified:
trunk/avalon-framework/debian/changelog
trunk/avalon-framework/debian/control
Log:
Bump S-V, updated doc description and removed D on JRE.
Modified: trunk/avalon-framework/debian/changelog
===================================================================
--- trunk/avalon-framework/debian/changelog 2010-12-09 11:17:44 UTC (rev 13167)
+++ trunk/avalon-framework/debian/changelog 2010-12-09 11:25:26 UTC (rev 13168)
@@ -3,6 +3,9 @@
* Applied patch from Kyle Nitzsche to correct formatting issues with
d/copyright. (Closes: #592766, LP: #610616)
- Thanks to Leo Arias for making us aware of the patch.
+ * Bumped Standards-Versions to 3.9.1 - no changes required.
+ * Removed depends on JRE, not required any longer due to policy changes.
+ * Updated the description of the -doc package.
-- Niels Thykier <niels at thykier.net> Tue, 28 Sep 2010 21:24:16 +0200
Modified: trunk/avalon-framework/debian/control
===================================================================
--- trunk/avalon-framework/debian/control 2010-12-09 11:17:44 UTC (rev 13167)
+++ trunk/avalon-framework/debian/control 2010-12-09 11:25:26 UTC (rev 13168)
@@ -5,15 +5,14 @@
Uploaders: Michael Koch <konqueror at gmx.de>, Niels Thykier <niels at thykier.net>
Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant-optional, maven-repo-helper
Build-Depends-Indep: liblog4j1.2-java, libexcalibur-logkit-java, libxalan2-java, junit
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
Homepage: http://excalibur.apache.org/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/avalon-framework
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/avalon-framework
Package: libavalon-framework-java
Architecture: all
-Depends: default-jre-headless | java1-runtime-headless | java2-runtime-headless,
- ${misc:Depends}
+Depends: ${misc:Depends}
Suggests: libavalon-framework-java-doc
Description: Common framework for Java server applications
The Avalon framework consists of interfaces that define
@@ -26,6 +25,11 @@
Section: doc
Depends: ${misc:Depends}
Suggests: libavalon-framework-java
-Description: Documentation for Avalon framework
+Description: Common framework for Java server applications (API)
+ The Avalon framework consists of interfaces that define
+ relationships between commonly used application components,
+ best-of-practice pattern enforcement, and several lightweight
+ convenience implementations of the generic components.
+ .
This is the API documentation for Avalon which is a common framework
for Java server applications.
More information about the pkg-java-commits
mailing list