[med-svn] [Git][med-team/q2-sample-classifier][master] 2 commits: Preparing for upload
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Sun Jul 25 06:09:35 BST 2021
Nilesh Patra pushed to branch master at Debian Med / q2-sample-classifier
Commits:
56daa1f8 by Nilesh Patra at 2021-07-25T10:34:18+05:30
Preparing for upload
- - - - -
348be76b by Nilesh Patra at 2021-07-25T10:38:56+05:30
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/rules
- debian/tests/run-unit-test
Changes:
=====================================
debian/changelog
=====================================
@@ -1,12 +1,14 @@
-q2-sample-classifier (2020.11.1-2) UNRELEASED; urgency=medium
+q2-sample-classifier (2020.11.1-2) unstable; urgency=medium
* Team Upload.
* d/control: Add depends on python3-distutils,
q2-types, q2-feature-table
* Add autopkgtests
- * d/rules: Remove useless usrlocal override
+ * d/rules: Do not run build time tests with || true
+ rather just print the message that this will be dealt
+ with in autopkgtests
- -- Nilesh Patra <nilesh at debian.org> Sun, 25 Jul 2021 02:30:21 +0530
+ -- Nilesh Patra <nilesh at debian.org> Sun, 25 Jul 2021 10:36:56 +0530
q2-sample-classifier (2020.11.1-1) unstable; urgency=medium
=====================================
debian/rules
=====================================
@@ -24,3 +24,6 @@ override_dh_auto_clean:
rm -rf .pytest_cache build
rm -f q2_sample_classifier.egg-info/PKG-INFO q2_sample_classifier.egg-info/SOURCES.txt q2_sample_classifier.egg-info/dependency_links.txt q2_sample_classifier.egg-info/entry_points.txt q2_sample_classifier.egg-info/not-zip-safe q2_sample_classifier.egg-info/top_level.txt
find . -name __pycache__ | xargs -r rm -r
+
+override_dh_usrlocal:
+ # fails - no idea why
=====================================
debian/tests/run-unit-test
=====================================
@@ -8,7 +8,7 @@ if [ "${AUTOPKGTEST_TMP}" = "" ] ; then
trap "rm -rf ${AUTOPKGTEST_TMP}" 0 INT QUIT ABRT PIPE TERM
fi
-cp -a /usr/lib/python3/dist-packages/${pkg}*/tests "${AUTOPKGTEST_TMP}"
+cp -a /usr/lib/python3/dist-packages/${pkg}* "${AUTOPKGTEST_TMP}"
cd "${AUTOPKGTEST_TMP}"
if [ ! -f /usr/lib/python3/dist-packages/pytest_cov/__init__.py ] ; then
View it on GitLab: https://salsa.debian.org/med-team/q2-sample-classifier/-/compare/f3e1615f69fb2e12452462da1cbd95b81be1c795...348be76bc52d92aa30ade5c2731a530a37eb9bde
--
View it on GitLab: https://salsa.debian.org/med-team/q2-sample-classifier/-/compare/f3e1615f69fb2e12452462da1cbd95b81be1c795...348be76bc52d92aa30ade5c2731a530a37eb9bde
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/20210725/b89a48ee/attachment-0001.htm>
More information about the debian-med-commit
mailing list