File: control

package info (click to toggle)
java-allocation-instrumenter 3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 188 kB
  • ctags: 132
  • sloc: java: 990; xml: 239; makefile: 9; sh: 7
file content (49 lines) | stat: -rw-r--r-- 2,067 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Source: java-allocation-instrumenter
Section: java
Priority: optional
Maintainer: Debian Java maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hp.com>,
           Kai-Chung Yan <seamlikok@gmail.com>
Build-Depends: debhelper (>= 9),
               default-jdk-doc,
               default-jdk-headless | default-jdk,
               javahelper,
               junit,
               libasm-java,
               libguava-java,
               libjarjar-maven-plugin-java,
               libmaven-javadoc-plugin-java,
               libmaven-source-plugin-java,
               maven-debian-helper
Standards-Version: 3.9.8
Homepage: https://github.com/google/allocation-instrumenter
Vcs-Git: https://://anonscm.debian.org/git/pkg-java/java-allocation-instrumenter.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/java-allocation-instrumenter.git

Package: libjava-allocation-instrumenter-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: libjava-allocation-instrumenter-java-doc, ${maven:OptionalDepends}
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.
 .
 Bytecode rewriting is used to invoke the callback at the site of each
 allocation.

Package: libjava-allocation-instrumenter-java-doc
Architecture: all
Section: doc
Depends: ${maven:DocDepends}, ${misc:Depends}
Suggests: libjava-allocation-instrumenter-java, ${maven:DocOptionalDepends}
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.
 .
 Bytecode rewriting is used to invoke the callback at the site of each
 allocation.
 .
 This package contains the documentation for the
 libjava-allocation-instrumenter-java package.