[med-svn] [cgview] 01/03: Make sure all intermediate files will be really cleaned
Andreas Tille
tille at debian.org
Fri Nov 27 10:13:16 UTC 2015
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository cgview.
commit 74ad9dae4276ea49b6cf5a9a08cbded0a6210c10
Author: Andreas Tille <tille at debian.org>
Date: Fri Nov 27 10:44:36 2015 +0100
Make sure all intermediate files will be really cleaned
---
debian/rules | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/debian/rules b/debian/rules
index 32f7260..82f1a3c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,11 @@ CLASS_PATH := $(DEBJAR)/batik-awt-util.jar:$(DEBJAR)/batik-dom.jar:$(DEBJAR)/bat
%:
dh $@
+override_dh_clean:
+ dh_clean
+ rm -f src/ca/ualberta/stothard/cgview/*.class
+ rm -rf src/includes
+
override_dh_auto_build:
cd src && \
cp -a ca/ualberta/stothard/cgview/includes . && \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/cgview.git
More information about the debian-med-commit
mailing list