debian/0000755000000000000000000000000011562276670007202 5ustar debian/libkxml2-java-doc.doc-base0000644000000000000000000000032311562276620014000 0ustar Document: kxml2 Title: kxml2 API Author: Stefan Haustein Section: Programming/Java Format: HTML Index: /usr/share/doc/libkxml2-java-doc/javadoc/index.html Files: /usr/share/doc/libkxml2-java-doc/javadoc/*.html debian/libkxml2-java.poms0000644000000000000000000000020311562276620012533 0ustar debian/poms/min.xml --java-lib --artifact=dist/kxml2-min-2.3.0.jar debian/poms/main.xml --java-lib --artifact=dist/kxml2-2.3.0.jar debian/patches/0000755000000000000000000000000011562276620010624 5ustar debian/patches/series0000644000000000000000000000002311562276620012034 0ustar 00-fix_build.patch debian/patches/00-fix_build.patch0000644000000000000000000000154311562276620014032 0ustar From: David Paleino Subject: use system-wide library --- build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- kxml2.orig/build.xml +++ kxml2/build.xml @@ -9,7 +9,7 @@ - - + debian/control0000644000000000000000000000531711562276620010606 0ustar Source: kxml2 Section: java Priority: extra Maintainer: Debian Java Maintainers Uploaders: Damien Raude-Morvan Build-Depends: debhelper (>= 7.3.3~) , libxpp3-java , ant , default-jdk , maven-repo-helper Standards-Version: 3.9.2 Homepage: http://kxml.sourceforge.net/ Vcs-Git: git://git.debian.org/pkg-java/kxml2.git Vcs-Browser: http://git.debian.org/?p=pkg-java/kxml2.git;a=summary Package: libkxml2-java Architecture: all Depends: ${java:Depends} , ${misc:Depends} Description: small XML parser, designed for small environments kXML is a small XML pull parser, specially designed for constrained environments such as Applets, Personal Java or MIDP devices. In contrast to kXML 1, kXML 2 is based on the common XML pull API. . Pull based XML parsing combines some of the advantages of SAX and DOM: . - In contrast to push parsers (SAX), pull parsers such as kXML make it possible to model the XML processing routines after the structure of the processed XML document. Events processing is similar to an InputStream. If a part of the stream requires special handling, the parser can simply be delegated to a specialized method by handing over the parser. - While the above is also possible with an explicit DOM, DOM usually requires that the whole document structure is present in main memory. - In contrast to DOM based parsing, the XML events are accessible immediately when they are available, it is not necessary to wait for the whole tree to build up. Package: libkxml2-java-doc Architecture: all Section: doc Depends: ${java:Depends} , ${misc:Depends} Description: small XML parser, designed for small environments - docs kXML is a small XML pull parser, specially designed for constrained environments such as Applets, Personal Java or MIDP devices. In contrast to kXML 1, kXML 2 is based on the common XML pull API. . Pull based XML parsing combines some of the advantages of SAX and DOM: . - In contrast to push parsers (SAX), pull parsers such as kXML make it possible to model the XML processing routines after the structure of the processed XML document. Events processing is similar to an InputStream. If a part of the stream requires special handling, the parser can simply be delegated to a specialized method by handing over the parser. - While the above is also possible with an explicit DOM, DOM usually requires that the whole document structure is present in main memory. - In contrast to DOM based parsing, the XML events are accessible immediately when they are available, it is not necessary to wait for the whole tree to build up. . This package contains the documentation. debian/watch0000644000000000000000000000012111562276620010220 0ustar version=3 opts=dversionmangle=s/\+ds1// \ http://sf.net/kxml/kxml2-src-(.*)\.zip debian/source/0000755000000000000000000000000011562276620010475 5ustar debian/source/format0000644000000000000000000000001411562276620011703 0ustar 3.0 (quilt) debian/poms/0000755000000000000000000000000011562276620010153 5ustar debian/poms/main.xml0000644000000000000000000000043711562276620011625 0ustar 4.0.0 kxml2 kxml2 2.3.0 net.sf.kxml debian/poms/min.xml0000644000000000000000000000044311562276620011461 0ustar 4.0.0 kxml2 kxml2-min 2.3.0 net.sf.kxml debian/libkxml2-java-doc.examples0000644000000000000000000000003111562276620014135 0ustar samples/* samples_midp/* debian/changelog0000644000000000000000000000162311562276620011051 0ustar kxml2 (2.3.0+ds1-2) unstable; urgency=low * Switch maintainership to pkg-java team: - Remove David Paleino from Uploaders (acked by himself - thanks for your work David!). - Add myself as Uploaders. - Set pkg-java team as Maintainer. - Update Vcs-* fields. * Maven repository support (Closes: #623948): - d/control: Add B-D on maven-repo-helper. - d/rules: Add "maven_repo_helper" sequence to dh. - d/libkxml2-java.{links,install}: Drop. - d/poms/*.xml: Add 2 new XML file to describe each artifacts. - d/libkxml2-java.poms: Describe installation of artifacts. * Bump Standards-Version to 3.9.2: no changes needed. -- Damien Raude-Morvan Tue, 10 May 2011 20:01:22 +0200 kxml2 (2.3.0+ds1-1) unstable; urgency=low * Initial release (Closes: #494588) -- David Paleino Sun, 06 Jun 2010 15:15:47 +0200 debian/rules0000755000000000000000000000131011562276620010250 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 CURVER=$(shell dpkg-parsechangelog | grep ^Version | cut -d\ -f2 | cut -d- -f1) UPVER=$(shell echo $(CURVER) | cut -d+ -f1) %: dh $@ --with maven_repo_helper override_dh_auto_build: dh_auto_build -- build_jar override_dh_auto_clean: dh_clean dist/* get-orig-source: uscan --verbose \ --download-version $(UPVER) \ --force-download \ --destdir . unzip -d kxml2-$(CURVER) kxml2-src-$(UPVER).zip find kxml2-$(CURVER) \( -name "*.class" -o -name "*.jar" \) -delete tar cf kxml2_$(CURVER).orig.tar kxml2-$(CURVER) gzip -9 kxml2_$(CURVER).orig.tar rm -vrf kxml2-$(CURVER) kxml2-src-$(UPVER).zip debian/copyright0000644000000000000000000000240511562276620011131 0ustar Format-Specification: http://dep.debian.net/deps/dep5 Files: debian/* Copyright: © 2010, David Paleino License: MIT Files: * Copyright: © 2002-2004, Stefan Haustein, Oberhausen, Rhld., Germany License: MIT License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/README.source0000644000000000000000000000027511562276620011360 0ustar kxml2 for Debian ---------------- The source tarball has been repackaged to remove binary *.class and *.jar files. -- David Paleino Sun, 06 Jun 2010 15:34:49 +0200 debian/compat0000644000000000000000000000000211562276620010373 0ustar 7 debian/libkxml2-java-doc.docs0000644000000000000000000000002211562276620013247 0ustar www/kxml2/javadoc