Author: pere Date: 2008-09-20 21:43:29 +0000 (Sat, 20 Sep 2008) New Revision: 7026
Added: trunk/vecmath-sun/ trunk/vecmath-sun/debian/changelog trunk/vecmath-sun/debian/control trunk/vecmath-sun/debian/rules Removed: trunk/sun-vecmath/ trunk/vecmath-sun/debian/changelog trunk/vecmath-sun/debian/control trunk/vecmath-sun/debian/rules Log: Rename from sun-vecmath to vecmath-sun. Copied: trunk/vecmath-sun (from rev 7024, trunk/sun-vecmath) Property changes on: trunk/vecmath-sun ___________________________________________________________________ Name: svn:mergeinfo + Deleted: trunk/vecmath-sun/debian/changelog =================================================================== --- trunk/sun-vecmath/debian/changelog 2008-09-20 15:55:11 UTC (rev 7024) +++ trunk/vecmath-sun/debian/changelog 2008-09-20 21:43:29 UTC (rev 7026) @@ -1,6 +0,0 @@ -sun-vecmath (1.5.2-1) unstable; urgency=low - - * Initial Release (closes: #) - - -- Petter Reinholdtsen <[EMAIL PROTECTED]> Fri, 19 Sep 2008 22:19:43 +0200 - Copied: trunk/vecmath-sun/debian/changelog (from rev 7025, trunk/sun-vecmath/debian/changelog) =================================================================== --- trunk/vecmath-sun/debian/changelog (rev 0) +++ trunk/vecmath-sun/debian/changelog 2008-09-20 21:43:29 UTC (rev 7026) @@ -0,0 +1,6 @@ +vecmath-sun (1.5.2-1) unstable; urgency=low + + * Initial Release (Closes: #). + + -- Petter Reinholdtsen <[EMAIL PROTECTED]> Fri, 19 Sep 2008 22:19:43 +0200 + Deleted: trunk/vecmath-sun/debian/control =================================================================== --- trunk/sun-vecmath/debian/control 2008-09-20 15:55:11 UTC (rev 7024) +++ trunk/vecmath-sun/debian/control 2008-09-20 21:43:29 UTC (rev 7026) @@ -1,16 +0,0 @@ -Source: sun-vecmath -Section: libs -Priority: optional -Maintainer: Debian Java Maintainers <[EMAIL PROTECTED]> -Uploaders: Petter Reinholdtsen <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 5), cdbs, quilt, default-jdk-builddep | sun-java6-jdk -Standards-Version: 3.8.0 -Homepage: http://java3d.dev.java.net -Vcs-Cvs: :pserver:[EMAIL PROTECTED]:/cvs -Vcs-Browser: http://bollin.googlecode.com/svn/libjava3d-java/trunk -XS-Autobuild: yes - -Package: libsun-vecmath-java -Architecture: all -Depends: java-gcj-compat | java1-runtime | java2-runtime -Description: Java3D API (java library) Copied: trunk/vecmath-sun/debian/control (from rev 7025, trunk/sun-vecmath/debian/control) =================================================================== --- trunk/vecmath-sun/debian/control (rev 0) +++ trunk/vecmath-sun/debian/control 2008-09-20 21:43:29 UTC (rev 7026) @@ -0,0 +1,17 @@ +Source: vecmath-sun +Section: libs +Priority: optional +Maintainer: Debian Java Maintainers <[EMAIL PROTECTED]> +Uploaders: Petter Reinholdtsen <[EMAIL PROTECTED]> +Build-Depends: debhelper (>= 5), cdbs, quilt +Build-Depends-Indep: openjdk-6-jdk | default-jdk-builddep | sun-java6-jdk +Standards-Version: 3.8.0 +Homepage: http://java3d.dev.java.net +Vcs-Cvs: :pserver:[EMAIL PROTECTED]:/cvs +Vcs-Browser: http://bollin.googlecode.com/svn/libjava3d-java/trunk +XS-Autobuild: yes + +Package: libvecmath-sun-java +Architecture: all +Depends: java-gcj-compat | java1-runtime | java2-runtime +Description: Java3D API (java library) Deleted: trunk/vecmath-sun/debian/rules =================================================================== --- trunk/sun-vecmath/debian/rules 2008-09-20 15:55:11 UTC (rev 7024) +++ trunk/vecmath-sun/debian/rules 2008-09-20 21:43:29 UTC (rev 7026) @@ -1,31 +0,0 @@ -#!/usr/bin/make -f - -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/ant.mk -include /usr/share/cdbs/1/rules/patchsys-quilt.mk - -# Probably better to use /usr/lib/jvm/default-java ? -JAVA_HOME := /usr/lib/jvm/java-6-sun - -DEB_JARS := ant-launcher -DEB_ANT_CLEAN_TARGET := clean -DEB_ANT_BUILD_TARGET := jar -DEB_BUILDDIR := vecmath - -install/libsun-vecmath-java:: - install -m 644 -D vecmath/build/opt/lib/ext/vecmath.jar debian/libsun-vecmath-java/usr/share/java/vecmath-$(DEB_UPSTREAM_VERSION).jar - ln -s vecmath-$(DEB_UPSTREAM_VERSION).jar debian/libsun-vecmath-java/usr/share/java/vecmath.jar - -clean:: - $(RM) -r gluegen/build - -CVS_TAG = rel-1_5_2-fcs -CVS_VER = 1.5.2 - -get-orig-source:: - @ echo "Password for the guest CVS user is an empty password (press [enter])" - 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 ../sun-vecmath_$(CVS_VER).orig.tar.gz source-cvs - rm -rf source-cvs Copied: trunk/vecmath-sun/debian/rules (from rev 7025, trunk/sun-vecmath/debian/rules) =================================================================== --- trunk/vecmath-sun/debian/rules (rev 0) +++ trunk/vecmath-sun/debian/rules 2008-09-20 21:43:29 UTC (rev 7026) @@ -0,0 +1,32 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/ant.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk + +JAVA_HOME_DIRS := /usr/lib/jvm/java-6-openjdk /usr/lib/jvm/default-java /usr/lib/jvm/java-6-sun + +DEB_JARS := ant-launcher +DEB_ANT_CLEAN_TARGET := clean +DEB_ANT_BUILD_TARGET := jar +DEB_BUILDDIR := vecmath + +PACKAGE := libvecmath-sun-java + +install/$(PACKAGE):: + install -m 644 -D vecmath/build/opt/lib/ext/vecmath.jar debian/$(PACKAGE)/usr/share/java/vecmath-$(DEB_UPSTREAM_VERSION).jar + ln -s vecmath-$(DEB_UPSTREAM_VERSION).jar debian/$(PACKAGE)/usr/share/java/vecmath.jar + +clean:: + $(RM) -r gluegen/build + +CVS_TAG = rel-1_5_2-fcs +CVS_VER = 1.5.2 + +get-orig-source:: + @ echo "Password for the guest CVS user is an empty password (press [enter])" + 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 + rm -rf source-cvs _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

