Package: wnpp The current maintainer of kxml2, Damien Raude-Morvan <draz...@debian.org>, is apparently not active anymore. Therefore, I orphan this package now.
Maintaining a package requires time and skills. Please only adopt this package if you will have enough time and attention to work on it. The Java packaging team is in X-Debbugs-CC for information. If you want to be the new maintainer, please see https://www.debian.org/devel/wnpp/#howto-o for detailed instructions how to adopt a package properly. Some information about this package: Package: kxml2 Binary: libkxml2-java, libkxml2-java-doc Version: 2.3.0+ds1-2 Maintainer: Debian Java Maintainers <pkg-java-maintain...@lists.alioth.debian.org> Uploaders: Damien Raude-Morvan <draz...@debian.org> Build-Depends: debhelper (>= 7.3.3~), libxpp3-java, ant, default-jdk, maven-repo-helper Architecture: all Standards-Version: 3.9.2 Format: 3.0 (quilt) Files: f5d6fe1ea9b4d28c9eec4c309d71d962 1944 kxml2_2.3.0+ds1-2.dsc 126d64b35de215ecc40864eb0ec339d0 99523 kxml2_2.3.0+ds1.orig.tar.gz 29092742a3bc087b1d5f4c6f08b3c38a 3851 kxml2_2.3.0+ds1-2.debian.tar.gz Vcs-Browser: http://git.debian.org/?p=pkg-java/kxml2.git;a=summary Vcs-Git: git://git.debian.org/pkg-java/kxml2.git Checksums-Sha1: ddfa585e1e865442668cfa1665e97250a6394571 1944 kxml2_2.3.0+ds1-2.dsc 65446269edc6a9cbee916b77f306f54b83f0c183 99523 kxml2_2.3.0+ds1.orig.tar.gz 0625e6454dd081212d4855066bbf2f401f0ad193 3851 kxml2_2.3.0+ds1-2.debian.tar.gz Checksums-Sha256: 32282de301f2af10491d8ca2e4cfc5221411c4113585c45c211148b8a62904a5 1944 kxml2_2.3.0+ds1-2.dsc 020fe0ec709e2309c0ae5ef0ebf709947ba812a1cfbe52ada4e35ae9df3e8d08 99523 kxml2_2.3.0+ds1.orig.tar.gz f8460769526eed37be9b755763596d73feefe22ecde29e596d9ebd19b3cb5147 3851 kxml2_2.3.0+ds1-2.debian.tar.gz Homepage: http://kxml.sourceforge.net/ Directory: pool/main/k/kxml2 Priority: source Section: java Package: kxml2 Binary: libkxml2-java, libkxml2-java-doc Version: 2.3.0+ds1-2 Maintainer: Debian Java Maintainers <pkg-java-maintain...@lists.alioth.debian.org> Uploaders: Damien Raude-Morvan <draz...@debian.org> Build-Depends: debhelper (>= 7.3.3~), libxpp3-java, ant, default-jdk, maven-repo-helper Architecture: all Standards-Version: 3.9.2 Format: 3.0 (quilt) Files: f5d6fe1ea9b4d28c9eec4c309d71d962 1944 kxml2_2.3.0+ds1-2.dsc 126d64b35de215ecc40864eb0ec339d0 99523 kxml2_2.3.0+ds1.orig.tar.gz 29092742a3bc087b1d5f4c6f08b3c38a 3851 kxml2_2.3.0+ds1-2.debian.tar.gz Vcs-Browser: http://git.debian.org/?p=pkg-java/kxml2.git;a=summary Vcs-Git: git://git.debian.org/pkg-java/kxml2.git Checksums-Sha256: 32282de301f2af10491d8ca2e4cfc5221411c4113585c45c211148b8a62904a5 1944 kxml2_2.3.0+ds1-2.dsc 020fe0ec709e2309c0ae5ef0ebf709947ba812a1cfbe52ada4e35ae9df3e8d08 99523 kxml2_2.3.0+ds1.orig.tar.gz f8460769526eed37be9b755763596d73feefe22ecde29e596d9ebd19b3cb5147 3851 kxml2_2.3.0+ds1-2.debian.tar.gz Homepage: http://kxml.sourceforge.net/ Directory: pool/main/k/kxml2 Priority: source Section: java Package: libkxml2-java Source: kxml2 Version: 2.3.0+ds1-2 Installed-Size: 248 Maintainer: Debian Java Maintainers <pkg-java-maintain...@lists.alioth.debian.org> Architecture: all Description-en: 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. Description-md5: abcb0cfd22186851b64fa38857e1b04d Homepage: http://kxml.sourceforge.net/ Section: java Priority: extra Filename: pool/main/k/kxml2/libkxml2-java_2.3.0+ds1-2_all.deb Size: 151688 MD5sum: af280f563fcd4e197bf507b1dd1fe088 SHA1: 07c220f0e7cf782e807169d575bbcd7be8fe5e39 SHA256: a39756831a241fe485c94fe1d8708e3a5b12207eaad8a23abd7553ac6505925a Package: libkxml2-java-doc Source: kxml2 Version: 2.3.0+ds1-2 Installed-Size: 876 Maintainer: Debian Java Maintainers <pkg-java-maintain...@lists.alioth.debian.org> Architecture: all Description-en: 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. Description-md5: 1cc142e83db7a0e1e6701086644dd1ca Homepage: http://kxml.sourceforge.net/ Tag: devel::doc, devel::examples, devel::lang:java, made-of::html, role::documentation Section: doc Priority: extra Filename: pool/main/k/kxml2/libkxml2-java-doc_2.3.0+ds1-2_all.deb Size: 52580 MD5sum: fdbf4c2c8fcf8e6e26d272a2ca2a2576 SHA1: 039ff1dd2d7c4ea1a8d7b28dfd0c4426b9964499 SHA256: 621e32b66b481b9a596acdf638f99b244baa4c0b37fd16d001e10a0a85876f77 Package: libkxml2-java Source: kxml2 Version: 2.3.0+ds1-2 Installed-Size: 248 Maintainer: Debian Java Maintainers <pkg-java-maintain...@lists.alioth.debian.org> Architecture: all Description-en: 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. Description-md5: abcb0cfd22186851b64fa38857e1b04d Homepage: http://kxml.sourceforge.net/ Section: java Priority: extra Filename: pool/main/k/kxml2/libkxml2-java_2.3.0+ds1-2_all.deb Size: 151688 MD5sum: af280f563fcd4e197bf507b1dd1fe088 SHA1: 07c220f0e7cf782e807169d575bbcd7be8fe5e39 SHA256: a39756831a241fe485c94fe1d8708e3a5b12207eaad8a23abd7553ac6505925a Package: libkxml2-java-doc Source: kxml2 Version: 2.3.0+ds1-2 Installed-Size: 876 Maintainer: Debian Java Maintainers <pkg-java-maintain...@lists.alioth.debian.org> Architecture: all Description-en: 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. Description-md5: 1cc142e83db7a0e1e6701086644dd1ca Homepage: http://kxml.sourceforge.net/ Tag: devel::doc, devel::examples, devel::lang:java, made-of::html, role::documentation Section: doc Priority: extra Filename: pool/main/k/kxml2/libkxml2-java-doc_2.3.0+ds1-2_all.deb Size: 52580 MD5sum: fdbf4c2c8fcf8e6e26d272a2ca2a2576 SHA1: 039ff1dd2d7c4ea1a8d7b28dfd0c4426b9964499 SHA256: 621e32b66b481b9a596acdf638f99b244baa4c0b37fd16d001e10a0a85876f77