[java-allocation-instrumenter] 02/02: Add long descriptions to d/control

Tim Potter tpot-guest at moszumanska.debian.org
Thu Dec 4 05:11:41 UTC 2014


This is an automated email from the git hooks/post-receive script.

tpot-guest pushed a commit to branch master
in repository java-allocation-instrumenter.

commit 8c0de61382684b6115d3aaba472be5d35160a91f
Author: Tim Potter <tpot at hp.com>
Date:   Thu Dec 4 16:11:30 2014 +1100

    Add long descriptions to d/control
---
 debian/control | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 0229e01..b7c7a05 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,12 @@ Architecture: all
 Depends: ${misc:Depends}, ${maven:Depends}
 Suggests: libjava-allocation-instrumenter-java-doc, ${maven:OptionalDepends}
 Description: agent to invoke a user-defined function for each memory allocation 
- TODO
+ Java Allocation Instrumenter is a Java agent written using the 
+ java.lang.instrument API. Each allocation in your Java program is instrumented; 
+ a user-defined callback is invoked on each allocation.
+ .
+ Bytecode rewriting is used to invoke the callback at the site of each
+ allocation.
 
 Package: libjava-allocation-instrumenter-java-doc
 Architecture: all
@@ -22,4 +27,11 @@ Section: doc
 Depends: ${maven:DocDepends}, ${misc:Depends}
 Suggests: libjava-allocation-instrumenter-java, ${maven:DocOptionalDepends}
 Description: Documentation for libjavaallocation-instrumenter-java
- TODO
+ Java Allocation Instrumenter is a Java agent written using the
+ java.lang.instrument API. Each allocation in your Java program is instrumented;
+ a user-defined callback is invoked on each allocation.
+ .
+ Bytecode rewriting is used to invoke the callback at the site of each
+ allocation.
+ .
+ This package contains the documentation for libjava-allocation-instrumenter-java.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java-allocation-instrumenter.git



More information about the pkg-java-commits mailing list