Étienne Mollier pushed to branch master at Debian Med / mrtrix3
Commits: 36e3a489 by Étienne Mollier at 2022-07-01T12:56:11+02:00 initialize debian changelog - - - - - 4c17b0eb by Étienne Mollier at 2022-07-01T12:56:37+02:00 d/control: add myself to uploaders. - - - - - a616329c by Étienne Mollier at 2022-07-01T12:57:11+02:00 d/control: replace build dependency liboctave-dev by octave-dev. Closes: #1014140 - - - - - 7ac49df2 by Étienne Mollier at 2022-07-01T12:58:01+02:00 update changelog - - - - - 0b9b781d by Étienne Mollier at 2022-07-01T12:58:40+02:00 routine-update: Standards-Version: 4.6.1 - - - - - 772f1d53 by Étienne Mollier at 2022-07-01T14:25:56+02:00 d/watch: use https protocol, to refer to a secure URI. - - - - - b20dc9af by Étienne Mollier at 2022-07-01T14:26:23+02:00 d/rules: forward build flags to the build process. - - - - - f920c4a9 by Étienne Mollier at 2022-07-01T14:27:51+02:00 d/control: remove unnecessary build-dependency to libgsl0-dev. - - - - - d9709c44 by Étienne Mollier at 2022-07-01T14:28:27+02:00 d/control: cme reorganization. Gbp-Dch: ignore - - - - - 0bd5a0ba by Étienne Mollier at 2022-07-01T14:29:43+02:00 ready to upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - debian/rules - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,15 @@ +mrtrix3 (3.0.3-3) unstable; urgency=medium + + * d/control: add myself to uploaders. + * d/control: replace build dependency liboctave-dev by octave-dev. + (Closes: #1014140) + * Standards-Version: 4.6.1 (routine-update) + * d/watch: use https protocol, to refer to a secure URI. + * d/rules: forward build flags to the build process. + * d/control: remove unnecessary build-dependency to libgsl0-dev. + + -- Étienne Mollier <[email protected]> Fri, 01 Jul 2022 14:29:06 +0200 + mrtrix3 (3.0.3-2) unstable; urgency=medium [ Andreas Tille ] ===================================== debian/control ===================================== @@ -1,13 +1,14 @@ Source: mrtrix3 Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Michael Hanke <[email protected]>, - Yaroslav Halchenko <[email protected]> + Yaroslav Halchenko <[email protected]>, + Étienne Mollier <[email protected]> Section: science Priority: optional Build-Depends: debhelper-compat (= 13), dh-python, - liboctave-dev, - libgsl-dev | libgsl0-dev, + octave-dev, + libgsl-dev, libeigen3-dev, libqt5opengl5-dev, qtbase5-dev, @@ -19,8 +20,8 @@ Build-Depends: debhelper-compat (= 13), imagemagick, libtiff-dev, matlab-support-dev, - bc, -Standards-Version: 4.6.0 + bc +Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/med-team/mrtrix3 Vcs-Git: https://salsa.debian.org/med-team/mrtrix3.git Homepage: https://www.mrtrix.org @@ -30,12 +31,12 @@ Package: mrtrix3 Architecture: any-amd64 arm64 Depends: ${shlibs:Depends}, ${misc:Depends}, - python3, + python3 Recommends: python3-numpy -Conflicts: mrtrix Suggests: mrtrix3-doc, octave, matlab-support +Conflicts: mrtrix Description: diffusion-weighted MRI white matter tractography Set of tools to perform diffusion-weighted MRI white matter tractography of the brain in the presence of crossing fibres, using Constrained Spherical @@ -44,10 +45,10 @@ Description: diffusion-weighted MRI white matter tractography Package: mrtrix3-doc Architecture: all +Multi-Arch: foreign Section: doc -Conflicts: mrtrix-doc Depends: ${misc:Depends} -Multi-Arch: foreign +Conflicts: mrtrix-doc Description: documentation for mrtrix3 Set of tools to perform diffusion-weighted MRI white matter tractography of the brain in the presence of crossing fibres, using Constrained Spherical ===================================== debian/rules ===================================== @@ -13,6 +13,9 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all$(DISABLE_HARDENING_OPTS) # To avoid --match=native since wouldn't be supported on some platforms export CPP_MARCH= +# upstream have their own interpretation of build flags +export CFLAGS+=$(CPPFLAGS) $(CXXFLAGS) +export LINKFLAGS=$(LDFLAGS) include /usr/share/dpkg/architecture.mk # guarantee the same precision on x86 platforms for tests ===================================== debian/watch ===================================== @@ -1,4 +1,2 @@ version=4 - -http://github.com/MRtrix3/mrtrix3/tags (?:.*?/)?v?@ANY_VERSION@@ARCHIVE_EXT@ - +https://github.com/MRtrix3/mrtrix3/tags (?:.*?/)?v?@ANY_VERSION@@ARCHIVE_EXT@ View it on GitLab: https://salsa.debian.org/med-team/mrtrix3/-/compare/dd566930c42babcde858b906bf145881b891b74f...0bd5a0ba364a26752e08e6a5c50512611d503b6c -- View it on GitLab: https://salsa.debian.org/med-team/mrtrix3/-/compare/dd566930c42babcde858b906bf145881b891b74f...0bd5a0ba364a26752e08e6a5c50512611d503b6c 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
