[med-svn] [Git][med-team/q2-gneiss][master] More copy'n'pastes removed.
Steffen Möller (@moeller)
gitlab at salsa.debian.org
Sat Aug 7 17:18:35 BST 2021
Steffen Möller pushed to branch master at Debian Med / q2-gneiss
Commits:
7f504053 by Steffen at 2021-08-07T18:18:16+02:00
More copy'n'pastes removed.
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -6,7 +6,7 @@ export LC_ALL=C.UTF-8
# For testing, we need .egg-info so the entry points are available.
export PYBUILD_BEFORE_TEST=python{version} setup.py develop --install-dir {build_dir}
# Delete .egg-info and other files that were generated along with .egg-info
-export PYBUILD_BEFORE_INSTALL=rm -rvf {build_dir}/q2-quality-filter.egg-* \
+export PYBUILD_BEFORE_INSTALL=rm -rvf {build_dir}/q2-gneiss.egg-* \
{build_dir}/site.py {build_dir}/.coverage* {build_dir}/easy-install.pth
@@ -17,7 +17,7 @@ export PYBUILD_BEFORE_INSTALL=rm -rvf {build_dir}/q2-quality-filter.egg-* \
# at build time.
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
- dh_auto_test -- -s custom --test-args="cd {build_dir}; PYTHONPATH=$(pwd) py.test-3 --cov=q2_quality_filter" || true
+ dh_auto_test -- -s custom --test-args="cd {build_dir}; PYTHONPATH=$(pwd) py.test-3 --cov=q2_gneiss" || true
endif
override_dh_auto_clean:
View it on GitLab: https://salsa.debian.org/med-team/q2-gneiss/-/commit/7f50405379de3a4f7fb4234b360dc10992529a16
--
View it on GitLab: https://salsa.debian.org/med-team/q2-gneiss/-/commit/7f50405379de3a4f7fb4234b360dc10992529a16
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/20210807/008137dc/attachment-0001.htm>
More information about the debian-med-commit
mailing list