[med-svn] [python-pbcore] 03/03: Add override for clean target in d/rules
Afif Elghraoui
afif-guest at moszumanska.debian.org
Fri Aug 7 06:16:38 UTC 2015
This is an automated email from the git hooks/post-receive script.
afif-guest pushed a commit to branch master
in repository python-pbcore.
commit b6a9edd6f280b2c528aa6fcb5af2e18db51fcd26
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Thu Aug 6 21:53:35 2015 -0700
Add override for clean target in d/rules
The Makefile does additional clean-up (I think for the documentation
build).
---
debian/rules | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/rules b/debian/rules
index bf9b3b7..52a551c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,9 @@ override_dh_auto_build:
override_dh_installdocs:
dh_installdocs -X _source
+override_dh_auto_clean:
+ dh_auto_clean
+ $(MAKE) clean
override_dh_auto_test:
PYBUILD_SYSTEM=custom \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pbcore.git
More information about the debian-med-commit
mailing list