debian/0000755000000000000000000000000012244260557007175 5ustar debian/maven.publishedRules0000644000000000000000000000006712244253262013215 0ustar net.sf.practicalxml practicalxml jar s/1\..*/1.x/ * * debian/maven.rules0000644000000000000000000000021212244253262011345 0ustar junit junit jar s/3\..*/3.x/ * * net.sf.kdgcommons kdgcommons jar s/1\..*/1.x/ * * net.sf.practicalxml practicalxml jar s/1\..*/1.x/ * * debian/control0000644000000000000000000000213312244252515010572 0ustar Source: practicalxml-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Steffen Moeller Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.5) Build-Depends-Indep: junit (>= 3.8.2), libkdgcommons-java Standards-Version: 3.9.5 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libpracticalxml-java Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libpracticalxml-java Homepage: http://sourceforge.net/projects/practicalxml/ Package: libpracticalxml-java Architecture: all Depends: ${misc:Depends}, ${maven:Depends} Recommends: ${maven:OptionalDepends} Description: practical XML handling routines The package provides a collection of utility classes for working with the JDK's built-in XML packages. These are meant to bring the well maintained core routines of the JDK closer to regular applications for handling XML data and their schemata. Priorities in the development where set to meet specific needs in the maintainers' other professional and personal projects. debian/source/0000755000000000000000000000000012244260545010472 5ustar debian/source/format0000644000000000000000000000001412243672143011700 0ustar 3.0 (quilt) debian/maven.properties0000644000000000000000000000002612244260542012411 0ustar maven.test.skip=false debian/compat0000644000000000000000000000000212243672143010370 0ustar 7 debian/maven.ignoreRules0000644000000000000000000000031612244253262012516 0ustar org.apache.maven.plugins maven-changes-plugin * * * * org.apache.maven.plugins maven-javadoc-plugin * * * * org.codehaus.mojo cobertura-maven-plugin * * * * org.codehaus.mojo findbugs-maven-plugin * * * * debian/maven.cleanIgnoreRules0000644000000000000000000000000112243672143013452 0ustar debian/libpracticalxml-java.poms0000644000000000000000000000002412243672143014157 0ustar pom.xml --no-parent debian/changelog0000644000000000000000000000024512244244071011041 0ustar practicalxml-java (1.1.17-1) unstable; urgency=low * Initial release (Closes: #730197) -- Steffen Moeller Fri, 15 Nov 2013 18:41:57 +0100 debian/copyright0000644000000000000000000000071512243672143011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: practicalxml Source: http://sourceforge.net/projects/practicalxml/ Files: * Copyright: 2013, Keith Gregory License: Apache-2.0 Files: debian/* Copyright: 2013, Steffen Moeller License: Apache-2.0 License: Apache-2.0 On Debian systems, the full text of the Apache-2.0 license can be found in the file '/usr/share/common-licenses/Apache-2.0' debian/rules0000755000000000000000000000101512244255406010247 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/maven.mk JAVA_HOME := /usr/lib/jvm/default-java get-orig-source: rm -rf practicalxml-$(DEB_UPSTREAM_VERSION) echo "Exporting version $(DEB_UPSTREAM_VERSION), adapt changelog to change." svn export svn://svn.code.sf.net/p/practicalxml/code/tags/rel-$(DEB_UPSTREAM_VERSION) practicalxml-java-$(DEB_UPSTREAM_VERSION) tar cJvf practicalxml-java_$(DEB_UPSTREAM_VERSION).orig.tar.xz practicalxml-java-$(DEB_UPSTREAM_VERSION) debian/README.source0000644000000000000000000000046212243672143011353 0ustar Information about practicalxml-java ----------------------------------- This package was debianized using the mh_make command from the maven-debian-helper package. The build system uses Maven but prevents it from downloading anything from the Internet, making the build compliant with the Debian policy.