[pkg-java] r9931 - trunk/java3d/debian

Onkar Shinde onkarshinde-guest at alioth.debian.org
Tue Aug 11 08:12:59 UTC 2009


Author: onkarshinde-guest
Date: 2009-08-11 08:12:58 +0000 (Tue, 11 Aug 2009)
New Revision: 9931

Modified:
   trunk/java3d/debian/
   trunk/java3d/debian/changelog
   trunk/java3d/debian/rules
Log:
play nice with svn-buildpackage


Property changes on: trunk/java3d/debian
___________________________________________________________________
Added: svn-bp:origDir
   + ..
Added: mergeWithUpstream
   + 1

Modified: trunk/java3d/debian/changelog
===================================================================
--- trunk/java3d/debian/changelog	2009-08-11 00:11:21 UTC (rev 9930)
+++ trunk/java3d/debian/changelog	2009-08-11 08:12:58 UTC (rev 9931)
@@ -22,6 +22,8 @@
   * 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.

Modified: trunk/java3d/debian/rules
===================================================================
--- trunk/java3d/debian/rules	2009-08-11 00:11:21 UTC (rev 9930)
+++ trunk/java3d/debian/rules	2009-08-11 08:12:58 UTC (rev 9931)
@@ -5,9 +5,9 @@
 
 JAVA_HOME            := /usr/lib/jvm/default-java
 DEB_JARS             := ant-nodeps vecmath
+DEB_ANT_BUILDFILE    := j3d-core/build.xml
 DEB_ANT_CLEAN_TARGET := clean
 DEB_ANT_BUILD_TARGET := jar docs
-DEB_BUILDDIR         := j3d-core
 
 install/libjava3d-java::
 	set -e ; for jar in j3dcore j3dutils ; do \




More information about the pkg-java-commits mailing list