[pkg-java] r7322 - trunk/java3d/debian

jonny at alioth.debian.org jonny at alioth.debian.org
Thu Nov 13 12:15:15 UTC 2008


Author: jonny
Date: 2008-11-13 12:15:15 +0000 (Thu, 13 Nov 2008)
New Revision: 7322

Modified:
   trunk/java3d/debian/changelog
   trunk/java3d/debian/control
Log:
debian/control: Fixed installing libjava3d-java by changing vecmath dep from libvecmath-sun-java to libvecmath-java.

Modified: trunk/java3d/debian/changelog
===================================================================
--- trunk/java3d/debian/changelog	2008-11-09 22:19:05 UTC (rev 7321)
+++ trunk/java3d/debian/changelog	2008-11-13 12:15:15 UTC (rev 7322)
@@ -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 <jonny at debian.org>  Thu, 13 Nov 2008 12:11:29 +0000
+
 java3d (0.0.cvs.20081104-1) unstable; urgency=low
 
   * Initial Release.

Modified: trunk/java3d/debian/control
===================================================================
--- trunk/java3d/debian/control	2008-11-09 22:19:05 UTC (rev 7321)
+++ trunk/java3d/debian/control	2008-11-13 12:15:15 UTC (rev 7322)
@@ -15,7 +15,7 @@
 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




More information about the pkg-java-commits mailing list