Shruti Sridhar pushed to branch master at Debian Med / mirtop
Commits: 502e921b by Shruti Sridhar at 2021-06-30T20:46:27+05:30 Add autopkgtests - - - - - 069d982d by Shruti Sridhar at 2021-06-30T20:47:23+05:30 Update changelog - - - - - 5 changed files: - + debian/README.test - debian/changelog - + debian/docs - + debian/tests/control - + debian/tests/run-unit-test Changes: ===================================== debian/README.test ===================================== @@ -0,0 +1,10 @@ +Notes on how this package can be tested. +──────────────────────────────────────── + +This package can be tested by running the provided test: + + sh run-unit-test + +in order to confirm its integrity. + + ===================================== debian/changelog ===================================== @@ -1,3 +1,17 @@ +mirtop (0.4.23-1) UNRELEASED; urgency=medium + + [ Matúš Kalaš ] + * Update citations + * Fixed citations + * Added biotoolsID + * Pretty-printed metadata & removed double-quotes + + [ Shruti Sridhar ] + * team Upload. + * Add autopkgtests + + -- Shruti Sridhar <[email protected]> Wed, 30 Jun 2021 20:46:37 +0530 + mirtop (0.4.23-1) unstable; urgency=medium * New upstream version ===================================== debian/docs ===================================== @@ -0,0 +1,3 @@ +README.md +debian/README* +debian/tests/run-unit-test ===================================== debian/tests/control ===================================== @@ -0,0 +1,3 @@ +Tests: run-unit-test +Depends: @, python3-nose, samtools, bedtools, seqan-apps +Restrictions: allow-stderr ===================================== debian/tests/run-unit-test ===================================== @@ -0,0 +1,8 @@ +#!/bin/bash +set -e +for py in $(py3versions -r 2> /dev/null) + + do echo "Testing with $py in $(pwd):" + nosetests3 -v + +done \ No newline at end of file View it on GitLab: https://salsa.debian.org/med-team/mirtop/-/compare/067fae594f2c51cbfd163090010d121db63711d2...069d982d44f2e430141fd3ac86eaf42c19066d0f -- View it on GitLab: https://salsa.debian.org/med-team/mirtop/-/compare/067fae594f2c51cbfd163090010d121db63711d2...069d982d44f2e430141fd3ac86eaf42c19066d0f 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
