[med-svn] [malt] 07/09: Clean up properly
Andreas Tille
tille at debian.org
Fri May 19 08:56:53 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository malt.
commit 208ebb25ac4e8c617b215ce4fabb4acc51b8754f
Author: Andreas Tille <tille at debian.org>
Date: Wed May 3 14:28:26 2017 +0200
Clean up properly
---
debian/clean | 1 +
debian/rules | 4 ++++
2 files changed, 5 insertions(+)
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..dbc39de
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+antbuild/*.jar
diff --git a/debian/rules b/debian/rules
index 76959b6..dc5209a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,10 @@ export LC_ALL=C.UTF-8
%:
dh $@
+override_dh_clean:
+ dh_clean
+ rm -rf antbuild/classes antbuild/src
+
override_dh_auto_build:
ant -buildfile antbuild/build.xml jar
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/malt.git
More information about the debian-med-commit
mailing list