[latexdraw] 24/147: * adapt control and build.xml to correctly build the API documentation

Stuart Prescott stuart at debian.org
Thu Nov 24 23:53:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

stuart pushed a commit to branch master
in repository latexdraw.

commit f4dfd1e01bcde6b1210b62da3995232468e04aad
Author: Stuart Prescott <stuart at debian.org>
Date:   Mon Jun 30 23:14:00 2008 +0000

    * adapt control and build.xml to correctly build the API documentation
---
 build.xml      | 3 ++-
 debian/control | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/build.xml b/build.xml
index 58da49a..0774c8a 100644
--- a/build.xml
+++ b/build.xml
@@ -50,7 +50,8 @@
 		
 	<target name="doc" depends="jar" description="Generation of the documentation.">
 	    <javadoc destdir="${dir.doc}" author="true" version="true" use="true"
-	    	notree="false" nonavbar="false" noindex="false" access="private">
+	    	notree="false" nonavbar="false" noindex="false" access="private"
+                classpathref="classpathlib">
 	      <fileset dir = "">
 	        <include name="**/*.java"/>
 	        <exclude name="**/*Test*"/>
diff --git a/debian/control b/debian/control
index bef3868..e1b1a4f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,13 @@ Section: contrib/graphics
 Priority: optional
 Maintainer: Stuart Prescott <stuart+debian at nanonanonano.net>
 Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: sun-java6-jdk, ant, imagemagick, libjiu-java, libjlibeps-java
+Build-Depends-Indep: sun-java6-jdk, ant, imagemagick, libjiu-java, libjlibeps-java, libjiu-java-doc, libjlibeps-java-doc
 Standards-Version: 3.8.0
 Homepage: http://latexdraw.sourceforge.net/
 
 Package: latexdraw
 Architecture: all
-Depends: sun-java6-jre, libjiu-java, libjlibeps-java
+Depends: sun-java6-jre, libjiu-java, libjlibeps-java, classpath-doc, libjiu-java-doc, libjlibeps-java-doc
 Recommends: texlive-pstricks
 Suggests: msttcorefonts
 Description: vector drawing program for LaTeX using PSTricks

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/latexdraw.git



More information about the pkg-java-commits mailing list