This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository vecmath.
commit e8b24e169e2c25d3ce9e60ce9dcb1e0162a3dea2 Author: Jonny Lamb <[email protected]> Date: Wed Nov 5 12:44:15 2008 +0000 Renamed source package to vecmath. --- debian/changelog | 2 +- debian/control | 13 +++++++------ debian/rules | 14 +++++++------- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/debian/changelog b/debian/changelog index c0a8eff..5e4811a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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: #). diff --git a/debian/control b/debian/control index 9b06eee..7d2fc9b 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,4 @@ -Source: vecmath-sun +Source: vecmath Section: libs Priority: optional Maintainer: Debian Java Maintainers <[email protected]> @@ -7,13 +7,14 @@ Build-Depends: debhelper (>= 5), cdbs, quilt, ant-optional 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 @@ Description: javax.vecmath vector math package 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 diff --git a/debian/rules b/debian/rules index a02bc0c..69171d2 100755 --- a/debian/rules +++ b/debian/rules @@ -11,13 +11,13 @@ DEB_ANT_CLEAN_TARGET := clean 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 @@ get-orig-source:: cvs -d :pserver:[email protected]:/cvs login mkdir source-cvs && cd source-cvs && \ cvs -d :pserver:[email protected]:/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 -- 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

