[libjna-posix-java] 06/08: debian/rules: Improved the clean target

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Dec 12 08:28:07 UTC 2014


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

ebourg-guest pushed a commit to branch master
in repository libjna-posix-java.

commit 47bbc8f68098061be3de1f70226e1b8669fe13ed
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Dec 12 09:17:22 2014 +0100

    debian/rules: Improved the clean target
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 92a2295..2d481a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libjna-posix-java (1.0.1-2) UNRELEASED; urgency=medium
     - Package adopted by the Java Team (Closes: #772579)
     - Standards-Version updated to 3.9.6 (no changes)
     - Removed the dependency on the JRE for the binary package
+  * debian/rules: Improved the clean target
 
  -- Emmanuel Bourg <ebourg at apache.org>  Fri, 12 Dec 2014 08:55:40 +0100
 
diff --git a/debian/rules b/debian/rules
index 5aa6434..1177588 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,6 +29,7 @@ clean:
 
 	dh_clean
 	mh_clean
+	rm -Rf lib/*.jar
 
 install: build
 	dh_testdir

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



More information about the pkg-java-commits mailing list