Author: avdyk Date: 2007-07-03 18:21:39 +0000 (Tue, 03 Jul 2007) New Revision: 3785
Added: trunk/libxerces2-java/debian/libxerces2-java-doc.examples Modified: trunk/libxerces2-java/debian/changelog trunk/libxerces2-java/debian/control trunk/libxerces2-java/debian/rules Log: merged documentation Modified: trunk/libxerces2-java/debian/changelog =================================================================== --- trunk/libxerces2-java/debian/changelog 2007-07-03 09:48:11 UTC (rev 3784) +++ trunk/libxerces2-java/debian/changelog 2007-07-03 18:21:39 UTC (rev 3785) @@ -1,12 +1,12 @@ -libxerces2-java (2.9.0-1) UNRELEASED; urgency=low +libxerces2-java (2.9.0-1) unstable; urgency=low - [Arnaud Vandyck] * New upstream. * debian/control: removed Stefan Gybas and Wolfgang Baer from uploaders. - * debian/rule: added generation of the documentation. - - -- Arnaud Vandyck <[EMAIL PROTECTED]> Mon, 2 Jul 2007 22:39:58 +0200 + * debian/rule: added generation of the documentation (merge + libxerces2-java-doc). + -- Arnaud Vandyck <[EMAIL PROTECTED]> Tue, 3 Jul 2007 20:21:12 +0200 + libxerces2-java (2.8.1-2) unstable; urgency=low [Arnaud Vandyck] Modified: trunk/libxerces2-java/debian/control =================================================================== --- trunk/libxerces2-java/debian/control 2007-07-03 09:48:11 UTC (rev 3784) +++ trunk/libxerces2-java/debian/control 2007-07-03 18:21:39 UTC (rev 3785) @@ -47,3 +47,17 @@ Xerces Native Interface, and also a fully conforming XML Schema processor. . This package contains the natively compiled code for use by gij. + +Package: libxerces2-java-doc +Architecture: all +Section: doc +Suggests: libxerces2-java, doc-html-w3 +Description: Validating XML parser for Java -- Documentation and examples + The Xerces2 Java parser is the reference implementation of XNI, the + Xerces Native Interface, and also a fully conforming XML Schema processor. + . + This package contains the documentation in HTML format, the Javadoc API + documentation and some examples. + . + For more information about Xerces-J see the home page at + http://xml.apache.org/xerces2-j/index.html. Added: trunk/libxerces2-java/debian/libxerces2-java-doc.examples =================================================================== --- trunk/libxerces2-java/debian/libxerces2-java-doc.examples (rev 0) +++ trunk/libxerces2-java/debian/libxerces2-java-doc.examples 2007-07-03 18:21:39 UTC (rev 3785) @@ -0,0 +1,3 @@ +build/samples/* +build/xercesSamples.jar + Modified: trunk/libxerces2-java/debian/rules =================================================================== --- trunk/libxerces2-java/debian/rules 2007-07-03 09:48:11 UTC (rev 3784) +++ trunk/libxerces2-java/debian/rules 2007-07-03 18:21:39 UTC (rev 3785) @@ -15,11 +15,13 @@ # Additional JARs to add to the class path, either full path or just the # basename for JARs in /usr/share/java. The ".jar" suffix may also be ommitted -DEB_JARS := xml-commons-resolver-1.1 jaxp-1.3.jar stylebook +DEB_JARS := xml-commons-resolver-1.1 +#jaxp-1.3.jar stylebook # Ant targets to call DEB_ANT_CLEAN_TARGET := clean -DEB_ANT_BUILD_TARGET := jar sampjar javadocs #docs +DEB_ANT_BUILD_TARGET := jar sampjar javadocs +#docs install/libxerces2-java:: mkdir -p debian/libxerces2-java/usr/share/java @@ -33,3 +35,6 @@ clean:: rm -rf build +binary-post-install/libxerces2-java-doc:: + dh_install -plibxerces2-java-doc build/docs/javadocs/* \ + usr/share/doc/libxerces2-java-doc/api _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

