[med-svn] [Git][med-team/consensuscore][master] 4 commits: re-enable Python test
Alexandre Detiste (@detiste-guest)
gitlab at salsa.debian.org
Mon Apr 21 12:40:49 BST 2025
Alexandre Detiste pushed to branch master at Debian Med / consensuscore
Commits:
5b469509 by Alexandre Detiste at 2025-04-21T13:29:28+02:00
re-enable Python test
- - - - -
3169d0ca by Alexandre Detiste at 2025-04-21T13:39:49+02:00
clean better
- - - - -
da7af819 by Alexandre Detiste at 2025-04-21T13:40:01+02:00
fix dh_numpy invocation
- - - - -
1deba91e by Alexandre Detiste at 2025-04-21T13:40:40+02:00
release
- - - - -
4 changed files:
- debian/changelog
- debian/clean
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+consensuscore (1.1.1+dfsg-8) unstable; urgency=medium
+
+ * Team upload.
+ * Re-enable Python test after py2 -> py3 transition
+ * Clean better
+ * Fix dh_numpy invocation
+
+ -- Alexandre Detiste <tchet at debian.org> Mon, 21 Apr 2025 13:40:07 +0200
+
consensuscore (1.1.1+dfsg-7.1) unstable; urgency=medium
* Non-maintainer upload.
=====================================
debian/clean
=====================================
@@ -1,3 +1,4 @@
local-staggered.dot
+local-staggered.png
make/Config.mk
tests-summary.xml
=====================================
debian/control
=====================================
@@ -13,7 +13,7 @@ Build-Depends: debhelper-compat (= 13),
swig,
python3-setuptools,
python3-all-dev,
- python3-numpy,
+ python3-numpy-dev,
libsimde-dev
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/consensuscore
=====================================
debian/rules
=====================================
@@ -16,10 +16,7 @@ export DEB_CXXFLAGS_MAINT_APPEND=-fopenmp-simd -DSIMDE_ENABLE_OPENMP -Wno-psabi
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
$(MAKE) test
-# We can't run these additional tests because they only pass
-# with the python2 version of the package; by this point
-# the python3 version has taken over.
-# $(MAKE) test-python
+ $(MAKE) test-python
endif
execute_before_dh_auto_build:
View it on GitLab: https://salsa.debian.org/med-team/consensuscore/-/compare/5b414230764a2da7ff1d3603f884b8f9bcd55b1e...1deba91e9e5ecb92bdbe254a10705ef6672fcdd3
--
View it on GitLab: https://salsa.debian.org/med-team/consensuscore/-/compare/5b414230764a2da7ff1d3603f884b8f9bcd55b1e...1deba91e9e5ecb92bdbe254a10705ef6672fcdd3
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/20250421/c9384104/attachment-0001.htm>
More information about the debian-med-commit
mailing list