Update d/rules clean target
authorAfif Elghraoui <afif@ghraoui.name>
Sun, 6 Mar 2016 00:36:24 +0000 (16:36 -0800)
committerAfif Elghraoui <afif@ghraoui.name>
Sun, 6 Mar 2016 00:36:24 +0000 (16:36 -0800)
debian/rules

index cdf23f61e90988600cef2386a6f4c219687463ae..5979df8d1653293e155fa40315fb98ad34aaac97 100755 (executable)
@@ -35,6 +35,10 @@ override_dh_auto_test:
 get-orig-source:
        uscan --verbose --force-download --repack --compression xz
 
+override_dh_auto_clean:
+       dh_auto_clean
+       $(RM) pysam/config.py
+
 clean-tests:
        $(MAKE) -C tests/pysam_data clean
        find . -name "*.pyc" -delete