[java3d] 41/77: fixed a mistake in last commit

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 c0834d222bbe8fb10cfc22ae6c37a6adb8330d2b
Author: Onkar Shinde <onkarshinde at ubuntu.com>
Date:   Thu Aug 6 08:45:54 2009 +0000

    fixed a mistake in last commit
---
 debian/changelog | 3 +--
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d3760d4..950dbdc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,8 +21,7 @@ java3d (1.5.2+dfsg-1) unstable; urgency=low
     - Change standards version to 3.8.2. No change needed.
   * debian/rules
     - Update JAVA_HOME to correspond to default-jdk.
-    - Remove unnecessary references to ant-launcher jar file.
-    - Add ant-optional to list of jar files.
+    - Remove unnecessary reference to ant-launcher jar file.
     - 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 5fadb39..f2694bb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
 
 JAVA_HOME            := /usr/lib/jvm/default-java
-DEB_JARS             := ant-optional vecmath
+DEB_JARS             := ant-nodeps vecmath
 DEB_ANT_CLEAN_TARGET := clean
 DEB_ANT_BUILD_TARGET := jar docs
 DEB_BUILDDIR         := j3d-core

-- 
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