[pkg-java] r12660 - trunk/commons-javaflow/debian

Torsten Werner twerner at alioth.debian.org
Fri Jun 25 21:19:47 UTC 2010


Author: twerner
Date: 2010-06-25 21:19:47 +0000 (Fri, 25 Jun 2010)
New Revision: 12660

Modified:
   trunk/commons-javaflow/debian/build.xml
   trunk/commons-javaflow/debian/changelog
   trunk/commons-javaflow/debian/control
Log:
Reference bcel's javadoc in the package's javadoc.

Modified: trunk/commons-javaflow/debian/build.xml
===================================================================
--- trunk/commons-javaflow/debian/build.xml	2010-06-25 21:09:31 UTC (rev 12659)
+++ trunk/commons-javaflow/debian/build.xml	2010-06-25 21:19:47 UTC (rev 12660)
@@ -35,6 +35,7 @@
 		use="true"
 		author="true"
 		>
+		<link href="/usr/share/doc/libbcel-java/api"/>
 	</javadoc>
 
 </target>

Modified: trunk/commons-javaflow/debian/changelog
===================================================================
--- trunk/commons-javaflow/debian/changelog	2010-06-25 21:09:31 UTC (rev 12659)
+++ trunk/commons-javaflow/debian/changelog	2010-06-25 21:19:47 UTC (rev 12660)
@@ -3,8 +3,9 @@
   * Change 'maintainers' into 'Maintainers'.
   * Add Build-Depends: libasm2-java; the package is not compatible with asm3.
     (Closes: #587136)
+  * Reference bcel's javadoc in the package's javadoc.
 
- -- Torsten Werner <twerner at debian.org>  Fri, 25 Jun 2010 23:04:19 +0200
+ -- Torsten Werner <twerner at debian.org>  Fri, 25 Jun 2010 23:14:22 +0200
 
 commons-javaflow (0.0~svn20060411-4) unstable; urgency=low
 

Modified: trunk/commons-javaflow/debian/control
===================================================================
--- trunk/commons-javaflow/debian/control	2010-06-25 21:09:31 UTC (rev 12659)
+++ trunk/commons-javaflow/debian/control	2010-06-25 21:19:47 UTC (rev 12660)
@@ -6,7 +6,7 @@
 Standards-Version: 3.8.3
 Build-Depends: default-jdk, ant, debhelper (>= 7), cdbs
 Build-Depends-Indep: libcommons-logging-java, libcommons-jci-java, libbcel-java,
- maven-repo-helper, libasm2-java
+ maven-repo-helper, libasm2-java, libbcel-java-doc
 Homepage: http://commons.apache.org/sandbox/javaflow/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/commons-javaflow
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/commons-javaflow
@@ -29,6 +29,7 @@
 Architecture: all
 Section: doc
 Depends: ${misc:Depends}
+Recommends: libbcel-java-doc
 Suggests: libcommons-javaflow-java
 Description: Java implementation of Continuations concept - documentation
  Commons Javaflow is a pure Java implementation of the Continuations concept.




More information about the pkg-java-commits mailing list