[libxerces2-java] 31/61: merged documentation
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sun Jun 18 22:23:41 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libxerces2-java.
commit cad48fea294b81a86e954bca8527d45890122d3d
Author: Arnaud Vandyck <avdyk at debian.org>
Date: Tue Jul 3 18:21:39 2007 +0000
merged documentation
---
debian/changelog | 10 +++++-----
debian/control | 14 ++++++++++++++
debian/libxerces2-java-doc.examples | 3 +++
debian/rules | 9 +++++++--
4 files changed, 29 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a1dc741..7e64503 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-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 <avdyk at debian.org> Mon, 2 Jul 2007 22:39:58 +0200
+ * debian/rule: added generation of the documentation (merge
+ libxerces2-java-doc).
+
+ -- Arnaud Vandyck <avdyk at debian.org> Tue, 3 Jul 2007 20:21:12 +0200
libxerces2-java (2.8.1-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 690e24a..124eaf7 100644
--- a/debian/control
+++ b/debian/control
@@ -47,3 +47,17 @@ Description: Validating XML parser for Java with DOM level 3 support (native cod
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.
diff --git a/debian/libxerces2-java-doc.examples b/debian/libxerces2-java-doc.examples
new file mode 100644
index 0000000..039a091
--- /dev/null
+++ b/debian/libxerces2-java-doc.examples
@@ -0,0 +1,3 @@
+build/samples/*
+build/xercesSamples.jar
+
diff --git a/debian/rules b/debian/rules
index 2e84769..b4ab78c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,11 +15,13 @@ endif
# 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 @@ endif
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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxerces2-java.git
More information about the pkg-java-commits
mailing list