[java3d] 42/77: play nice with svn-buildpackage
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Mar 8 11:24:42 GMT 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository java3d.
commit ad1c73f026d505b9d24b38bafb5b7596471e8ce9
Author: Onkar Shinde <onkarshinde at ubuntu.com>
Date: Tue Aug 11 08:12:58 2009 +0000
play nice with svn-buildpackage
---
debian/changelog | 2 ++
debian/rules | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 950dbdc..1162a47 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,8 @@ java3d (1.5.2+dfsg-1) unstable; urgency=low
* 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.
diff --git a/debian/rules b/debian/rules
index f2694bb..2056ec5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,9 +5,9 @@ include /usr/share/cdbs/1/class/ant.mk
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 \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java3d.git
More information about the pkg-java-commits
mailing list