[med-svn] [Git][med-team/consensuscore][master] Import Debian changes 1.1.1+dfsg-7.1

Alexandre Detiste (@detiste-guest) gitlab at salsa.debian.org
Mon Apr 21 12:19:33 BST 2025



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 <roehling at debian.org>  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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20250421/727940bd/attachment-0001.htm>


More information about the debian-med-commit mailing list