Revert "override dh_auto_clean to remove .pybuild directory after first build"
authorAfif Elghraoui <afif@ghraoui.name>
Tue, 9 Jun 2015 05:57:57 +0000 (22:57 -0700)
committerAfif Elghraoui <afif@ghraoui.name>
Tue, 9 Jun 2015 05:57:57 +0000 (22:57 -0700)
This reverts commit 60a7bf9b32e07f85d46af66958a84fda89432eb9.

Using pybuild, this isn't necessary.

debian/rules

index b4a9c492fab2c03f5b1b2f2111954ac56d3006fa..9f1f0530a215fe797e8293697671b6da37dcaa65 100755 (executable)
@@ -13,10 +13,6 @@ export HTSLIB_INCLUDE_DIR=/usr/include
 %:
        LC_ALL=C.UTF-8 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