[med-svn] [Git][med-team/snakemake][master] 2 commits: Adding more overrides on test reference data

Steffen Möller (@moeller) gitlab at salsa.debian.org
Tue Oct 19 14:09:27 BST 2021



Steffen Möller pushed to branch master at Debian Med / snakemake


Commits:
0017a9ca by Steffen Moeller at 2021-10-19T15:07:01+02:00
Adding more overrides on test reference data

- - - - -
d325eaec by Steffen Moeller at 2021-10-19T15:09:17+02:00
Restructured d/rules install+clean

- - - - -


2 changed files:

- debian/rules
- debian/source/lintian-overrides


Changes:

=====================================
debian/rules
=====================================
@@ -40,18 +40,21 @@ override_dh_auto_build:
 
 override_dh_auto_install:
 	dh_auto_install
-	find . -name '__pycache__' | xargs rm -Rf
-	find . -name '*.pyc' | xargs rm -Rf
-	find debian -name '.gitignore' | xargs rm -Rf
+	find debian -name '__pycache__' | xargs rm -R
+	find debian -name '*.pyc' | xargs -r rm
+	find debian -name '.gitignore' | xargs -r rm
 
 # 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)))
 	. /etc/profile.d/modules.sh && PYBUILD_SYSTEM=custom dh_auto_test
+	find debian -name '.gitignore' | xargs -r rm
 endif
 
 override_dh_auto_clean:
 	dh_auto_clean
+	find . -name '__pycache__' | xargs rm -R
+	find . -name '*.pyc' | xargs -r rm
 	rm -f tests/test_filegraph/fg.pdf
 	rm -f tests/test_filegraph/fg.dot
 	rm -rf tests/test_github_issue413/.snakemake


=====================================
debian/source/lintian-overrides
=====================================
@@ -1,2 +1,5 @@
 # This is just pure test data we need to compare with
+snakemake source: source-is-missing tests/test_report/expected-results/report.html
 snakemake source: source-is-missing tests/test_report/expected-results/report.html line length is *
+snakemake source: source-is-missing tests/test_module_report/expected-results/report.html
+snakemake source: mismatched-override source-is-missing tests/test_report/expected-results/report.html line length is *



View it on GitLab: https://salsa.debian.org/med-team/snakemake/-/compare/773483ab26bcb63386231bfe0ec85b723d0c28ec...d325eaec70fb4c2731c13cf566783455f54c54d9

-- 
View it on GitLab: https://salsa.debian.org/med-team/snakemake/-/compare/773483ab26bcb63386231bfe0ec85b723d0c28ec...d325eaec70fb4c2731c13cf566783455f54c54d9
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/13aeaadb/attachment-0001.htm>


More information about the debian-med-commit mailing list