[pkg-java] r7233 - trunk/vecmath-sun/debian

jonny at alioth.debian.org jonny at alioth.debian.org
Wed Nov 5 12:44:15 UTC 2008


Author: jonny
Date: 2008-11-05 12:44:15 +0000 (Wed, 05 Nov 2008)
New Revision: 7233

Modified:
   trunk/vecmath-sun/debian/changelog
   trunk/vecmath-sun/debian/control
   trunk/vecmath-sun/debian/rules
Log:
Renamed source package to vecmath.

Modified: trunk/vecmath-sun/debian/changelog
===================================================================
--- trunk/vecmath-sun/debian/changelog	2008-11-05 12:40:18 UTC (rev 7232)
+++ trunk/vecmath-sun/debian/changelog	2008-11-05 12:44:15 UTC (rev 7233)
@@ -1,4 +1,4 @@
-vecmath-sun (1.5.2-1) unstable; urgency=low
+vecmath (1.5.2-1) unstable; urgency=low
 
   [ Petter Reinholdtsen ]
   * Initial Release (Closes: #).

Modified: trunk/vecmath-sun/debian/control
===================================================================
--- trunk/vecmath-sun/debian/control	2008-11-05 12:40:18 UTC (rev 7232)
+++ trunk/vecmath-sun/debian/control	2008-11-05 12:44:15 UTC (rev 7233)
@@ -1,4 +1,4 @@
-Source: vecmath-sun
+Source: vecmath
 Section: libs
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
@@ -7,13 +7,14 @@
 Build-Depends-Indep: openjdk-6-jdk | default-jdk-builddep | sun-java6-jdk
 Standards-Version: 3.8.0
 Homepage: https://vecmath.dev.java.net/
-Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/vecmath-sun/
-Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/vecmath-sun/
+Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/vecmath/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/vecmath/
 XS-Autobuild: yes
 
-Package: libvecmath-sun-java
+Package: libvecmath-java
 Architecture: all
 Depends:  java-gcj-compat | java1-runtime | java2-runtime
+Provides: libvecmath1.2-java
 Description: javax.vecmath vector math package
  This package includes classes for 3-space vector/point, 4-space vector, 4x4,
  3x3 matrix, quaternion, axis-angle combination and etc. which are often
@@ -21,10 +22,10 @@
  and double precision versions. Generic matrices' LU and SV decomposition are
  also there. 
 
-Package: libvecmath-sun-java-doc
+Package: libvecmath-java-doc
 Architecture: all
 Section: doc
-Suggests: libvecmath-sun-java
+Suggests: libvecmath-java
 Description: javax.vecmath vector math package (documentation)
  This package includes classes for 3-space vector/point, 4-space vector, 4x4,
  3x3 matrix, quaternion, axis-angle combination and etc. which are often

Modified: trunk/vecmath-sun/debian/rules
===================================================================
--- trunk/vecmath-sun/debian/rules	2008-11-05 12:40:18 UTC (rev 7232)
+++ trunk/vecmath-sun/debian/rules	2008-11-05 12:44:15 UTC (rev 7233)
@@ -11,13 +11,13 @@
 DEB_ANT_BUILD_TARGET := jar docs
 DEB_BUILDDIR         := vecmath
 
-install/libvecmath-sun-java::
-	install -m 644 -D vecmath/build/opt/lib/ext/vecmath.jar debian/libvecmath-sun-java/usr/share/java/vecmath-$(DEB_UPSTREAM_VERSION).jar
-	ln -s vecmath-$(DEB_UPSTREAM_VERSION).jar debian/libvecmath-sun-java/usr/share/java/vecmath.jar
+install/libvecmath-java::
+	install -m 644 -D vecmath/build/opt/lib/ext/vecmath.jar debian/libvecmath-java/usr/share/java/vecmath-$(DEB_UPSTREAM_VERSION).jar
+	ln -s vecmath-$(DEB_UPSTREAM_VERSION).jar debian/libvecmath-java/usr/share/java/vecmath.jar
 
-install/libvecmath-sun-java-doc::
-	install -d debian/libvecmath-sun-java-doc/usr/share/doc/libvecmath-sun-java-doc/.
-	cp -r vecmath/build/javadocs debian/libvecmath-sun-java-doc/usr/share/doc/libvecmath-sun-java-doc/api
+install/libvecmath-java-doc::
+	install -d debian/libvecmath-java-doc/usr/share/doc/libvecmath-java-doc/.
+	cp -r vecmath/build/javadocs debian/libvecmath-java-doc/usr/share/doc/libvecmath-java-doc/api
 
 clean::
 
@@ -29,5 +29,5 @@
 	cvs -d :pserver:guest at cvs.dev.java.net:/cvs login
 	mkdir source-cvs && cd source-cvs && \
 	    cvs -d :pserver:guest at cvs.dev.java.net:/cvs co -r $(CVS_TAG) vecmath
-	tar -zcv --exclude '*/CVS' --exclude .cvsignore -f ../vecmath-sun_$(CVS_VER).orig.tar.gz  source-cvs
+	tar -zcv --exclude '*/CVS' --exclude .cvsignore -f ../vecmath-$(CVS_VER).orig.tar.gz  source-cvs
 	rm -rf source-cvs




More information about the pkg-java-commits mailing list