This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".

The branch, master has been updated
       via  24558c3d846e08030d2a74707788cda19d155f71 (commit)
      from  32ea17ed0eb138f46aa3478515c26fc2095bde0d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 24558c3d846e08030d2a74707788cda19d155f71
Author: Matthew Johnson <mj...@matthew.ath.cx>
Date:   Sun Jul 4 10:04:37 2010 +0000

    fix jh_build documentation

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog |    3 ++-
 tutorial.html    |    4 +---
 tutorial.txt     |    6 ++----
 3 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dbee893..d210b06 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -32,8 +32,9 @@ javatools (0.32) UNRELEASED; urgency=low
     /usr/share/java (Closes: #586783)
   * jh_build will now -link any javadoc in a package that you build-depend
     on
+  * fix jh_build documentation 
 
- -- Matthew Johnson <mj...@debian.org>  Sun, 04 Jul 2010 09:32:42 +0100
+ -- Matthew Johnson <mj...@debian.org>  Sun, 04 Jul 2010 10:04:17 +0000
 
 javatools (0.31) unstable; urgency=low
 
diff --git a/tutorial.html b/tutorial.html
index 4a984be..6bd3c28 100644
--- a/tutorial.html
+++ b/tutorial.html
@@ -57,10 +57,8 @@ jh_build weirdx.jar src
        <p>
                Alternatively, you may provide a <tt>debian/javabuild</tt> file 
containing one jar per
                line, each jar name followed by a list of source files or 
directories. In this 
-               case you can call <tt>jh_build</tt> with no parameters and it 
will build 
+               case you can call <tt>jh_build</tt> with no jar or source and 
it will build 
                those jars. The jars will then be removed by <tt>jh_build 
--clean</tt>.
-          In this case you cannot provide other options to jh_build, but it 
will honour
-               CLASSPATH and JAVA_HOME environment variables.
        </p>
          <p><tt>jh_build</tt> also provides a <tt>--clean</tt> parameter which 
should be called in the 
       <tt>clean</tt> target of <tt>debian/rules</tt>. It will be called for 
you by <tt>jh_clean</tt>
diff --git a/tutorial.txt b/tutorial.txt
index 87a0eca..da64c21 100644
--- a/tutorial.txt
+++ b/tutorial.txt
@@ -43,10 +43,8 @@ jh_build weirdx.jar src
 
        Alternatively, you may provide a debian/javabuild file containing one 
jar per
        line, each jar name followed by a list of source files or directories. 
In this 
-       case you can call jh_build with no parameters and it will build 
-       those jars. The jars will then be removed by jh_build --clean. In this 
case, 
-       you cannot provide other options to jh_build, but it will honour
-       CLASSPATH and JAVA_HOME environment variables
+       case you can call jh_build with no jar or source  and it will build 
+       those jars. The jars will then be removed by jh_build --clean.
 
    jh_build also provides a --clean parameter which should be called in
    the clean target of debian/rules. It is called for you by jh_clean


hooks/post-receive
-- 
UNNAMED PROJECT

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to