Source: jspecify-java
Section: java
Priority: optional
Maintainer: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-linktree,
               default-jdk,
               gradle-debian-helper,
               maven-repo-helper
Build-Depends-Indep: libjs-jquery, libjs-jquery-ui, libjs-jquery-ui-theme-base
Standards-Version: 4.7.2
Homepage: https://jspecify.org
Vcs-Browser: https://salsa.debian.org/java-team/jspecify-java
Vcs-Git: https://salsa.debian.org/java-team/jspecify-java.git

Package: libjspecify-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Description: Standard annotations for static analysis
 JSpecify is a collaborative effort to define a standard set of annotations
 for Java static analysis tools, starting with nullness annotations.
 .
 This package contains the library.

Package: libjspecify-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libjspecify-java
Description: Standard annotations for static analysis (documentation)
 JSpecify is a collaborative effort to define a standard set of annotations
 for Java static analysis tools, starting with nullness annotations.
 .
 This package contains the API Javadoc.
