This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository java3d.
commit cb6768623e9375bfb996a88f15226050cc048c0e Author: Jonny Lamb <[email protected]> Date: Thu Nov 13 12:15:15 2008 +0000 debian/control: Fixed installing libjava3d-java by changing vecmath dep from libvecmath-sun-java to libvecmath-java. --- debian/changelog | 8 ++++++++ debian/control | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c539bce..810dcd7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +java3d (0.0.cvs.20081104-2) UNRELEASED; urgency=low + + * debian/control: + + Fixed installing libjava3d-java by changing vecmath dep from + libvecmath-sun-java to libvecmath-java. + + -- Jonny Lamb <[email protected]> Thu, 13 Nov 2008 12:11:29 +0000 + java3d (0.0.cvs.20081104-1) unstable; urgency=low * Initial Release. diff --git a/debian/control b/debian/control index 717b30c..2fbf8ba 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Package: libjava3d-java Architecture: all Suggests: libjava3d-java-doc Depends: java-gcj-compat | java1-runtime | java2-runtime, libjava3d-jni (>= ${source:Version}), - libvecmath-sun-java + libvecmath-java Description: Java 3D API (java library) The Java 3D API enables the creation of three-dimensional graphics applications and Internet-based 3D applets. It provides high-level -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java3d.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

