debian/0000755000000000000000000000000012215530770007170 5ustar debian/changelog0000644000000000000000000000024012215530770011036 0ustar libdecentxml-java (1.4-1) unstable; urgency=low * Initial release. (Closes: #706781) -- Jakub Adam Mon, 16 Sep 2013 09:21:43 +0200 debian/compat0000644000000000000000000000000212215530231010356 0ustar 9 debian/control0000644000000000000000000000353612215530716010602 0ustar Source: libdecentxml-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Jakub Adam Build-Depends: debhelper (>= 9), default-jdk, libmaven-compiler-plugin-java, libmaven-javadoc-plugin-java, libmaven-scm-java, libmaven-site-plugin-java, maven-debian-helper (>> 1.6.1), libmaven-install-plugin-java, junit4 Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-java/libdecentxml-java.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/libdecentxml-java.git Homepage: http://code.google.com/p/decentxml/ Package: libdecentxml-java Architecture: all 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 Section: doc Architecture: all 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. debian/copyright0000644000000000000000000000350712215530231011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: DecentXML Files: * Copyright: 2008, Aaron Digulla License: BSD-3-clause Files: debian/* Copyright: 2013, Debian Java Maintainers License: BSD-3-clause License: BSD-3-clause Copyright (c) 2008, Aaron Digulla All rights reserved. . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Aaron Digulla nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/gbp.conf0000644000000000000000000000003112215530231010571 0ustar [DEFAULT] compression=xz debian/libdecentxml-java-doc.doc-base.api0000644000000000000000000000045512215530231015467 0ustar Document: libdecentxml-java Title: API Javadoc for DecentXML Java library Author: Aaron Digulla Abstract: This is the API Javadoc for the libdecentxml-java library. Section: Programming Format: HTML Index: /usr/share/doc/libdecentxml-java/api/index.html Files: /usr/share/doc/libdecentxml-java/api/* debian/libdecentxml-java-doc.install0000644000000000000000000000006512215530231014705 0ustar target/apidocs/* usr/share/doc/libdecentxml-java/api debian/libdecentxml-java.poms0000644000000000000000000000314412215530651013461 0ustar # List of POM files for the package # Format of this file is: # [option]* # where option can be: # --ignore: ignore this POM and its artifact if any # --ignore-pom: don't install the POM. To use on POM files that are created # temporarily for certain artifacts such as Javadoc jars. [mh_install, mh_installpoms] # --no-parent: remove the tag from the POM # --package=: an alternative package to use when installing this POM # and its artifact # --has-package-version: to indicate that the original version of the POM is the same as the upstream part # of the version for the package. # --keep-elements=: a list of XML elements to keep in the POM # during a clean operation with mh_cleanpom or mh_installpom # --artifact=: path to the build artifact associated with this POM, # it will be installed when using the command mh_install. [mh_install] # --java-lib: install the jar into /usr/share/java to comply with Debian # packaging guidelines # --usj-name=: name to use when installing the library in /usr/share/java # --usj-version=: version to use when installing the library in /usr/share/java # --no-usj-versionless: don't install the versionless link in /usr/share/java # --dest-jar=: the destination for the real jar. # It will be installed with mh_install. [mh_install] # --classifier=: Optional, the classifier for the jar. Empty by default. # --site-xml=: Optional, the location for site.xml if it needs to be installed. # Empty by default. [mh_install] # pom.xml debian/maven.cleanIgnoreRules0000644000000000000000000000000112215530651013446 0ustar debian/maven.ignoreRules0000644000000000000000000000032412215530651012513 0ustar org.apache.maven.plugins maven-assembly-plugin * * * * org.apache.maven.plugins maven-release-plugin * * * * org.apache.maven.plugins maven-source-plugin * * * * org.codehaus.mojo cobertura-maven-plugin * * * * debian/maven.publishedRules0000644000000000000000000000000112215530651013177 0ustar debian/maven.rules0000644000000000000000000000011612215530651011346 0ustar junit junit jar s/4\..*/4.x/ * * junit s/junit-dep/junit/ * s/4\..*/4.x/ * * debian/rules0000755000000000000000000000031412215530231010236 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=maven # Workaround #711852, we don't want the javadoc jar override_dh_auto_install: dh_auto_install rm -rf debian/libdecentxml-java-doc/usr/share/maven-repo debian/source/0000755000000000000000000000000012215530231010460 5ustar debian/source/format0000644000000000000000000000001412215530231011666 0ustar 3.0 (quilt)