Nilesh Patra pushed to branch master at Debian Med / dwgsim
Commits: 75f8371f by Nilesh Patra at 2022-02-17T22:16:08+05:30 Add patch to fix build - - - - - 2 changed files: - + debian/patches/copy-samtools-test-properly.patch - debian/patches/series Changes: ===================================== debian/patches/copy-samtools-test-properly.patch ===================================== @@ -0,0 +1,19 @@ +Description: Copoy the right files from samtools to run test +Author: Nilesh Patra <[email protected]> +Forwarded: not-needed +Last-Update: 2022-02-17 +--- a/testdata/test.sh ++++ b/testdata/test.sh +@@ -14,8 +14,11 @@ + + mkdir tmp + ++# Copy the test data needed ++cp /usr/share/doc/samtools/examples/ex1.fa . ++ + # Generate the new test data +-./dwgsim -z 13 -N 10000 samtools/examples/ex1.fa tmp/ex1.test ++./dwgsim -z 13 -N 10000 ex1.fa tmp/ex1.test + + # Test the differences + for GZFILE in $(ls -1 tmp/ex1.test*gz) ===================================== debian/patches/series ===================================== @@ -1,3 +1,4 @@ 0001-Debian-ise-makefile.patch 2to3.patch remove-travis-ci-link.patch +copy-samtools-test-properly.patch View it on GitLab: https://salsa.debian.org/med-team/dwgsim/-/commit/75f8371ff81865b1be2017be7a9917041a5ad72d -- View it on GitLab: https://salsa.debian.org/med-team/dwgsim/-/commit/75f8371ff81865b1be2017be7a9917041a5ad72d You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
