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

afif-guest pushed a commit to branch master
in repository python-pysam.

commit 60a7bf9b32e07f85d46af66958a84fda89432eb9
Author: Afif Elghraoui <a...@ghraoui.name>
Date:   Sun Jun 7 23:06:15 2015 -0700

    override dh_auto_clean to remove .pybuild directory after first build
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 9543729..07f2d1d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,10 @@ export HTSLIB_INCLUDE_DIR=/usr/include
 %:
        dh $@ --with python2,python3 --buildsystem=pybuild
 
+override_dh_auto_clean:
+       dh_auto_clean
+       rm -rf .pybuild
+
 override_dh_auto_test:
 #nothing to test until pysam is installed.
 #test package is provided for both Python versions

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/debian-med/python-pysam.git

_______________________________________________
debian-med-commit mailing list
debian-med-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to