[Pkg-octave-commit] [octave-ltfat] 02/03: d/rules: Clean the generated .jar file

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Sun May 3 21:38:47 UTC 2015


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

rlaboiss-guest pushed a commit to branch master
in repository octave-ltfat.

commit 10304b3be62ffcd4dd439098c960e5109fafaf2e
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Sun May 3 18:35:38 2015 -0300

    d/rules: Clean the generated .jar file
    
    Git-Dch: Ignore
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index cce2d39..b96c985 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,6 +28,10 @@ build/octave-ltfat-common::
 	$(MAKE) -C inst/blockproc/java
 	find inst/blockproc/java -name \*.class | xargs rm -f
 
+# Clean the generated .jar file
+clean::
+	rm -f inst/blockproc/java/blockproc.jar
+
 # Install the architecture independent files
 octdir = debian/octave-ltfat-common/usr/share/
 install/octave-ltfat-common:: install/octave-ltfat

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-ltfat.git



More information about the Pkg-octave-commit mailing list