tags 513661 patch
thanks

Hi,

I found the same issue as Michael and tried to put together a patch. Unfortunately, I can't really try it out because I can't even prepare a dsc file for pbuilder without installing all kinds of things Java. Please let me know if this works or does not work and please upload this patch or something else quickly ;-)

Regards

Rolf
diff -Naur jaxme-0.5.2+dfsg/debian/changelog jaxme-0.5.2+dfsg.new/debian/changelog
--- jaxme-0.5.2+dfsg/debian/changelog	2009-02-22 03:28:57.000000000 +0900
+++ jaxme-0.5.2+dfsg.new/debian/changelog	2009-02-22 03:27:28.414724466 +0900
@@ -1,3 +1,9 @@
+jaxme (0.5.2+dfsg-3) unstable; urgency=low
+
+  * move the docs into a separate package. (Closes: 513661)
+
+ -- Rolf Leggewie <f...@rolf.leggewie.biz>  Sun, 22 Feb 2009 03:25:47 +0900
+
 jaxme (0.5.2+dfsg-2) unstable; urgency=low
 
   * Apply patch to disable MarshallerTest as it is not timezone clean.
diff -Naur jaxme-0.5.2+dfsg/debian/control jaxme-0.5.2+dfsg.new/debian/control
--- jaxme-0.5.2+dfsg/debian/control	2009-02-22 03:28:57.000000000 +0900
+++ jaxme-0.5.2+dfsg.new/debian/control	2009-02-22 03:24:02.270724720 +0900
@@ -14,7 +14,7 @@
 Section: libs
 Architecture: all
 Depends: java-gcj-compat | java1-runtime | java2-runtime, liblog4j1.2-java, libcommons-codec-java
-Suggests: java-virtual-machine
+Suggests: java-virtual-machine, libjaxme-java-doc
 Description: implementation of the JAXB specification for Java/XML binding
  A Java/XML binding compiler takes as input a schema description. The output 
  is a set of Java classes:
@@ -25,3 +25,15 @@
  This package contains an implementation of the JAXB API, the JaxMe
  JavaSource framework for generating Java sources, the JaxMe parser
  for XML schema and the JaxMe Persistence Management layer.
+
+Package: libjaxme-java-doc
+Section: docs
+Architecture: all
+Description: documentation of the JAXB specification for Java/XML binding
+ A Java/XML binding compiler takes as input a schema description. The output 
+ is a set of Java classes:
+  * A Java bean class compatible with the schema description.
+  * An unmarshaller that converts a XML document into the equivalent Java bean.
+  * A marshaller that converts the Java bean back into the XML document.
+ .
+ This package contains the documentation for the libjavxme-java package.
diff -Naur jaxme-0.5.2+dfsg/debian/docs jaxme-0.5.2+dfsg.new/debian/docs
--- jaxme-0.5.2+dfsg/debian/docs	2009-02-22 03:28:57.000000000 +0900
+++ jaxme-0.5.2+dfsg.new/debian/docs	1970-01-01 09:00:00.000000000 +0900
@@ -1 +0,0 @@
-build/docs/src/documentation/content/apidocs
diff -Naur jaxme-0.5.2+dfsg/debian/libjaxme-java-doc.install jaxme-0.5.2+dfsg.new/debian/libjaxme-java-doc.install
--- jaxme-0.5.2+dfsg/debian/libjaxme-java-doc.install	1970-01-01 09:00:00.000000000 +0900
+++ jaxme-0.5.2+dfsg.new/debian/libjaxme-java-doc.install	2009-02-22 03:24:52.282718754 +0900
@@ -0,0 +1 @@
+build/docs/src/documentation/content/apidocs

Reply via email to