[pkg-java] r7031 - trunk/java3d/debian
pere at alioth.debian.org
pere at alioth.debian.org
Sun Sep 21 03:09:04 UTC 2008
Author: pere
Date: 2008-09-21 03:09:03 +0000 (Sun, 21 Sep 2008)
New Revision: 7031
Modified:
trunk/java3d/debian/changelog
trunk/java3d/debian/control
trunk/java3d/debian/rules
Log:
Adjust to new source package name.
Modified: trunk/java3d/debian/changelog
===================================================================
--- trunk/java3d/debian/changelog 2008-09-21 03:08:08 UTC (rev 7030)
+++ trunk/java3d/debian/changelog 2008-09-21 03:09:03 UTC (rev 7031)
@@ -1,4 +1,4 @@
-libjava3d-java (0.0.cvs.20080816-1) unstable; urgency=low
+java3d (0.0.cvs.20080816-1) unstable; urgency=low
* Initial Release (closes: #).
Modified: trunk/java3d/debian/control
===================================================================
--- trunk/java3d/debian/control 2008-09-21 03:08:08 UTC (rev 7030)
+++ trunk/java3d/debian/control 2008-09-21 03:09:03 UTC (rev 7031)
@@ -1,9 +1,9 @@
-Source: libjava3d-java
+Source: java3d
Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Petter Reinholdtsen <pere at debian.org>
-Build-Depends: debhelper (>= 5), cdbs, quilt, ant-optional, libsun-vecmath-java
+Build-Depends: debhelper (>= 5), cdbs, quilt, ant-optional, libvecmath-sun-java
Build-Depends-Indep: openjdk-6-jdk | default-jdk-builddep | sun-java6-jdk
Standards-Version: 3.8.0
Homepage: http://java3d.dev.java.net
@@ -15,7 +15,7 @@
Architecture: all
Suggests: libjava3d-java-doc
Depends: java-gcj-compat | java1-runtime | java2-runtime, libjava3d-jni (>= ${source:Version}),
- libsun-vecmath-java
+ libvecmath-sun-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 constructs for creating and
Modified: trunk/java3d/debian/rules
===================================================================
--- trunk/java3d/debian/rules 2008-09-21 03:08:08 UTC (rev 7030)
+++ trunk/java3d/debian/rules 2008-09-21 03:09:03 UTC (rev 7031)
@@ -31,5 +31,5 @@
mkdir source-cvs
cd source-cvs && cvs -d :pserver:guest at cvs.dev.java.net:/cvs co j3d-core j3d-core-utils
tar -zcv --exclude '*/CVS' --exclude .cvsignore \
- -f ../libjava3d-java_$(DEB_VER).orig.tar.gz source-cvs
+ -f ../java3d_$(DEB_VER).orig.tar.gz source-cvs
rm -rf source-cvs
More information about the pkg-java-commits
mailing list