[pkg-java] r3620 - trunk/qdox/debian
avdyk at alioth.debian.org
avdyk at alioth.debian.org
Thu Jun 7 13:53:39 UTC 2007
Author: avdyk
Date: 2007-06-07 13:53:39 +0000 (Thu, 07 Jun 2007)
New Revision: 3620
Modified:
trunk/qdox/debian/changelog
trunk/qdox/debian/control
Log:
qdox (1.6.1-2) unstable; urgency=low
* debian/control:
+ Better description, thanks to Josh Triplett (closes: #423473)
+ added ant-optional to build-dep-indep (closes: #424472)
-- Arnaud Vandyck <avdyk at debian.org> Thu, 7 Jun 2007 15:48:05 +0200
Modified: trunk/qdox/debian/changelog
===================================================================
--- trunk/qdox/debian/changelog 2007-06-06 22:22:40 UTC (rev 3619)
+++ trunk/qdox/debian/changelog 2007-06-07 13:53:39 UTC (rev 3620)
@@ -1,3 +1,11 @@
+qdox (1.6.1-2) unstable; urgency=low
+
+ * debian/control:
+ + Better description, thanks to Josh Triplett (closes: #423473)
+ + added ant-optional to build-dep-indep (closes: #424472)
+
+ -- Arnaud Vandyck <avdyk at debian.org> Thu, 7 Jun 2007 15:48:05 +0200
+
qdox (1.6.1-1) unstable; urgency=low
Trygve Laugstøl <trygvis at inamo.no>:
Modified: trunk/qdox/debian/control
===================================================================
--- trunk/qdox/debian/control 2007-06-06 22:22:40 UTC (rev 3619)
+++ trunk/qdox/debian/control 2007-06-07 13:53:39 UTC (rev 3620)
@@ -3,24 +3,41 @@
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Trygve Laugstøl <trygvis at inamo.no>, Arnaud Vandyck <avdyk at debian.org>
-Build-Depends-Indep: debhelper (>> 4.0.0), cdbs, java-gcj-compat-dev, ant (>= 1.6.5), junit (>= 3.8.1), libjmock-java (>= 1.0.1)
+Build-Depends-Indep: debhelper (>> 4.0.0), cdbs, java-gcj-compat-dev, ant (>= 1.6.5), ant-optional, junit (>= 3.8.1), libjmock-java (>= 1.0.1)
Standards-Version: 3.7.2
Package: libqdox-java
Architecture: all
Depends: java-gcj-compat | java2-runtime
Suggests: libqdox-java-doc
-Description: High speed source parser for extracting from Java class/method definitions
- The parser skims the source files only looking for things of interest such as
- class/interface definitions, import statements, JavaDoc and member
- declarations. The parser ignores things such as actual method implementations
- to avoid overhead (while in method blocks, curly brace counting suffices).
+Description: Quickly parses declarations and Javadoc from Java source
+ qdox quickly parses Java source files looking for key items of
+ interest:
+ * class and interface definitions
+ * member declarations
+ * import statements
+ * JavaDoc comments
.
- The end result of the parser is a very simple document model containing enough
+ qdox ignores all other components of Java source, such as actual method
+ implementations, to avoid overhead. qdox returns a simple document
+ model containing only the declarations and containing enough
information to be useful.
Package: libqdox-java-doc
Architecture: all
Suggests: libqdox-java
-Description: Documentation for the qdox package
- Javadoc only.
+Description: Documentation for qdox (javadoc)
+ This package contains the documentation for qdox, generated from
+ Javadoc.
+ .
+ qdox quickly parses Java source files looking for key items of
+ interest:
+ * class and interface definitions
+ * member declarations
+ * import statements
+ * JavaDoc comments
+ .
+ qdox ignores all other components of Java source, such as actual method
+ implementations, to avoid overhead. qdox returns a simple document
+ model containing only the declarations and containing enough
+ information to be useful.
More information about the pkg-java-commits
mailing list