[med-svn] [Git][med-team/unicycler][master] Re-add removal of __pycache__ which somehow remains in the source tarball.

Andreas Tille gitlab at salsa.debian.org
Fri Sep 7 20:23:43 BST 2018


Andreas Tille pushed to branch master at Debian Med / unicycler


Commits:
1726ade7 by Andreas Tille at 2018-09-07T19:23:05Z
Re-add removal of __pycache__ which somehow remains in the source tarball.

- - - - -


1 changed file:

- debian/rules


Changes:

=====================================
debian/rules
=====================================
@@ -24,6 +24,7 @@ include /usr/share/dpkg/default.mk
 	dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_auto_clean:
+	find . -name __pycache__ -type d | xargs rm -rf
 	make distclean
 
 override_dh_auto_build:



View it on GitLab: https://salsa.debian.org/med-team/unicycler/commit/1726ade7733555d32d406a762c72bd2a0c02e6a9

-- 
View it on GitLab: https://salsa.debian.org/med-team/unicycler/commit/1726ade7733555d32d406a762c72bd2a0c02e6a9
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20180907/3ce5bf7e/attachment.html>


More information about the debian-med-commit mailing list