Alexandre Detiste pushed to branch master at Debian Med / consensuscore


Commits:
5b414230 by Timo Röhling at 2025-04-21T13:19:21+02:00
Import Debian changes 1.1.1+dfsg-7.1

consensuscore (1.1.1+dfsg-7.1) unstable; urgency=medium
.
  * Non-maintainer upload.
  * Fix FTBFS due to outdated NumPy SWIG bindings (Closes: #1091809)

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+consensuscore (1.1.1+dfsg-7.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS due to outdated NumPy SWIG bindings (Closes: #1091809)
+
+ -- Timo Röhling <[email protected]>  Wed, 05 Feb 2025 10:30:26 +0100
+
 consensuscore (1.1.1+dfsg-7) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/rules
=====================================
@@ -22,6 +22,13 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 #      $(MAKE) test-python
 endif
 
+execute_before_dh_auto_build:
+       test -f src/SWIG/numpy.i.orig || mv -v src/SWIG/numpy.i 
src/SWIG/numpy.i.orig
+       cp $(shell python3 -c 'import 
numpy;print(numpy.get_include())')/numpy/numpy.i src/SWIG/numpy.i
+
+execute_before_dh_auto_clean:
+       ! test -f src/SWIG/numpy.i.orig || mv -v src/SWIG/numpy.i.orig 
src/SWIG/numpy.i
+
 execute_after_dh_python3:
        dh_numpy3
 



View it on GitLab: 
https://salsa.debian.org/med-team/consensuscore/-/commit/5b414230764a2da7ff1d3603f884b8f9bcd55b1e

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/consensuscore/-/commit/5b414230764a2da7ff1d3603f884b8f9bcd55b1e
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

Reply via email to