[bnd] 09/09: debian/rules: Improved the clean target

Miguel Landaeta nomadium at moszumanska.debian.org
Tue Mar 10 18:12:29 UTC 2015


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

nomadium pushed a commit to annotated tag debian/1.50.0-6
in repository bnd.

commit 43f6fcced3b526e8a883dea6ee6d8272beb45aae
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Jul 26 14:40:19 2013 +0000

    debian/rules: Improved the clean target
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 6af93ac..e6d0e25 100755
--- a/debian/rules
+++ b/debian/rules
@@ -113,6 +113,7 @@ binary-post-install/$(PACKAGE)::
 
 clean::
 	rm -f debian/stamp-bootstrap
+	find -type l -name '*.jar' | xargs rm
 	jh_clean
 	mh_clean
 	-rm -rf install/

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



More information about the pkg-java-commits mailing list