Gert Wollny pushed to branch master at Debian Med / mia
Commits: f3b6862a by Gert Wollny at 2020-04-26T12:57:14+02:00 d/rules: disable nipype because it is currently not available on python3 - - - - - 5d8885f9 by Gert Wollny at 2020-04-26T13:21:21+02:00 fix disabling nipype - - - - - 142bdf2f by Gert Wollny at 2020-04-26T14:00:09+02:00 d/rules: remove --as-needed - - - - - 2ffec988 by Gert Wollny at 2020-04-26T14:00:53+02:00 d/changelog: new upload - - - - - 3 changed files: - debian/changelog - debian/mia-tools.install - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,10 +1,12 @@ -mia (2.4.7-1) UNRELEASED; urgency=medium +mia (2.4.7-1) unstable; urgency=medium * New upstream version 2.4.7 Closes: #957536 * d/control: Update mailinglist * d/p: remove patches applied upstream + * d/rules: disable nipype because it is currently not available on python3 + * d/rules: remove --as-needed - -- Gert Wollny <[email protected]> Sun, 26 Apr 2020 12:53:46 +0200 + -- Gert Wollny <[email protected]> Sun, 26 Apr 2020 14:00:20 +0200 mia (2.4.6-5) unstable; urgency=medium ===================================== debian/mia-tools.install ===================================== @@ -1,2 +1,2 @@ usr/bin/mia-* -usr/lib/python* +#usr/lib/python* ===================================== debian/rules ===================================== @@ -6,7 +6,7 @@ DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) export DEB_BUILD_MAINT_OPTIONS = hardening=+all -export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -fvisibility=hidden +export DEB_LDFLAGS_MAINT_APPEND = -fvisibility=hidden # reduce debug info to fix FTBFS on archs with low address space ifneq (,$(filter $(DEB_HOST_ARCH), mips mipsel)) @@ -37,7 +37,7 @@ override_dh_auto_configure: -DSTRICT_DEPENDECIES=ON \ -DMIA_CREATE_MANPAGES=ON \ -DMIA_CREATE_USERDOC=$(BUILDDOC) \ - -DMIA_CREATE_NIPYPE_INTERFACES=ON + -DMIA_CREATE_NIPYPE_INTERFACES=OFF # dh_strip detects executable files, so make *.mia files executable then strip then # remove the executable flag View it on GitLab: https://salsa.debian.org/med-team/mia/-/compare/b22a11292041d2a73366ff3e8518a65d0699e99d...2ffec988ea68e4e09bba1cc09cec67649441b49e -- View it on GitLab: https://salsa.debian.org/med-team/mia/-/compare/b22a11292041d2a73366ff3e8518a65d0699e99d...2ffec988ea68e4e09bba1cc09cec67649441b49e 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
