This is an automated email from the git hooks/post-receive script. stuart pushed a commit to branch master in repository latexdraw.
commit 4feb2c41613cd0fb888b60ff45eb2a8bf029c53e Author: Stuart Prescott <[email protected]> Date: Sun Jun 29 23:39:15 2008 +0000 * change API docs location --- build.xml | 2 +- debian/changelog | 1 + debian/docs | 2 +- debian/latexdraw.doc-base | 4 ++-- debian/rules | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/build.xml b/build.xml index 1e82acc..58da49a 100644 --- a/build.xml +++ b/build.xml @@ -3,7 +3,7 @@ <property name="dir.out" value="out"/> <property name="dir.data" value="out/data"/> <property name="dir.report" value="out/report"/> - <property name="dir.doc" location="api-html"/> + <property name="dir.doc" location="api"/> <property name="jar.junit" value="/opt/eclipse/plugins/org.junit4_4.3.1/junit.jar"/> <path id="classpathlib"> diff --git a/debian/changelog b/debian/changelog index 04718b1..0552a42 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ latexdraw (1.9.5+1-1) unstable; urgency=low * Add source revision to the Debianised source tarball * Remove docs from source tarball and regenerate during build + * Change API documentation location as per upcoming java policy -- Stuart Prescott <[email protected]> Tue, 24 Jun 2008 00:40:24 +0100 diff --git a/debian/docs b/debian/docs index 585b633..48057e8 100644 --- a/debian/docs +++ b/debian/docs @@ -1,4 +1,4 @@ debian/README.Debian-source debian/copyright help -api-html +api diff --git a/debian/latexdraw.doc-base b/debian/latexdraw.doc-base index 604d367..df7f06e 100644 --- a/debian/latexdraw.doc-base +++ b/debian/latexdraw.doc-base @@ -7,5 +7,5 @@ Abstract: This manual contains the API documentation for LaTeXDraw Section: Graphics Format: HTML -Index: /usr/share/doc/latexdraw/api-html/index.html -Files: /usr/share/doc/latexdraw/api-html/*.html +Index: /usr/share/doc/latexdraw/api/index.html +Files: /usr/share/doc/latexdraw/api/*.html diff --git a/debian/rules b/debian/rules index 706ed94..306c272 100755 --- a/debian/rules +++ b/debian/rules @@ -35,7 +35,7 @@ clean: rm -f build-stamp configure-stamp find . -name \*.jar -exec rm -f {} \; find . -name \*.class -exec rm -f {} \; - rm -rf out/* out/.cache api-html/ + rm -rf out/* out/.cache api/ dh_clean install: build -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/latexdraw.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

