[cdk] 13/62: - some more cleanup and implemented clean target

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Mar 30 21:56:36 BST 2018


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository cdk.

commit 5b711359049ab05c8416fd70ffcc111263b8e5dc
Author: Michael Koch <konqueror at gmx.de>
Date:   Sun Feb 10 22:16:21 2008 +0000

    - some more cleanup and implemented clean target
---
 debian/rules | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/debian/rules b/debian/rules
index e71e629..9015a54 100644
--- a/debian/rules
+++ b/debian/rules
@@ -11,15 +11,9 @@ DEB_JARS := \
 	javacc \
 	vecmath1.2 \
 	log4j-1.2 \
-	commons-cli \
-	ecj
+	commons-cli
 
-#DEB_ANT_COMPILER     := jikes
-DEB_ANT_COMPILER     := org.eclipse.jdt.core.JDTCompilerAdapter
-DEB_ANT_BUILD_TARGET := dist-all
-
-# Additional command-line arguments for Ant
-ANT_ARGS := -verbose -Dbuild.sysclasspath=first 
+DEB_ANT_BUILD_TARGET := info dist-all
 
 COMPONENTS := \
 	applications \
@@ -43,6 +37,10 @@ COMPONENTS := \
 	structgen \
 	swing 
 
+clean::
+	rm -f src/org/openscience/cdk/smiles/smarts/parser/SMARTSParserTokenManager.java
+	rm -rf build
+
 build/cdk::
 	# Make manpages.
 	@cd debian/cdk-manpages && for mxml in "*.xml"; do \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/cdk.git



More information about the pkg-java-commits mailing list