This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository vecmath.
commit fdd2cade68f7f4af9ff0f10ab2f6270b075c5092 Author: Markus Koschany <[email protected]> Date: Wed Jul 5 11:40:31 2017 +0200 Fix install path of vecmath.jar --- debian/changelog | 1 + debian/libvecmath-java.jlibs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7e8ca3d..5822fb8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ vecmath (1.5.2-6) unstable; urgency=medium * Use https for Format field. * Switch from cdbs to dh sequencer. * Update homepage and source address. java.net has closed. + * Fix install path of vecmath.jar. -- Markus Koschany <[email protected]> Wed, 05 Jul 2017 11:28:45 +0200 diff --git a/debian/libvecmath-java.jlibs b/debian/libvecmath-java.jlibs index 7a19f93..c9a241e 100644 --- a/debian/libvecmath-java.jlibs +++ b/debian/libvecmath-java.jlibs @@ -1 +1 @@ -vecmath/build/opt/lib/ext/vecmath.jar +vecmath/build/debug/lib/ext/vecmath.jar -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/vecmath.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

