Author: twerner
Date: 2011-08-30 18:15:19 +0000 (Tue, 30 Aug 2011)
New Revision: 14614

Added:
   tags/java3d/1.5.2+dfsg-6/
   tags/java3d/1.5.2+dfsg-6/debian/changelog
   tags/java3d/1.5.2+dfsg-6/debian/compat
   tags/java3d/1.5.2+dfsg-6/debian/control
   tags/java3d/1.5.2+dfsg-6/debian/rules
   tags/java3d/1.5.2+dfsg-6/debian/source/
Removed:
   tags/java3d/1.5.2+dfsg-6/debian/changelog
   tags/java3d/1.5.2+dfsg-6/debian/compat
   tags/java3d/1.5.2+dfsg-6/debian/control
   tags/java3d/1.5.2+dfsg-6/debian/rules
Log:
[svn-buildpackage] Tagging java3d 1.5.2+dfsg-6


Property changes on: tags/java3d/1.5.2+dfsg-6
___________________________________________________________________
Added: svn:mergeinfo
   + 

Deleted: tags/java3d/1.5.2+dfsg-6/debian/changelog
===================================================================
--- trunk/java3d/debian/changelog       2011-08-30 17:48:51 UTC (rev 14612)
+++ tags/java3d/1.5.2+dfsg-6/debian/changelog   2011-08-30 18:15:19 UTC (rev 
14614)
@@ -1,113 +0,0 @@
-java3d (1.5.2+dfsg-6) UNRELEASED; urgency=low
-
-  * Removed myself from Uploaders.
-
- -- Jonny Lamb <jo...@debian.org>  Fri, 14 May 2010 09:26:48 +0100
-
-java3d (1.5.2+dfsg-5) unstable; urgency=low
-
-  [ Sylvestre Ledru ]
-  * Remove myself from the package
-
-  [ Onkar Shinde ]
-  * debian/control
-    - Change build dependency default-jdk to openjdk-6-jdk. This library uses
-      Sun specific APIs.
-      This change will put package in DEPWAIT on certain arch. But DEPWAIT is
-      better than FTBFS. (Closes: #559768)
-    - Change dependency default-jre to openjdk-6-jre.
-    - Remove -XS-Autobuild. Not needed anymore.
-    - Update standards version to 3.8.3.
-  * debian/rules
-    - Change JAVA_HOME to correspond to openjdk.
-  * debian/patches/02_fix_generic_ftbfs.patch
-    - Allow the build to continue on kFreeBSD as well. (Closes: #559766)
-
- -- Onkar Shinde <onkarshi...@ubuntu.com>  Sat, 09 Jan 2010 18:19:12 +0530
-
-java3d (1.5.2+dfsg-4) unstable; urgency=low
-
-  * Add missing compiler option -fPIC. (hopefully closes: #545840)
-
- -- Torsten Werner <twer...@debian.org>  Tue, 15 Sep 2009 12:01:30 +0200
-
-java3d (1.5.2+dfsg-3) unstable; urgency=low
-
-  [ Onkar Shinde ]
-  * debian/patches/02_fix_generic_ftbfs.patch
-    - Improve the patch as per my understanding of the build system.
-      (Closes: #541384)
-  * debian/patches/03_fix_ia64_ftbfs.patch
-    - Add fix for FTBFS on ia64.
-
-  [ Torsten Werner ]
-  * Add myself to Uploaders.
-  * Change patch system to quilt.
-  * Add patch 04_no_maxmemory.patch:
-    - Do not set maxmemory attribute in ant's javadoc task.
-
- -- Torsten Werner <twer...@debian.org>  Sat, 22 Aug 2009 12:14:24 +0200
-
-java3d (1.5.2+dfsg-2) unstable; urgency=low
-
-  * debian/control
-    - Add myself to uploaders.
-    - Move default-jdk to Build-Depends as there is no easy way to split builds
-      of arch:all and arch:any packages.
-  * debian/rules
-    - Include simple patchsys makefile.
-    - Add echo target for debugging purpose.
-    - Add ant argument to set build type.
-  * debian/patches/01_fix_powerpc_ftbfs.patch
-    - Add fix for FTBFS on powerpc.
-  * debian/patches/02_fix_generic_ftbfs.patch
-    - Add fix for FTBFS on architectures not handled by current build system.
-  * debian/README.source
-    - Add to comply with policy.
-
- -- Onkar Shinde <onkarshi...@ubuntu.com>  Thu, 13 Aug 2009 10:23:33 +0530
-
-java3d (1.5.2+dfsg-1) unstable; urgency=low
-
-  [ Sylvestre Ledru ]
-  * Change version number scheme to match upstream.
-  * debian/control: Added me to Uploaders.
-  * debian/watch: Added watch file.
-
-  [ Jonny Lamb ]
-  * debian/rules:
-    + Set JAVA_HOME. (Closes: #518775)
-    + Update DEB_VER.
-  * debian/watch: Added dversionmangle to remove .dfsg from version.
-  * debian/control: Changed libjava3d-java's Section to java.
-
-  [ Onkar Shinde ]
-  * debian/control
-    - Use default-jdk build dependency since now default-jdk is openjdk.
-    - Remove default-jdk-builddep build dependency since we are not building
-      any -gcj package.
-    - Change runtime dependency to default-jre | java5-runtime as per the JVM
-      target version specified in build.xml.
-    - Change standards version to 3.8.2. No change needed.
-  * debian/rules
-    - Update JAVA_HOME to correspond to default-jdk.
-    - Remove unnecessary reference to ant-launcher jar file.
-    - Add DEB_ANT_BUILDFILE and set it to the build.xml in j3d-core.
-    - Remove DEB_BUILDDIR.
-    - Use cvs export instead of checkout. Doesn't need user interaction.
-    - Use the release tag instead of getting latest files in cvs.
-      Release tag is derived from upstream version.
-    - Change directory name where code is checked out from cvs to the usual
-      <package>-<version> format.
-  * debian/watch
-    - Simplify the expression for zip file name. Use uversionmangle for proper
-      version matching.
-
- -- Jonny Lamb <jo...@debian.org>  Tue, 11 Aug 2009 09:48:38 +0100
-
-java3d (0.0.cvs.20090202.dfsg-1) unstable; urgency=low
-
-  * Initial Release.
-  * debian/rules: Remove unzipsfx executables from orig.tar.gz.
-
- -- Jonny Lamb <jo...@debian.org>  Tue, 03 Feb 2009 11:39:00 +0000

Copied: tags/java3d/1.5.2+dfsg-6/debian/changelog (from rev 14613, 
trunk/java3d/debian/changelog)
===================================================================
--- tags/java3d/1.5.2+dfsg-6/debian/changelog                           (rev 0)
+++ tags/java3d/1.5.2+dfsg-6/debian/changelog   2011-08-30 18:15:19 UTC (rev 
14614)
@@ -0,0 +1,121 @@
+java3d (1.5.2+dfsg-6) unstable; urgency=low
+
+  [ Jonny Lamb ]
+  * Removed myself from Uploaders.
+
+  [ Torsten Werner ]
+  * Remove Petter from Uploaders.
+  * Switch to debhelper level 7.
+  * Switch to source format 3.0.
+  * Remove Java runtime from Depends.
+  * Update Standards-Version: 3.9.1.
+
+ -- Torsten Werner <twer...@debian.org>  Tue, 30 Aug 2011 20:03:52 +0200
+
+java3d (1.5.2+dfsg-5) unstable; urgency=low
+
+  [ Sylvestre Ledru ]
+  * Remove myself from the package
+
+  [ Onkar Shinde ]
+  * debian/control
+    - Change build dependency default-jdk to openjdk-6-jdk. This library uses
+      Sun specific APIs.
+      This change will put package in DEPWAIT on certain arch. But DEPWAIT is
+      better than FTBFS. (Closes: #559768)
+    - Change dependency default-jre to openjdk-6-jre.
+    - Remove -XS-Autobuild. Not needed anymore.
+    - Update standards version to 3.8.3.
+  * debian/rules
+    - Change JAVA_HOME to correspond to openjdk.
+  * debian/patches/02_fix_generic_ftbfs.patch
+    - Allow the build to continue on kFreeBSD as well. (Closes: #559766)
+
+ -- Onkar Shinde <onkarshi...@ubuntu.com>  Sat, 09 Jan 2010 18:19:12 +0530
+
+java3d (1.5.2+dfsg-4) unstable; urgency=low
+
+  * Add missing compiler option -fPIC. (hopefully closes: #545840)
+
+ -- Torsten Werner <twer...@debian.org>  Tue, 15 Sep 2009 12:01:30 +0200
+
+java3d (1.5.2+dfsg-3) unstable; urgency=low
+
+  [ Onkar Shinde ]
+  * debian/patches/02_fix_generic_ftbfs.patch
+    - Improve the patch as per my understanding of the build system.
+      (Closes: #541384)
+  * debian/patches/03_fix_ia64_ftbfs.patch
+    - Add fix for FTBFS on ia64.
+
+  [ Torsten Werner ]
+  * Add myself to Uploaders.
+  * Change patch system to quilt.
+  * Add patch 04_no_maxmemory.patch:
+    - Do not set maxmemory attribute in ant's javadoc task.
+
+ -- Torsten Werner <twer...@debian.org>  Sat, 22 Aug 2009 12:14:24 +0200
+
+java3d (1.5.2+dfsg-2) unstable; urgency=low
+
+  * debian/control
+    - Add myself to uploaders.
+    - Move default-jdk to Build-Depends as there is no easy way to split builds
+      of arch:all and arch:any packages.
+  * debian/rules
+    - Include simple patchsys makefile.
+    - Add echo target for debugging purpose.
+    - Add ant argument to set build type.
+  * debian/patches/01_fix_powerpc_ftbfs.patch
+    - Add fix for FTBFS on powerpc.
+  * debian/patches/02_fix_generic_ftbfs.patch
+    - Add fix for FTBFS on architectures not handled by current build system.
+  * debian/README.source
+    - Add to comply with policy.
+
+ -- Onkar Shinde <onkarshi...@ubuntu.com>  Thu, 13 Aug 2009 10:23:33 +0530
+
+java3d (1.5.2+dfsg-1) unstable; urgency=low
+
+  [ Sylvestre Ledru ]
+  * Change version number scheme to match upstream.
+  * debian/control: Added me to Uploaders.
+  * debian/watch: Added watch file.
+
+  [ Jonny Lamb ]
+  * debian/rules:
+    + Set JAVA_HOME. (Closes: #518775)
+    + Update DEB_VER.
+  * debian/watch: Added dversionmangle to remove .dfsg from version.
+  * debian/control: Changed libjava3d-java's Section to java.
+
+  [ Onkar Shinde ]
+  * debian/control
+    - Use default-jdk build dependency since now default-jdk is openjdk.
+    - Remove default-jdk-builddep build dependency since we are not building
+      any -gcj package.
+    - Change runtime dependency to default-jre | java5-runtime as per the JVM
+      target version specified in build.xml.
+    - Change standards version to 3.8.2. No change needed.
+  * debian/rules
+    - Update JAVA_HOME to correspond to default-jdk.
+    - Remove unnecessary reference to ant-launcher jar file.
+    - Add DEB_ANT_BUILDFILE and set it to the build.xml in j3d-core.
+    - Remove DEB_BUILDDIR.
+    - Use cvs export instead of checkout. Doesn't need user interaction.
+    - Use the release tag instead of getting latest files in cvs.
+      Release tag is derived from upstream version.
+    - Change directory name where code is checked out from cvs to the usual
+      <package>-<version> format.
+  * debian/watch
+    - Simplify the expression for zip file name. Use uversionmangle for proper
+      version matching.
+
+ -- Jonny Lamb <jo...@debian.org>  Tue, 11 Aug 2009 09:48:38 +0100
+
+java3d (0.0.cvs.20090202.dfsg-1) unstable; urgency=low
+
+  * Initial Release.
+  * debian/rules: Remove unzipsfx executables from orig.tar.gz.
+
+ -- Jonny Lamb <jo...@debian.org>  Tue, 03 Feb 2009 11:39:00 +0000

Deleted: tags/java3d/1.5.2+dfsg-6/debian/compat
===================================================================
--- trunk/java3d/debian/compat  2011-08-30 17:48:51 UTC (rev 14612)
+++ tags/java3d/1.5.2+dfsg-6/debian/compat      2011-08-30 18:15:19 UTC (rev 
14614)
@@ -1 +0,0 @@
-5

Copied: tags/java3d/1.5.2+dfsg-6/debian/compat (from rev 14613, 
trunk/java3d/debian/compat)
===================================================================
--- tags/java3d/1.5.2+dfsg-6/debian/compat                              (rev 0)
+++ tags/java3d/1.5.2+dfsg-6/debian/compat      2011-08-30 18:15:19 UTC (rev 
14614)
@@ -0,0 +1 @@
+7

Deleted: tags/java3d/1.5.2+dfsg-6/debian/control
===================================================================
--- trunk/java3d/debian/control 2011-08-30 17:48:51 UTC (rev 14612)
+++ tags/java3d/1.5.2+dfsg-6/debian/control     2011-08-30 18:15:19 UTC (rev 
14614)
@@ -1,54 +0,0 @@
-Source: java3d
-Section: libs
-Priority: optional
-Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
-Uploaders: Petter Reinholdtsen <p...@debian.org>,
- Onkar Shinde <onkarshi...@ubuntu.com>,
- Torsten Werner <twer...@debian.org>
-Build-Depends: debhelper (>= 5), cdbs, openjdk-6-jdk, ant-optional, 
libvecmath-java, mesa-common-dev, libgl1-mesa-dev, libxext-dev, libxt-dev, quilt
-Standards-Version: 3.8.3
-Homepage: http://java3d.dev.java.net
-Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/java3d/
-Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/java3d/
-DM-Upload-Allowed: yes
-
-Package: libjava3d-java
-Architecture: all
-Section: java
-Suggests: libjava3d-java-doc
-Depends: ${misc:Depends}, openjdk-6-jre | java5-runtime, libjava3d-jni (>= 
${source:Version}),
- 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
- constructs for creating and manipulation 3D geometry and building the
- structures used in rendering that geometry. With this software, you can
- efficiently define and render very large virtual worlds.
- .
- This package contains the java library.
-
-Package: libjava3d-jni
-Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: Java3D API (java jni 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 manipulation 3D geometry and building the
- structures used in rendering that geometry. With this software, you can
- efficiently define and render very large virtual worlds.
- .
- This package contains the java jni library.
-
-Package: libjava3d-java-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Suggests: libjava3d-java
-Description: Documentation for the Java3D API
- 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 manipulation 3D geometry and building the
- structures used in rendering that geometry. With this software, you can
- efficiently define and render very large virtual worlds.
- .
- This package contains the API documentation.

Copied: tags/java3d/1.5.2+dfsg-6/debian/control (from rev 14613, 
trunk/java3d/debian/control)
===================================================================
--- tags/java3d/1.5.2+dfsg-6/debian/control                             (rev 0)
+++ tags/java3d/1.5.2+dfsg-6/debian/control     2011-08-30 18:15:19 UTC (rev 
14614)
@@ -0,0 +1,52 @@
+Source: java3d
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
+Uploaders: Onkar Shinde <onkarshi...@ubuntu.com>,
+ Torsten Werner <twer...@debian.org>
+Build-Depends: debhelper (>= 7), cdbs, openjdk-6-jdk, ant-optional, 
libvecmath-java, mesa-common-dev, libgl1-mesa-dev, libxext-dev, libxt-dev
+Standards-Version: 3.9.1
+Homepage: http://java3d.dev.java.net
+Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/java3d/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/java3d/
+DM-Upload-Allowed: yes
+
+Package: libjava3d-java
+Architecture: all
+Suggests: libjava3d-java-doc
+Depends: ${misc:Depends}, libjava3d-jni (>= ${source:Version}),
+ 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
+ constructs for creating and manipulation 3D geometry and building the
+ structures used in rendering that geometry. With this software, you can
+ efficiently define and render very large virtual worlds.
+ .
+ This package contains the java library.
+
+Package: libjava3d-jni
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Java3D API (java jni 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 manipulation 3D geometry and building the
+ structures used in rendering that geometry. With this software, you can
+ efficiently define and render very large virtual worlds.
+ .
+ This package contains the java jni library.
+
+Package: libjava3d-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Suggests: libjava3d-java
+Description: Documentation for the Java3D API
+ 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 manipulation 3D geometry and building the
+ structures used in rendering that geometry. With this software, you can
+ efficiently define and render very large virtual worlds.
+ .
+ This package contains the API documentation.

Deleted: tags/java3d/1.5.2+dfsg-6/debian/rules
===================================================================
--- trunk/java3d/debian/rules   2011-08-30 17:48:51 UTC (rev 14612)
+++ tags/java3d/1.5.2+dfsg-6/debian/rules       2011-08-30 18:15:19 UTC (rev 
14614)
@@ -1,38 +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
-
-JAVA_HOME            := /usr/lib/jvm/java-6-openjdk
-DEB_JARS             := ant-nodeps vecmath
-DEB_ANT_BUILDFILE    := j3d-core/build.xml
-DEB_ANT_CLEAN_TARGET := clean
-DEB_ANT_BUILD_TARGET := echo jar docs
-DEB_ANT_ARGS         := -Dbuild.type=fcs
-
-install/libjava3d-java::
-       set -e ; for jar in j3dcore j3dutils ; do \
-           install -m 644 -D j3d-core/build/default/opt/lib/ext/$$jar.jar \
-               
debian/libjava3d-java/usr/share/java/$$jar-$(DEB_UPSTREAM_VERSION).jar; \
-           ln -s $$jar-$(DEB_UPSTREAM_VERSION).jar 
debian/libjava3d-java/usr/share/java/$$jar.jar ; \
-       done
-
-install/libjava3d-jni::
-       install -m 644 -D j3d-core/build/default/opt/native/libj3dcore-ogl.so \
-           debian/libjava3d-jni/usr/lib/jni/libj3dcore-ogl.so
-
-install/libjava3d-java-doc::
-       mkdir -p debian/libjava3d-java-doc/usr/share/doc/libjava3d-java-doc
-       platform=`cd j3d-core; ant echo | grep platform | sed -e 's/.*= //'` ; \
-       cp -r j3d-core/build/$$platform/javadocs/docs-public \
-           debian/libjava3d-java-doc/usr/share/doc/libjava3d-java-doc/api
-
-CVS_TAG=rel-$(subst .,_,$(subst +dfsg,,$(DEB_UPSTREAM_VERSION)))-fcs
-get-orig-source::
-       mkdir -p java3d-$(DEB_UPSTREAM_VERSION)
-       cd java3d-$(DEB_UPSTREAM_VERSION) && cvs -d 
:pserver:gu...@cvs.dev.java.net:/cvs export -r $(CVS_TAG) j3d-core 
j3d-core-utils
-       tar -zcv --exclude .cvsignore \
-           --exclude unzipsfx \
-           -f ../java3d_$(DEB_UPSTREAM_VERSION).orig.tar.gz 
java3d-$(DEB_UPSTREAM_VERSION)
-       rm -rf java3d-$(DEB_UPSTREAM_VERSION)

Copied: tags/java3d/1.5.2+dfsg-6/debian/rules (from rev 14613, 
trunk/java3d/debian/rules)
===================================================================
--- tags/java3d/1.5.2+dfsg-6/debian/rules                               (rev 0)
+++ tags/java3d/1.5.2+dfsg-6/debian/rules       2011-08-30 18:15:19 UTC (rev 
14614)
@@ -0,0 +1,37 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/ant.mk
+
+JAVA_HOME            := /usr/lib/jvm/java-6-openjdk
+DEB_JARS             := ant-nodeps vecmath
+DEB_ANT_BUILDFILE    := j3d-core/build.xml
+DEB_ANT_CLEAN_TARGET := clean
+DEB_ANT_BUILD_TARGET := echo jar docs
+DEB_ANT_ARGS         := -Dbuild.type=fcs
+
+install/libjava3d-java::
+       set -e ; for jar in j3dcore j3dutils ; do \
+           install -m 644 -D j3d-core/build/default/opt/lib/ext/$$jar.jar \
+               
debian/libjava3d-java/usr/share/java/$$jar-$(DEB_UPSTREAM_VERSION).jar; \
+           ln -s $$jar-$(DEB_UPSTREAM_VERSION).jar 
debian/libjava3d-java/usr/share/java/$$jar.jar ; \
+       done
+
+install/libjava3d-jni::
+       install -m 644 -D j3d-core/build/default/opt/native/libj3dcore-ogl.so \
+           debian/libjava3d-jni/usr/lib/jni/libj3dcore-ogl.so
+
+install/libjava3d-java-doc::
+       mkdir -p debian/libjava3d-java-doc/usr/share/doc/libjava3d-java-doc
+       platform=`cd j3d-core; ant echo | grep platform | sed -e 's/.*= //'` ; \
+       cp -r j3d-core/build/$$platform/javadocs/docs-public \
+           debian/libjava3d-java-doc/usr/share/doc/libjava3d-java-doc/api
+
+CVS_TAG=rel-$(subst .,_,$(subst +dfsg,,$(DEB_UPSTREAM_VERSION)))-fcs
+get-orig-source::
+       mkdir -p java3d-$(DEB_UPSTREAM_VERSION)
+       cd java3d-$(DEB_UPSTREAM_VERSION) && cvs -d 
:pserver:gu...@cvs.dev.java.net:/cvs export -r $(CVS_TAG) j3d-core 
j3d-core-utils
+       tar -zcv --exclude .cvsignore \
+           --exclude unzipsfx \
+           -f ../java3d_$(DEB_UPSTREAM_VERSION).orig.tar.gz 
java3d-$(DEB_UPSTREAM_VERSION)
+       rm -rf java3d-$(DEB_UPSTREAM_VERSION)


_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to