[SCM] UNNAMED PROJECT branch, master, updated. 0.31-62-gc5116b9
Niels Thykier
nthykier at alioth.debian.org
Sat Apr 16 07:58:39 UTC 2011
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 c5116b9667ffe5d8a2217301c11e42bc173a763b (commit)
from 616bd5d77db6fd3f3d51ee8057feaf5c83e99eca (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 c5116b9667ffe5d8a2217301c11e42bc173a763b
Author: Niels Thykier <niels at thykier.net>
Date: Sat Apr 16 09:53:24 2011 +0200
Updated tutorial to reflect the sequence change
-----------------------------------------------------------------------
Summary of changes:
tutorial.txt | 14 ++++++++++++--
1 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/tutorial.txt b/tutorial.txt
index 1c25a6d..d34a1b6 100644
--- a/tutorial.txt
+++ b/tutorial.txt
@@ -130,6 +130,11 @@ indented below each one a list of manifest elements to set:
Main-Class: com.jcraft.weirdx.WeirdX
Debian-Java-Home: /usr/lib/jvm/default-java
+Note: Prior to javahelper 0.32 (0.33 if you used cdbs), `jh_manifest` would
+be run before `jh_installlibs`. In these versions the jars were usually
+referred to by their location in the build directories rather than their
+install location.
+
jh_classpath
------------
@@ -142,8 +147,13 @@ Alternatively, it can read classpaths from a debian/classpath or
debian/package.classpath file. This should be one jar per line
specifying the jar followed by it's space-separated classpath:
- src/bar.jar /usr/share/java/quux.jar
- src/foo.jar /usr/share/java/bar.jar /usr/share/java/baz.jar
+ usr/share/java/bar.jar /usr/share/java/quux.jar
+ usr/share/java/foo.jar /usr/share/java/bar.jar /usr/share/java/baz.jar
+
+Note: Prior to javahelper 0.32 (0.33 if you used cdbs), `jh_classpath` would
+be run before `jh_installlibs`. In these versions the jars were usually
+referred to by their location in the build directories rather than their
+install location.
jh_exec
-------
hooks/post-receive
--
UNNAMED PROJECT
More information about the pkg-java-commits
mailing list