Source: libdecentxml-java
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Jakub Adam <jakub.adam@ktknet.cz>
Section: java
Priority: optional
Build-Depends: debhelper-compat (= 13),
               default-jdk-headless,
               junit4,
               libmaven-javadoc-plugin-java,
               maven-debian-helper
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/java-team/libdecentxml-java
Vcs-Git: https://salsa.debian.org/java-team/libdecentxml-java.git
Homepage: https://github.com/cartermckinnon/decentxml

Package: libdecentxml-java
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: XML parser optimized for round-tripping and code reuse
 DecentXML is an XML parser written in Java with following features:
 .
  * Allows 100% round-tripping, even for weird whitespace between attributes in
    the start tag or in the end tag.
  * Suitable for building editors and filters which want/need to preserve the
    original file layout as much as possible.
  * Error messages have line and column information.
  * Easy to reuse individual components.
  * XML 1.1 compatible.

Package: libdecentxml-java-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Suggests: libdecentxml-java (= ${binary:Version})
Description: API documentation for libdecentxml-java
 DecentXML is an XML parser written in Java with following features:
 .
  * Allows 100% round-tripping, even for weird whitespace between attributes in
    the start tag or in the end tag.
  * Suitable for building editors and filters which want/need to preserve the
    original file layout as much as possible.
  * Error messages have line and column information.
  * Easy to reuse individual components.
  * XML 1.1 compatible.
 .
 This package contains the Javadoc generated API documentation.
