This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository libnetlib-java.
commit d596b1e7efc7da7a10be827296662ada060228c8 Author: Andreas Tille <[email protected]> Date: Thu Apr 14 14:18:45 2016 +0200 Forgot to commit old patch --- debian/patches/update_classpath.patch | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/debian/patches/update_classpath.patch b/debian/patches/update_classpath.patch new file mode 100644 index 0000000..cf43f62 --- /dev/null +++ b/debian/patches/update_classpath.patch @@ -0,0 +1,24 @@ +Description: update jar classpath to use package + jar files and remove version from generated jarLast-Updated: 26-03-2012 +Author: Olivier Sallou <[email protected]> +--- a/build.xml ++++ b/build.xml +@@ -35,14 +35,12 @@ + --> + <target name="package" depends="javadoc"> + <!-- TODO: unpack and include the F2J classes --> +- <jar destfile="netlib-java-${version}.jar"> ++ <jar destfile="netlib-java.jar"> + <fileset dir="build/classes" + excludes="**org/netlib/generate**" /> + </jar> +- <move file="dist/javadoc" todir="." /> +- <zip destfile="netlib-java-${version}.zip"> +- <zipfileset dir="." excludes="**/lib/nblibraries-private.properties **/nbproject/private** **/.ant-targets-build.xml dist/** build/** **/*.zip **/.svn** **/jni/*.tar.gz" prefix="netlib-java-${version}" /> +- </zip> +- <delete dir="javadoc"/> + </target> ++ ++<property name="javac.classpath" value="/usr/share/java/junit.jar:/usr/share/java/f2jutil.jar:/usr/share/java/jlapack-blas.jar:/usr/share/java/jlapack-lapack.jar:/usr/share/java/jlapack-xerbla.jar"/> ++ + </project> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libnetlib-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

