[med-svn] [Git][med-team/snakemake][master] Do not install garbage

Nilesh Patra (@nilesh) gitlab at salsa.debian.org
Tue Oct 19 19:54:39 BST 2021



Nilesh Patra pushed to branch master at Debian Med / snakemake


Commits:
1c7e5b11 by Nilesh Patra at 2021-10-20T00:24:28+05:30
Do not install garbage

- - - - -


1 changed file:

- debian/rules


Changes:

=====================================
debian/rules
=====================================
@@ -44,6 +44,9 @@ override_dh_auto_install:
 	find debian -name '__pycache__' | xargs -r rm -r
 	rm -rf debian/snakemake/usr/share/doc/snakemake/tests/__pycache__
 
+execute_after_dh_install:
+	find debian/ -name '__pycache__' -o -name '\.snakemake' -o 'expected-results' | xargs rm -rf
+
 # the modules.sh is a workaround for #928826; putting it in PYBUILD_BEFORE_TEST_python3 doesn't work
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))



View it on GitLab: https://salsa.debian.org/med-team/snakemake/-/commit/1c7e5b1184134f49365183bd55a0b51a60096a9b

-- 
View it on GitLab: https://salsa.debian.org/med-team/snakemake/-/commit/1c7e5b1184134f49365183bd55a0b51a60096a9b
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/20211019/0f338d1d/attachment.htm>


More information about the debian-med-commit mailing list