[avalon-framework] 12/23: Bump S-V, updated doc description and removed D on JRE.
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Oct 30 21:57:23 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository avalon-framework.
commit bcce079ded52a6069422a118501da7a31787afc2
Author: Niels Thykier <nthykier at debian.org>
Date: Thu Dec 9 11:25:26 2010 +0000
Bump S-V, updated doc description and removed D on JRE.
---
debian/changelog | 3 +++
debian/control | 12 ++++++++----
2 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index de19563..db5c74e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ avalon-framework (4.2.0-8) UNRELEASED; urgency=low
* 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
diff --git a/debian/control b/debian/control
index c0eccf1..ade4fb8 100644
--- a/debian/control
+++ b/debian/control
@@ -5,15 +5,14 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
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 @@ Architecture: all
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.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/avalon-framework.git
More information about the pkg-java-commits
mailing list