Matthias Klose was kind enough to point out an error in my diff, it was missing a Replaces line. Attaching updated diff.
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-03-05 05:09:59.000000000 +0900
+++ jaxme-0.5.2+dfsg.new/debian/changelog	2009-03-05 05:07:34.000000000 +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 <[email protected]>  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-03-05 05:09:59.000000000 +0900
+++ jaxme-0.5.2+dfsg.new/debian/control	2009-03-05 05:08:47.000000000 +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,16 @@
  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
+Replaces: libjaxme-java 
+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-03-05 05:09:59.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-03-05 05:07:34.000000000 +0900
@@ -0,0 +1 @@
+build/docs/src/documentation/content/apidocs
_______________________________________________
pkg-java-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Reply via email to