Source: async-profiler-java
Section: java
Priority: optional
Maintainer: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-exec,
               default-jdk,
               javahelper,
               pandoc
Standards-Version: 4.7.2
Homepage: https://github.com/async-profiler/async-profiler
Vcs-Browser: https://salsa.debian.org/java-team/async-profiler-java
Vcs-Git: https://salsa.debian.org/java-team/async-profiler-java.git

Package: libasync-profiler-java
Section: java
Architecture: all
Depends: libasync-profiler-jni (>= ${source:Version}), ${misc:Depends}
Description: Low overhead sampling profiler for Java (Java API)
 Async-profiler is a low overhead sampling profiler for Java
 that does not suffer from the safepoint bias problem.
 .
 This package contains the Java API Jar file.

Package: libasync-profiler-jni
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Native JNI agent for async-profiler
 Async-profiler is a low overhead sampling profiler for Java
 that does not suffer from the safepoint bias problem.
 .
 This package contains the native JNI agent library libasyncProfiler.so.

Package: async-profiler-java
Section: devel
Architecture: any
Depends: libasync-profiler-java (= ${source:Version}),
         libasync-profiler-jni (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Low overhead sampling profiler for Java (launcher)
 Async-profiler is a low overhead sampling profiler for Java
 that does not suffer from the safepoint bias problem.
 .
 This package contains the command-line tool asprof and HTML converters.

Package: libasync-profiler-java-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: libasync-profiler-java
Description: Low overhead sampling profiler for Java (documentation)
 Async-profiler is a low overhead sampling profiler for Java
 that does not suffer from the safepoint bias problem.
 .
 This package contains the project documentation, changelog, and README files.
