Andreas Tille pushed to branch master at Debian Med / python-nanomath
Commits: f6c8070c by Andreas Tille at 2020-04-24T16:39:54+02:00 Fix autopkgtest - - - - - ee8c9afb by Andreas Tille at 2020-04-24T17:15:15+02:00 Upload to new - - - - - 4 changed files: - debian/changelog - + debian/docs - debian/tests/run-unit-test - − debian/upstream/metadata Changes: ===================================== debian/changelog ===================================== @@ -1,5 +1,5 @@ -python-nanomath (0.23.1-1) UNRELEASED; urgency=medium +python-nanomath (0.23.1-1) unstable; urgency=medium - * Initial release (Closes: #<bug>) + * Initial release (Closes: #958706) - -- Andreas Tille <[email protected]> Fri, 24 Apr 2020 15:22:19 +0200 + -- Andreas Tille <[email protected]> Fri, 24 Apr 2020 17:14:58 +0200 ===================================== debian/docs ===================================== @@ -0,0 +1,2 @@ +debian/tests/run-unit-test +debian/README.test ===================================== debian/tests/run-unit-test ===================================== @@ -1,19 +1,16 @@ #!/bin/bash set -e -pkg=#PACKAGENAME# +pkg=nanomath export LC_ALL=C.UTF-8 if [ "${AUTOPKGTEST_TMP}" = "" ] ; then AUTOPKGTEST_TMP=$(mktemp -d /tmp/${pkg}-test.XXXXXX) - # Double quote below to expand the temporary directory variable now versus - # later is on purpose. - # shellcheck disable=SC2064 trap "rm -rf ${AUTOPKGTEST_TMP}" 0 INT QUIT ABRT PIPE TERM fi -cp -a /usr/share/doc/${pkg}/examples/* "${AUTOPKGTEST_TMP}" +cp -a /usr/lib/python3/dist-packages/${pkg}/test_nanomath.py "${AUTOPKGTEST_TMP}" cd "${AUTOPKGTEST_TMP}" -#do_stuff_to_test_package# +python3 -m unittest discover -v ===================================== debian/upstream/metadata deleted ===================================== @@ -1,12 +0,0 @@ -Reference: - Author: - Title: - Journal: - Year: - Volume: - Number: - Pages: - DOI: - PMID: - URL: - eprint: View it on GitLab: https://salsa.debian.org/med-team/python-nanomath/-/compare/adf0d481063b777c54461405b2efbedcdd360945...ee8c9afbc4c884df7a5da89f93a461722438f568 -- View it on GitLab: https://salsa.debian.org/med-team/python-nanomath/-/compare/adf0d481063b777c54461405b2efbedcdd360945...ee8c9afbc4c884df7a5da89f93a461722438f568 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
