[med-svn] [Git][med-team/rosa][master] 2 commits: rosa Section: metapackages to avoid warning about empty package
Andreas Tille
gitlab at salsa.debian.org
Sun Jul 5 08:39:13 BST 2020
Andreas Tille pushed to branch master at Debian Med / rosa
Commits:
15e4c500 by Andreas Tille at 2020-07-05T09:25:27+02:00
rosa Section: metapackages to avoid warning about empty package
- - - - -
a0315e36 by Andreas Tille at 2020-07-05T09:38:39+02:00
Add missing build depends for build time tests
- - - - -
2 changed files:
- debian/control
- debian/rules
Changes:
=====================================
debian/control
=====================================
@@ -8,7 +8,11 @@ Build-Depends: debhelper-compat (= 12),
dh-r,
python3-setuptools,
python3-all,
- r-cran-lsd
+ r-cran-lsd,
+ python3-pytest <!nocheck>,
+ python3-pandas <!nocheck>,
+ python3-scipy <!nocheck>,
+ python3-drmaa <!nocheck>,
# sambamba <!nocheck>
Standards-Version: 4.5.0
Homepage: https://github.com/bartongroup/RoSA
@@ -19,6 +23,7 @@ Rules-Requires-Root: no
Package: rosa
Architecture: all
+Section: metapackages
Depends: r-other-rosa,
python3-rosa,
${misc:Depends},
=====================================
debian/rules
=====================================
@@ -30,4 +30,7 @@ override_dh_auto_clean:
rm -rf python/.pybuild rm -rf python/rosa.egg-info python/rosa/__pycache__ python/rosa/tests/__pycache__ python/.pytest_cache .pybuild tmp-install
rm -f python/debian
-# FIXME: override_dh_auto_test:
+override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+ cd python; ln -s ../debian .; PYTHONPATH=$(pwd)/rosa pytest-3
+endif
View it on GitLab: https://salsa.debian.org/med-team/rosa/-/compare/5f7c843489fb27199fa495cecfabd59c7668d2d4...a0315e36c50490936dcfdb1563c0666be30e5c2f
--
View it on GitLab: https://salsa.debian.org/med-team/rosa/-/compare/5f7c843489fb27199fa495cecfabd59c7668d2d4...a0315e36c50490936dcfdb1563c0666be30e5c2f
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/20200705/14ba0f8e/attachment-0001.html>
More information about the debian-med-commit
mailing list