[java-allocation-instrumenter] 03/05: Modified the package description to fit into 80 characters

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Dec 4 22:31:35 UTC 2014


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

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

commit 31b04e22cf6674c69f228f999780add1314ed2d3
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Dec 4 23:11:22 2014 +0100

    Modified the package description to fit into 80 characters
---
 debian/control | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 3fc80cc..39c45ec 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Package: libjava-allocation-instrumenter-java
 Architecture: all
 Depends: ${maven:Depends}, ${misc:Depends}
 Suggests: libjava-allocation-instrumenter-java-doc, ${maven:OptionalDepends}
-Description: agent to invoke a user-defined function for each memory allocation
+Description: JVM agent tracking memory allocations
  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.
@@ -35,7 +35,7 @@ Architecture: all
 Section: doc
 Depends: ${maven:DocDepends}, ${misc:Depends}
 Suggests: libjava-allocation-instrumenter-java, ${maven:DocOptionalDepends}
-Description: Documentation for libjavaallocation-instrumenter-java
+Description: JVM agent tracking memory allocations (documentation)
  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.
@@ -43,4 +43,5 @@ Description: Documentation for libjavaallocation-instrumenter-java
  Bytecode rewriting is used to invoke the callback at the site of each
  allocation.
  .
- This package contains the documentation for libjava-allocation-instrumenter-java.
+ This package contains the documentation for the
+ libjava-allocation-instrumenter-java package.

-- 
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