Source: ognl
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Damien Raude-Morvan <drazzib@debian.org>
Build-Depends: ant,
               ant-contrib,
               ant-optional,
               debhelper-compat (= 13),
               default-jdk,
               docbook-xml,
               docbook-xsl,
               javacc,
               junit4,
               libjavassist-java,
               libxalan2-java,
               maven-repo-helper,
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/java-team/ognl.git
Vcs-Browser: https://salsa.debian.org/java-team/ognl
Homepage: https://commons.apache.org/ognl/
Rules-Requires-Root: no

Package: libognl-java
Architecture: all
Depends: ${misc:Depends}, libjavassist-java
Description: Java expression language
 OGNL stands for Object-Graph Navigation Language; it is an expression language
 for getting and setting properties of Java objects. You use the same
 expression for both getting and setting the value of a property.

Package: libognl-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: default-jdk-doc
Description: Java expression language - Documentation
 OGNL stands for Object-Graph Navigation Language; it is an expression language
 for getting and setting properties of Java objects. You use the same
 expression for both getting and setting the value of a property.
 .
 This package contains Language, Developer Documentation and API of
 OGNL software.
