[derby] 09/53: debian/rules: Less aggressive cleaning
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Nov 24 13:58:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository derby.
commit dcb3c746979a5e0e7d5effbb2b3890b4da2a6cc6
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Jun 7 07:49:36 2013 +0000
debian/rules: Less aggressive cleaning
---
debian/rules | 5 -----
1 file changed, 5 deletions(-)
diff --git a/debian/rules b/debian/rules
index e52eacb..7d2eb83 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,11 +15,6 @@ override_dh_auto_clean:
ant clobber
# Totally remove jars and javadoc directory
rm -rf jars javadoc
- # Remove any .jars or dot files
- find -name debian -prune -or -name '.svn' -prune -execdir rm -rf '{}' ';'
- find -name debian -prune -or -name '.git*' -prune -execdir rm -rf '{}' ';'
- find -name debian -prune -or -name '*.jar' -execdir rm '{}' ';'
- find -name debian -prune -or -name 'derby.log' -execdir rm '{}' ';'
# Other bits
rm -f *.log
cd java/demo/toursdb/ ; rm -rf *generated* ToursDB_schema.sql loadTables.sql
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/derby.git
More information about the pkg-java-commits
mailing list